CREATE TABLE `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', `showbirthday` smallint(5) unsigned NOT NULL DEFAULT '2', `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', `profilepicrevision` int(10) unsigned NOT NULL DEFAULT '0', `options` int(10) unsigned NOT NULL DEFAULT '33570831', `birthday` varchar(10) 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` 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 '', `skype` varchar(32) NOT NULL DEFAULT '', `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', `threads` int(10) unsigned NOT NULL DEFAULT '0', `favcache` text 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', `importuserid` bigint(20) 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, `mediafaves` text NOT NULL, `dbtech_infopanels_blocks` mediumtext, `dbtech_infopanels_settings` int(10) unsigned NOT NULL DEFAULT '16383', `arcade_ban` tinyint(1) NOT NULL DEFAULT '0', `times_played` int(11) NOT NULL DEFAULT '0', `is_arcade_mod` tinyint(1) NOT NULL DEFAULT '0', `fav_games` text NOT NULL, `user_sort` varchar(15) NOT NULL DEFAULT '0', `user_order` varchar(4) NOT NULL DEFAULT '0', `user_g_pp` mediumint(8) NOT NULL DEFAULT '0', `user_s_pp` mediumint(8) NOT NULL DEFAULT '0', `def_g_cat` mediumint(8) NOT NULL DEFAULT '0', `game_skin` tinyint(1) NOT NULL DEFAULT '0', `arcade_mod_privs` text NOT NULL, `arcade_pmactive` tinyint(1) NOT NULL DEFAULT '1', `games_played` int(11) NOT NULL DEFAULT '0', `time_played` int(11) NOT NULL DEFAULT '0', `arcade_points` int(11) NOT NULL DEFAULT '500', `arcade_spent` int(11) NOT NULL DEFAULT '0', `arcade_won` int(11) NOT NULL DEFAULT '0', `arcade_high` int(11) NOT NULL DEFAULT '0', `create_tourney` tinyint(1) NOT NULL DEFAULT '1', `arcade_sess_gid` mediumint(8) NOT NULL, `arcade_sess_start` int(11) NOT NULL, `arcade_gtype` int(11) NOT NULL, `arcade_session` mediumint(8) NOT NULL, `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', `creditspermissions` text, `xperience_ppd7` float DEFAULT '0', `xperience_ppd30` float DEFAULT '0', `xperience_achievements` mediumtext, `xperience_lastupdate` int(10) DEFAULT '1', `xperience_awardcount` smallint(6) DEFAULT '0', `xperience_promotioncount` smallint(6) DEFAULT '0', `xperience_achievementcount` smallint(6) DEFAULT '0', `dbtech_status_status` mediumtext, `dbtech_status_mood` int(10) unsigned NOT NULL DEFAULT '0', `dbtech_vbactivity_achievementcount` int(10) unsigned NOT NULL DEFAULT '0', `dbtech_vbactivity_points` double NOT NULL DEFAULT '0', `dbtech_vbactivity_pointscache` double NOT NULL DEFAULT '0', `dbtech_vbactivity_pointscache_day` double NOT NULL DEFAULT '0', `dbtech_vbactivity_pointscache_week` double NOT NULL DEFAULT '0', `dbtech_vbactivity_pointscache_month` double NOT NULL DEFAULT '0', `dbtech_vbactivity_rewardscache` mediumtext, `dbtech_vbactivity_trophycount` int(10) unsigned NOT NULL DEFAULT '0', `dbtech_vbactivity_medalcount` int(10) unsigned NOT NULL DEFAULT '0', `dbtech_vbactivity_settings` int(10) unsigned NOT NULL DEFAULT '0', `dbtech_vbactivity_autocollapse_stats` enum('-1','0','1') NOT NULL DEFAULT '-1', `dbtech_vbactivity_autocollapse_bar` enum('-1','0','1') NOT NULL DEFAULT '-1', `dbtech_vbactivity_excluded` enum('0','1') NOT NULL DEFAULT '0', `dbtech_vbactivity_medalmoderatecount` int(10) unsigned NOT NULL DEFAULT '0', `ezircvb4_username` varchar(100) DEFAULT NULL, PRIMARY KEY (`userid`), KEY `usergroupid` (`usergroupid`), KEY `username` (`username`), KEY `birthday` (`birthday`,`showbirthday`), KEY `birthday_search` (`birthday_search`), KEY `threads` (`threads`), KEY `referrerid` (`referrerid`), KEY `importuser_index` (`importuserid`), KEY `fbuserid` (`fbuserid`), KEY `email` (`email`) ) ENGINE=MyISAM AUTO_INCREMENT=13274 DEFAULT CHARSET=latin1; ; INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `skype`, `adminoptions`, `lastpostid`, `sigpicrevision`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `threads`, `favcache`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `importuserid`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `mediafaves`, `dbtech_infopanels_blocks`, `dbtech_infopanels_settings`, `arcade_ban`, `times_played`, `is_arcade_mod`, `fav_games`, `user_sort`, `user_order`, `user_g_pp`, `user_s_pp`, `def_g_cat`, `game_skin`, `arcade_mod_privs`, `arcade_pmactive`, `games_played`, `time_played`, `arcade_points`, `arcade_spent`, `arcade_won`, `arcade_high`, `create_tourney`, `arcade_sess_gid`, `arcade_sess_start`, `arcade_gtype`, `arcade_session`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `creditspermissions`, `xperience_ppd7`, `xperience_ppd30`, `xperience_achievements`, `xperience_lastupdate`, `xperience_awardcount`, `xperience_promotioncount`, `xperience_achievementcount`, `dbtech_status_status`, `dbtech_status_mood`, `dbtech_vbactivity_achievementcount`, `dbtech_vbactivity_points`, `dbtech_vbactivity_pointscache`, `dbtech_vbactivity_pointscache_day`, `dbtech_vbactivity_pointscache_week`, `dbtech_vbactivity_pointscache_month`, `dbtech_vbactivity_rewardscache`, `dbtech_vbactivity_trophycount`, `dbtech_vbactivity_medalcount`, `dbtech_vbactivity_settings`, `dbtech_vbactivity_autocollapse_stats`, `dbtech_vbactivity_autocollapse_bar`, `dbtech_vbactivity_excluded`, `dbtech_vbactivity_medalmoderatecount`, `ezircvb4_username`) VALUES ('1', '6', '', '0', 'admin', 'b023abd855c3ffc008e87b19041a9883', '2009-02-02', 'admin@cybernetic-servers.co.uk', '0', '', '', '', '', '', '2', '2', 'Administrator', '0', '1131388020', '0', '1319633752', '1319633776', '1132665472', '8', '10', '1', '0', '0', '0', '0', '0', '45107415', '', '0000-00-00', '-1', '1', '', '0', '0', '', '0', '0', '-1', '7', '6', 'jN`', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2', '2', '', '0', 'Smiths', 'c2a609cccc168a9fb337c77d133f230d', '2011-07-29', 'steven@gamingdeluxe.co.uk', '0', '', 'http://www.cybernetic-servers.co.uk', '', '', '', '2', '2', 'Administrator', '1', '1131389700', '0', '1387367785', '1387894680', '1384853220', '1492', '0', '5', '0', '1', '0', '0', '0', '45112663', '12-28-1988', '1988-12-28', '-1', '1', '213.107.224.24', '0', '0', 'steven@cybernetic-servers.co.uk', '1141736699', '0', '-1', '54', '0', 'VZWg^|g:YtNv%LnNty$R|QU>5\'4ahb', '', '1', '81151', '0', '0', '0', '0', '', '0', '76', '', '12949', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '5195662f68ae068347f352991d32d69e', '1216341966', '1279253269', 'Steven Smith', 'vb', 'AAABcynZBOYUYBALqzpwy4KzA0TRqxRZCQLCZAonoMWMcNfL5dIILL8eMQsZCJYerScUdlrZAMxo84tz0nLe8B3f5J0vwGGElzZBx47iZCsebMapxDHwjZA45', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '209', '1283297838', '0', '1931', '6', '29', '43', NULL, '99.7', '99.7', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,21|5000 Experience Points|spheres_red_16.png|spheres_red_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1314704940', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3', '2', '', '0', 'Wolfie', '6d5907c2a4b0e384f5c4ffab8f651c36', '2010-05-13', 'andybooth28@hotmail.com', '0', '', 'http://www.gamingdeluxe.co.uk', '', '', '', '1', '2', 'Director', '1', '1131390480', '0', '1278828986', '1278974040', '1278590460', '0', '0', '5', '0', '2', '0', '0', '0', '45637079', '12-28-1972', '1972-12-28', '-1', '1', '212.58.134.131', '0', '0', 'andy@cybernetic-servers.co.uk', '0', '0', '1', '138', '13', '(mR', '', '1', '64952', '0', '0', '0', '0', '', '0', '241', '', '6762', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,21|5000 Experience Points|spheres_red_16.png|spheres_red_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4', '25', '', '0', 'eclipze', 'd998e23826163fca51360d7fb1a746ce', '2005-11-14', 'eclipze@nxhosting.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1132001068', '0', '1132001068', '1132001075', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.3.32.73', '0', '1', '', '0', '0', '-1', '2', '2', '/lV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5', '2', '', '0', 'troy', '5f3a096195386675d4d335da39c6d4d2', '2005-11-14', 'mail@troyjones.co.uk', '0', '', 'http://www.troyjones.co.uk', '', '', '', '1', '2', 'Junior Member', '0', '1132012782', '0', '1182538532', '1265486319', '1150325219', '4', '10', '5', '0', '1', '0', '0', '0', '45112407', '08-20-1986', '1986-08-20', '-1', '1', '84.9.83.163', '0', '0', 'senoj2k@hotmail.com', '0', '0', '2', '2', '0', 'Ho!', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '331', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6', '2', '', '0', 'Cobra.uK', 'b260fed700bf2f2f7f88e7be2b7e6497', '2005-11-15', 'gavrackerss@gmail.com', '0', '', '', '', '', '', '1', '0', 'Member', '0', '1132096468', '0', '1167859316', '1191005401', '1167134116', '43', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '80.3.160.12', '0', '1', '', '0', '0', '-1', '3', '2', '(,;', '', '0', '4132', '0', '0', '0', '0', '', '0', '1', '', '275', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7', '2', '', '0', 'stevie186', '97215afcf6fb713f1c07f4c8848d4c4d', '2005-11-17', 'stephen.groom@btinternet.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1132254506', '0', '1139858296', '1141329880', '1136049219', '27', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.9.114.114', '0', '1', '', '0', '0', '-1', '6', '2', 'O@=', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '215', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8', '2', '', '0', 'Electric Warrior', 'a7b2828e9436b61107e6d5ddc4366b4e', '2011-11-30', 'mick@thesanctuaryuk.co.uk', '0', '', 'http://www.thesanctuaryuk.com', '46411646', '', 'sanctuary56', '2', '2', '[Cyber Veteran] Sanctuary UK server owner', '1', '1132289700', '0', '1398008270', '1427789535', '1383773677', '97', '10', '5', '0', '0', '0', '0', '0', '45108439', '09-26-1951', '1951-09-26', '-1', '1', '80.3.64.13', '0', '0', 'sanctuary56@ntlworld.com', '1190185102', '0', '-1', '13', '0', 'E`_/1cmrpC<(%\"`->!>Nvm1o!{A7wC', 'electricwarrior', '3', '81093', '0', '0', '0', '0', '', '0', '5', '', '4303', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '1.21654', '2.68456', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1305886860', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9', '25', '', '0', 'VRooster^', '08d4fa7a99c89fd14dfa8ba0f8903dce', '2005-11-18', 'v_r_hh@hotmail.com', '0', '', 'http://www.borg-clan.net/', '', '', '', '1', '1', 'Forum Lurker', '0', '1132323712', '0', '1202305198', '1203690067', '0', '0', '10', '5', '1', '0', '0', '0', '0', '45108567', '07-11-1973', '1973-07-11', '-1', '2', '213.67.139.46', '0', '0', '', '0', '0', '-1', '2', '2', '*D)', '', '2', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10', '2', '', '0', 'shiva', 'a1d2f1063903d45b2478a77745c0ccce', '2005-11-18', 'shiva6@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1132351206', '0', '1147360149', '1147360149', '1133210848', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.178.88.224', '0', '1', '', '0', '0', '-1', '2', '2', 'at7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11', '11', '', '11', 'Tinman', '8323dc4d9c6d483fd4c601d5c3cd31e7', '2005-11-20', 'robert.ingers1@ntlworld.com', '0', '', '', '', '', '', '1', '0', 'Head Admin', '1', '1132450800', '0', '1256415960', '1281557145', '1281556719', '982', '10', '5', '0', '0', '0', '0', '0', '45632983', '', '0000-00-00', '-1', '-1', '62.254.0.56', '0', '1', 'robert.ingers@ntlworld.com', '1179135205', '0', '-1', '45', '0', 'ATw', '', '0', '66847', '0', '0', '0', '0', '', '0', '46', '', '1698', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.83019', '2.83019', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,21|5000 Experience Points|spheres_red_16.png|spheres_red_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1281556800', '0', '0', '0', 'a red arsed baboon', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1626', '25', '', '0', 'misisaSow', '44d5bc7f14f3ecb8d7c359a939370e5c', '2008-05-27', 'annajnr@email.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211880377', '0', '1211880377', '1211880377', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.149.90.98', '0', '1', '', '0', '0', '-1', '0', '0', '!y:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1590', '25', '', '0', 'mroholew', '403e9aedceb6ae3d2baf082acf17c6c8', '2008-05-07', 'robertjnr@e-mail.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1210176927', '0', '1210176927', '1210176927', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.2.114.31', '0', '1', '', '0', '0', '-1', '0', '0', 'Hb/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('12', '25', '', '0', 'Tiny', 'b25dca90a66303ae2257e7fc7c61ac5a', '2005-11-20', 'ace_engravers@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1132472625', '0', '1132472625', '1132472757', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '05-04-1969', '1969-05-04', '-1', '-1', '86.129.11.105', '0', '1', '', '0', '0', '-1', '2', '2', 'aW~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '147', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('13', '2', '', '0', 'R\'a\'kan', '374e8136c767b60173286593a55dcca0', '2005-11-20', 'hightop68@gmail.com', '0', '', '', '', '', '', '1', '1', 'Senior Member', '0', '1132502059', '0', '1214347458', '1214747914', '1214747717', '130', '10', '5', '0', '0', '0', '0', '0', '45108567', '08-18-1968', '1968-08-18', '-1', '-1', '217.82.149.78', '0', '1', '', '0', '0', '-1', '3', '0', '^Q}', '', '0', '15753', '0', '0', '0', '0', '', '0', '17', '', '428', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('14', '2', '', '0', 'CoLiMuS', '5d4ad8aa859b70e3e472b37e51598e1d', '2005-11-20', 'colimus@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1132502546', '0', '1140788530', '1143021873', '1138576524', '28', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.71.74.174', '0', '1', '', '0', '0', '-1', '2', '2', 'WxS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '151', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('15', '25', '', '0', 'Thuner', 'b3dddba236821702c0096d12ddc82f01', '2005-11-20', 'ronaldjanssen@planet.nl', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1132503125', '0', '1132503125', '1132503446', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.81.87.85', '0', '1', '', '0', '0', '-1', '2', '2', 'Head Admin', '1', '1132843560', '0', '1236547618', '1236547560', '1216757056', '1242', '10', '5', '0', '1', '0', '0', '0', '45637207', '', '0000-00-00', '-1', '1', '62.254.0.56', '0', '0', '', '1202840526', '0', '1', '45', '0', 'a~u', '', '0', '16337', '0', '0', '0', '0', '', '0', '67', '', '1007', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1278993000', '1', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('22', '25', '', '0', 'redhot26', '0b946a36dc1f7af7a5d44439574b0171', '2005-11-25', 'redhot023@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1132952320', '0', '1158101360', '1158113989', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.132.180.168', '0', '1', '', '0', '0', '-1', '2', '2', 'n-i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('23', '2', '', '0', 'DarthJuan', '94666b6833318a25bc00964e425a55af', '2005-11-27', 'darthjuan@alienwarriors.com', '0', '', 'http://www.alienwarriors.com', '348250517', '', '', '1', '0', 'Junior Member', '0', '1133115886', '0', '1134734680', '1141318697', '1134207742', '2', '10', '5', '1', '0', '0', '0', '0', '45108567', '04-12-1984', '1984-04-12', '-1', '-1', '85.216.140.248', '0', '1', 'awdonjuan@hotmail.com', '0', '0', '-1', '19', '2', 'Yc!', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '215', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('24', '2', '', '0', 'thunder', '8607d642b7042e0e09079a0f553c9779', '2005-11-27', 'ronald14mei@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1133117194', '0', '1133117194', '1133117379', '1133117313', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.81.87.85', '0', '1', '', '0', '0', '-1', '2', '2', 'r([', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('25', '2', '', '0', 'Dragonheart', '13dea1c997d71841c2c38caa0a1133b6', '2005-11-28', 'pjr3@dsl.pipex.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1133217578', '0', '1308173453', '1308511260', '1136835428', '2', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.178.76.89', '3', '1', '', '0', '0', '-1', '2', '2', '2Gq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '138', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1308174240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('26', '2', '', '0', 'Whoopass', 'beaefd8a9ad65cb80e093bbfa9c137ca', '2005-11-28', 'stevenscott197718@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1133218695', '0', '1133218695', '1133218795', '1133218794', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.178.173.191', '0', '1', '', '0', '0', '-1', '2', '2', '%d*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('27', '2', '', '0', 'Barbacouille', '9b3f1cc2052ddd403fd624816279868b', '2005-11-30', 'dupuy.michel@neuf.fr', '0', '', '', '', '', '', '1', '0', 'Member', '0', '1133285131', '0', '1140824401', '1140972361', '1140972239', '47', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.98.89.180', '0', '1', '', '0', '0', '-1', '3', '3', 'q\"', '', '0', '0', '0', '0', '0', '0', '', '0', '10', '', '263', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('28', '2', '', '0', '-WoW-Widowmaker', '062f9aaa9737d46c8d3b334411c51d7d', '2005-11-30', 'wowwidowmaker@hotmail.co.uk', '0', '', 'http://www.wowmohaa.tk', '', '', '', '2', '1', 'Junior Member', '0', '1133360738', '0', '1145748251', '1150153840', '1138892422', '3', '10', '5', '0', '0', '0', '0', '0', '45108439', '08-31-1969', '1969-08-31', '-1', '1', '62.254.64.18', '0', '0', '', '0', '0', '-1', '2', '2', 'W}:', '', '2', '0', '0', '0', '0', '0', '', '0', '2', '', '448', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('29', '2', '', '0', 'JuNIOr', '1ee26cf66cdfe2e2dd747af31530cbe3', '2005-11-30', 'allezgary@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1133364615', '0', '1133364641', '1140199756', '1140199727', '1', '10', '5', '1', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.154.26.4', '27', '1', '', '0', '0', '-1', '2', '2', 'Jbe', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '167', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('30', '2', '', '0', '<-]DBD[->|H!M†4N', 'c0e832fb842c421c8b0ecc3b098df4a8', '2005-12-01', 'lildan66@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1133438508', '0', '1133438508', '1133438851', '1133438851', '2', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.83.233.3', '0', '1', '', '0', '0', '-1', '0', '0', '&{c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '591', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('31', '2', '', '0', 'Jimbob', 'b926729b990c1e12f34a84caf09a2eb4', '2005-12-02', 'chaos.moh@gmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1133520924', '0', '1135383478', '1135615335', '1135383477', '2', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.42.167.237', '0', '1', '', '0', '0', '-1', '2', '2', ':XE', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '274', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('32', '2', '', '0', 'n3sty', '53578c6591286fcf3132eb8852758b66', '2005-12-04', 'n3sty@mail.telepac.pt', '0', '', '', '', '', '', '1', '1', 'Senior Member', '0', '1133669147', '0', '1155992118', '1167768601', '1154895945', '175', '10', '5', '0', '1', '0', '0', '0', '45108567', '12-18-1976', '1976-12-18', '-1', '1', '82.155.181.190', '0', '0', 'n3sty2005@hotmail.com', '0', '0', '-1', '2', '0', '~{|', '', '3', '0', '0', '0', '0', '0', '', '0', '12', '', '522', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('33', '2', '', '0', 'kamikaze', '93a520cc8ab543dd4df9a829593cf1eb', '2005-12-04', 'warrior_samurai@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1133705358', '0', '1141907136', '1152039555', '1141764624', '5', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '84.9.167.12', '0', '1', '', '0', '0', '-1', '2', '2', '(.)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '151', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('34', '2', '', '0', 'gar', '1487a32fb137c18e091bd91f7ac47a99', '2005-12-04', 'dbd_garfield@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1133711410', '0', '1133711410', '1133711503', '1133711453', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.4.224.10', '0', '1', '', '0', '0', '-1', '2', '2', '613', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '263', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('35', '2', '', '0', 'Smeg', '922db8191c3525911b1b925f9a4aa427', '2011-09-15', 'greig81@gmail.com', '0', '', '', '', '', '', '1', '0', 'Member', '0', '1133801510', '0', '1394121732', '1414146442', '1281112123', '45', '10', '5', '0', '1', '0', '0', '0', '45112535', '', '0000-00-00', '-1', '1', '82.41.168.84', '0', '0', '', '0', '0', '-1', '33', '0', 'AoamF.S[R3\'`#\'kbC@PynUY~7|4.+B', '', '0', '66621', '0', '0', '0', '0', '', '0', '3', '', '796', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.43643', '3.43643', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1281122460', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('36', '2', '', '0', '-=IB=-', '8056fb63205faeaf17fa485da38187cb', '2005-12-05', 'liquidrunning@msn.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1133805073', '0', '1133805073', '1133805194', '1133805193', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.3.0.44', '0', '1', '', '0', '0', '-1', '2', '2', '(.k', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '648', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('37', '2', '', '0', 'Horseflesh', '8950a5d460343749b8a037ea8498960f', '2005-12-08', 'horseflesh@theskirmish.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1134053466', '0', '1226675930', '1226783437', '1226675670', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.138.195.105', '0', '1', '', '0', '0', '-1', '2', '1', '%_:', '', '0', '19732', '0', '0', '0', '0', '', '0', '1', '', '303', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('38', '2', '', '0', 'lolobubu', '9a63c0d40114e71e8fc8416038008b0c', '2005-12-08', 'laurentbubu@hotmail.com', '0', '', 'http://laurentbubu.free.fr', '', '', '', '1', '0', 'Junior Member', '0', '1134054814', '0', '1134054814', '1134054937', '1134054936', '1', '10', '5', '1', '0', '0', '0', '0', '45108295', '10-30-1978', '1978-10-30', '-1', '-1', '195.6.229.65', '0', '1', '', '0', '0', '-1', '2', '2', '7{E', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '231', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('39', '2', '', '0', 'Orchid', 'a57416ebc2b2c017208158dfbb3f5533', '2005-12-10', 'mary.young2@btinternet.com', '0', '', 'http://www.mohaagold.co.uk', '', '', '', '1', '0', 'Junior Member', '0', '1134181349', '0', '1196559702', '1201182734', '1135814759', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '07-12-1959', '1959-07-12', '-1', '-1', '81.156.242.66', '0', '1', 'maxs_girl_10@hotmail.com', '0', '0', '-1', '2', '2', 'B:9', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '250', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('40', '2', '', '0', '114th Hande Hoch', '24aa7a8e946d26bf995a42a3ead0ecdc', '2006-09-19', 'wayne_osman@hotmail.com', '0', '', 'http://www.114th.co.uk/', '', '', '', '2', '1', 'Junior Member', '0', '1134260630', '0', '1158702276', '1160522243', '1160522047', '7', '10', '5', '0', '0', '0', '0', '0', '45108439', '05-01-1967', '1967-05-01', '-1', '1', '213.105.224.12', '0', '0', '', '0', '0', '-1', '2', '2', 'Ou(', '', '2', '3553', '0', '0', '0', '0', '', '0', '3', '', '388', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('41', '6', '', '0', 'Carnage', 'ed08d845a99c1ad3b7969e9e91b4ed17', '2015-12-18', 'c4rn4ge@blueyonder.co.uk', '0', '', 'http://www.weedkillers.org/', '', '', '', '1', '0', 'Head Admin', '1', '1134399600', '0', '1454146035', '1454276556', '1454276516', '6162', '10', '5', '0', '0', '0', '0', '0', '45632599', '', '0000-00-00', '-1', '1', '82.34.187.8', '0', '0', '', '1229928452', '0', '-1', '0', '0', '^X#,Wtr}teZ_]+F~&rhi)#M\\9tXw-3N-iYx?~aq$Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '154', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('93', '2', '', '0', 'verts', 'c6498b2e3cc477623b2eb0baa7be4198', '2006-03-05', 'kkz@home.nl', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1141572611', '0', '1156961722', '1158527310', '1142885736', '2', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.24.32.217', '0', '1', '', '0', '0', '-1', '2', '2', '0e#', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '284', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('94', '2', '', '0', 'Chris', 'b86ba3eff07485a1a56dcda03ee997ae', '2006-03-07', 'misvita@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1141693976', '0', '1141909932', '1142527683', '1142527682', '5', '10', '5', '0', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '80.213.210.23', '0', '1', '', '0', '0', '-1', '2', '2', 'y;&', '', '2', '0', '0', '0', '0', '0', '', '0', '1', '', '170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('95', '2', '', '0', ']-[ss*TWALLOX*', '211c207e6fff25399f1a0f5dfdb951a3', '2007-09-17', 'twallox@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Member', '0', '1141853504', '0', '1218573512', '1218576556', '1203208978', '67', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.81.202.5', '0', '1', '', '1165264313', '0', '-1', '39', '1', 'm,s', '', '0', '12044', '0', '0', '0', '0', '', '0', '6', '', '584', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('96', '2', '', '0', 'BEO1741', '5199137fdf1e7eef9797dc479d548ffa', '2006-03-10', 'BEO1741@fightonline.org', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1141951989', '0', '1141951989', '1141952802', '1141952080', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.136.4.27', '0', '1', '', '0', '0', '-1', '2', '2', ']@c', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '186', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('97', '2', '', '0', 'FiZz', '9951918fe4f931c0b729357845a9ec3d', '2006-03-10', 'aerotim@evc.net', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1141998297', '0', '1142079564', '1142104039', '1142079609', '2', '10', '5', '1', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '62.241.64.109', '0', '1', '', '0', '0', '-1', '2', '2', '$(b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('98', '2', '', '0', '=<DO>=Darklord', 'ed3b005e0f3805efe741430ec61b5005', '2006-03-14', 'antisilence@ntlworld.com', '0', '', 'http://www.devils-own.org', '', '', '', '1', '1', 'Junior Member', '0', '1142346373', '0', '1152313476', '1157063743', '1150498679', '7', '10', '5', '0', '0', '0', '0', '0', '45108439', '04-20-1978', '1978-04-20', '-1', '-1', '62.254.0.56', '0', '1', '', '0', '0', '-1', '2', '2', '+K#', '', '0', '0', '0', '0', '0', '0', '', '0', '3', '', '433', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('99', '2', '', '0', 'Murky', '4141914ecf8a630cbb00b946c80b524a', '2006-03-15', 'jamiee@hotmail.co.uk', '0', '', '', '', '', '', '1', '2', 'Junior Member', '0', '1142466102', '0', '1160001004', '1176234242', '1160000729', '7', '10', '5', '0', '0', '0', '0', '0', '45108695', '04-05-1980', '1980-04-05', '-1', '-1', '86.142.72.209', '0', '1', '', '0', '0', '-1', '6', '4', ',fr', '', '0', '3509', '0', '0', '0', '0', '', '0', '3', '', '318', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('100', '25', '', '0', 'EraseR', 'f687d1a2d353981790c64b739728b025', '2006-03-18', 'Eraser_X0@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1142696064', '0', '1142696089', '1142696089', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.179.25.8', '0', '1', '', '0', '0', '-1', '2', '2', 'XEU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('101', '2', '', '0', 'Jam', '3b0b950296ac932e08c4884011062bed', '2006-03-18', 'b4k4@eircom.net', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1142724079', '0', '1142724079', '1142724179', '1142724177', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.46.254.98', '0', '1', '', '0', '0', '-1', '2', '2', '[6h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '149', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('102', '25', '', '0', 'theflashor', '60e941ca76b7686e6f049b810798b378', '2006-03-20', 'nuttygit@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1142823472', '0', '1142986959', '1143036321', '1142985709', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '62.255.32.16', '0', '1', '', '0', '0', '-1', '2', '2', 'JS$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('103', '25', '', '0', 'PIK4CHU', '88cd164838cfc83b5ad0b062f186912f', '2006-03-20', 'creative2906@aol.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1142848156', '0', '1142848156', '1142848156', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.93.21.37', '0', '1', '', '0', '0', '-1', '2', '2', '/h$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('104', '25', '', '0', 'Kieran Lake', '1ead5ecfcb01a8c4a2d0b11d4bacec26', '2006-03-21', 'zeclipze@gmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1142984445', '0', '1142984445', '1142984473', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.3.32.77', '0', '1', '', '0', '0', '-1', '2', '2', '1\"\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('105', '2', '', '0', 'Magentarose', '98da35178d3fddb2d3bad8351573dae3', '2006-03-24', 'magentarose@cenobitewarriors.co.uk', '0', '', 'http://www.cenobitewarriors.co.uk', '', '', '', '1', '0', 'Junior Member', '0', '1143224350', '0', '1271942891', '1273954707', '1210579064', '13', '10', '5', '0', '1', '0', '0', '0', '45108439', '08-24-1972', '1972-08-24', '-1', '1', '81.179.64.226', '0', '0', '', '1271231735', '0', '-1', '8', '0', 'cTB', '', '0', '14222', '0', '0', '0', '0', '', '0', '3', '', '450', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('106', '2', '', '0', 'Daggers', 'b7950982f1ef618328914ecce9c4677e', '2006-03-24', 'daggers62@hotmail.com', '0', '', 'http://www.cenobitewarriors.co.uk', '', '', '', '1', '0', 'Member', '0', '1143227489', '0', '1289414821', '1290983402', '1283512200', '95', '10', '5', '0', '0', '0', '0', '0', '45108311', '12-08-1962', '1962-12-08', '-1', '2', '81.179.64.226', '105', '0', '', '1271874801', '0', '-1', '4', '0', 'q(?', '', '0', '67960', '0', '0', '0', '0', '', '0', '1', '', '1675', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.90371', '4.79616', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1283512260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('107', '2', '', '0', '[گP∆IИ™¹]¤» Мǻ¥ǿ', '7a80c0c61a15489e88723cdfc1490eba', '2007-08-19', 'mryo-powa@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1143496226', '0', '1148217626', '1187555208', '1145221737', '10', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '83.39.50.125', '11', '1', '', '0', '0', '-1', '2', '1', '/Pw', '', '0', '0', '0', '0', '0', '0', '', '0', '5', '', '204', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('108', '25', '', '0', 'smoketree15', '307757e7cb263902d53425ab68613f87', '2006-03-28', 'smoketree15@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1143501875', '0', '1143501875', '1143502466', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.254.0.56', '0', '1', '', '0', '0', '-1', '2', '2', 'bja', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('109', '2', '10', '10', 'marcus_667', 'df134b101207ae5c10c2856851e26b81', '2006-03-31', 'marcus_667@hotmail.com', '0', '', '', '', '', '', '1', '0', 'CSS Admin', '0', '1143820920', '0', '1183739805', '1184658240', '1180041176', '53', '10', '5', '0', '0', '0', '0', '0', '45108439', '01-02-1986', '1986-01-02', '-1', '-1', '82.47.204.26', '0', '1', '', '0', '0', '-1', '4', '1', 'Tp\"', '', '0', '5317', '0', '0', '0', '0', '', '0', '6', '', '331', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('110', '2', '', '0', 'Drew', '945dd1eb3b56b5a87974fad57e9b3190', '2006-03-31', 'nialldrew@gmail.com', '0', '', 'http://www.thecheatpolice.com', '', '', '', '1', '2', 'Junior Member', '0', '1143839865', '0', '1144604127', '1145109996', '1144603629', '2', '10', '5', '0', '0', '0', '0', '0', '45108695', '08-10-1990', '1990-08-10', '-1', '-1', '84.68.83.183', '0', '1', 'corleone147@hotmail.com', '0', '0', '-1', '2', '2', 'kb1', '', '2', '0', '0', '0', '0', '0', '', '0', '0', '', '205', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('111', '2', '', '0', 'Stephen J.', '03a4acfe96a562b097c3d963baa8b18f', '2006-04-02', 'co@5th-div.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1143940659', '0', '1159061249', '1159061382', '1157625572', '7', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.46.57.63', '0', '1', '', '0', '0', '-1', '2', '2', 'p/9', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '220', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('112', '2', '', '0', 'Niño', 'cf6a0cb7785aac627ecee2a66e622890', '2006-04-04', 'jaimixu_90@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1144174122', '0', '1144789774', '1146569409', '1144790161', '4', '10', '5', '1', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '88.0.176.189', '0', '1', '', '0', '0', '-1', '0', '0', '%(a', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '430', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('113', '2', '', '0', 'Xplosiv', '4670b0b54212acf02cfef6d135be191f', '2006-04-04', 'Xplosiv@gamesaddict.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1144188607', '0', '1144188607', '1144188997', '1144188987', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.42.169.21', '0', '1', '', '0', '0', '-1', '2', '2', '0Dq', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '226', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('114', '2', '', '0', 'SCS_samouri', '8cb70e2016e2402bdac61e799608add7', '2006-04-09', 'traceyjohnson5@msn.com', '0', '', 'http://www.heroes-and-legends.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1144581960', '0', '1280741623', '1284036221', '1147386711', '6', '10', '5', '0', '1', '0', '0', '0', '45112823', '04-13-1966', '1966-04-13', '-1', '1', '81.158.185.69', '0', '0', 'traceyjohnson5@msn.com', '0', '0', '-1', '0', '0', 'h0o', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '299', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1280742600', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('115', '25', '', '0', 'Andy', '8f328793c257b43dd4fe9c6987c17bdc', '2006-04-11', 'andy_nunn_1@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1144767126', '0', '1144767126', '1144767323', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.254.64.18', '0', '1', '', '0', '0', '-1', '2', '2', 'EGZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('116', '2', '', '0', 'Old-GiT', '41b0da1c8be7fc5e3c706446014737e5', '2006-04-14', 'thehoys@nildram.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1145004971', '0', '1201088140', '1202398372', '1160590802', '11', '10', '5', '0', '0', '0', '0', '0', '45108311', '09-12-1955', '1955-09-12', '-1', '-1', '84.12.65.159', '0', '1', '', '0', '0', '-1', '4', '2', '468', '', '0', '3556', '0', '0', '0', '0', '', '0', '3', '', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('117', '25', '', '0', '^PuPPeT*MaSTeR.', '2f9af12d94e57fd8cba13ec9f91fbf60', '2006-04-14', 'piddle_pot1@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1145048783', '0', '1145048783', '1145048909', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.80.100.68', '0', '1', '', '0', '0', '-1', '2', '2', '9.0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('118', '2', '', '0', 'ElGuappo', '02d43b6f97d6a0623b7e3bfc86ce69f0', '2006-04-16', 'el_guappo@msn.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1145198147', '0', '1153767160', '1154191753', '1153767158', '2', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.136.255.234', '0', '1', '', '0', '0', '-1', '3', '3', '-.h', '', '0', '0', '0', '0', '0', '0', '', '0', '3', '', '244', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('119', '2', '', '0', 'Skip^', '672341318f8a98a25164411b4754aff6', '2006-04-19', 'mousey2000@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1145418717', '0', '1156278396', '1156631670', '1146165571', '3', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '213.107.224.24', '0', '1', '', '0', '0', '-1', '1', '1', 't(c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('120', '2', '', '0', 'No-one', '0ef1b942c16635b60154e7eb9c3f48d7', '2006-04-19', 'the.little.person@gmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1145453555', '0', '1145454089', '1145465323', '1145464992', '6', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.38.211.115', '0', '1', '', '0', '0', '-1', '2', '2', 'B(s', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('121', '2', '', '0', 'eric624541', '6a64057677f02e39e80192d940379cb3', '2006-04-21', 'eric62451@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1145659108', '0', '1145659108', '1145659988', '1145659903', '2', '10', '5', '-4', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.242.232.145', '0', '1', '', '0', '0', '-1', '2', '2', '$\\9', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '165', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('122', '25', '', '0', 'Nemesis', '72ae25b1a74965b2475b86962b0f6b78', '2006-04-22', 'dale_gray1@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1145663136', '0', '1145663136', '1145663136', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.41.237.37', '0', '1', '', '0', '0', '-1', '2', '2', '8R&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('123', '2', '', '0', 'kanon', '42cfd59e107c1f68a5c0bdbe06e7ca4e', '2006-04-22', 'g255255@yahoo.fr', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1145690766', '0', '1146563644', '1147260882', '1145702853', '4', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.245.3.5', '0', '1', '', '0', '0', '-1', '2', '2', 'a0E', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '469', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('124', '2', '', '0', 't0ki', 'adf6cdfc90e87e49072e4c20e3627f63', '2006-04-22', 'makotoz@gmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1145725636', '0', '1145976921', '1146579041', '1146579041', '4', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '62.31.8.57', '0', '1', '', '0', '0', '-1', '2', '2', 'l9T', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '245', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('125', '2', '', '0', 'Rocket-Devil', '82fccda23b48124e004992ef1189c1b1', '2006-04-23', 'rocket-devil@heroes-and-legends.co.uk', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1145831040', '0', '1168005119', '1170166326', '1170165965', '23', '10', '5', '0', '0', '0', '0', '0', '45108311', '07-25-1989', '1989-07-25', '-1', '1', '81.158.185.69', '2', '0', '', '0', '0', '-1', '2', '2', 'H.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('257', '25', '', '0', 'KilliBenkok', '4c57d5c1c7593ef962e1f8748a2396ae', '2006-07-03', 'killibenkok@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1151959411', '0', '1151959411', '1151959423', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.172.21.99', '0', '1', '', '0', '0', '-1', '1', '1', 'Lld', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('258', '25', '', '0', 'fraz', 'f1bd7b9c4e5972831a02d4c79597e77a', '2006-07-04', 'fs-evac@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1151968736', '0', '1151969155', '1404027050', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '172.212.229.51', '0', '1', '', '0', '0', '-1', '2', '2', 'Qo/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('259', '25', '', '0', 'Barbara cruzz', '8c615ac7bf07712a9012bd499540b4f8', '2006-07-04', 'verssache@google.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152027843', '0', '1152027843', '1152027950', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.119.76.177', '0', '1', '', '0', '0', '-1', '2', '2', 'W5*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('260', '25', '', '0', 'N.Egor', '0354be5afb28449984f5f281c85ffc9a', '2006-07-05', 'nesterov.egor@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152055554', '0', '1152055554', '1152055570', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.58.205.40', '0', '1', '', '0', '0', '-1', '2', '2', 'Rq3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('261', '25', '', '0', 'Cheap Flower', '14f8662d515720eaedfbe1bdbcde871e', '2006-07-05', 'cheap_flower@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152063440', '0', '1152063440', '1152063455', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '218.11.207.244', '0', '1', '', '0', '0', '-1', '2', '2', 'w%Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('262', '25', '', '0', 'Vlfdlena Viktoro', '1f9b758814dc3ae3c83e681a585ce5b5', '2006-07-05', 'buyphentermineon@hjugytgrfdvs.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152076445', '0', '1152076445', '1152076458', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.239.170.206', '0', '1', '', '0', '0', '-1', '2', '2', 'aff', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('263', '25', '', '0', 'oherator399', 'c43d21a1a9f53ec72c159936b6dab77c', '2006-07-06', 'oherator399@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152159776', '0', '1152159776', '1152159780', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.58.205.45', '0', '1', '', '0', '0', '-1', '1', '1', 's-}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('264', '25', '', '0', 'heromant', '66683e1c86fd61a516ea8adb6aabc2ac', '2006-07-06', 'heromant@mail15.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152171887', '0', '1152171887', '1152171893', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.199.96.64', '0', '1', '', '0', '0', '-1', '2', '2', '(&(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('265', '25', '', '0', 'Liberty Tomson', '7fc0eb016d9fd7bd0e63bb34ff2e36c2', '2006-07-06', 'frgthgytj@bobidiko.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152188844', '0', '1152188844', '1152188874', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.235.100.2', '0', '1', '', '0', '0', '-1', '2', '2', '%ST', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('266', '25', '', '0', 'promotingservice', '218fec8b0f0b76783c34aa29c7d9338d', '2006-07-06', 'loginep@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152208700', '0', '1152208700', '1152208708', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '12.108.203.147', '0', '1', '', '0', '0', '-1', '2', '2', '|c@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('267', '25', '', '0', 'Tommy Kruzeiro', 'af1577d88d322640c4f32fba5c60c52e', '2006-07-07', 'beruuot@nefigasebe.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152235159', '0', '1152235159', '1152235219', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '210.21.75.114', '0', '1', '', '0', '0', '-1', '2', '2', 'Wk6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('268', '25', '', '0', 'HarrolM', '1b4d158ca70f89f87b9287bee874275c', '2006-07-07', 'harrolmen@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152251749', '0', '1152251749', '1152251786', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.249.155.235', '0', '1', '', '0', '0', '-1', '2', '2', ':JF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('269', '25', '', '0', 'Blestiachii', 'aa493b0a93dd959390c8cccba3b5b104', '2006-07-07', 'alence@valentinno.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152279232', '0', '1152279232', '1152279251', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '211.97.20.10', '0', '1', '', '0', '0', '-1', '2', '2', 'NQ4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('270', '25', '', '0', 'car4u', '7a5acbb9379437530846b0421ff4deed', '2006-07-07', 'clearasil@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152284747', '0', '1152284747', '1152284790', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.237.122.146', '0', '1', '', '0', '0', '-1', '2', '2', 'A\"x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('271', '2', '', '0', 'Vyano', '030a8fc0d43039cf7566ff901a50e55b', '2006-07-07', 'vy4n0_x144h@hotmail.co.uk', '0', '', '', '', '', '', '1', '1', 'Junior Member', '0', '1152286349', '0', '1175515054', '1176042041', '1171533433', '4', '10', '5', '0', '0', '0', '0', '0', '45108439', '03-16-1987', '1987-03-16', '-1', '-1', '84.70.147.17', '2', '1', '', '0', '0', '-1', '2', '2', 'h1Z', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '160', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('272', '25', '', '0', 'George_Lukas_PAPA', '500404ef75a675adb56a69b2427096d5', '2006-07-07', 'logintet@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152290349', '0', '1152290349', '1152290439', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '210.21.75.114', '0', '1', '', '0', '0', '-1', '2', '2', ',K@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('273', '25', '', '0', 'dten463', 'ceb90f6644f5c357fc91df92074f078f', '2006-07-08', 'wpdn47w@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152349839', '0', '1152349839', '1152349912', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.227.17.30', '0', '1', '', '0', '0', '-1', '2', '2', '8hA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('274', '25', '', '0', 'Dmitriy Nikiforof', 'cf29888da774327ca0cab6d9579a3fce', '2006-07-08', 'stories@crestorbanda.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152361420', '0', '1152361420', '1152361423', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '61.129.102.208', '0', '1', '', '0', '0', '-1', '2', '2', '\\^O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('275', '25', '', '0', 'Devid_777', 'a8eece8af94815246cc570ab245a10d7', '2006-07-08', 'loginkn@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152374038', '0', '1152374038', '1152374050', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.235.100.2', '0', '1', '', '0', '0', '-1', '2', '2', '(IY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('276', '25', '', '0', 'phentermine', 'b5956da1ffefad44e69be9e0621c11a8', '2006-07-08', 'vest@vest.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152395969', '0', '1152395969', '1152395980', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.165.130.93', '0', '1', '', '0', '0', '-1', '2', '2', '~){', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('277', '25', '', '0', 'Frontns5', 'd5fb7e98e65bc372ab5409ed3a6f51cb', '2006-07-09', 'giiokrd7@tower.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152401832', '0', '1152401832', '1152401835', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '206.225.145.34', '0', '1', '', '0', '0', '-1', '2', '2', 'N4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('278', '2', '', '0', 'Naglotech', 'e6cfbe4f71d7cf4f8edfbf08fbc64ecf', '2006-07-09', 'abooth@naglotech.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1152405189', '0', '1152405189', '1152405234', '1152405245', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '194.50.80.170', '0', '1', '', '0', '0', '-1', '2', '2', 'niH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '176', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('279', '25', '', '0', 'iClubberP', '5016082752a385f2b880c848ec9fbc1b', '2006-07-09', 'malish18121@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152434774', '0', '1152434774', '1152434774', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.235.100.2', '0', '1', '', '0', '0', '-1', '2', '2', '5y~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('280', '25', '', '0', 'Bezderally', '38c3d44b3766986dc3a8d23b5ab58744', '2006-07-09', 'merfdghd@nettol.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152482437', '0', '1152482437', '1152482437', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '59.39.71.25', '0', '1', '', '0', '0', '-1', '1', '1', '`~e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('281', '25', '', '0', 'RafikPo', 'f5aa87d61e5477ee71843734b3c6b4cc', '2006-07-10', 'rafael_pobezhanc@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152491244', '0', '1152491244', '1152491244', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.141.56.149', '0', '1', '', '0', '0', '-1', '1', '1', '}~5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('282', '25', '', '0', 'Ninna Richi', '4e0f10366f2ec801c2b245eb61ed5d84', '2006-07-10', 'villopot@begimit.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152529658', '0', '1152529658', '1152529658', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.101.240.8', '0', '1', '', '0', '0', '-1', '1', '1', ':N`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('283', '25', '', '0', 'momodoass', 'fea7154934e87083d8f167eeaeeba6aa', '2006-07-10', 'momodoass@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152537884', '0', '1152537884', '1152537884', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '210.21.75.114', '0', '1', '', '0', '0', '-1', '1', '1', 'h~A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('284', '25', '', '0', 'viagrakaufen', 'fb7ac652a0229ad199dc58c6bbfc6ac7', '2006-07-10', 'viagra-kaufen@freenet.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152545444', '0', '1152545444', '1152545444', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.134.29.46', '0', '1', '', '0', '0', '-1', '1', '1', '@\')', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('285', '25', '', '0', 'Sekka Koperfield', 'dc3a5d58399521425d0ff4dd0f9b89ff', '2006-07-10', 'hard@deddolymo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152551335', '0', '1152551335', '1152551335', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '219.240.12.173', '0', '1', '', '0', '0', '-1', '1', '1', '[mX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('286', '25', '', '0', 'biloid Zelenuy', 'c655ff9525ac4b0e0e8a93ec97d0eddf', '2006-07-11', 'jughudfghdfughdfu@hjugihriogjkopegk.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152576425', '0', '1152576425', '1152576425', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.58.205.34', '0', '1', '', '0', '0', '-1', '1', '1', '+9\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('287', '25', '', '0', 'JohntSpanker', '457901b1f7fd8531fa128e905c08de7f', '2006-07-11', 'johnspank@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152606377', '0', '1152606377', '1152606377', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.58.205.41', '0', '1', '', '0', '0', '-1', '1', '1', 'e!0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('288', '2', '', '0', 'car4u2', '6b36bb0b3668854e0ff1404dff819645', '2006-07-11', 'clearasil2@cashette.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1152611707', '0', '1152611707', '1152674711', '1152674710', '1', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.147.29.54', '0', '1', '', '0', '0', '-1', '2', '2', 'Y\\t', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('289', '2', '', '0', 'MonkeyTennis', 'f551a3a93a721c3e0e10bcd6bd71119f', '2006-07-11', 'funkychunkymonkey@hotmail.co.uk', '0', '', '', '', '', '', '1', '2', 'Member', '0', '1152640203', '0', '1159041756', '1159605459', '1159041755', '38', '10', '5', '0', '0', '0', '0', '0', '45108439', '02-22-1989', '1989-02-22', '-1', '-1', '86.130.5.198', '0', '1', 'funkychunkymonkey@hotmail.co.uk', '0', '0', '-1', '2', '2', '[JV', '', '0', '3436', '0', '0', '0', '0', '', '0', '8', '', '243', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('290', '2', '', '0', 'pixel', 'b2f4c02f4ece9a02a3e5f90c4a4a5553', '2006-07-11', 'pixel_be@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1152652354', '0', '1157064720', '1157666899', '1157666886', '8', '10', '5', '1', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.165.112.29', '0', '1', '', '0', '0', '-1', '2', '2', '( U', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('291', '25', '', '0', 'Accounting', '26c0a07bac6b8500b4b24b3ec05a1905', '2006-07-12', 'loginskt@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152665488', '0', '1152665488', '1152665488', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.235.100.2', '0', '1', '', '0', '0', '-1', '1', '1', 'b\"V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('292', '25', '', '0', 'Samanta Thomson III', '1f342b5ce724de1629f76d25e0476542', '2006-07-13', 'logintmt@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152762282', '0', '1152762282', '1152762282', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.165.130.93', '0', '1', '', '0', '0', '-1', '1', '1', 'O\"%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('293', '25', '', '0', 'beslesinf', 'eec1c097cbac138755746c67e26af7f8', '2006-07-13', 'besledwsinf@yahoo.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152773251', '0', '1152773251', '1152773251', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.36.241.181', '0', '1', '', '0', '0', '-1', '1', '1', '3}M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('294', '25', '', '0', 'libendia', '54d0da0432a8802941d0d766fc8edb64', '2006-07-13', 'libendia@bigmir.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152791391', '0', '1152791391', '1152857366', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '70.233.160.91', '0', '1', '', '0', '0', '-1', '2', '2', 'Dgq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('295', '25', '', '0', 'SexAvto', 'a8ac11bbdf7d045c1dc8498dba154923', '2006-07-13', 'sexavto@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152809716', '0', '1152809716', '1152809716', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.147.29.54', '0', '1', '', '0', '0', '-1', '1', '1', '|fk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('296', '25', '', '0', 'promotionbusi', 'f39f6a1299bcf8779552b8200839a411', '2006-07-13', 'loginkkn@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152821645', '0', '1152821645', '1152821645', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.128.149.244', '0', '1', '', '0', '0', '-1', '1', '1', 'p\\X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('297', '25', '', '0', 'Yadsmodors', 'd1f12a9b8c78514acf78072c539316b2', '2006-07-14', 'Modfslsw@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152848678', '0', '1152848678', '1152848678', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '61.185.219.235', '0', '1', '', '0', '0', '-1', '1', '1', 'qF|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('298', '25', '', '0', 'RafikP4', '1634f868ffcf24f388eaf0cfec1adf89', '2006-07-14', 'robert-andrienko@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1152906550', '0', '1152906550', '1152906550', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.141.56.149', '0', '1', '', '0', '0', '-1', '1', '1', 'mde', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('299', '25', '', '0', 'Katsumoto509', 'a30d763d82356d0ceca202f01221da9c', '2006-07-15', 'katsumoto509@googlemail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153003019', '0', '1153428493', '1153790123', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.143.216.143', '74', '1', '', '0', '0', '-1', '3', '2', 'de:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('300', '2', '', '0', 'AlienX', '25ee320b63344e5324ad438a8d800b51', '2007-01-30', 'alienx@alienxsoftware.co.uk', '0', '', '', '', '', '', '1', '0', 'Member', '0', '1153011600', '0', '1215509923', '1219313278', '1176644694', '57', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.43.103.26', '0', '1', '', '0', '0', '-1', '2', '2', '7 8', '', '0', '4864', '0', '0', '0', '0', '', '0', '8', '', '381', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('301', '25', '', '0', 'Wossmodors', '6539f6010334f0e9a61cd94b8c7b1dc8', '2006-07-16', 'wossmodors@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153073741', '0', '1153073741', '1153073741', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.98.98', '0', '1', '', '0', '0', '-1', '1', '1', 'v9w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('302', '25', '', '0', 'NeedLawyer', 'd959bf2d8b1c1523d03b65d682dd12f4', '2006-07-17', 'needlawyer@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153114030', '0', '1153114030', '1153114030', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.147.29.54', '0', '1', '', '0', '0', '-1', '1', '1', 'M(o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('303', '25', '', '0', 'rambo', '987e3397ca99118186b3982e908ab016', '2006-07-17', 'rambo@cybernetic-servers.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153118688', '0', '1153118688', '1153118688', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.1.96.24', '0', '1', '', '0', '0', '-1', '1', '1', 'e|J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('304', '25', '', '0', 'XXXLVeryBigLarge', '5e9ea87b2870041f585a55a61124a519', '2006-07-17', 'login@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153123294', '0', '1153123294', '1153123294', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '144.140.53.41', '0', '1', '', '0', '0', '-1', '1', '1', 'dU#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('305', '25', '', '0', 'kbuIUJ8', '9e02e1efeb2e1cebf3a6087f11e05ee3', '2006-07-17', '5g7ef4w@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153170930', '0', '1153170930', '1153170930', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.204.238.253', '0', '1', '', '0', '0', '-1', '1', '1', 'XlE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('306', '2', '', '0', 'shieldy', '2d2fd1d94eb3eaf2e76561510cb04453', '2006-07-18', 'longlife21@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1153221839', '0', '1153221839', '1153223076', '1153222071', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.23.229.142', '0', '1', '', '0', '0', '-1', '2', '2', '37/', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '161', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('307', '25', '', '0', 'phsum06', '87b0d349f2d15d92578a54f908a4a93d', '2006-07-19', 'phenter@ukr.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153266561', '0', '1153266561', '1153763685', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '210.21.75.114', '0', '1', '', '0', '0', '-1', '2', '2', 'k>y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('308', '25', '', '0', 'Mwdsmodors', 'b0e24d0a4fa8a2e5d56600b0e78667d9', '2006-07-19', 'Mwdsmodors@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153335002', '0', '1153335002', '1153335002', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.98.98', '0', '1', '', '0', '0', '-1', '1', '1', 'qMK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('309', '25', '', '0', 'Frank Ronas', 'd26f474f656c9313c0106d50aa28e5d8', '2006-07-20', 'ffrank7642@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153369374', '0', '1153369374', '1153369374', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.249.155.237', '0', '1', '', '0', '0', '-1', '1', '1', '?Px', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('310', '25', '', '0', 'kelly1985', '515cae6b504605cfd898993adedef849', '2006-07-20', 'kelly1985@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153386150', '0', '1153386150', '1153386150', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '61.80.233.73', '0', '1', '', '0', '0', '-1', '1', '1', 'WzO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('311', '25', '', '0', 'publock', '8642338c09e5323e09aeba1bad79bc05', '2006-07-21', 'nospam@pu-blocker.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153441963', '0', '1153441963', '1153832489', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.53.130.202', '0', '1', '', '0', '0', '-1', '2', '2', 'M/Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('312', '25', '', '0', 'Mirhold', 'fee0f6f1d9690877649eabb79da2dd06', '2006-07-21', 'mirrh55@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153448207', '0', '1153448207', '1153448207', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.117.78.29', '0', '1', '', '0', '0', '-1', '1', '1', 'l(W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('313', '25', '', '0', 'Lossmodors', '9f7e229b58795258ea4a0d17979e1adc', '2006-07-21', 'Lossmodors@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153483897', '0', '1153483897', '1153483897', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.98.98', '0', '1', '', '0', '0', '-1', '1', '1', '\'^m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('314', '25', '', '0', 'swefdghhjair', '1203ec128b96250c67793ab0b51c62ab', '2006-07-21', 'logineki@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153521966', '0', '1153521966', '1153521966', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.45.14.11', '0', '1', '', '0', '0', '-1', '1', '1', '~.r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('315', '25', '', '0', 'Moldovan4egOtjog', 'f6ebb88fd01399f284fc46ebc574a90b', '2006-07-22', 'nguzari_razin@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153523065', '0', '1153523065', '1153523065', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.218.114.121', '0', '1', '', '0', '0', '-1', '1', '1', 'iwZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('316', '25', '', '0', 'IldusAl', '68d1be1530d6445b2c1c28bd432638f7', '2006-07-22', 'logintnis@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153590750', '0', '1153590750', '1153590750', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '218.11.207.244', '0', '1', '', '0', '0', '-1', '1', '1', ':]]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('317', '25', '', '0', 'pornfamastahh', 'a120aed749978dc73c797a29f2a06662', '2006-07-22', 'rettyyuff@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153591492', '0', '1153591492', '1153591492', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.20.34.88', '0', '1', '', '0', '0', '-1', '1', '1', 'WR+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('318', '25', '', '0', 'Fox Kimpbell', '0b838a7caa32cab96a2c506098e14f0b', '2006-07-22', 'loginimn@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153597014', '0', '1153597014', '1153597014', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '210.21.75.114', '0', '1', '', '0', '0', '-1', '1', '1', 'U1F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('319', '25', '', '0', 'Adsense', 'c9973b0a729e133f36bea2e3ffe6ede7', '2006-07-23', 'adsense1@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153652049', '0', '1153652049', '1153652049', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.96.75', '0', '1', '', '0', '0', '-1', '1', '1', 'cN`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('320', '25', '', '0', 'PilotWhalesAreFood', '1ddfa6dae8be8f158003903a1e852b66', '2006-07-24', 'oddmar2@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153698943', '0', '1153698943', '1153699053', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '08-05-1990', '1990-08-05', '-1', '-1', '80.77.136.198', '0', '1', '', '0', '0', '-1', '2', '2', 'm>w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('321', '25', '', '0', 'Lihach', '0efbe2947c0b435f195767b646fe97ae', '2006-07-24', 'Lihach111@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153700109', '0', '1153700109', '1153700109', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.1.10.244', '0', '1', '', '0', '0', '-1', '1', '1', '(8D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('322', '25', '', '0', '123emoney43', 'b9a5fdc9c697415b2236f5e7214741c6', '2006-07-25', 'emonexch109@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153786356', '0', '1153786356', '1153786356', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.159.20.140', '0', '1', '', '0', '0', '-1', '1', '1', 'O!^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('323', '25', '', '0', 'Moralez67h', 'e122a32fc183f57cbaf18e9d45b321fe', '2006-07-25', 'Moraleztress@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153827269', '0', '1153827269', '1153827269', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.145.202.11', '0', '1', '', '0', '0', '-1', '1', '1', 'bm#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('324', '25', '', '0', 'harakeshan', '166f137cda2aef7fab64c6984640c2f3', '2006-07-26', 'harakeshan@megahotmalise.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153921130', '0', '1153921130', '1153921130', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.58.205.33', '0', '1', '', '0', '0', '-1', '2', '2', '*{=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('325', '25', '', '0', 'tatysskka5656', '65bec767c704bd6890afea7b1fbc94b8', '2006-07-26', 'tatysska@mail333.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1153925013', '0', '1153925013', '1153925013', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '12.215.212.252', '0', '1', '', '0', '0', '-1', '1', '1', 'u3&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('375', '25', '', '0', '1-siriusok-1', '831866b26bb801909d6b335c7bafe907', '2006-08-23', 'siriusok@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1156304189', '0', '1156304189', '1156811068', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.77.210.142', '0', '1', '', '0', '0', '-1', '2', '2', 'O0G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '225', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('326', '25', '', '0', 'IVhn0jGsxj', 'a326b7dc95bd0e75edda48331eb98227', '2006-07-27', 'IVhn0jGsxj@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154021244', '0', '1154021244', '1154021244', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.165.130.93', '0', '1', '', '0', '0', '-1', '1', '1', 'b0%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('327', '25', '', '0', 'Jeronimo93', '7b8852a0914015d0eeeb820e7ab7cf8c', '2006-07-27', 'jeronimo931@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154023885', '0', '1154023885', '1154023885', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.253.99.254', '0', '1', '', '0', '0', '-1', '2', '2', 'PCS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('328', '25', '', '0', 'pornnno', '6ddfbb7106bbf6c3820c4fe362a1e7e5', '2006-07-28', '444yyyrree@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154049866', '0', '1154049866', '1154049866', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.58.205.41', '0', '1', '', '0', '0', '-1', '1', '1', '#b;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('329', '25', '', '0', 'julia', '541af99d273b9c4bbe309589bd2583f2', '2006-07-28', 'vyacheslav_rogac@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154057022', '0', '1154092087', '1162585373', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.57.52.105', '0', '1', '', '0', '0', '-1', '2', '2', '#_v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('331', '25', '', '0', 'iriraqq', '796dd8ac548c57cac8b1cb4c6483f3e1', '2006-07-28', 'iriraqq@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154121529', '0', '1154121529', '1154121529', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.36.241.181', '0', '1', '', '0', '0', '-1', '1', '1', ',oB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('330', '2', '', '0', 'StealthJamie', '03e3b45f52ebe0d25fb725761bf20715', '2006-07-28', 'hot_ice@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1154085089', '0', '1154085089', '1154085356', '1154085352', '1', '10', '5', '0', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '86.112.252.140', '0', '1', '', '0', '0', '-1', '2', '2', 'XOw', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '255', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('332', '25', '', '0', 'sekinmylife777', '1bc57123096c471e28f6532cff3179d6', '2006-07-29', 'zaq1@mail15.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154151403', '0', '1154151403', '1154151403', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.14.205.8', '0', '1', '', '0', '0', '-1', '1', '1', 'y?0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('333', '25', '', '0', 'lilehes', '90ad914ff6e361e1394ed96d3d6f0df9', '2006-07-29', 'liehes@gmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154176324', '0', '1154176324', '1154176324', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.190.69.243', '0', '1', '', '0', '0', '-1', '1', '1', 'Cm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('334', '25', '', '0', 'JennySexy877', 'eb5a25634c9e1298e7d788b2d27c8532', '2006-07-29', 'jennysexebabe@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154196010', '0', '1154196010', '1154379753', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.172.13.66', '0', '1', '', '0', '0', '-1', '2', '2', '?*/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('335', '2', '', '0', 'www.deep-blue-diving.com', 'a478de6e469298a9a09d92542a1654fa', '2007-05-10', 'mcdoyoyo@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1154210777', '0', '1154682785', '1155852321', '1155852321', '7', '10', '5', '0', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '172.141.196.184', '0', '1', '', '0', '0', '-1', '2', '2', '`E@', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('336', '25', '', '0', 'p1ay1da1y', 'b18d39205556d46df16673bff6bc645c', '2006-07-30', 'koryag6tggtt@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154214442', '0', '1154214442', '1154214442', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '202.110.217.130', '0', '1', '', '0', '0', '-1', '1', '1', 'qH7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('337', '25', '', '0', 'burch7', '231ef9ffa5faa732b09bb40b3c85d8dc', '2006-07-30', 'loginpisk@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154231454', '0', '1154231454', '1154231454', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '219.136.249.79', '0', '1', '', '0', '0', '-1', '1', '1', 'ZY$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('338', '25', '', '0', 'Eugeniy_1298', '860c1b44a18c0485093d3db7a935bd12', '2006-07-30', 'ildus_dumenko@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154270862', '0', '1154270862', '1154270862', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.255.2.4', '0', '1', '', '0', '0', '-1', '1', '1', '|;J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('339', '25', '', '0', 'cheapsoft20067', '6b99bc96399271505016d8be874869d5', '2006-07-30', 'cheapsoft2006@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154272954', '0', '1154272954', '1154272954', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.62.125.146', '0', '1', '', '0', '0', '-1', '2', '2', 'lL5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('340', '25', '', '0', 'Aerobics', 'a1de108be313de66a46e26dc5474b8e0', '2006-07-31', 'aerobics@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154316493', '0', '1154316493', '1154316493', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.96.75', '0', '1', '', '0', '0', '-1', '1', '1', 'iL!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('341', '25', '', '0', 'debtConsolQuote', '4cb71d1dde8e2801fbf0673c167b663d', '2006-08-01', 'loginsnrm@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154388393', '0', '1154388393', '1154388393', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.45.14.11', '0', '1', '', '0', '0', '-1', '1', '1', 'q+m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993000', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('342', '25', '', '0', 'WoWDMs', 'eec2a8f29330ae0bf2d7a6b030b15b49', '2006-08-01', 'jikkerm3@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154469061', '0', '1154469061', '1154469061', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '211.227.180.60', '0', '1', '', '0', '0', '-1', '1', '1', ',wQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('343', '25', '', '0', 'OFFLEASE.RU', 'fc4599e6e1a8f889121d6acd0b334cc6', '2006-08-02', 'offlease.78@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154530016', '0', '1154530016', '1154643487', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '60.191.251.9', '0', '1', '', '0', '0', '-1', '2', '2', 'Ef-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('344', '25', '', '0', 'medscrubperson', '6a175691bee650a9103279559e9e3703', '2006-08-03', 'medscrubperson@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154612537', '0', '1154612537', '1154612537', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.36.241.181', '0', '1', '', '0', '0', '-1', '1', '1', 'J{v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('345', '25', '', '0', 'Kinnmile', '792903a1f55ebf18ecc85fd002e8f874', '2006-08-04', 'kinnmile@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154704049', '0', '1154704049', '1154704049', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '211.216.169.71', '0', '1', '', '0', '0', '-1', '1', '1', '-;3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('346', '2', '', '0', 'FRiDAY', '725ea8c406bd274db3bf6398c27d62fa', '2006-08-04', 'sup3rst4r@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1154714926', '0', '1182524889', '1184499982', '1168202533', '10', '10', '5', '0', '0', '0', '0', '0', '45108695', '08-30-1978', '1978-08-30', '-1', '-1', '86.132.115.101', '0', '1', 'sup3rst4r@hotmail.com', '0', '0', '-1', '18', '2', 'vU$', '', '0', '4255', '0', '0', '0', '0', '', '0', '4', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('347', '25', '', '0', 'pussycat', '52648bda48c792969189ed2e87d677e8', '2006-08-04', 'pussycat1@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154716494', '0', '1154716494', '1154716494', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.207.77.227', '0', '1', '', '0', '0', '-1', '1', '1', ')l<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('348', '25', '', '0', 'Travolta789', '2b59552ec43098df375f101ab7ef56b3', '2006-08-04', 'sachok7878@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154723923', '0', '1154723923', '1154723923', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '219.136.249.79', '0', '1', '', '0', '0', '-1', '1', '1', '=Uy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('349', '25', '', '0', 'Diazepam9844', 'b46cdc23a489f71bdeedb96a2d2569db', '2006-08-05', 'diazepam9844@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154754504', '0', '1154754504', '1154754504', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.77.82.33', '0', '1', '', '0', '0', '-1', '1', '1', '&u^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('350', '25', '', '0', 'plaguehyperw6', 'c56a3e69019733ab4035fe5829a1de18', '2006-08-05', 'plaguehyperw6@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154754730', '0', '1154754730', '1154754730', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.255.190.66', '0', '1', '', '0', '0', '-1', '1', '1', 'yEg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('351', '25', '', '0', 'wwwjobnet', '2374e7868f55ded5b066e5a9f02fbf21', '2006-08-05', 'loginimt@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154774872', '0', '1154774872', '1154774872', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.110.16.90', '0', '1', '', '0', '0', '-1', '1', '1', 'jBT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('352', '25', '', '0', 'bware', '22f73de25f6ada5497277c3c622255a9', '2006-08-05', 'denis_kokin@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154782532', '0', '1154782532', '1154782532', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '159.148.103.134', '0', '1', '', '0', '0', '-1', '1', '1', 'm?t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('353', '25', '', '0', 'viagra990', 'b88bafbf02fc4ea4b07d8bb55ff241c0', '2006-08-05', 'igorichev-rafael@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154789701', '0', '1154789701', '1154789701', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '202.110.217.130', '0', '1', '', '0', '0', '-1', '1', '1', 'CGm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('354', '25', '', '0', 'JasonCruz', '7a4f256e8c0b8cad114fe9d0cba1a468', '2006-08-06', 'comedy@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154879561', '0', '1154879561', '1154879561', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.235.180.174', '0', '1', '', '0', '0', '-1', '1', '1', ' eW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('355', '25', '', '0', 'besthotman_', '9ecabf70a7f2bd0d2c2bb341b051bfc0', '2006-08-07', 'loginpmrs@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154941789', '0', '1154941789', '1154941789', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.58.205.47', '0', '1', '', '0', '0', '-1', '1', '1', '\\;h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('356', '25', '', '0', 'dmirost', '2876db82d42ca25fc6daf1c169ff97c0', '2010-07-19', 'dmirost@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154952029', '0', '1154952029', '1154953486', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '219.240.12.173', '0', '1', '', '0', '0', '-1', '2', '2', 'j_6zQoN-U=vG!{;lQESK=$*H[THh.}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('357', '25', '', '0', 'Makaronina', 'a3a44735b5c7ea99a954d1f0fc0f482b', '2006-08-07', 'makaronina@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154966796', '0', '1154966796', '1154966796', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.33.239.47', '0', '1', '', '0', '0', '-1', '1', '1', '[x~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('358', '25', '', '0', 'audi-a8.no-ip.info', 'c4fcf028042ab9bbf638d5c202682336', '2006-08-08', 'logineet@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1154993779', '0', '1154993779', '1154993779', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.221.220.155', '0', '1', '', '0', '0', '-1', '1', '1', '^Gd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('359', '25', '', '0', 'Gretyn2006', '4ba91bf2b4eed043a7224141bc687e20', '2006-08-08', 'nabi_parakonnyi@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155012704', '0', '1155012704', '1155034486', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.165.130.93', '0', '1', '', '0', '0', '-1', '1', '1', 'q!l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('360', '2', '', '0', 'Dafang', 'ab57b101168f7fed39ab4dda940d8fb5', '2006-08-08', 'johnycuban@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1155044933', '0', '1155917495', '1183557607', '1155652885', '4', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.67.2.135', '0', '1', '', '0', '0', '-1', '2', '2', '\\A,', '', '1', '0', '0', '0', '0', '0', '', '0', '3', '', '273', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('361', '25', '', '0', 'Angus', '7253790f85c0711b7b2a63e64a64ea12', '2006-08-08', 'angus@spywarestop.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155072201', '0', '1155072201', '1155072201', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.186.197.143', '0', '1', '', '0', '0', '-1', '1', '1', ')o9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('362', '25', '', '0', 'Pirscillap', '92f23ed8e36673cdb10a8115754295f3', '2006-08-10', 'priscillap2002@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155196223', '0', '1155196223', '1155196223', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '210.22.15.10', '0', '1', '', '0', '0', '-1', '1', '1', 'd\"s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('363', '25', '', '0', 'alle_mmm10', 'f3a435ab0763fc8158436af5e09700e4', '2006-08-11', 'alle_mmm10@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155289799', '0', '1155289799', '1155289799', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.41.172.90', '0', '1', '', '0', '0', '-1', '2', '2', 'pUM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('364', '25', '', '0', 'nataxatraxa69', 'd3c5519aa1cfa7ed998064f86de06f82', '2006-08-11', 'popusik69op@mail333.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155321650', '0', '1155321650', '1155321650', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '12.215.212.252', '0', '1', '', '0', '0', '-1', '1', '1', 'y\'{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('365', '25', '', '0', 'squirreltm', 'a0ba668e06ccc39fbc7489d54c64a177', '2006-08-13', 'squirreltm@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155459439', '0', '1155459439', '1155459439', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.25.187.222', '0', '1', '', '0', '0', '-1', '1', '1', 'jmn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('366', '25', '', '0', 'Epsonic', '64ac240d7ae449357405a349dc8c63e0', '2006-08-14', 'steplerr@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155547393', '0', '1155547393', '1155547393', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.138.2.70', '0', '1', '', '0', '0', '-1', '1', '1', 'g[=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('367', '25', '', '0', 'Audi0Spy', '85597aad8497daf00a5359e80a1e4063', '2006-08-16', 'm35543229-5@1and1.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155699591', '0', '1155699591', '1155699591', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.42.2.11', '0', '1', '', '0', '0', '-1', '1', '1', 's?S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('368', '25', '', '0', '|>SaW<|Mr.Bronze.uk', '2b8952c34cb80ea74858bb45fc80cade', '2006-08-16', 'tayler@saw-clan.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155712215', '0', '1155712215', '1155712277', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.195.10.70', '0', '1', '', '0', '0', '-1', '1', '1', 'g&^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('369', '25', '', '0', 'PeeDee2005', 'd413ae44b871997597fac8da49aa9503', '2006-08-17', 'radostev-iskande@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155823953', '0', '1155823953', '1155830013', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.204.166.112', '0', '1', '', '0', '0', '-1', '2', '2', ':7L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('370', '25', '', '0', 'kigotix', '334fe00f2fa59879cdd4d143dd9ea8a9', '2006-08-17', 'wertyuidrt@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155843093', '0', '1155843093', '1155843093', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.12.63.29', '0', '1', '', '0', '0', '-1', '1', '1', '@kA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('371', '25', '', '0', 'PolKarman', '7c8c0e860c12525845debad2f3b0dace', '2006-08-18', 'polkarman@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155926103', '0', '1155926103', '1155926103', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.61.78.252', '0', '1', '', '0', '0', '-1', '1', '1', 'Luc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('372', '25', '', '0', 'nataletka69', '6046f32b79e15ed9ec3e9f531578e5c9', '2006-08-18', 'ooo000@sexmagnet.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1155940877', '0', '1155940877', '1155940877', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '65.16.109.149', '0', '1', '', '0', '0', '-1', '1', '1', ',a\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('373', '25', '', '0', 'Audi7Spy', '8f048e22b84f991114296a420d27f33d', '2006-08-21', 'lime2008@gmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1156160335', '0', '1156160335', '1156160335', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.155.231.203', '0', '1', '', '0', '0', '-1', '1', '1', '=jC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('374', '25', '', '0', 'pornnn0', '4304b472debb91c06c06b37f58daa635', '2006-08-21', 'pornoman3338@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1156189810', '0', '1156189810', '1156189810', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.172.45.250', '0', '1', '', '0', '0', '-1', '1', '1', '%*G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('376', '25', '', '0', 'Lilongjag', '9fb28bf7334c97aa7943f130f98b0f67', '2006-08-23', 'lilongjag989@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1156316562', '0', '1156316562', '1156401440', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '60.191.251.9', '0', '1', '', '0', '0', '-1', '2', '2', '40=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('377', '2', '', '0', 'Razor Edge', 'c93e2d68a1a43c29d0c9cae86c394fbc', '2006-08-29', 'kristof.matthys@telenet.be', '0', '', '', '', '', '', '1', '1', 'Junior Member', '0', '1156870040', '0', '1157049787', '1157049787', '1157048082', '9', '10', '5', '0', '0', '0', '0', '0', '45108311', '08-24-1981', '1981-08-24', '-1', '-1', '84.194.146.144', '0', '1', '', '0', '0', '-1', '2', '2', 'zp*', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('378', '2', '', '0', 'minehoff', 'ba5f7c78be65f15013ad351f6147a2b3', '2006-08-30', 'tam.jacobs@dsl.pipex.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1156946942', '0', '1264177370', '1265390379', '1188474541', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.178.73.178', '0', '1', '', '0', '0', '-1', '2', '1', 'gy@', '', '0', '7782', '0', '0', '0', '0', '', '0', '0', '', '790', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('379', '25', '', '0', 'ebookinfo', '9e0a046f34f2c28427cf2d4ba3da0be4', '2006-09-01', 'ebookinfo@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1157124834', '0', '1157124834', '1157124834', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.58.205.39', '0', '1', '', '0', '0', '-1', '1', '1', '8&\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('560', '25', '', '0', 'Uscredit', 'a9d415c784daf49ab7fc910ed9aa8550', '2006-12-08', 'webmaster@uscreditdepot.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165615564', '0', '1165615564', '1165619182', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.160.73.88', '0', '1', '', '0', '0', '-1', '2', '2', 'r`a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('561', '25', '', '0', 'giftplas', '766e197f5ba6aafb02d225122ad1b76e', '2006-12-09', 'giftplas@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165649193', '0', '1165649193', '1165649193', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.42.21.78', '0', '1', '', '0', '0', '-1', '1', '1', 'CAj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('562', '25', '', '0', 'xesvideo', '33c10c33fb023637e42092d78f264bf7', '2006-12-09', 'loginspmr@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165655477', '0', '1165655477', '1165655477', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.19.184.109', '0', '1', '', '0', '0', '-1', '1', '1', 'PBq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('563', '25', '', '0', 'vladekad', 'b852485121573cb5755daf2e9d62af1e', '2006-12-09', 'logintpe@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165669654', '0', '1165669654', '1165669654', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.206.251.27', '0', '1', '', '0', '0', '-1', '1', '1', 'U\"U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('564', '25', '', '0', 'Doradolai', '7e3796fd4e23b89b695f908d9b5eb180', '2006-12-09', 'tramadol1b@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165670058', '0', '1165670058', '1165672087', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.131.214.212', '0', '1', '', '0', '0', '-1', '2', '2', 'xN9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('565', '25', '', '0', 'hugeshe', 'ebede72b2a0e0c6f22feb28f6789f450', '2006-12-09', 'hugecockshe@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165674850', '0', '1165674850', '1165674850', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.42.21.80', '0', '1', '', '0', '0', '-1', '1', '1', '`l\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('566', '25', '', '0', 'br`lorance', 'f71d959a96ce5d8364f5025b0d97b90b', '2006-12-09', 'y21ciklis@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165685360', '0', '1165950140', '1166036541', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.248.167.247', '0', '1', '', '0', '0', '-1', '2', '2', '3U8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('567', '25', '', '0', 'samuelusfe', 'cea78c5b68496e9899a7fa399ad06c7c', '2006-12-09', 'samuelusfer@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165688061', '0', '1165688061', '1165688377', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.119.20.2', '0', '1', '', '0', '0', '-1', '2', '2', '>o]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('568', '25', '', '0', 'DersInsc', 'f2c46a6a63ea0ce3547d423f7048509f', '2006-12-09', 'caf2a@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165688795', '0', '1165688795', '1165688795', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.60.121.147', '0', '1', '', '0', '0', '-1', '1', '1', 'rI\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('569', '25', '', '0', 'Cheburgen', '3db4dc0b2647f751f67b10af19598d41', '2006-12-09', 'krame@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165689956', '0', '1165689956', '1165689956', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.135.33.49', '0', '1', '', '0', '0', '-1', '1', '1', 'xN{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('570', '25', '', '0', 'Bigtit$$$', '6d2d2f62b0ed26a0d371d80a1576bc8c', '2006-12-09', 'minniesex@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165692823', '0', '1165692823', '1165692823', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.11.241.165', '0', '1', '', '0', '0', '-1', '1', '1', 'z$e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('571', '25', '', '0', 'Parenthen', 'e8298ec0849ab9188267e8b61371a688', '2006-12-09', 'parentothen@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165693708', '0', '1165693708', '1165695234', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.42.21.80', '0', '1', '', '0', '0', '-1', '2', '2', 'V_,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('572', '25', '', '0', 'hopertveyk', 'f87e2755c238fbbf5f374192347d97d4', '2006-12-10', 'voha1n@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165710018', '0', '1165710018', '1165711635', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.42.21.80', '0', '1', '', '0', '0', '-1', '2', '2', 'I[t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('573', '25', '', '0', 'UACrimeaUA', '4652e4ced3507a940fb9d606f7068d68', '2006-12-10', 'mail@winter.in.ua', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165710068', '0', '1165710068', '1165710068', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.17.208.227', '0', '1', '', '0', '0', '-1', '2', '2', 'iP*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('574', '25', '', '0', 'egexgfczc', '8b12105cbc3dca861aa407d328c0bc8d', '2006-12-10', 'loginmsmr@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165712521', '0', '1165712521', '1165712521', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '60.32.134.236', '0', '1', '', '0', '0', '-1', '1', '1', 'k1W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('607', '25', '', '0', 'nerytgerf', '73eb1fd8eef36699e08bf0c0d702bb43', '2006-12-14', 'vohas31@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166105808', '0', '1166105808', '1166106334', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.138.64.174', '0', '1', '', '0', '0', '-1', '2', '2', 'n4Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('575', '25', '', '0', 'DeadMetal', 'dac5d83541e77c94851e08d776f30a05', '2006-12-10', 'johno_17987@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165785750', '0', '1165785750', '1165785750', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '195.93.21.73', '0', '1', '', '0', '0', '-1', '1', '1', 'L8+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('576', '25', '', '0', 'singleGirl', '03067ebb95df7aff680338a23c5d652b', '2006-12-10', 'logintnk@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165790409', '0', '1165790409', '1165790409', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.128.149.244', '0', '1', '', '0', '0', '-1', '1', '1', 'rj\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('577', '25', '', '0', 'BuzovaO', '0ab828eb2d25bec86ca15a687afc9748', '2006-12-11', 'buzova@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165802774', '0', '1165802774', '1165802774', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.42.21.77', '0', '1', '', '0', '0', '-1', '1', '1', '\"nY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('578', '25', '', '0', 'repasollo', '2271ddf67a5d23bd389f1a04b85b1956', '2006-12-11', 'repasollo@pokushai.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165819840', '0', '1165869680', '1165954679', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.140.4.249', '0', '1', '', '0', '0', '-1', '2', '2', '(zR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('579', '25', '', '0', 'InisetBoy', 'f4386d70689ec27962756c71ff834529', '2006-12-11', 'inisetboy@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165829666', '0', '1165829666', '1165829666', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.31.86.7', '0', '1', '', '0', '0', '-1', '1', '1', 'TDT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('580', '25', '', '0', 'Troglodit', '7f76a36e767d5b0971867768a188f6e2', '2006-12-11', 'habibulinpm@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165830233', '0', '1165830233', '1165830237', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '59.93.196.146', '0', '1', '', '0', '0', '-1', '1', '1', '\'U%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('581', '25', '', '0', 'BriKevin', '097015d07428d11452e168952ab4a688', '2006-12-11', 'kevin2@goresxa.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165832549', '0', '1165832549', '1165832549', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.94.24.255', '0', '1', '', '0', '0', '-1', '1', '1', '+ju', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('582', '25', '', '0', 'BiGPenissm', '4781bad640d0940adc5b809bdd6fd3ae', '2006-12-11', 'ruslan_mashkin@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165844270', '0', '1165844270', '1165844731', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.203.24.119', '0', '1', '', '0', '0', '-1', '2', '2', '[D%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('583', '25', '', '0', 'Hersddf', '3285c9b58beecb93ee240bf9aaa7bbc0', '2006-12-11', 'loginprt@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165867316', '0', '1165867316', '1165868381', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.17.244.140', '0', '1', '', '0', '0', '-1', '2', '2', 'N@M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('584', '25', '', '0', 'CWheelOK', '33a2e06a909311498400ea8093ea2976', '2006-12-11', 'marklevinson@best-ringtones-online.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165879351', '0', '1165879351', '1165879579', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '65.78.101.54', '0', '1', '', '0', '0', '-1', '2', '2', 'b!_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('585', '25', '', '0', 'Otbuhta', 'e164b4c4cb391fb879089822c88622ca', '2006-12-12', 'otbuhta@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165886403', '0', '1165886403', '1165886839', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.17.186.155', '0', '1', '', '0', '0', '-1', '2', '2', 'oOZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('586', '25', '', '0', 'xssregiw', 'c4bbb382d08ca277540f52d0ec644801', '2006-12-12', 'jack@spivare.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165893129', '0', '1165893129', '1165893129', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.19.184.109', '0', '1', '', '0', '0', '-1', '2', '2', 'n;2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('587', '25', '', '0', 'Gamikton', '0c73400501163b00c8b3655ea80b2448', '2006-12-12', 'gamikton@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165909036', '0', '1165909036', '1165909036', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '221.128.131.60', '0', '1', '', '0', '0', '-1', '1', '1', '}Tq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('588', '25', '', '0', 'Blagondoc', '87526aa07ff80b22d72794a0992a4a9d', '2006-12-12', 'blagon@smtp.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165912544', '0', '1165912544', '1165912544', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '219.153.5.251', '0', '1', '', '0', '0', '-1', '2', '2', 'Q*R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('589', '25', '', '0', 'adultlink', '809a572fd8b5247d26d4335f11413edf', '2006-12-12', 'adultsex@runbox.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165915200', '0', '1165915200', '1165915200', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.141.53.139', '0', '1', '', '0', '0', '-1', '1', '1', 'Tvv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('590', '25', '', '0', 'Regilad', 'ad4d8f4e37e56796a54f02a415929bab', '2006-12-12', 'regilad@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165934712', '0', '1165934712', '1165934712', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.140.94.212', '0', '1', '', '0', '0', '-1', '1', '1', '%RO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('591', '25', '', '0', 'Medvedikk', 'bb9607706fc46ccec93d251b597abecf', '2006-12-12', 'lionel.bondarenk@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165937005', '0', '1165937035', '1165942296', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.27.163.93', '0', '1', '', '0', '0', '-1', '2', '2', 'Psv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('592', '25', '', '0', 'retrolot', 'a94d561c3dc6b5edcf71b81d0c589bd2', '2006-12-12', 'topeslino@pokushai.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165963828', '0', '1165963828', '1165969735', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.195.7.34', '0', '1', '', '0', '0', '-1', '2', '2', '-A>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('593', '25', '', '0', 'losadius', '2746b8647fff57b4a27fb2765bb69b01', '2006-12-13', 'polasywa2@mymail-in.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165979913', '0', '1165979913', '1165981365', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.221.172.70', '0', '1', '', '0', '0', '-1', '2', '2', '4Yv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('594', '25', '', '0', 'StepanMen', '6aaddeb767bda695ad6bb5cdac141c99', '2006-12-13', 'stepanm@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1165998187', '0', '1165998187', '1165998187', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.65.127.163', '0', '1', '', '0', '0', '-1', '1', '1', ':Hv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('595', '25', '', '0', 'Berendey', '6df24f086c8ceb31fa675edf4de15872', '2006-12-13', 'berendey@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166007700', '0', '1166007700', '1166007700', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '221.128.138.224', '0', '1', '', '0', '0', '-1', '1', '1', 'p(0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('596', '25', '', '0', 'antoshechG', 'cde52428eb6b7de64d0951af85f02a08', '2006-12-13', 'logintprn@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166014567', '0', '1166014567', '1166014654', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.233.163.192', '0', '1', '', '0', '0', '-1', '1', '1', '@wf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('597', '25', '', '0', 'replicavxn', 'da76dea566a0f430d4b663cad967d43c', '2006-12-13', 'farid-sochnev@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166014975', '0', '1166014975', '1166015546', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.248.164.43', '0', '1', '', '0', '0', '-1', '2', '2', '$+t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('598', '25', '', '0', 'santorio', '3d38925b8533a9b728ecf27bdd047b2b', '2006-12-13', 'santorioe@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166015420', '0', '1166015420', '1166015420', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.17.134.35', '0', '1', '', '0', '0', '-1', '1', '1', 'Ehv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('599', '25', '', '0', 'bestonlinepharmasy2', '432591219cc4d15ec0c91e53b29a4a98', '2006-12-13', 'bestonlinepharmasy2@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166022787', '0', '1166022787', '1166022787', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.51.161.244', '0', '1', '', '0', '0', '-1', '1', '1', '>7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('600', '25', '', '0', 'RomanMen', '683908beab9d3db4e3a6f375a2c32968', '2006-12-13', 'romanm@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166024016', '0', '1166024016', '1166024016', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.227.0.153', '0', '1', '', '0', '0', '-1', '1', '1', 'ben', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('602', '25', '', '0', 'MayAbrikos', 'fa83af168e50e9c9031ce747ba186da2', '2006-12-13', 'mayabrikos@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166049395', '0', '1166049395', '1166049395', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.138.64.180', '0', '1', '', '0', '0', '-1', '1', '1', 'D>m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('603', '25', '', '0', 'Lochnessko', '4b3dfded2cbdce0c49f8074d6d1fade4', '2006-12-14', 'lohnesskoz@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166054563', '0', '1166054563', '1166054563', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '58.65.237.9', '0', '1', '', '0', '0', '-1', '1', '1', 'fQ&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('604', '25', '', '0', 'drlifeech', 'c8e96b163355b415f43f67e8542b67c6', '2006-12-14', 'drlifeech@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166062204', '0', '1166062204', '1166062204', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.141.253.217', '0', '1', '', '0', '0', '-1', '1', '1', 'OAp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('605', '25', '', '0', 'TorriTor', 'c4b964b38147b2efb5bd5ae1fc9e1a34', '2006-12-14', 'torri100@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166083759', '0', '1166083759', '1166083759', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.138.64.176', '0', '1', '', '0', '0', '-1', '1', '1', 'm>j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('606', '25', '', '0', 'inve.tment', '7e0eb7f2ecd4010f7e108a5968ef1154', '2006-12-14', 'investm2003@tut.by', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166088210', '0', '1166088210', '1166088210', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.17.197.112', '0', '1', '', '0', '0', '-1', '1', '1', 'ej}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('608', '25', '', '0', 'Muesrasrs', '6c587ba797c4d7df55cbe742800ceac4', '2006-12-14', 'loginisi@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166115333', '0', '1166115333', '1166115333', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.224.125.94', '0', '1', '', '0', '0', '-1', '1', '1', 'Uyz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('609', '2', '', '0', 'Black?', '32f288e6b8828fb3d55ef655222f9b69', '2006-12-14', 'black.1@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1166118339', '0', '1166118339', '1166121448', '1166121237', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.84.161.198', '0', '1', '', '0', '0', '-1', '2', '2', ',i$', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '249', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('610', '25', '', '0', 'toleronos', '7adf9b79d11df75618ec53eb47150ecf', '2006-12-14', 'toleronos@pokushai.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166120476', '0', '1166120476', '1166124474', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.140.129.218', '0', '1', '', '0', '0', '-1', '2', '2', 'gB{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('611', '25', '', '0', 'HilloryK', '31bab442535eb88a7a35ca00bc222232', '2006-12-14', 'hillorykl@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166121995', '0', '1166121995', '1166121995', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.194.196.7', '0', '1', '', '0', '0', '-1', '2', '2', 'OKR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('612', '25', '', '0', 'News?????', 'd8be55d5a839fa61532a2cb91a37a6af', '2006-12-15', 'newscombat24@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166142773', '0', '1166142773', '1166143225', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '210.87.251.107', '0', '1', '', '0', '0', '-1', '2', '2', 'vIg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('613', '25', '', '0', 'XtraWatchN', '9965fb0c901a9878451b740f7b07fe3d', '2006-12-15', 'memorystick@pspdrive.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166148057', '0', '1166148057', '1166148080', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.160.54.221', '0', '1', '', '0', '0', '-1', '1', '1', 'H2+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('614', '25', '', '0', 'JordanoBru', '60a0d5bd0a2f728b8321a142f1263cd7', '2006-12-15', 'jordanobr@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166173604', '0', '1166173604', '1166173604', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.229.242.86', '0', '1', '', '0', '0', '-1', '1', '1', '4A^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('615', '25', '', '0', 'Kennynnw', '7267859ba423f788e9f3f9138b5533b5', '2006-12-15', 'gfggffg@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166178072', '0', '1166178072', '1166178072', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '221.216.156.174', '0', '1', '', '0', '0', '-1', '1', '1', 'JpV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('616', '25', '', '0', 'Fredsuyt', 'd1b057aa2870823b59bcb516ff56ba01', '2006-12-15', 'voronchuk-nguzar@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166190801', '0', '1166190830', '1166193357', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.27.216.115', '0', '1', '', '0', '0', '-1', '2', '2', 'TVR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('617', '25', '', '0', 'PolZegerully', '346899dddb0026b2d6dd20b92bebc023', '2006-12-15', 'polzegeruly@newpostcash.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166200494', '0', '1166201603', '1166407852', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.150.97.114', '0', '1', '', '0', '0', '-1', '2', '2', '[Zk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('618', '25', '', '0', 'Teomaderm', '3bfa41f259546c17a727e3dedd3c85da', '2006-12-15', 'teomaderm1975@phreaker.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166208481', '0', '1166208481', '1166208481', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '148.233.159.57', '0', '1', '', '0', '0', '-1', '1', '1', ' Ma', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('619', '25', '', '0', 'MikeWeber', 'da918a7583816c5cb1099c413cf5aeaa', '2006-12-15', 'mikeweber@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166217233', '0', '1166217233', '1166217233', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '148.233.229.236', '0', '1', '', '0', '0', '-1', '1', '1', 'n0;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('620', '25', '', '0', 'tsaaapla', '5ad39ec87c3167a4e31e13ee9b9b3f3c', '2006-12-15', 'tsaaapla@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166224480', '0', '1166224480', '1166224480', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.141.252.119', '0', '1', '', '0', '0', '-1', '1', '1', '>h?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('621', '2', '', '0', 'RAMBO22', 'bf6ce3e602c602d2f87d6ab2a1019c68', '2006-12-16', 'admin@vipgaming.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1166227621', '0', '1169588436', '1170667408', '1166315937', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.1.98.206', '0', '1', '', '0', '0', '-1', '2', '2', 'r,c', '', '0', '4040', '0', '0', '0', '0', '', '0', '1', '', '159', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('622', '25', '', '0', 'leadmoffer', '05953b85f8ed095e573321c353640ac3', '2006-12-16', 'lleaderteamoffer@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166232931', '0', '1166232931', '1166232931', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.51.161.244', '0', '1', '', '0', '0', '-1', '1', '1', '!\'(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('623', '25', '', '0', 'SemSeleneb', '0caede0a81cc2ceba0fc0e86c8295a94', '2006-12-16', 'mikewebers@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166263303', '0', '1166263303', '1166263303', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.138.64.174', '0', '1', '', '0', '0', '-1', '1', '1', 'pwo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('624', '25', '', '0', 'SearchPRO', 'ffb04a940e69f32eab474d8066e0d35f', '2006-12-16', 'searchpro@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166290915', '0', '1166290915', '1166301310', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '210.212.248.99', '0', '1', '', '0', '0', '-1', '2', '2', 'TEr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('625', '25', '', '0', 'Georgions', 'edef4bffe80a09c9b3f46c79e3eac3a1', '2006-12-17', 'nata@ourvoyeur.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166333640', '0', '1166333640', '1166334444', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.42.21.80', '0', '1', '', '0', '0', '-1', '2', '2', '\"5u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('626', '25', '', '0', 'letittbe', '397b0af91c30421d2f13922c3a29fdb7', '2006-12-17', 'ccceska@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166338609', '0', '1166338609', '1166338609', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.141.253.95', '0', '1', '', '0', '0', '-1', '1', '1', 'Un2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('627', '25', '', '0', 'googleman', '5d8db7fe328d41bccac1ccb474538fc5', '2006-12-17', 'googleman@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166347711', '0', '1166347711', '1166347711', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.138.64.177', '0', '1', '', '0', '0', '-1', '1', '1', 'CY]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('628', '25', '', '0', 'Dobrojela', 'b5e74b5a82aa745898c8771d28e664fc', '2006-12-17', 'alihan-ivanchik@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166358847', '0', '1166358847', '1166359858', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.121.68.198', '0', '1', '', '0', '0', '-1', '2', '2', '2CS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('629', '25', '', '0', 'BlowMarchR', '08d7b48415824e1b78a032a879ef373f', '2006-12-17', 'pipeeska@myadobeshop.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166359628', '0', '1166359628', '1166360240', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '221.153.190.77', '0', '1', '', '0', '0', '-1', '2', '2', '-lW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('630', '25', '', '0', 'yahooman', 'da6e0ba283983f3273f89e974ae0eba6', '2006-12-17', 'yahoomann@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166385027', '0', '1166385027', '1166385027', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.175.37.70', '0', '1', '', '0', '0', '-1', '1', '1', '9D6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('631', '25', '', '0', 'Lkasdert', '8576a5586c4a6fa54475c7f4b6698df5', '2006-12-17', 'taras_narvatkin@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166386775', '0', '1166386775', '1166386775', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.177.225.41', '0', '1', '', '0', '0', '-1', '2', '2', 'ak|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('633', '25', '', '0', 'Mahdabow', '651c6a1c00bd28acff8e1f1e4b161fc2', '2006-12-18', 'mahdabow@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166404499', '0', '1166404499', '1166405029', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.18.77', '0', '1', '', '0', '0', '-1', '2', '2', '%9d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('634', '25', '', '0', 'Felibobild', '68eadbf243537ea91bd22e955094054d', '2006-12-18', 'baratikude131s@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166419861', '0', '1166419861', '1166419861', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '61.55.135.167', '0', '1', '', '0', '0', '-1', '2', '2', '9p(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('635', '25', '', '0', 'msnmann', '6202088acc6508c28f80978e08cedebd', '2006-12-18', 'msnman@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166420158', '0', '1166420158', '1166420158', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.172.217.68', '0', '1', '', '0', '0', '-1', '1', '1', '8:1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('636', '25', '', '0', 'medshop', '487457f70dfaea1e18f068c7176e8f64', '2006-12-18', 'onfarm7717@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166443464', '0', '1166443464', '1166443464', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.85.45.112', '0', '1', '', '0', '0', '-1', '1', '1', '~Ze', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('637', '25', '', '0', 'yandexman', '0c1b53309aacaae4e39fef40e4198e19', '2006-12-18', 'yandexm@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166453257', '0', '1166453257', '1166453257', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.154.224.16', '0', '1', '', '0', '0', '-1', '1', '1', '3Un', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('638', '25', '', '0', 'Serlamep', 'd45a661e21eecff08d2059e122096a0d', '2006-12-18', 'serlamep7@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166460534', '0', '1166460534', '1166461438', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.18.77', '0', '1', '', '0', '0', '-1', '0', '0', 'G0P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('640', '25', '', '0', 'Mlikesitez', 'e660aa9406072cad253441fa377db325', '2006-12-18', 'wellcams2007@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166481791', '0', '1166481791', '1166481791', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '58.65.237.9', '0', '1', '', '0', '0', '-1', '2', '2', '>H`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('639', '25', '', '0', 'mytredtrex', '9f49ee786e5f385e7181d1d95b4d6d7a', '2006-12-18', 'vohas31e@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166464954', '0', '1166464954', '1166464954', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.88.46.58', '0', '1', '', '0', '0', '-1', '2', '2', 'e].', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('642', '25', '', '0', 'Justlovemy', '4aaf15685749c07521d111e8ad2001dd', '2006-12-19', 'justlovemys@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166497565', '0', '1166497565', '1166497565', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.18.77', '0', '1', '', '0', '0', '-1', '1', '1', '{3<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('643', '25', '', '0', 'maximumbid', '9dae9e61be116060f80a73bf35e90b59', '2006-12-19', 'maxbid@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166510111', '0', '1166510111', '1166510111', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.137.247.131', '0', '1', '', '0', '0', '-1', '1', '1', '}mS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('644', '25', '', '0', 'debtaaaabc', 'e257913d5e9cfd35126ee12f0b6d0a45', '2006-12-19', 'debt@informator.bpa.nu', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166537610', '0', '1168270366', '1168804238', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.235.169.167', '0', '1', '', '0', '0', '-1', '2', '2', 'c0m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('645', '25', '', '0', 'KevFedd', '3dc14eb0c5cf5f6303ef8c0e1ada8fa1', '2006-12-19', 'k-fed@lopigax.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166548865', '0', '1166548865', '1166548865', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.94.23.245', '0', '1', '', '0', '0', '-1', '1', '1', 'I|W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('646', '25', '', '0', 'CelexaNY', '0bb34a796ab9107c30da59a39bb58f46', '2006-12-19', 'celderfr@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166549712', '0', '1166549712', '1166549712', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.42.21.80', '0', '1', '', '0', '0', '-1', '1', '1', 'WY<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('647', '25', '', '0', 'maximuss', '826d5de02390ac9002d68464194a45b0', '2006-12-19', 'maxbidi@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166550147', '0', '1166550147', '1166550147', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.112.249.128', '0', '1', '', '0', '0', '-1', '1', '1', '@[2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('648', '25', '', '0', 'Tachila', 'b7ac77a7a3a9b0f4456ca275866ceee2', '2006-12-19', 'tachila@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166550537', '0', '1166550537', '1166550537', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.135.136.205', '0', '1', '', '0', '0', '-1', '1', '1', '\'\"V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('649', '2', '', '0', 'Fireball', '837101e8841d51b47a4c6edb47bc05d0', '2006-12-19', 'lee_edvardsen@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1166551694', '0', '1166631132', '1166639172', '1166625286', '4', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.108.176.146', '0', '1', '', '0', '0', '-1', '2', '2', 'B 2', '', '0', '4077', '0', '0', '0', '0', '', '0', '2', '', '190', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('650', '2', '', '0', '[SS]Tazka', '92a2448a1a3ab1b60a753337b7a7195d', '2006-12-19', 'tazkapoika@gmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1166558055', '0', '1166558275', '1166591964', '1166591941', '2', '10', '5', '2', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.197.171.151', '0', '1', '', '0', '0', '-1', '2', '2', 'syv', '', '0', '4069', '0', '0', '0', '0', '', '0', '0', '', '128', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('651', '25', '', '0', 'SallyFA', '85062c92a14b1719d02173d0a16ad682', '2006-12-20', 'sally75fa@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166585267', '0', '1166585267', '1166585937', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.102.114.13', '0', '1', '', '0', '0', '-1', '2', '2', 'P;b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('652', '25', '', '0', 'littlePen', '85258ba69355a7c964e718717e181c75', '2006-12-20', 'loginrrr@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166598371', '0', '1166598371', '1166598371', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.121.69.153', '0', '1', '', '0', '0', '-1', '1', '1', '|P{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('673', '2', '', '0', 'poeta', 'fcaffa752ef2e3f839effdb86cb44b1c', '2006-12-24', 'cb.poeta@gmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1166999980', '0', '1167169802', '1176578847', '1167169900', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.37.113.177', '0', '1', '', '0', '0', '-1', '2', '2', '\"R7', '', '0', '4137', '0', '0', '0', '0', '', '0', '0', '', '176', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('653', '25', '', '0', 'margeladze', '2e8de0caa236dd6f6ad5f0df916c3d14', '2006-12-20', 'margeladze@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166627906', '0', '1166627906', '1166638319', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '202.58.64.196', '0', '1', '', '0', '0', '-1', '2', '2', 'i%0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('679', '25', '', '0', 'umaxikus', '76041de7fe6d531f55e4a53ee1486541', '2006-12-25', 'umaxikus@businessvoc.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167055847', '0', '1167055847', '1167055847', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.167.97.34', '0', '1', '', '0', '0', '-1', '2', '2', 'X&<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('654', '25', '', '0', 'JohnSmith', '275316d5844c276cdd64f029b2cccb78', '2006-12-20', 'mike@bestwebhostingever.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166648839', '0', '1166648839', '1166648839', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '202.154.1.28', '0', '1', '', '0', '0', '-1', '1', '1', '/X7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('655', '25', '', '0', 'Gorgonas', 'fe5856de309fe47222f04b60618695fa', '2006-12-21', 'gorgona@4euronat.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166663422', '0', '1166663422', '1166664009', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.31.86.53', '0', '1', '', '0', '0', '-1', '2', '2', 'mfS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('656', '25', '', '0', 'TaliaJack', 'c96cc6cb9e5288556556165456f06caf', '2006-12-21', 'taliajack25@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166682198', '0', '1166682198', '1166682198', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.160.41.120', '0', '1', '', '0', '0', '-1', '1', '1', 'q#\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('657', '25', '', '0', 'searchterm', '7395b6b9e086c85cb829c05d8ccd4ae8', '2006-12-21', 'googlesearch@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166689111', '0', '1166689111', '1166689111', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '202.153.38.194', '0', '1', '', '0', '0', '-1', '1', '1', '1^M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('658', '25', '', '0', 'bppstorr', '69536351d70f157d1c6e6ad5de013cfa', '2006-12-21', 'bppstorr@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166693019', '0', '1166693019', '1166693019', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.76.78.194', '0', '1', '', '0', '0', '-1', '1', '1', '{3!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('659', '25', '', '0', 'mortgahyu', '9a8dbf5a85d6ac2bbfcd49c7eb0719d6', '2006-12-21', 'webmaster@etradeoil.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166705258', '0', '1166714910', '1166873647', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.19.188.16', '0', '1', '', '0', '0', '-1', '2', '2', 'Z#3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('660', '25', '', '0', 'PEguruST', '702a9d6fc41fb006dbb1cf1084a84fdf', '2006-12-21', 'twoweeks@last-longer.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166716355', '0', '1166716355', '1166716355', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '75.46.41.90', '0', '1', '', '0', '0', '-1', '2', '2', 'li\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('661', '25', '', '0', 'Katahawka', '2edac8ab5817ac8b0b91b823fa2df4e3', '2006-12-22', 'katahawka@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166754513', '0', '1166754513', '1166754539', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.210.26.152', '0', '1', '', '0', '0', '-1', '1', '1', ';iV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('663', '25', '', '0', 'CreativMy', 'dd56cacdf5bfae3ae22788a83202d317', '2006-12-22', 'creat207@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166814857', '0', '1166814857', '1166814857', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.178.41.152', '0', '1', '', '0', '0', '-1', '1', '1', '0vC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('664', '25', '', '0', 'voksveta', '107ef4c5f1b19f35d2b79c6ef3f4ed16', '2006-12-22', 'nadebun-zguevich@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166829488', '0', '1166829488', '1166829488', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.137.221.2', '0', '1', '', '0', '0', '-1', '1', '1', 'yN#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('665', '25', '', '0', 'miuytref', '7445e73521fa1deaf5c64bcdf33bbc60', '2006-12-23', 'voh10@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166851803', '0', '1166851803', '1166852600', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.138.64.178', '0', '1', '', '0', '0', '-1', '2', '2', '|U*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('666', '25', '', '0', 'UKR|smithyuk', 'f1474badaf8a8c25d55d230b5a625417', '2006-12-23', 'smithyuk19@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166869458', '0', '1166869495', '1166869495', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.33.154.28', '2', '1', '', '0', '0', '-1', '1', '1', ':rx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('667', '25', '', '0', 'piillls', '171ae4254aafa6933193598c186d649b', '2006-12-23', 'markus@neomailpro.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166904541', '0', '1166904541', '1166904751', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.36.243.77', '0', '1', '', '0', '0', '-1', '2', '2', 'EZ7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('668', '25', '', '0', 'pharmmed', '3e99398ac4e0ea36da5f3fdf9d0fe148', '2006-12-24', 'castred1@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166922462', '0', '1166922462', '1166923653', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.60.121.147', '0', '1', '', '0', '0', '-1', '2', '2', 'j\'^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('669', '25', '', '0', 'juristddd', 'b84d0604ad17f559c49668d4178887dd', '2006-12-24', 'leopold_grinev@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166936208', '0', '1166936208', '1166936208', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.154.215.85', '0', '1', '', '0', '0', '-1', '2', '2', 'sfq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('670', '25', '', '0', 'excholza', 'dfe45faf70a967483f39e6d2c15ea85e', '2006-12-24', 'excha32@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166949469', '0', '1166949469', '1166949469', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.1.6.130', '0', '1', '', '0', '0', '-1', '1', '1', '><)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('671', '2', '', '0', 'Fola', '8fdcfdd3b0837db2a06156833f74fcee', '2006-12-24', 'swannyandfola@btinternet.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1166961729', '0', '1166962309', '1166965145', '1166965145', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.129.120.32', '0', '1', '', '0', '0', '-1', '2', '2', 'U+[', '', '0', '4115', '0', '0', '0', '0', '', '0', '1', '', '336', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('672', '25', '', '0', 'hochongs', '4f11f11a5c927780cdd89b894850b4de', '2006-12-24', 'hochongs@meta.ua', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1166967930', '0', '1166967930', '1166968479', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.19.188.110', '0', '1', '', '0', '0', '-1', '2', '2', 'ZGc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('674', '25', '', '0', 'nevjE', 'd4bfbffadb102b4701c12d853dd33ad1', '2006-12-25', 'nevje@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167008842', '0', '1167008855', '1167076275', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '88.149.141.153', '0', '1', '', '0', '0', '-1', '1', '1', 'n1_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('675', '2', '', '0', 'Shiffty', '1fd3b8ad18cfa67a4dffddd68b44e484', '2006-12-25', 'mini@croeso.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1167040028', '0', '1167040028', '1167040908', '1167040101', '1', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '81.179.67.42', '3', '1', '', '0', '0', '-1', '2', '2', 'wQ)', '', '0', '4126', '0', '0', '0', '0', '', '0', '0', '', '141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('676', '25', '', '0', 'accordis', 'f389a348a3e629b646c0a3d42d7ce1b6', '2006-12-25', 'accordis@bestray.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167043258', '0', '1167043258', '1167043258', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.31.86.53', '0', '1', '', '0', '0', '-1', '2', '2', '3D3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('677', '25', '', '0', 'Realcamgir', '0c4c787eeab86f4a7bf187d1c0e47386', '2006-12-25', 'realcamgirls@gmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167045483', '0', '1167045483', '1167045483', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '125.187.0.203', '0', '1', '', '0', '0', '-1', '1', '1', 's^+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('678', '2', '', '0', 'iCr.mth', '14b37f57a363845b633817aff62c8e8f', '2006-12-25', 'mathieu_nuyttens@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1167047622', '0', '1167047622', '1167047784', '1167047805', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.165.96.193', '0', '1', '', '0', '0', '-1', '2', '2', '3Qm', '', '0', '4127', '0', '0', '0', '0', '', '0', '0', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('680', '25', '', '0', 'queenie', '0a4c198201d71f84adc9dffe8fc9b816', '2006-12-25', 'scorpion_queenuk@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167084503', '0', '1167084503', '1167084503', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.193.61.52', '0', '1', '', '0', '0', '-1', '1', '1', 'fux', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('681', '25', '', '0', 'kristianps', '7ed3e17eda3cdff39308453d796d964b', '2006-12-25', 'kristiankray@inmail24.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167089590', '0', '1167222282', '1167232006', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '219.141.223.177', '0', '1', '', '0', '0', '-1', '2', '2', '>8I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('682', '25', '', '0', 'Oxburk', '9976845d9b28ad51c721327ceb9e8927', '2006-12-26', 'forceonealpha@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167096228', '0', '1167096228', '1167096406', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '86.133.146.246', '0', '1', '', '0', '0', '-1', '1', '1', 'bu\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('683', '25', '', '0', 'GetMyRep', '04cdfbf6859a728808a0fa1568373bcc', '2006-12-26', 'inexpensive@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167101635', '0', '1167101635', '1167101635', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '65.30.138.143', '0', '1', '', '0', '0', '-1', '1', '1', 'oYS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('684', '25', '', '0', 'novyidom', '56eb6f2b666a8e32ec62c5192c8bf1f7', '2006-12-26', 'eduard-voskoboin@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167136220', '0', '1167136220', '1167136220', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '218.209.65.211', '0', '1', '', '0', '0', '-1', '2', '2', 'J^`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('685', '25', '', '0', 'adulcagirl', '79e5d55111f6ca0e5eeb7eacf34d5afb', '2006-12-26', 'gitlercaputz@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167140376', '0', '1167140376', '1167140376', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '61.17.210.232', '0', '1', '', '0', '0', '-1', '1', '1', '^^|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('686', '2', '', '0', '20-scottie_d-06', '765490f5621a4fe3525ffedbaa0e0038', '2006-12-26', 'kangoldeclan@btinternet.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1167140405', '0', '1167140405', '1167140899', '1167141033', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.134.246.175', '0', '1', '', '0', '0', '-1', '2', '2', 'Kfp', '', '0', '4133', '0', '0', '0', '0', '', '0', '0', '', '220', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('687', '25', '', '0', 'Budazonka', '5a193cf5221862ea05ef0575592b7ba0', '2006-12-26', 'budazonka@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167147995', '0', '1167147995', '1167147995', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '136.165.238.20', '0', '1', '', '0', '0', '-1', '1', '1', 'duR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('688', '2', '', '0', 'D4L PriMaX', 'b056b2030e897f3c281f0792e1b3329a', '2006-12-26', 'lumley001@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1167148288', '0', '1167237987', '1167665869', '1167665843', '5', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.136.95.3', '0', '1', '', '0', '0', '-1', '2', '2', '/^|', '', '0', '4181', '0', '0', '0', '0', '', '0', '0', '', '346', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('689', '25', '', '0', 'homequityh', '459782125b28b2c3a6be9dc5254be68c', '2006-12-26', 'homeequityloans@etradeoil.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167149090', '0', '1167207956', '1167284925', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.19.188.16', '0', '1', '', '0', '0', '-1', '2', '2', 'gnP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('690', '2', '', '0', 'princey', '137edd676a0037ef02810bea9b6dc031', '2006-12-26', 'robprince@expandead.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1167154399', '0', '1167154399', '1167154838', '1167154506', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.10.221.22', '0', '1', '', '0', '0', '-1', '2', '2', '_lh', '', '0', '4136', '0', '0', '0', '0', '', '0', '0', '', '158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('691', '25', '', '0', 'Llullikin', '85a796dbdd900b9a3f4eb36133815753', '2006-12-26', 'lulikkin@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167155643', '0', '1167155643', '1167155643', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '60.217.227.142', '0', '1', '', '0', '0', '-1', '1', '1', 'Bh}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('692', '25', '', '0', 'zensed', 'dcaf0025e2ee79f216c79a96ef6c2859', '2006-12-26', 'yodo-fate@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167156762', '0', '1167156762', '1167156900', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '82.13.130.115', '6', '1', '', '0', '0', '-1', '1', '1', 'lvF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('693', '25', '', '0', 'hyddrroo', 'e17c732c0830cf3978abf35b1237accb', '2006-12-26', 'milutin@neomailpro.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167174491', '0', '1167174491', '1167174942', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '12.45.169.249', '0', '1', '', '0', '0', '-1', '2', '2', 'Aq|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('694', '25', '', '0', 'mirdeneg', '828f9f2205e59e60248f6cac182f5b4e', '2006-12-27', 'fetin_nabi@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167213200', '0', '1167213200', '1167213200', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.232.197.231', '0', '1', '', '0', '0', '-1', '2', '2', 'PZT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('707', '25', '', '0', 'sceriffo', 'bb24d13a9370c496be12a2587bec5823', '2006-12-30', 'koshuba-nguzari@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167503891', '0', '1167503891', '1167503891', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '59.92.56.61', '0', '1', '', '0', '0', '-1', '2', '2', '81`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('702', '25', '', '0', 'MarkLikvor', '4a0177e4a2a7a16fade5f36354a30f0b', '2006-12-29', 'likvuramarek@allwebdrugs.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167407962', '0', '1167407962', '1167427282', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.150.97.114', '0', '1', '', '0', '0', '-1', '2', '2', 'VBu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('696', '25', '', '0', 'effexxor', '96b02d25cbd845ecc148028d10fd47fc', '2006-12-28', 'effexor356@freepizzamail.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167288995', '0', '1167288995', '1167294946', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '12.45.169.249', '0', '1', '', '0', '0', '-1', '2', '2', '5`U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('697', '25', '', '0', 'Manuakuh', '417b16d799b0eb6e5a1c8013ea821ca6', '2006-12-28', 'manuak@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167300095', '0', '1167300095', '1167300095', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.18.77', '0', '1', '', '0', '0', '-1', '1', '1', '/Bh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('698', '2', '', '0', 'Zwarte_Adelaar', 'd3563a9dbeb584c1705a6f94db45a539', '2006-12-28', 'ares@saw-clan.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1167312499', '0', '1167312499', '1167312849', '1167312848', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.194.2.56', '3', '1', '', '0', '0', '-1', '2', '2', '[2K', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '359', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('699', '25', '', '0', 'laredssy', 'd4951493d558635911f79a13f85b0f76', '2006-12-28', 'laredssy@discountsn.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167317182', '0', '1167317182', '1167317182', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '218.124.172.99', '0', '1', '', '0', '0', '-1', '2', '2', '4Ah', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('700', '25', '', '0', 'ceerwer', '3aba153c0cff8c8a34bbc4cddb2ae6df', '2006-12-28', 'vodex12p@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167321581', '0', '1167321581', '1167321581', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.193.98.46', '0', '1', '', '0', '0', '-1', '1', '1', '6K*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('701', '25', '', '0', 'Flaminouso', '7a0b4150e233f6b564918a73dfba265c', '2006-12-29', 'gumiroz_va78@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167368263', '0', '1167368263', '1167370702', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '76.171.186.138', '0', '1', '', '0', '0', '-1', '2', '2', '94z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('703', '25', '', '0', 'buketbest', '77e5ba79eb0baf7f63a9c444efa072b7', '2006-12-29', 'shamil.arens@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167414468', '0', '1167414468', '1167414468', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.15.254.169', '0', '1', '', '0', '0', '-1', '2', '2', 'lp6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('704', '25', '', '0', 'asdftr.org', 'fbdbb6202ef288ad51c6c070d39e2c82', '2006-12-29', 'hjgffooffg@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167428011', '0', '1167428011', '1167428011', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.133.184.168', '0', '1', '', '0', '0', '-1', '3', '3', '4Ig', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('705', '25', '', '0', 'tomenronas', 'cc1291bf0ccc510b7c1e0a21b0978182', '2006-12-30', 'tomenronas@avstralia.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167450988', '0', '1167450988', '1167451884', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.140.131.35', '0', '1', '', '0', '0', '-1', '2', '2', 'q[^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('706', '25', '', '0', 'Nimboladzes', '0aba007b66fcfd9c15bc8c1cda7c0b00', '2006-12-30', 'nimboladzes6@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167455422', '0', '1167455422', '1167456254', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.140.95.150', '0', '1', '', '0', '0', '-1', '2', '2', 'nW.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('708', '25', '', '0', 'carpartsho', '7cf1f5e61f9283a67d4994c8f56e3a63', '2006-12-30', 'loginrtktp@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167513125', '0', '1167513125', '1167513125', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.248.164.43', '0', '1', '', '0', '0', '-1', '1', '1', 'AL(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('709', '2', '', '0', 'Legoinsin??ri', 'cec48e404a515161c49baf39d60ca96f', '2006-12-31', 'Jobi@city.fi', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1167567615', '0', '1169311687', '1169336934', '1169288228', '13', '10', '5', '2', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.78.154.35', '0', '1', '', '0', '0', '-1', '2', '2', 'xoD', '', '0', '4318', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('710', '25', '', '0', 'zeymsdegri', '39cd3dd174afb0eb244624111bea0172', '2006-12-31', 'zeymsdegriz@inmail24.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167575744', '0', '1167575744', '1167575744', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '218.122.240.81', '0', '1', '', '0', '0', '-1', '2', '2', 'scV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('711', '25', '', '0', 'NickolasVanily', 'f89cd4461476c2d553902d2a29669287', '2006-12-31', 'nickolasvanily@bestwayhealth.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167576832', '0', '1167580988', '1167803823', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.150.97.114', '0', '1', '', '0', '0', '-1', '2', '2', '[ni', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('712', '25', '', '0', 'mortgagerefi', 'ef46f1d266498783e39ce5e10dc2d6a6', '2007-01-01', 'mortgagerefinancedot@mortgagerefinancedot.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167617320', '0', '1167807215', '1168319470', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.19.188.16', '0', '1', '', '0', '0', '-1', '2', '2', 'wP2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('730', '25', '', '0', 'bizneswer', '3db8176cbb6fc47076311aae9eff1517', '2007-01-05', 'ostapchuk.leopol@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1168037221', '0', '1168037221', '1168037221', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.91.145.69', '0', '1', '', '0', '0', '-1', '2', '2', ')YG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('713', '25', '', '0', 'vechnaya', '469b63307b98debe6c8a03f7b1f256d0', '2007-01-02', 'sekackii_evgnii@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167696294', '0', '1167696294', '1167696294', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.160.41.31', '0', '1', '', '0', '0', '-1', '1', '1', '+.Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('714', '25', '', '0', 'lopaayd', 'ff106cf475308676cf6bc3e92c4da5aa', '2007-01-02', 'stacooper@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167715586', '0', '1167715586', '1167715596', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.41.174.139', '0', '1', '', '0', '0', '-1', '1', '1', 'kEj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('715', '25', '', '0', '!angel!', '8d48968e7abbadcc7a91ed109e30d9f3', '2007-01-02', 'angelpalace3@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167720262', '0', '1167720262', '1167720262', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '12.45.169.249', '0', '1', '', '0', '0', '-1', '1', '1', '\"q?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '268', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('716', '25', '', '0', 'LiveCamGrl', '4e9cde10bf8ea60c9bccf9851c2cd641', '2007-01-03', 'livecamfrl@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167788513', '0', '1167788513', '1167788513', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.7.204.116', '0', '1', '', '0', '0', '-1', '1', '1', '_e/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('717', '25', '', '0', 'bodener', '1ce7083ada52ffb92a74b7bf97cb7939', '2007-01-03', 'alieksjii@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167797194', '0', '1167797194', '1167797194', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.11.139.16', '0', '1', '', '0', '0', '-1', '1', '1', ']fV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('718', '25', '', '0', 'simsimorg', '4ba57666db02dbfd62ba7e2c546fd6f9', '2007-01-03', 'moskvitin_ilgiz@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167844627', '0', '1167844627', '1167844627', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.189.195.25', '0', '1', '', '0', '0', '-1', '2', '2', '}K@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('719', '25', '', '0', 'Saga', 'cc399a20d55e161a7a4d48a0480286ab', '2007-01-03', 'sparadamante@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1167847770', '0', '1167847770', '1167848008', '0', '0', '10', '5', '1', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '83.35.168.232', '0', '1', '', '0', '0', '-1', '1', '1', 'g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('754', '25', '', '0', 'Radriges', '8231888af740eb46ed64836207be1b38', '2007-01-14', 'gfhg657f5tf@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1168772963', '0', '1168772963', '1168772963', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.160.65.51', '0', '1', '', '0', '0', '-1', '2', '2', 'm*K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('756', '25', '', '0', 'Zannussi', '3547113556bdbb830fc7169dba948f5d', '2007-01-15', 'hgjhg5765f44d4@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1168826100', '0', '1168826100', '1168830795', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.160.65.51', '0', '1', '', '0', '0', '-1', '2', '2', '8zp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('757', '25', '', '0', 'Fransis', '00a6896af97aa72a24ac85fcf0575589', '2007-01-15', 'fg34sdd5786f@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1168868321', '0', '1168868321', '1168877964', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.160.65.51', '0', '1', '', '0', '0', '-1', '1', '1', 'E_@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('759', '25', '', '0', 'reklamist', '858a52876d1e1de7b2da6814a7b75f89', '2007-01-16', 'yan_voronov@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1168926345', '0', '1168926345', '1168926345', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.141.53.139', '0', '1', '', '0', '0', '-1', '2', '2', 'HQ?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('760', '25', '', '0', 'Chelentan', '1d62fc8aa7871d14a9b5ed3810a48c92', '2007-01-16', 'chelentano25tr@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1168962418', '0', '1168962418', '1168962420', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.160.41.120', '0', '1', '', '0', '0', '-1', '1', '1', 'R7i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('761', '25', '', '0', 'addyta.org', '4b0395025673b6c2dd255899348f66f2', '2007-01-16', 'fgh3445dr32@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1168979182', '0', '1168979182', '1168979182', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.160.41.23', '0', '1', '', '0', '0', '-1', '2', '2', '3GF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('762', '25', '', '0', 'Dunyasha', 'd99395c8acfd5d48735b6e66f6acf457', '2007-01-16', 'jhgkjhg76trfhg65@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1168982101', '0', '1168982101', '1168982101', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.160.65.51', '0', '1', '', '0', '0', '-1', '1', '1', '^r%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('763', '2', '', '0', 'Spitfire', '53214beccc769fa3c5dfb34ac83e7f53', '2007-01-18', 'thompfamily@ntlworld.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1169112821', '0', '1297164435', '1313272386', '1297164350', '29', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.15.43.152', '0', '1', '', '0', '0', '-1', '5', '0', '$F>', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '512', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'de7da6bad8eb6d3998d9fe890ef16cbd', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1313271600', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('764', '25', '', '0', 'Dfasderttf', '1dcfecda4093a00d81162748ae78f9bb', '2007-01-18', 'verrad44g@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169122531', '0', '1169122531', '1169122531', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.195.94.196', '0', '1', '', '0', '0', '-1', '2', '2', 'I(l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('765', '25', '', '0', 'JessePex', 'aa1bb455eb894cd88dcf855d6cd6542d', '2007-01-18', 'normancook@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169130183', '0', '1169130183', '1169130183', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.160.41.120', '0', '1', '', '0', '0', '-1', '1', '1', 'qfv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('766', '25', '', '0', 'Martinny', '1568e69413c12ae26b71aff6a8af8bd8', '2007-01-18', 'martin2007@zinzaza.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169135446', '0', '1169135446', '1169140774', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.232.69.10', '0', '1', '', '0', '0', '-1', '2', '2', 'xWk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('767', '25', '', '0', 'jzohnzapp', '0a108bcfa60bc35949f85e116edae196', '2007-01-18', 'omair@fastprofits.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169159446', '0', '1169159446', '1169159446', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.36.229.69', '0', '1', '', '0', '0', '-1', '2', '2', 'm[n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('768', '25', '', '0', 'Robymbo', '72c359f0c50e8d2deedce7602dacbadb', '2007-01-19', 'roby@worknowhome.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169168080', '0', '1169168080', '1169205254', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.232.69.10', '0', '1', '', '0', '0', '-1', '2', '2', '\'EY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('769', '25', '', '0', 'WooDe', 'd22cf2be7a5bfd31cbb7a8380ef46a68', '2007-01-19', 'st0rmstr0m@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169170852', '0', '1169170852', '1169171378', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.94.237.98', '0', '1', '', '0', '0', '-1', '2', '2', '7k+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('770', '25', '', '0', 'Nabudon', '510804fd99d7d748de1380c28b394fdf', '2007-01-19', 'nabsoc@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169193810', '0', '1169193810', '1169193810', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.18.77', '0', '1', '', '0', '0', '-1', '1', '1', 'J{S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('771', '25', '', '0', 'hstmskeml', 'b23a1944ce9962fb5f09fb7559990369', '2007-01-20', 'spam@brestmarket.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169330262', '0', '1169330262', '1169330262', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.108.81', '0', '1', '', '0', '0', '-1', '1', '1', 'G&X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('772', '2', '', '0', '<|c.T.u|>MasterFonzo™', '90eb078a85734566e01bc5786dc165b5', '2007-01-20', 'master.fonzo@blueyonder.co.uk', '0', '', 'http://ctu.ingame.org/', '', '', '', '1', '1', 'Junior Member', '0', '1169336579', '0', '1171811876', '1193668517', '1170022718', '2', '10', '5', '0', '0', '0', '0', '0', '45108567', '09-02-1977', '1977-09-02', '-1', '-1', '82.41.139.217', '0', '1', 'master.fonzo@blueyonder.co.uk', '0', '0', '-1', '0', '0', '6-K', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '746', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('773', '25', '', '0', 'ganaborasz', '994612ad910f14e2ad06f5c2e0d6fb15', '2007-01-21', 'hello@finance-on-line.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169369098', '0', '1169369098', '1169369600', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.137.79.253', '0', '1', '', '0', '0', '-1', '2', '2', 'iFt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('811', '25', '', '0', 'Dean', 'd101102f4d2f337352d1b1d6bb5e7e98', '2007-01-30', 'fps_gc@yahoo.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170192894', '0', '1208376165', '1208376165', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.97.25.90', '0', '1', '', '0', '0', '-1', '1', '1', '=No', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('774', '2', '', '0', 'kipster', '1f155f00bd82f1bb29e79b1224a79e83', '2007-01-21', 'bigbolo666@hotmail.com', '0', '', 'http://www.Kapoks.co.uk', '', '', '', '1', '1', 'Junior Member', '0', '1169385182', '0', '1185957653', '1190023586', '1185957262', '3', '10', '5', '0', '0', '0', '0', '0', '45108695', '10-05-1986', '1986-10-05', '-1', '-1', '80.189.206.172', '0', '1', '', '0', '0', '-1', '3', '2', 'TxN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '360', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('775', '25', '', '0', 'gIBZ.Kapoks', '65006fd8c723d9e9560141ea27a26885', '2007-01-21', 'rudeboygib@aol.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169385582', '0', '1169385582', '1169385582', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.203.69.134', '0', '1', '', '0', '0', '-1', '1', '1', '(Pc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1080', '2', '', '0', 'adv0kate_88', '7c6ebb209bc85e0f0253f1590cc32a3f', '2007-06-01', 'kataras12@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1180694456', '0', '1181847221', '1182109635', '1181316113', '5', '10', '5', '0', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '172.189.166.133', '0', '1', '', '0', '0', '-1', '3', '2', 'MWg', '', '0', '5613', '0', '0', '0', '0', '', '0', '1', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('776', '25', '', '0', 'bigbizbiz', '78907f66d79cc14a5a584ca1287f73a3', '2007-01-21', 'illarion.zotov@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169397841', '0', '1169397841', '1169397841', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.141.53.139', '0', '1', '', '0', '0', '-1', '1', '1', 'l1X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('777', '25', '', '0', 'Tpax19x', 'b17f93ce0a132e4bb68cf9180a3c04fd', '2007-01-21', 'advert2006@tut.by', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169413908', '0', '1171030454', '1171064064', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.85.45.105', '0', '1', '', '0', '0', '-1', '2', '2', 'aX;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('778', '2', '', '0', 'Steve', '7df46fb80b0699286e59dc57012450f2', '2007-06-27', 'steve.mcmillan@elite-fx.net', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1169470560', '0', '1185530085', '1185531547', '1182972183', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.178.208.217', '0', '1', '', '0', '0', '-1', '3', '2', 'RcS', '', '0', '6361', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('779', '25', '', '0', 'Adultchast', 'a361d17d4373aa9411bb8e25c8c9bf3f', '2007-01-22', 'adultschatst@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169479762', '0', '1169479762', '1169479762', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.17.253.136', '0', '1', '', '0', '0', '-1', '1', '1', 'F7|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('780', '2', '', '0', 'Twinz', 'c08daf38823aaf3c1fee2e0b5dbac768', '2007-01-22', 'wolfer_rick@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1169482793', '0', '1169482793', '1169483276', '1169483012', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.25.174.178', '0', '1', '', '0', '0', '-1', '2', '2', 'j>0', '', '0', '4342', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('781', '25', '', '0', 'hloworldz', 'ddf181ac3a1ac38eb9e16f1f32fc0a2c', '2007-01-23', 'calipso@finance-on-line.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169530001', '0', '1169530001', '1169530001', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.72.77', '0', '1', '', '0', '0', '-1', '2', '2', 'v[@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993060', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('782', '2', '', '0', 'Poppy (GLA)', '62d040028130de67db4e04662ffd4333', '2007-10-17', 'poppyx1@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1169542380', '0', '1172401350', '1172401320', '1170157803', '3', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.240.82.111', '778', '1', '', '0', '0', '-1', '2', '2', '5tA', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '269', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('783', '25', '', '0', 'XangGooger', 'c132f77a91e741264761b465e2374abe', '2007-01-23', 's1@w-pills.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169554767', '0', '1169554767', '1169554767', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.144.144.164', '0', '1', '', '0', '0', '-1', '1', '1', '&+M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('784', '25', '', '0', 'Dr.Lawrence', '3196f1e10f95b75c14b5656500f39952', '2007-01-23', 'pharmacist2007@alex4all.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169574223', '0', '1169574223', '1169574223', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.113.39', '0', '1', '', '0', '0', '-1', '1', '1', 'lJp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('785', '25', '', '0', 'Nucommers', '18e1b9acaa47d96a1092c7ae55cad1ae', '2007-01-23', 'homepage@debet.bpa.nu', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169581553', '0', '1169581553', '1169581553', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.142.189.181', '0', '1', '', '0', '0', '-1', '2', '2', 'dxp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('786', '25', '', '0', 'ENGINESSQ', 'e864a246a8d5bb1d551b8e19be7b2887', '2007-01-24', 'sbsds@myeasyseek.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169597581', '0', '1169597581', '1169651753', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.20.163.25', '0', '1', '', '0', '0', '-1', '2', '2', 'Ga~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('787', '25', '', '0', 'finfinerz', '08a34cdc914d58fe9f0d16d5caeddc04', '2007-01-24', 'finfinerz@finance-on-line.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169602997', '0', '1169602997', '1169602997', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.72.77', '0', '1', '', '0', '0', '-1', '2', '2', '0:L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('788', '25', '', '0', 'FdRESgfdeg', 'bff0a29ab859bda102bfac0d1894b0cc', '2007-01-24', 'free_rose@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169609615', '0', '1169609615', '1169609615', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.173.207.10', '0', '1', '', '0', '0', '-1', '1', '1', ')>#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('789', '25', '', '0', 'VerDerVan', '2bbafafba986f72ae9a799a845b06f5c', '2007-01-24', 'buka@tandilla.net.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169618717', '0', '1169618717', '1169618717', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.106.231', '0', '1', '', '0', '0', '-1', '3', '3', 'ds8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('790', '25', '', '0', 'relaxmood', '1c1d347aa08cbd54c62aa31f51672646', '2007-01-24', 'sbsds@viagram.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169620739', '0', '1169620739', '1169620739', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.20.163.25', '0', '1', '', '0', '0', '-1', '2', '2', ')gi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('791', '25', '', '0', 'GorylasaW', '3f8ddbe68afb0c11b05d1e200d4ba48a', '2007-01-24', 'digasmc@inbox.lv', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169646187', '0', '1169646187', '1169646187', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.99.83.4', '0', '1', '', '0', '0', '-1', '2', '2', '4RG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('792', '25', '', '0', 'chtivorr', '11764d344ad4779f4a26d9a7cd561e78', '2007-01-24', 'vasya_klimenko@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169651837', '0', '1169651837', '1169651837', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.141.53.139', '0', '1', '', '0', '0', '-1', '2', '2', '7.e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('793', '25', '', '0', 'swatty', 'da9f0c17dd131fa29d3ad68b80736142', '2007-01-24', 'justin_hull78@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169653834', '0', '1169653834', '1169654073', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.207.228.171', '0', '1', '', '0', '0', '-1', '2', '2', 'z$Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('794', '25', '', '0', 'hohlowwod', 'c6d66f1eb13c162c6222e06217d80930', '2007-01-24', 'garik@finance-on-line.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169671525', '0', '1169671525', '1169671525', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.21.89.64', '0', '1', '', '0', '0', '-1', '2', '2', 'iSQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('839', '25', '', '0', 'CruelLoveQ', 'd35528bcbe0694e83e2dd196243535c0', '2007-02-07', 'bdsm@promedveda.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170873981', '0', '1170873981', '1170874562', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.169.108.234', '0', '1', '', '0', '0', '-1', '2', '2', '#fJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('795', '25', '', '0', 'OSfllwrb', '7705f10e110460a5ef94c9135b4f3bac', '2007-01-25', 'jim@samsonbllinded.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169683601', '0', '1169683601', '1169684372', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.186.33.230', '0', '1', '', '0', '0', '-1', '2', '2', '/gt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('796', '2', '', '0', 'daricusjn', 'b7025f6fc28c6406a54cd5e03a66de31', '2007-01-25', 'daricusjn@fin-fin.biz', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1169709814', '0', '1169709814', '1169710136', '1169710136', '1', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.72.77', '0', '1', '', '0', '0', '-1', '2', '2', 'MJm', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '174', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('797', '25', '', '0', 'rickstrs', '802cfbe80ed82bc65d4fd625327f214d', '2007-01-25', 'rick@instant-profits.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169727998', '0', '1169727998', '1169728715', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '59.10.197.74', '0', '1', '', '0', '0', '-1', '2', '2', '6%v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('798', '2', '', '0', 'tnctaskforce', '275d19d4ec6f082b34772f5a2d0b27e7', '2007-01-25', 'djandybgood@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1169743592', '0', '1173968223', '1174860591', '1170167769', '11', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '80.42.242.213', '0', '1', '', '0', '0', '-1', '3', '2', '8Qw', '', '0', '0', '0', '0', '0', '0', '', '0', '3', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('799', '25', '', '0', 'softmanone', '1d65b144d0a47f332ce0991e54d3ef6b', '2007-01-25', 'softman1@gala.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169757361', '0', '1169757361', '1169758608', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.74.121', '0', '1', '', '0', '0', '-1', '2', '2', 'sy3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('800', '25', '', '0', 'FruktOnik', '9f052f5e201fb4204c7ebaf044a81154', '2007-01-26', 'biankas@wheep.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169799514', '0', '1169799514', '1169816398', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.84.8.89', '0', '1', '', '0', '0', '-1', '2', '2', 'fPF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('801', '25', '', '0', 'drcaverta', 'e7eb3a8a4f2510f88d89843d99456033', '2007-01-26', '2choice@a.ua', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169854152', '0', '1169854152', '1169854493', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.161.73.133', '0', '1', '', '0', '0', '-1', '2', '2', '\\C~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('802', '25', '', '0', 'iFOUNTITff', '3ce60c212fd8316f9b8793127d78e001', '2007-01-27', 'reg2@fastmessage.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169857909', '0', '1169857909', '1169858778', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.20.163.25', '0', '1', '', '0', '0', '-1', '2', '2', 'k=O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('803', '25', '', '0', 'Xbox998', 'e04fe74ea2d51371cd8c3787ca097b92', '2007-01-27', 'comsin@dictionary-e.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1169869389', '0', '1169946565', '1169960828', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108231', '01-01-1980', '1980-01-01', '-1', '-1', '74.52.236.194', '0', '1', '', '0', '0', '-1', '2', '2', 'W|;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('804', '2', '', '0', 'dancer', '66659f4fb7c212f66692235b47fe2bf5', '2007-09-17', 'sam@cybernetic-servers.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1169899997', '0', '1190065957', '1190153449', '1169900278', '1', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '194.50.80.170', '0', '1', '', '0', '0', '-1', '2', '2', 'tI,', '', '0', '4392', '0', '0', '0', '0', '', '0', '0', '', '176', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('805', '2', '', '0', 'GunZenBomZ', 'bab06cec32115200be4868bb7c8b598a', '2007-01-27', 'gunzenbomz@yahoo.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1169929725', '0', '1170023471', '1170105810', '1169935015', '5', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '172.201.224.61', '0', '1', '', '0', '0', '-1', '2', '2', '~Q~', '', '0', '4401', '0', '0', '0', '0', '', '0', '1', '', '202', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('806', '25', '', '0', 'Levitrar', '372621be0762018619f8ba27afe8ca4f', '2007-01-28', 'levitrar@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170002313', '0', '1170002313', '1170002313', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.32.81.18', '0', '1', '', '0', '0', '-1', '1', '1', '*hJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('807', '25', '', '0', 'Hcklish', '19a5426e1c564685cf6462053cedbbc3', '2007-01-28', 'comsin@dictionary-hole.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170024441', '0', '1170024441', '1170089513', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108231', '01-01-1980', '1980-01-01', '-1', '-1', '74.52.236.194', '0', '1', '', '0', '0', '-1', '2', '2', '(Lu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('808', '25', '', '0', 'Yarcloff', '5f4dedab5f9a84a2cdcaddd220230fae', '2007-01-29', 'yarcloff2006@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170039941', '0', '1170039941', '1170040202', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.140.92.245', '0', '1', '', '0', '0', '-1', '2', '2', 'p9S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('809', '25', '', '0', 'Adtchlivet', 'a089b704dcb73dd38a0ef47552c7b1c9', '2007-01-29', 'adushatst@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170074350', '0', '1170074350', '1170074350', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.18.77', '0', '1', '', '0', '0', '-1', '1', '1', 'D40', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('837', '25', '', '0', 'vitamin', '120b72b21a3e2714e81e54fb7d63bb00', '2007-02-06', 'usa@tandilla.net.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170787524', '0', '1170787524', '1170787524', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.106.231', '0', '1', '', '0', '0', '-1', '1', '1', 'Mt<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('810', '25', '', '0', 'Setunklod', '9d3b0b9e8f1f21c562ef25605c46e648', '2007-01-30', 'test@fetunklodila.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170124452', '0', '1170124452', '1170124452', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.108.79', '0', '1', '', '0', '0', '-1', '1', '1', '^r?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('812', '25', '', '0', 'vikadin', '7415b6eb932ff2f5cc510057d9e83015', '2007-01-31', 'yan-obryvaev@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170221495', '0', '1170221495', '1170221495', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.243.54.62', '0', '1', '', '0', '0', '-1', '2', '2', 'h:T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('813', '25', '', '0', 'varrozans', '849a1d74194d02480a7f6ac7c90c762d', '2007-01-31', 'admin@thespacecity.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170275841', '0', '1170275841', '1170275841', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '218.125.90.61', '0', '1', '', '0', '0', '-1', '1', '1', 'o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('834', '25', '', '0', 'CookMTSO', 'fa3fabbbac14fe821bbd3b3ec8da6c5d', '2007-02-06', 'cook@promedveda.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170765841', '0', '1170765841', '1170765841', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.40.80.252', '0', '1', '', '0', '0', '-1', '2', '2', '2-U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('835', '25', '', '0', 'shmardolz', '44856ab2d5bfe92e67f3eb77873d882a', '2007-02-06', 'srry@newfin.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170771256', '0', '1170771256', '1170773829', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.89.49.247', '0', '1', '', '0', '0', '-1', '0', '0', 'ppv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('836', '25', '', '0', 'grizolsemn', 'c0ecfbcc3d588ffdc0fda9a4b4156b68', '2007-02-06', 'bsdgrizli@naebal.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170774239', '0', '1170774239', '1170774239', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.193.193.153', '0', '1', '', '0', '0', '-1', '2', '2', 'Sx#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('838', '25', '', '0', 'Yarcloffich', '9cd64e4a6a93e4136cf08071cd85ef1c', '2007-02-07', 'yaricmaz@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170812973', '0', '1170812973', '1170813659', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.140.95.12', '0', '1', '', '0', '0', '-1', '2', '2', 'rv*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('840', '25', '', '0', 'zanozzadz', '9b176d7a1e127c24b5810f77480635c1', '2007-02-08', 'paraa@newfin.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170904997', '0', '1170904997', '1170905154', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.237.72.77', '0', '1', '', '0', '0', '-1', '2', '2', ':I7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('841', '25', '', '0', 'dupratac', '5922cf843cd5e500cc541ba4741000b9', '2007-02-08', 'ddrsbsd@naebal.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170922706', '0', '1170922706', '1170922706', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.193.193.153', '0', '1', '', '0', '0', '-1', '2', '2', 'q2b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('842', '25', '', '0', 'Anabolic', 'c757af4ed03c80a1a41af9b531f08478', '2007-02-08', 'uk@tandilla.net.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170926074', '0', '1170926074', '1170926074', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.106.231', '0', '1', '', '0', '0', '-1', '2', '2', '.~%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('843', '25', '', '0', 'pizduks', '539e80655a010647c138b2cd20912bd9', '2007-02-08', 'pizduk777@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170928393', '0', '1170928393', '1171071925', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.249.47.234', '0', '1', '', '0', '0', '-1', '2', '2', 'e)<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('844', '25', '', '0', 'goblin\'s eye', '79c2b14093501755773b6b362fc5c1d3', '2007-02-08', 'promoter8569@web.de', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170936410', '0', '1170936410', '1170936410', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.74.8', '0', '1', '', '0', '0', '-1', '1', '1', 'zDV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('845', '25', '', '0', 'ThreeWFUN', '668d3c50dd6e6bc711b7d8df65187f72', '2007-02-08', 'rxnew@pds-game.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170952568', '0', '1170952568', '1170952568', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.172.222.79', '0', '1', '', '0', '0', '-1', '2', '2', '&\'m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('846', '25', '', '0', 'LoveMeBD', 'ceefc0d5df7f165225e8900f55e1fc0a', '2007-02-08', 'bdssmm@greatdailynews.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170954117', '0', '1170954117', '1170954607', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '219.77.135.77', '0', '1', '', '0', '0', '-1', '2', '2', 's[2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('847', '25', '', '0', 'Wholesale2007', 'b1e288bbbe96f23ee1226b7a6d44c220', '2007-02-09', 'wholesale@meds-cheaper.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1170981763', '0', '1170981763', '1170981763', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108231', '01-01-1980', '1980-01-01', '-1', '-1', '63.166.111.6', '0', '1', '', '0', '0', '-1', '2', '2', 'OhL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('848', '25', '', '0', 'Gtredarty', '5d2b907c2187640dd8582fe94c849c5e', '2007-02-09', '12345qwerty81@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171051683', '0', '1171051683', '1171051991', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '220.120.10.143', '0', '1', '', '0', '0', '-1', '2', '2', 'YE4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('849', '25', '', '0', 'Prasiglom', '7a4f34311e3160687cdd6763662f1216', '2007-02-09', 'valentin-marushk@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171055641', '0', '1171055641', '1171056313', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.255.207.210', '0', '1', '', '0', '0', '-1', '2', '2', '~^^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('850', '25', '', '0', 'zttrftwsq', '8e0a07ac3fe62eb07e6291b851b5e5ab', '2007-02-10', 'tyuopdlbsd@naebal.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171071475', '0', '1171071475', '1171071475', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.193.193.153', '0', '1', '', '0', '0', '-1', '2', '2', 'F/]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('851', '25', '', '0', 'chadnezzrr', '369cd90c9ab1084be97092cd002a0dca', '2007-02-10', 'rustynebuchadnezzrr@gmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171094187', '0', '1171094187', '1171094187', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.234.97.212', '0', '1', '', '0', '0', '-1', '1', '1', 'Xwb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('852', '25', '', '0', 'molaunterbizone', 'd30503af805b850919b484ee47459f68', '2007-02-10', 'illarion.kolodez@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171143543', '0', '1171143543', '1171144178', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.98.122', '0', '1', '', '0', '0', '-1', '2', '2', '9L?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('853', '25', '', '0', 'DavePedegW', '79a29df1737f4f21fde74c0a82613a1e', '2007-02-10', 'amg@last-longer.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171146656', '0', '1171146656', '1171147649', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.125.205.21', '0', '1', '', '0', '0', '-1', '2', '2', '=3a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('854', '25', '', '0', 'Loggy344', '61b37e2c88456bbde1da5313880e3c83', '2007-02-11', 'comsin@dictionary-center.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171167393', '0', '1172046646', '1173122325', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108231', '01-01-1980', '1980-01-01', '-1', '-1', '74.52.236.194', '0', '1', '', '0', '0', '-1', '2', '2', 'cl?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('863', '25', '', '0', 'Jackal Chan', '2fafba371b1704e53375c3c53008f569', '2007-02-14', 'comsin@dictionary-pop.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171430391', '0', '1171430391', '1171494155', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108231', '01-01-1980', '1980-01-01', '-1', '-1', '74.52.236.194', '0', '1', '', '0', '0', '-1', '2', '2', ';LN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('855', '25', '', '0', 'yasalaioqe', '1d1fa574b6c6bf2397de60f9b3fa8e41', '2007-02-12', 'yasbsdala@naebal.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171252460', '0', '1171252460', '1171252460', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.193.193.153', '0', '1', '', '0', '0', '-1', '2', '2', '! 7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('856', '25', '', '0', 'CathyBSCLY', '098da84fbc96ca6f41d29efc64ef9a8d', '2007-02-12', 'mike@promedveda.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171255989', '0', '1171255989', '1171256967', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '76.210.6.197', '0', '1', '', '0', '0', '-1', '2', '2', 'an`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('857', '25', '', '0', 'limpoporanique', '2bfcc66698ffca4078c8d858e8cef400', '2007-02-12', 'limpoporanique7148@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171299368', '0', '1171299368', '1171299544', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '211.58.119.238', '0', '1', '', '0', '0', '-1', '2', '2', 'Kcb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('858', '25', '', '0', 'mikebbking', '75bc5a4670e1d3413594c0dad17bf7a7', '2007-02-12', 'mike1979b@o2.pl', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171300189', '0', '1171300189', '1171300189', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.156.178.61', '0', '1', '', '0', '0', '-1', '2', '2', '*,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('859', '25', '', '0', 'nopaasrz', '81f65fc388a573b4d3a7e582a4188007', '2007-02-12', 'gorb@newfin.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171302650', '0', '1171302650', '1171302897', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.24.170.90', '0', '1', '', '0', '0', '-1', '2', '2', 'WVh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('860', '25', '', '0', 'WWWJONNI', '6c535dea1b11aeb9910ff71f358e4197', '2007-02-12', 'goo@tandilla.net.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171315286', '0', '1172060361', '1172212828', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.106.231', '0', '1', '', '0', '0', '-1', '2', '2', 'qt:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('861', '25', '', '0', 'PharmaMen', '4843241131861bd00accf5f7c9e96079', '2007-02-12', 'med@finance-4you.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171316587', '0', '1171316587', '1171333925', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.187.8.133', '0', '1', '', '0', '0', '-1', '2', '2', '^uc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('862', '25', '', '0', 'PharmaKraul', '23f880f8e65357e59b23a55bab5546f2', '2007-02-13', 'krauler@finance-4you.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171358996', '0', '1171358996', '1171360637', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.255.207.210', '0', '1', '', '0', '0', '-1', '2', '2', ']t;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('864', '25', '', '0', 'TheodGayMU', '928b340b111ea6134e7296976d5218cb', '2007-02-14', 'mister@greatdailynews.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171432926', '0', '1171432926', '1171432926', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.66.175.204', '0', '1', '', '0', '0', '-1', '2', '2', 'k9S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('865', '25', '', '0', 'JuanJohnSilvers', 'c381b58c170bb81566db03965ce79640', '2007-02-14', 'comsin@dictionary-infoer.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171434039', '0', '1171434039', '1171504749', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108231', '01-01-1980', '1980-01-01', '-1', '-1', '74.52.236.194', '0', '1', '', '0', '0', '-1', '2', '2', 'Bq@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('866', '25', '', '0', 'genericc29', '8e853296cbf8c21fbc9e20f545c37ecc', '2007-02-14', 'gencial@zoznam.sk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171435234', '0', '1171435234', '1171435234', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.98.170.160', '0', '1', '', '0', '0', '-1', '1', '1', '&J[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('867', '2', '', '0', 'Dodgy', '0079da97e765d2ede54b7cb6b116339a', '2007-02-14', 'dodgy@gla-clan.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1171450775', '0', '1171450775', '1171451302', '1171451440', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.240.82.111', '0', '1', '', '0', '0', '-1', '2', '2', 'nyx', '', '0', '4475', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('942', '25', '', '0', 'nordpol', '5f405e6f30246e5ccfe96edbd76b43ce', '2007-03-03', 'post@7search24.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172963821', '0', '1173128655', '1173130277', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.182.158.153', '0', '1', '', '0', '0', '-1', '2', '2', 'S~w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('868', '25', '', '0', 'JonnVGRA', 'd27e950696f614d019f5b960d9e85935', '2007-02-14', 'jonn@freeemailnow.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171474263', '0', '1171474263', '1171474263', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '220.181.26.248', '0', '1', '', '0', '0', '-1', '2', '2', 'UD[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('869', '25', '', '0', 'Britneynude', '0dbf2642bcc544bfe852239103ff9cb7', '2007-02-15', 'dsfdsfdsgfwegnnm@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171500107', '0', '1171500107', '1171500239', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '220.181.26.248', '0', '1', '', '0', '0', '-1', '2', '2', '$Pc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('870', '25', '', '0', 'warshmit', '3159b898f0da249aaac9d2698910979b', '2007-02-15', 'warshmit@marlboro-ez-cigarettes.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171538143', '0', '1171538143', '1171538143', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '211.143.160.134', '0', '1', '', '0', '0', '-1', '2', '2', 'T]9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('871', '25', '', '0', 'PSfitty', '4f260ad026d349f40f9f14fc5fea907a', '2007-02-16', 'comsin@dictionary-fire.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171591841', '0', '1171865815', '1171899394', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108231', '01-01-1980', '1980-01-01', '-1', '-1', '74.52.236.194', '0', '1', '', '0', '0', '-1', '2', '2', 'M8+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('872', '25', '', '0', 'Safetee', '0e86902817993531c243f0a5a884c2fa', '2007-02-16', 'comsin@dictionary-helpster.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171596070', '0', '1171928333', '1171990206', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108231', '01-01-1980', '1980-01-01', '-1', '-1', '74.52.236.194', '0', '1', '', '0', '0', '-1', '2', '2', 'fs[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('873', '25', '', '0', 'joihntodeski', 'e8245634121734a9ea6fb6a678110a67', '2007-02-16', 'joihntodeski@cheap0available.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171622449', '0', '1171622449', '1171623029', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '210.92.19.226', '0', '1', '', '0', '0', '-1', '2', '2', 'I]B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('874', '2', '', '0', 'G1mb01a.kapoks./', 'e28a8a354ca196a7f55d54fb5a9e671b', '2007-11-05', 'gary@kapoks.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1171624195', '0', '1194516572', '1195050899', '1171929939', '2', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.144.150.60', '774', '1', '', '0', '0', '-1', '3', '2', '.0w', '', '0', '4493', '0', '0', '0', '0', '', '0', '1', '', '241', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('875', '25', '', '0', 'corriffuniee', 'bd0bf55b213697da4b07ba3daa8f0305', '2007-02-16', 'mmdanccii@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171650409', '0', '1171650409', '1171650409', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.109.104.212', '0', '1', '', '0', '0', '-1', '1', '1', ')ip', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('876', '25', '', '0', 'Prderjio', '3cfe5d35c3b4052bf1bccf9522a34c75', '2007-02-16', 'makrushin-vasili@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171658483', '0', '1171658483', '1171659429', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.187.8.133', '0', '1', '', '0', '0', '-1', '2', '2', 'nf.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('877', '25', '', '0', 'ioaefikk', 'b1df7ca6a4071dd056192ddd9a55e32b', '2007-02-16', 'topbsdsa@obdolbin.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171669408', '0', '1171669408', '1171669408', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '220.181.31.44', '0', '1', '', '0', '0', '-1', '2', '2', 'ajp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('878', '25', '', '0', 'MarkDacs', 'a96669a2e3a9703dbe8bad0a1861c44d', '2007-02-17', 'lonleyl@ruggg.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171679528', '0', '1171679528', '1171679689', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.210.93.21', '0', '1', '', '0', '0', '-1', '2', '2', '.pF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('879', '25', '', '0', 'traverwebster', 'c034abfcf4dbe54dd1b91eeca24b0af1', '2007-02-18', 'traverwebster5482@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171784448', '0', '1171784448', '1171784448', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.215.199.26', '0', '1', '', '0', '0', '-1', '2', '2', 'o#(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('880', '25', '', '0', 'lomanerzx', 'a231917b0db992c8eedb9436445e32a4', '2007-02-18', 'gazzon@newfin.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171815833', '0', '1171815833', '1171816298', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.17.233.90', '0', '1', '', '0', '0', '-1', '2', '2', 'Ey;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('881', '25', '', '0', 'Weresadwsa', '1d9dbfe8e13402897a990097afda726d', '2007-02-19', 'drink628@ctte.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171852720', '0', '1171852720', '1171852720', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.108.81', '0', '1', '', '0', '0', '-1', '1', '1', '%l)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('882', '25', '', '0', 'hygtfrdes', '4cfb2cbcd1676607c10fbaa39db650a3', '2007-02-19', 'komjuijh@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171853877', '0', '1171853877', '1171853877', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.102.192.206', '0', '1', '', '0', '0', '-1', '1', '1', 'e5S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('883', '25', '', '0', 'natalykorah', 'e44c0499347fde0063999b34a9dff2ab', '2007-02-19', 'natalykorah@1healthrehab.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171870676', '0', '1171870676', '1171870676', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.150.97.114', '0', '1', '', '0', '0', '-1', '2', '2', ':n3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('884', '25', '', '0', 'Creativ', '517dcec4078d94a7b56006f566cafd81', '2007-02-19', 'creter2007@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171894817', '0', '1171894817', '1171894817', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '210.165.6.170', '0', '1', '', '0', '0', '-1', '2', '2', '\"rt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('885', '2', '', '0', 'AvengerUK', '3097cca712f9040e239f4804254986ed', '2007-02-19', 'arbiter101@gmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1171901034', '0', '1171974470', '1171974470', '1171974435', '2', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.69.56.116', '0', '1', '', '0', '0', '-1', '1', '1', '~|m', '', '0', '4496', '0', '0', '0', '0', '', '0', '1', '', '188', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('886', '25', '', '0', 'BasekliN', '3059363553c76ef8dfce4c05fa81da4c', '2007-02-20', 'georgii-voron@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171933007', '0', '1171934139', '1171935245', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '75.57.188.25', '0', '1', '', '0', '0', '-1', '2', '2', '!p#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('887', '25', '', '0', 'VegasHotYW', 'eace9e502a1d21e8ef92989bbbb4cdbd', '2007-02-20', 'apple@buravcheg.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171954813', '0', '1171954813', '1171955229', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.56.176.108', '0', '1', '', '0', '0', '-1', '2', '2', ' A/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('888', '2', '', '0', 'kelleyi', '596f08d513734adda9268ab8c8926265', '2007-02-20', 'kelleyi@mail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1171972181', '0', '1174385322', '1175640671', '1171973072', '1', '10', '5', '9', '0', '0', '0', '0', '45108551', '', '0000-00-00', '-1', '-1', '59.25.130.203', '0', '1', '', '0', '0', '-1', '3', '2', ',B?', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '316', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('889', '25', '', '0', 'lavrentiizx', '8f0e8be9d25aaf4738b666c8427c5c76', '2007-02-20', 'tuparron@newfin.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1171988926', '0', '1171988926', '1171989033', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.100.246.43', '0', '1', '', '0', '0', '-1', '2', '2', '6pO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('890', '25', '', '0', 'yourringtone', '3e134a29d32d88190d51e81f4ce8f101', '2007-02-20', 'armagedds@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172005868', '0', '1172005868', '1172005868', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.21.43.3', '0', '1', '', '0', '0', '-1', '1', '1', ' =j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1111', '25', '', '0', 'the plague (UK)', '710592883255a9ab404608ebd4906a2d', '2007-06-30', 'stedavies241170@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1183233645', '0', '1183233645', '1183233645', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.27.172.251', '0', '1', '', '0', '0', '-1', '1', '1', ':l\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('891', '25', '', '0', 'Safetee11', '20727dca5d5d52af0c770f6a3aef1ae0', '2007-02-21', 'comsin@dictionary-house.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172024791', '0', '1172024791', '1173307590', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108231', '01-01-1980', '1980-01-01', '-1', '-1', '74.52.236.194', '0', '1', '', '0', '0', '-1', '1', '1', 'PS\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('892', '25', '', '0', 'Mocklown', '1b03565a3f6cb70151ede34557eeeae0', '2007-02-21', 'sdkjfxnmfkwe@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172031793', '0', '1172031793', '1172032095', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.66.80.14', '0', '1', '', '0', '0', '-1', '2', '2', 'P$|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('893', '25', '', '0', 'zarazxzal', '63a10016dbe0f3d94f735a61c2981bec', '2007-02-21', 'zarazza@newfin.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172075957', '0', '1172075957', '1172075957', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.81.10.171', '0', '1', '', '0', '0', '-1', '2', '2', '~:l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('894', '25', '', '0', 'ResDlmoYMK', 'c628e829dac994675165816dc860b48e', '2007-02-21', 'almorgan@inmail24.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172094377', '0', '1172151219', '1172153790', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.200.49.70', '0', '1', '', '0', '0', '-1', '2', '2', 'x\"2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('895', '25', '', '0', 'bengann', '374905f0640fb6bba1f7b313dab5b9c7', '2007-02-21', 'gorrinki@pipelaz.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172096614', '0', '1172096614', '1172097007', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.36.2.26', '0', '1', '', '0', '0', '-1', '2', '2', 'vhO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('896', '25', '', '0', 'Videoman', '8aabd649ad61e464a427fbd145aec85d', '2007-02-22', 'dsf434gsds@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172117401', '0', '1172117401', '1172117401', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.97.25.80', '0', '1', '', '0', '0', '-1', '2', '2', 'Kt#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('897', '25', '', '0', 'Masarophe', '0ea9174180a0bbf436e2d0b92bdc465e', '2007-02-22', 'medscheap@tut.by', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172126013', '0', '1172126013', '1172126013', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.191.190.206', '0', '1', '', '0', '0', '-1', '1', '1', 'u%]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('898', '25', '', '0', 'lokoromov', '37063d9a8556afadbb69288cfa7b7607', '2007-02-22', '002@znahov.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172150901', '0', '1172150901', '1172150901', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '70.238.56.25', '0', '1', '', '0', '0', '-1', '1', '1', 'K\\Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('899', '25', '', '0', 'mr.homamaker', '1e29d6cd752ace6b988d77743ce02676', '2007-02-22', 'workathome@takoe.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172166056', '0', '1172166056', '1172166056', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.74.8', '0', '1', '', '0', '0', '-1', '1', '1', 'W@;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('900', '25', '', '0', 'Samuray', '9b590c554296b9d872e04c204c19c951', '2007-02-22', 'vsdfdgerghbd@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172174750', '0', '1172174750', '1172174943', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '61.55.135.167', '0', '1', '', '0', '0', '-1', '2', '2', '>PL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('901', '25', '', '0', 'smshcist', '62e34e646da572a532e52875df282bf3', '2007-02-23', 'smshcists@gawab.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172225364', '0', '1172225364', '1172225364', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '218.204.249.28', '0', '1', '', '0', '0', '-1', '1', '1', '{)S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('902', '25', '', '0', 'pyhrricmadame', '2f05b7b7777b61c0ad0d72e996ccf62a', '2007-02-23', 'pyhrricmadame3812@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172241745', '0', '1172241745', '1172242055', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '61.97.203.242', '0', '1', '', '0', '0', '-1', '2', '2', 'UsH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('903', '25', '', '0', 'dbw89', 'bd1319363eba993dc6e3604e56b8271b', '2007-02-23', 'tjn123@aol.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172266525', '0', '1172266525', '1172266691', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.49.29.174', '0', '1', '', '0', '0', '-1', '1', '1', 'fr!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('904', '25', '', '0', 'Monterey', '303953540a4ded024c3f7cfc8f3b8edd', '2007-02-24', 'vsdferghbd@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172283036', '0', '1172283036', '1172283036', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '140.121.135.206', '0', '1', '', '0', '0', '-1', '2', '2', 'gqR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('905', '25', '', '0', 'SpyrmyDoc', 'cd1c67baa8111fc7fc9e0701db2e2caa', '2007-02-24', 's1@c-dwa.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172308112', '0', '1172308112', '1172308112', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.122.23.183', '0', '1', '', '0', '0', '-1', '2', '2', '@3l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('906', '25', '', '0', 'Robywil', '2ac846464be0a4152e514fc93a90abcf', '2007-02-24', 'zaza@zinzaza.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172316735', '0', '1172316735', '1172316918', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.78.32', '0', '1', '', '0', '0', '-1', '2', '2', '$bT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('907', '25', '', '0', 'Promdorfes', 'af67e6bb326e1410df3394d4a3d5afaf', '2007-02-24', 'med_romed@tut.by', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172323137', '0', '1172323137', '1172334634', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.255.207.210', '0', '1', '', '0', '0', '-1', '2', '2', '`qw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('908', '25', '', '0', 'startuzi', '9c92b24884a6ede705d4f95b16044f13', '2007-02-24', 'startuzi@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172335938', '0', '1172335938', '1172336316', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '59.95.27.72', '0', '1', '', '0', '0', '-1', '2', '2', 'Rp\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('909', '25', '', '0', 'Molinoker', '663193c0877fa8d571351a09576748bc', '2007-02-24', 'dsf2433jhs@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172357449', '0', '1172357449', '1172358413', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.99.204.14', '0', '1', '', '0', '0', '-1', '2', '2', 'a*x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('910', '25', '', '0', 'pipojambo', '2433436d2f9d87ed230625fedda6411f', '2007-02-25', 'pipo007@gmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172370774', '0', '1172370774', '1172370774', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.234.97.212', '0', '1', '', '0', '0', '-1', '1', '1', ';6w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('911', '25', '', '0', 'brianka', '5f1bb2376eba3dc95f2d7c1b610c1237', '2007-02-25', 'skatecoo@winrock.org.md', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172396341', '0', '1172396341', '1172396341', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.248.167.247', '0', '1', '', '0', '0', '-1', '1', '1', '0x4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('912', '25', '', '0', 'Marlboro', '41bcf971699bd4ae9275c6d2bd5bb04c', '2007-02-25', 'cigarettes@tandilla.net.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172423423', '0', '1172423423', '1172539077', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.106.231', '0', '1', '', '0', '0', '-1', '2', '2', 'Q$\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('913', '25', '', '0', 'Rodintino', '933ed13be1d1f73b79ee3548c80e7420', '2007-02-25', 'gfdd5gfh56@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172432417', '0', '1172432417', '1172433347', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.3.172.195', '0', '1', '', '0', '0', '-1', '2', '2', 'L1_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('914', '25', '', '0', 'photrbanka', 'ed854657a015d3881f4d7fa354285d2f', '2007-02-25', 'fbank@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172447102', '0', '1172447102', '1172447102', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.178.121.17', '0', '1', '', '0', '0', '-1', '2', '2', 'b_}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('915', '25', '', '0', 'popillio', '03236531d7bd0c61f5860eb7c955a44b', '2007-02-27', 'popillio555@gmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172546213', '0', '1172546213', '1172546213', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.144.205.149', '0', '1', '', '0', '0', '-1', '1', '1', '5TG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('916', '25', '', '0', 'mortgage', 'e237b37a4acaaeed50afd3cf41d923fc', '2007-02-27', 'support@shopforbestmortgage.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172594620', '0', '1172594620', '1172594620', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.62.1.168', '0', '1', '', '0', '0', '-1', '2', '2', 'ii:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('917', '25', '', '0', 'Looternik', '987ee1a2feb0fc691c06b9cff8d74770', '2007-02-27', 'lori@kisenfad.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172612657', '0', '1172612657', '1172613397', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.78.32', '0', '1', '', '0', '0', '-1', '2', '2', 'daQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('918', '25', '', '0', 'Cosmetic$urgery', '2f742b4eaf47152c44aae35c4eb9e38d', '2007-02-27', 'cosmeticsurgery@takoe.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172615079', '0', '1172615079', '1172615079', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.61.80.54', '0', '1', '', '0', '0', '-1', '1', '1', 'r3-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('919', '25', '', '0', 'Tact1e$$', 'ee86a16795e3b4b79847e015a46cb270', '2007-02-28', 'tactless@takoe.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172625682', '0', '1172625682', '1172625682', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.113.39', '0', '1', '', '0', '0', '-1', '1', '1', '0,o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('920', '25', '', '0', 'kikonynus', '8b62604ff0e121cd7ebf05e73aae588d', '2007-02-28', 'prykinildar@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172653719', '0', '1172653719', '1172654286', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.252.164.19', '0', '1', '', '0', '0', '-1', '2', '2', 'eRw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('921', '25', '', '0', 'spellhawl', '3d81438e82cb33c02de4acb006956d75', '2007-02-28', 'spellhawler@marlboro-ez-cigarettes.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172662689', '0', '1172662689', '1172662689', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.248.168.48', '0', '1', '', '0', '0', '-1', '2', '2', 'IX2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('922', '25', '', '0', 'ResDlmoYIZ', 'ff50fb0fba677f669c8b20834cb2bce1', '2007-02-28', 'mysql9@buravcheg.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172679765', '0', '1172679765', '1172680818', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.173.36.35', '0', '1', '', '0', '0', '-1', '2', '2', '9$?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('923', '25', '', '0', 'Finan$i$t', '1b8cc868527edc5fc1cf553e2cd257b2', '2007-02-28', 'homerefinancing@style-x.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172700005', '0', '1172700005', '1172700005', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.113.39', '0', '1', '', '0', '0', '-1', '2', '2', '*v\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('924', '25', '', '0', 'aboutOOO', 'bcc5cf04a4f277191717357d76c3b057', '2007-03-01', 'aboutooo@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172711580', '0', '1172711580', '1172712090', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.2.114.2', '0', '1', '', '0', '0', '-1', '2', '2', 't5B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('925', '25', '', '0', 'Ronaldik', '22765f74196d8a825e3bde08936b2761', '2007-03-01', 'ronaldik@musicround.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172742448', '0', '1172742448', '1172743419', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.210.93.21', '0', '1', '', '0', '0', '-1', '2', '2', '[ V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('926', '2', '', '0', 'Yitsan', '1019bfc6470c48d328a89644fdbae8ae', '2007-03-01', 'yitsan@inyirear.com', '0', '', 'http://www.inyirear.com', '', '', '', '1', '1', 'Junior Member', '0', '1172762640', '0', '1280945283', '1280945283', '1172772971', '2', '10', '5', '0', '0', '0', '0', '0', '45108439', '11-21-1972', '1972-11-21', '-1', '-1', '82.40.98.18', '3', '1', '', '0', '0', '-1', '0', '0', '{%Z', '', '0', '4529', '0', '0', '0', '0', '', '0', '1', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1280944980', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('927', '25', '', '0', 'drugbuyq', '578cfb70262676fc12a35ecdafe8c5f0', '2007-03-01', 'vip5212@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172786666', '0', '1172786666', '1172787183', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.108.81', '0', '1', '', '0', '0', '-1', '2', '2', 'GE2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('928', '25', '', '0', 'globalwarming', 'e6da1ddff71adede7d35f1de61e9174c', '2007-03-01', 'alu110@wp.pl', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172793485', '0', '1172793485', '1172793485', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.160.243.11', '0', '1', '', '0', '0', '-1', '1', '1', 'CW2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('929', '25', '', '0', 'JustOnPSE', '56c1066ff2c3c9cb1b4990c7d5386eb6', '2007-03-02', 'mass@buravcheg.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172857574', '0', '1172857574', '1172857574', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '211.95.165.196', '0', '1', '', '0', '0', '-1', '2', '2', ':GP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('930', '25', '', '0', 'derrekmerilee', 'caa8d9d690a7cfceabbaaf8f773f2b1a', '2007-03-02', 'derrekmerilee1890@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172858514', '0', '1172858514', '1172926043', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.156.203.120', '0', '1', '', '0', '0', '-1', '2', '2', '*12', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('931', '2', '', '0', 'yordin', '109bc143ac977e62f948ef61936b47ce', '2007-03-02', 'yordin_dehaas@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1172862926', '0', '1316289677', '1316289677', '1172868095', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.117.206.123', '0', '1', '', '0', '0', '-1', '2', '2', 'm41', '', '0', '4533', '0', '0', '0', '0', '', '0', '0', '', '781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('932', '25', '', '0', 'AkaaaMA', 'ea954064b4264788c2a0725c6184f953', '2007-03-02', 'ma@shopforbestmortgage.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172864005', '0', '1172864005', '1172864005', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.62.1.168', '0', '1', '', '0', '0', '-1', '2', '2', 'T\'9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('933', '25', '', '0', 'Rgkloiytrw', '3e4877f06ea403b3c0a82b50ca720031', '2007-03-02', 'lozin.brii@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172869427', '0', '1172869427', '1172870630', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.255.207.210', '0', '1', '', '0', '0', '-1', '2', '2', 'q@_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('934', '25', '', '0', 'Pharma4dude', '85d629dfcfa528a1903469c5db0ffa7a', '2007-03-02', 'tramadol@style-x.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172870400', '0', '1172870400', '1172870400', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.74.8', '0', '1', '', '0', '0', '-1', '2', '2', 'EXA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('935', '25', '', '0', 'Moriarty, MD', 'f8434ef4220d3ed08e2aa7d222ce0554', '2007-03-03', 'hydrocodone@style-x.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172880479', '0', '1172880479', '1172880479', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.113.39', '0', '1', '', '0', '0', '-1', '2', '2', '!xY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('936', '25', '', '0', 'ray-adv', 'f42b17f3e81aeb84c26172a5178c747a', '2007-03-03', 'rai@rai.com.ua', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172905197', '0', '1172905197', '1172927553', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.93.113.214', '0', '1', '', '0', '0', '-1', '2', '2', 'xH~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('937', '25', '', '0', 'MrDocsTM', '479dad43e3c5b57147708f57ae007023', '2007-03-03', 'mrdoc77@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172912465', '0', '1172912465', '1172912822', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.175.37.70', '0', '1', '', '0', '0', '-1', '2', '2', 'OB*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('938', '25', '', '0', 'MannyLopez', '51b04dd32bc8cd16b28e487d932bbe88', '2007-03-03', 'manylopes1973@msn.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172924950', '0', '1172924950', '1172924950', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '189.170.95.143', '0', '1', '', '0', '0', '-1', '1', '1', 'vd:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('939', '10', '', '0', 'M1D93', '0c1815cc6e1c0a0d13c2e524b3d1fd3d', '2007-03-03', 'lue6@aber.ac.uk', '0', '', '', '', '', '', '1', '0', 'CSS Full Admin', '1', '1172932800', '0', '1374876816', '1374877960', '1374875876', '1079', '10', '5', '0', '0', '0', '0', '0', '45108935', '04-15-1987', '1987-04-15', '40', '1', '144.124.16.33', '0', '0', '', '0', '0', '-1', '40', '0', '-jh', '', '0', '80705', '0', '0', '0', '0', '', '0', '8', '', '1662', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'af06826d88453bd25bc2bacc5c771a64', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '104', '1283126946', '0', '1738', '0', '8', '10', NULL, '0.608272', '1.34228', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1311444960', '0', '0', '0', '', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('940', '25', '', '0', 'bulkerman', 'a11d83e73aacb91e13199bfc3ddee7ff', '2007-03-03', 'maxwelldr@gmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172936799', '0', '1172936799', '1172936799', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.156.28.181', '0', '1', '', '0', '0', '-1', '1', '1', 'kdw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('941', '25', '', '0', 'SDDCLAN', 'b3d1e93e9787a835925e0b8e527f205a', '2007-03-03', 'sddclanuk@aol.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172941920', '0', '1172941980', '1173032350', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.47.26.66', '0', '1', '', '0', '0', '-1', '2', '2', 'X@=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('943', '25', '', '0', 'Robymil', 'b128d0b23d04a7263bc70094c9acdeb7', '2007-03-04', 'mazafaza@zinzaza.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1172971527', '0', '1172971527', '1172972105', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.78.32', '0', '1', '', '0', '0', '-1', '2', '2', '^0A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('944', '25', '', '0', 'Jetlee755', 'ed8359429be4f850719cba184821234a', '2007-03-04', 'jetlee75@hotmail.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173009504', '0', '1173009504', '1173009680', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.108.42.75', '0', '1', '', '0', '0', '-1', '2', '2', '*C2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('945', '2', '', '0', 'D4L_SHADOW', 'b7724c353cd68f67f7b55c7229d55f93', '2007-03-13', 'shadow@dawgz4life.co.uk', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1173011662', '0', '1180197649', '1180355967', '1180355315', '6', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '195.93.21.73', '0', '1', '', '0', '0', '-1', '2', '2', '<:#', '', '0', '5378', '0', '0', '0', '0', '', '0', '1', '', '222', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('946', '25', '', '0', 'NonnoMario', '38f8d970a209d67b1614df1ba112bd50', '2007-03-04', 'nonnomario@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173030448', '0', '1173030448', '1173040339', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.147.29.222', '0', '1', '', '0', '0', '-1', '2', '2', '\"v|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('947', '25', '', '0', 'Dr.R0drige$', 'f834eac9a7dec4d5eb8a870f90c6a72f', '2007-03-04', 'mexicanpharmacy@uzhe.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173032165', '0', '1173032165', '1173032165', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.113.39', '0', '1', '', '0', '0', '-1', '1', '1', '&G<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('948', '2', '', '0', 'Kenada', 'c9d58edb9be72d50ff59087092fa57c3', '2007-03-04', 'Somaers@hotmail.com', '0', '', 'http://www.clanit.co.uk', '', '', '', '1', '2', 'Junior Member', '0', '1173040843', '0', '1193407994', '1195300023', '1175561447', '2', '10', '5', '0', '0', '0', '0', '0', '45108567', '12-22-1981', '1981-12-22', '-1', '-1', '86.137.32.178', '0', '1', 'Somaers@hotmail.com', '0', '0', '-1', '2', '2', '9v>', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '545', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('949', '25', '', '0', 'medicdrugs', 'f7871c4dc79817775ef6bf8d9e0ba49c', '2007-03-04', 'greendale@mail.uz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173049007', '0', '1173049007', '1173050556', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.2.114.2', '0', '1', '', '0', '0', '-1', '2', '2', '!nE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('950', '25', '', '0', 'Dr.$ter0id', '2d3c0f8a9066149cd37dd44850352b5a', '2007-03-05', 'steroids@takoe.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173078593', '0', '1173194417', '1173207660', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.74.8', '0', '1', '', '0', '0', '-1', '2', '2', 'Xt_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('951', '25', '', '0', 'Vanhelsons', '3ea9ec1e08ee3623c7163b9ed9dc2e08', '2007-03-05', 'volchek_yakov@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173115303', '0', '1173115303', '1173115425', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.177.123.13', '0', '1', '', '0', '0', '-1', '2', '2', '_ T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('952', '25', '', '0', 'antonella', '5f9604a598b0ce8b55e8dae3ce180c2b', '2007-03-05', 'nonnomarioo@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173123277', '0', '1173123277', '1173123277', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.233.250.14', '0', '1', '', '0', '0', '-1', '2', '2', 'c[4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('953', '25', '', '0', 'demcocoi', 'c2c14965122f0f313ba827094a7d9906', '2007-03-06', 'dogxep@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173141671', '0', '1173141671', '1173142139', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.232.102.40', '0', '1', '', '0', '0', '-1', '2', '2', '74>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('954', '25', '', '0', 'CosmeticWin', 'cea9892f2262a3b5263e55ec8fcd9fc0', '2007-03-06', 'wm@adultpaysite.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173179875', '0', '1173179875', '1173180788', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '211.94.164.210', '0', '1', '', '0', '0', '-1', '2', '2', 'TOc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('955', '25', '', '0', 'Mauglieev', 'eb714d5bfaefc6e69b99be39791d2e75', '2007-03-06', 'maugblind@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173180170', '0', '1173180170', '1173180789', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.232.102.40', '0', '1', '', '0', '0', '-1', '2', '2', '~<1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('956', '25', '', '0', 'cigarettesforall', 'efa4e0b7368d653af5843d2cc0632514', '2007-03-06', 'cigarettes@buy-24h.net.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173183773', '0', '1173183773', '1173183773', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.106.231', '0', '1', '', '0', '0', '-1', '2', '2', 'DVX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('957', '25', '', '0', 'penisnmj', '70e9c5cc40b9abf40277d74d33858954', '2007-03-06', 'rocker1@runbox.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173195201', '0', '1173195201', '1173195302', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.232.25.34', '0', '1', '', '0', '0', '-1', '2', '2', 'GRj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('958', '2', '', '0', 'Anth', '19ea9e457a66d129790326eeb11a555e', '2007-03-06', 'anth040@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Junior Member', '0', '1173197593', '0', '1173794126', '1173809067', '1173786190', '4', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.9.94.15', '0', '1', '', '0', '0', '-1', '2', '2', '8Hd', '', '0', '4612', '0', '0', '0', '0', '', '0', '2', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('959', '25', '', '0', 'italianoo', 'd22de513e8a9a0df3644c80494bafb36', '2007-03-06', 'pizzaroma@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173206542', '0', '1173206542', '1173206542', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.147.29.222', '0', '1', '', '0', '0', '-1', '1', '1', 'xYX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('960', '25', '', '0', 'ukmdraal', '50c1f44a32e58e246e48976d2583c400', '2007-03-07', 'pherom@runbox.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173263897', '0', '1173263897', '1173263897', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.232.25.34', '0', '1', '', '0', '0', '-1', '1', '1', '[\"y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('961', '25', '', '0', 'Aldous Huxley', '08c5fd58cce47f80b034136166fd91c1', '2007-03-07', 'soma@mozhno.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173278815', '0', '1173278815', '1173278815', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.74.8', '0', '1', '', '0', '0', '-1', '2', '2', 'RT\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '197', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('962', '25', '', '0', 'Komeddyk', '543f6fb8b03a6b32404eac50413db59e', '2007-03-08', 'edibo@runbox.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173316133', '0', '1173316133', '1173317042', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.232.25.34', '0', '1', '', '0', '0', '-1', '2', '2', ']?*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('963', '25', '', '0', 'seobaytalk', 'fc577042f11d563926f9fb2e0dbce85d', '2007-03-08', 'geek@seobay.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173316537', '0', '1173316537', '1173316537', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.243.204.105', '0', '1', '', '0', '0', '-1', '2', '2', 'a4T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('966', '25', '', '0', 'DrJonson', '60382b35013346d1a85e95208a5f98ad', '2007-03-08', 'mar8ta@newmail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173366461', '0', '1173366461', '1173366461', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.2.114.2', '0', '1', '', '0', '0', '-1', '1', '1', '/6I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('964', '25', '', '0', 'Big Beautiful Woman', 'dfbbdb512c06b7f2ba1f88ec8cc44fc2', '2007-03-08', 'axyhexo@bluebottle.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173328534', '0', '1173328534', '1173328534', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.110.119.170', '0', '1', '', '0', '0', '-1', '2', '2', '1Z?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('965', '25', '', '0', 'thirtyolde', '72e18d7599cb670777a48185a9b99561', '2007-03-08', 'thirtyolde11@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173340485', '0', '1173340485', '1173340603', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.163.165.76', '0', '1', '', '0', '0', '-1', '2', '2', 'v2?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('967', '25', '', '0', 'larrybelluga', '6370bfc590900321b297ee98da6804f2', '2007-03-08', 'rungame@runbox.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173381641', '0', '1173381641', '1173381641', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.232.25.34', '0', '1', '', '0', '0', '-1', '1', '1', 'M%r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('968', '25', '', '0', 'Fate^', '0e992c3766e9ee86943de9dc27d36005', '2007-03-08', 'Dougie_steers@hotmail.co.uk', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173387250', '0', '1173387250', '1173387279', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.78.235.116', '0', '1', '', '0', '0', '-1', '1', '1', 'ws^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('969', '25', '', '0', 'picturbikpi', '94024828f52287b8184bb16b1e55f48c', '2007-03-09', 'piter@znahov.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173403546', '0', '1173403546', '1173403546', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.68.124.226', '0', '1', '', '0', '0', '-1', '1', '1', 'til', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('970', '25', '', '0', 'domintage', '06e4074f721da5af05f78aa802576777', '2007-03-09', 'domintage75@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173405378', '0', '1173405378', '1173405715', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '75.108.119.2', '0', '1', '', '0', '0', '-1', '1', '1', 'CON', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('971', '25', '', '0', 'maxsobq', 'afbfbdaf171865107830af27b76a843f', '2007-03-09', 'maxsob1232@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173411714', '0', '1173411714', '1173411714', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.47.88.130', '0', '1', '', '0', '0', '-1', '1', '1', 'Qv&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('972', '25', '', '0', '$m0kin Ace', 'b9db19e8ed5e1fa3d7f714a15798ec18', '2007-03-09', 'carisoprodol@nekto.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173433130', '0', '1173433130', '1173433130', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.22.74.8', '0', '1', '', '0', '0', '-1', '2', '2', 'T;o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '329', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('973', '25', '', '0', 'larrybellddd', '082134241ee3ec3abc47978eb4064fc1', '2007-03-09', 'show787@runbox.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173459236', '0', '1173459236', '1173459236', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.232.25.34', '0', '1', '', '0', '0', '-1', '1', '1', '()s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('974', '25', '', '0', 'pokerkirrow', 'be0541f952b3419264bee473fb6c0438', '2007-03-09', 'pokerkirrow@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173463217', '0', '1173463217', '1173463644', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.47.88.130', '0', '1', '', '0', '0', '-1', '2', '2', '_QN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('975', '25', '', '0', 'Gubanuko', 'f71815d8fba66e72e7e06ffe7396f6d4', '2007-03-09', 'loginenik@cashette.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173466532', '0', '1173466532', '1173466532', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.57.52.101', '0', '1', '', '0', '0', '-1', '1', '1', '6u0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('976', '25', '', '0', 'xeroxdonna', '55b9f7057faffa671f2f0b2b2637cd57', '2007-03-10', 'xeroxdonna0812@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173491493', '0', '1173491493', '1173498857', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '211.237.180.108', '0', '1', '', '0', '0', '-1', '2', '2', 'NIG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('977', '25', '', '0', 'sexmanuala', '902df01132fa132c7c909e99497c3a80', '2007-03-10', 'mailforsexn@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173493189', '0', '1173493189', '1173494007', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.47.88.130', '0', '1', '', '0', '0', '-1', '2', '2', 'EVi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('978', '25', '', '0', 'HenrosePore', 'ce6371c2460ee51b295b93ba0003de7c', '2007-03-10', 'roseselena@horney.biz', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173499336', '0', '1173499336', '1173499336', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.150.97.114', '0', '1', '', '0', '0', '-1', '1', '1', '3y@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('979', '25', '', '0', 'bertanu', 'f4a01c45683fdda25f4d540182b2cde3', '2007-03-10', 'bertanu34@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173527884', '0', '1173527884', '1173527884', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '210.113.241.145', '0', '1', '', '0', '0', '-1', '1', '1', 'U(N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('980', '25', '', '0', 'Anatolii', '33529d0f0f222858159264b691f5a8e1', '2007-03-10', 'anatolii.anaiko@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173542905', '0', '1173542905', '1173542905', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.198.131.198', '0', '1', '', '0', '0', '-1', '1', '1', '$et', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('981', '25', '', '0', 'commonfr', '0e1dfd3577d3e7dbf3d6de941440ff94', '2007-03-10', 'sositepisu@pozitifff.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173546078', '0', '1173546078', '1173546078', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.2.114.2', '0', '1', '', '0', '0', '-1', '2', '2', 'L*l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('982', '25', '', '0', 'dempillzxc', '35101e93a8151a95a2aa090460e62366', '2007-03-10', 'dogxbpillzxq@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173547317', '0', '1173547317', '1173547317', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.232.102.40', '0', '1', '', '0', '0', '-1', '1', '1', '[BP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('983', '25', '', '0', 'kocheshk', '44c1dc55c23bb9b7919025c338b21ddd', '2007-03-10', 'hazrail_kocheshk@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173550098', '0', '1173550098', '1173550098', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.98.191', '0', '1', '', '0', '0', '-1', '2', '2', ']9g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('984', '25', '', '0', 'Aplhap', '533ca26d6eca8cc7a1ba9c7af3631706', '2007-03-10', 'comsin@dictionaryattack.info', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173550304', '0', '1173550304', '1173759053', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108231', '01-01-1980', '1980-01-01', '-1', '-1', '74.52.236.194', '0', '1', '', '0', '0', '-1', '2', '2', '2?h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('985', '25', '', '0', 'Gtrniuy', '8a4ca256cea7aedcf9b702934b61ecf0', '2007-03-10', 'qwerty@freemaildirect.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173552630', '0', '1173552630', '1173552751', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.114.21.60', '0', '1', '', '0', '0', '-1', '2', '2', '59l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('986', '25', '', '0', 'dreambloin', '1f10b9276c4de220ffcd4a325ffb7ab2', '2007-03-10', 'dreambloin27@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173569401', '0', '1173569401', '1173569879', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '211.41.137.254', '0', '1', '', '0', '0', '-1', '2', '2', 's{A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('987', '25', '', '0', 'dempzxvv', '4b4a0ba0dd6724e88208fc090c09ed5e', '2007-03-10', 'dogxbpzillqsq@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173570210', '0', '1173570210', '1173571423', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.232.102.40', '0', '1', '', '0', '0', '-1', '2', '2', '4Po', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('988', '2', '', '0', 'Droid', '9412b91287750064dac91e154ce84b9b', '2007-03-11', 'droid0121@gmail.com', '0', '', '', '', '', '', '1', '0', 'Member', '0', '1173624600', '0', '1311641723', '1311675048', '1311641709', '49', '10', '5', '-5', '1', '0', '0', '0', '45637079', '', '0000-00-00', '-1', '1', '68.197.171.154', '0', '0', '', '0', '0', '-1', '16', '0', 'FF5', '', '0', '0', '0', '0', '0', '0', '', '0', '4', '', '1087', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.21654', '2.68456', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1311642420', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('989', '25', '', '0', 'larrybellnnn', '2a24b66da7880dcb75e7e9a9deb0639c', '2007-03-11', 'penispill@runbox.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173625190', '0', '1173625190', '1173625190', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.232.25.34', '0', '1', '', '0', '0', '-1', '1', '1', '/hx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('990', '25', '', '0', 'yourdoctoramh', 'dbee78ba7aaa16dca6b66b56ecb506dd', '2007-03-11', 'yourdoctoramh@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173642575', '0', '1173642575', '1173645389', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.47.88.130', '0', '1', '', '0', '0', '-1', '2', '2', '9q-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('991', '25', '', '0', 'Murtazin', 'e4c3de44bbbe43f39ff45a663929b4d0', '2007-03-11', 'loom12@gala.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173642585', '0', '1173642585', '1173642585', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.106.4', '0', '1', '', '0', '0', '-1', '2', '2', '>nP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('992', '25', '', '0', 'qwertyif', '4822d00b4e1545487e3bab651fd1ecaf', '2007-03-11', 'huyvrot@pozitifff.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173654219', '0', '1173654219', '1173654219', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.2.114.2', '0', '1', '', '0', '0', '-1', '2', '2', 'o|3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('993', '25', '', '0', 'eighthree', '3ca4459dca9dec2dac1eb087a53a4365', '2007-03-11', 'eighthree22@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173654752', '0', '1173654752', '1173654997', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.51.77.174', '0', '1', '', '0', '0', '-1', '2', '2', '>,,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('994', '25', '', '0', 'qwertydd', '6b032349edd16eb6f668f6631a62e9e6', '2007-03-12', 'mnepohuy@pozitifff.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173671867', '0', '1173671867', '1173673769', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '65.98.11.170', '0', '1', '', '0', '0', '-1', '2', '2', 'R:k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('995', '25', '', '0', 'vanseoling', '38e55082d0fbfbd70c40bc6d487e0e9d', '2007-03-12', 'vanseoling@zxc1.org', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173732880', '0', '1173732880', '1174000085', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '58.65.236.57', '0', '1', '', '0', '0', '-1', '2', '2', '*b6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('996', '25', '', '0', 'tribsddo', '7bef90aa30894272db5a783697618830', '2007-03-12', 'tribsddo1@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173735393', '0', '1173735393', '1173735731', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.248.176.127', '0', '1', '', '0', '0', '-1', '2', '2', '-{U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('997', '25', '', '0', 'dan', '015f3a2e78ab5bd3295e37ef83f39a95', '2007-03-13', 'danbrus@comcast.net', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173760547', '0', '1173830188', '1173833297', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.10.64.156', '0', '1', '', '0', '0', '-1', '2', '2', '36=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `skype`, `adminoptions`, `lastpostid`, `sigpicrevision`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `threads`, `favcache`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `importuserid`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `mediafaves`, `dbtech_infopanels_blocks`, `dbtech_infopanels_settings`, `arcade_ban`, `times_played`, `is_arcade_mod`, `fav_games`, `user_sort`, `user_order`, `user_g_pp`, `user_s_pp`, `def_g_cat`, `game_skin`, `arcade_mod_privs`, `arcade_pmactive`, `games_played`, `time_played`, `arcade_points`, `arcade_spent`, `arcade_won`, `arcade_high`, `create_tourney`, `arcade_sess_gid`, `arcade_sess_start`, `arcade_gtype`, `arcade_session`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `creditspermissions`, `xperience_ppd7`, `xperience_ppd30`, `xperience_achievements`, `xperience_lastupdate`, `xperience_awardcount`, `xperience_promotioncount`, `xperience_achievementcount`, `dbtech_status_status`, `dbtech_status_mood`, `dbtech_vbactivity_achievementcount`, `dbtech_vbactivity_points`, `dbtech_vbactivity_pointscache`, `dbtech_vbactivity_pointscache_day`, `dbtech_vbactivity_pointscache_week`, `dbtech_vbactivity_pointscache_month`, `dbtech_vbactivity_rewardscache`, `dbtech_vbactivity_trophycount`, `dbtech_vbactivity_medalcount`, `dbtech_vbactivity_settings`, `dbtech_vbactivity_autocollapse_stats`, `dbtech_vbactivity_autocollapse_bar`, `dbtech_vbactivity_excluded`, `dbtech_vbactivity_medalmoderatecount`, `ezircvb4_username`) VALUES ('998', '25', '', '0', 'tritrinol', '3b62b1f9581e05ee09a86337443769b3', '2007-03-13', 'tritrinol000@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173785919', '0', '1173785919', '1173785919', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.66.117.200', '0', '1', '', '0', '0', '-1', '2', '2', 'hr3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1000', '25', '', '0', 'Patsalomner', '861999ec266ec9387543ed54f27d8675', '2007-03-13', 'evlat-strilec@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173825804', '0', '1173825804', '1173825889', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.177.123.13', '0', '1', '', '0', '0', '-1', '2', '2', 'Fk\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('999', '25', '', '0', 'qwertyaz', '2490ac550d3522ef3a53a9d23ce072c5', '2007-03-13', 'huesosi@pozitifff.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173786828', '0', '1173786828', '1173790492', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.108.81', '0', '1', '', '0', '0', '-1', '2', '2', 'B?X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1001', '25', '', '0', 'SigMaster', '22a3282518e88e9da946c13d0bfb8552', '2007-03-13', 'hi@buy-24h.net.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173828705', '0', '1173828705', '1173828705', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.106.231', '0', '1', '', '0', '0', '-1', '2', '2', 'b-g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1002', '25', '', '0', 'abdulakame', 'feb8a95c4e04732a992eb51c1593e758', '2007-03-14', 'abdulakam2@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173833023', '0', '1173833023', '1173833382', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.104.48', '0', '1', '', '0', '0', '-1', '2', '2', '3~M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1003', '25', '', '0', 'fourthreeo', '873fa3768587cc54a90a728a7b2a5bd7', '2007-03-14', 'fourthreeo@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173843594', '0', '1173843594', '1173844037', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.109.5.232', '0', '1', '', '0', '0', '-1', '2', '2', '~;Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1004', '25', '', '0', 'paulsonrevelation', '268726d6c6742d8813bc28c61775b8d8', '2007-03-14', 'paulsonrevelation6915@yahoo.com', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173849326', '0', '1173849326', '1173849326', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.39.151.227', '0', '1', '', '0', '0', '-1', '2', '2', 'ajP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1005', '25', '', '0', 'trdrpulzr', '533a94603a97487b67266eef76004789', '2007-03-14', 'trdrpulzr@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173859884', '0', '1173859884', '1173860382', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.178.100.145', '0', '1', '', '0', '0', '-1', '2', '2', 'z;X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1006', '25', '', '0', 'SammyTapia', '92c576d06488d1a91e3e161048093a8c', '2007-03-14', 'travis@ushomeequityloans.us', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173862234', '0', '1173862234', '1173862234', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.138.148.211', '0', '1', '', '0', '0', '-1', '1', '1', 'z(w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1007', '25', '', '0', 'spotthreen', 'eb946a181b9bd196ae2fe8a71fcf5185', '2007-03-14', 'spotthreent00@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173895290', '0', '1173895290', '1173895693', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.59.39.193', '0', '1', '', '0', '0', '-1', '2', '2', 'O&v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1008', '25', '', '0', 'rings', 'a69d96ffa0bbf8dc0aa654c2b2d7425d', '2007-03-14', 'batyrev.kazimir@mail.ru', '0', '', '', '', '', '', '1', '0', 'Forum Lurker', '0', '1173898823', '0', '1173898823', '1173898823', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.76.166.83', '0', '1', '', '0', '0', '-1', '2', '2', 'UnDf&A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1048', '2', '', '0', 'LittleJohnnyFrostbite', 'b74ec7795413909e4565cac34120316b', '2007-03-22', 'fragturd@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1174606843', '0', '1181474565', '1181476648', '1181474759', '8', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.45.118.213', '0', '1', '', '0', '0', '-1', '2', '2', '~z$', '', '0', '5653', '0', '0', '0', '0', '', '0', '2', '', '207', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1050', '2', '', '0', 'HalOS', '142199560d744172ab46bdcb73b7f28b', '2007-03-28', 'osinfield@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1175090862', '0', '1250075881', '1252589952', '1250075081', '27', '10', '5', '0', '2', '0', '0', '0', '45112791', '08-25-1982', '1982-08-25', '-1', '1', '82.45.189.160', '0', '0', 'osinfield@hotmail.com', '0', '0', '1', '6', '1', '\"q3', '', '0', '36554', '0', '0', '0', '0', '', '0', '4', '', '1332', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1051', '25', '', '0', 'DJ Raz', '96268e41b96a550575e9724b43f4dc20', '2007-03-28', 'booga154@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1175092098', '0', '1175092098', '1175092394', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.240.246.89', '3', '1', '', '0', '0', '-1', '2', '2', 'G$I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1052', '2', '', '0', 'Jp75', '77d3f88be3a4a6802789189a0f46b55a', '2007-03-29', 'jeff.pykett@ntlworld.com', '0', '', 'http://www.llsclan.com', '', '', '', '2', '1', 'Member', '0', '1175184668', '0', '1314804821', '1315160126', '1236280739', '31', '10', '5', '0', '0', '0', '0', '0', '45108439', '02-12-1975', '1975-02-12', '-1', '-1', '81.101.95.125', '0', '1', '', '1208113275', '0', '-1', '18', '0', 'fx]', '', '0', '26040', '0', '0', '0', '0', '', '0', '1', '', '1430', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.91803', '8.82353', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1313523180', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1053', '2', '', '0', 'ps00n', 'd5c5d308b0203d7a5f3b0c064880ccdb', '2007-03-31', 'gee@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1175343065', '0', '1197386891', '1197390246', '1197390246', '23', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.197.245.137', '0', '1', '', '0', '0', '-1', '6', '2', '*)7', '', '0', '10711', '0', '0', '0', '0', '', '0', '0', '', '197', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1054', '25', '', '0', 'Dianthus', '60ce13325d57858baf59c6ac18688ee9', '2007-04-01', 'Dianthus21@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1175437500', '0', '1175437836', '1175437836', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '1', '86.13.42.165', '2', '1', '', '0', '0', '-1', '2', '2', '-\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1055', '2', '', '0', '(FPC) Bacon', '77884bd1b76cda69e8e6d4b0723ac20b', '2007-04-06', 'baconhead39@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1175873408', '0', '1178373586', '1178467583', '1178467583', '5', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '88.104.199.251', '0', '1', '', '0', '0', '-1', '4', '2', 'MoK', '', '0', '5048', '0', '0', '0', '0', '', '0', '2', '', '606', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1058', '2', '', '0', 'CrAzY GoD', '087147a7ac3121ed7974f69728239060', '2007-08-23', 'japseye321@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1176484920', '0', '1191782310', '1191853557', '1190630408', '60', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.1.99.0', '778', '1', '', '0', '0', '-1', '25', '2', 'w\\d', '', '0', '9049', '0', '0', '0', '0', '', '0', '1', '', '443', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1056', '2', '', '0', 'OS|Tinky', '7d58e87fa4dc47df923aaf9e05762d16', '2007-04-12', 'nutter357357@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1176333310', '0', '1177507039', '1177508806', '1177508790', '14', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.127.152.29', '0', '1', '', '0', '0', '-1', '2', '2', 'TVk', '', '0', '4951', '0', '0', '0', '0', '', '0', '1', '', '202', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1057', '2', '', '0', 'ryTheM', '1b6566cd8f8f596310f89feb08f68efb', '2007-04-12', 'ste_chip@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1176392760', '0', '1182875047', '1185448202', '1185448100', '16', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.38.48.31', '0', '1', '', '0', '0', '-1', '4', '2', 'v2?', '', '1', '6829', '0', '0', '0', '0', '', '0', '0', '', '169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1061', '25', '', '0', 'evo', 'de979b80c70517b722e819ad74fe6c06', '2007-04-23', 'scallymx@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1177348255', '0', '1177348255', '1177348282', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.6.1.166', '2', '1', '', '0', '0', '-1', '1', '1', 'dSp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1059', '25', '', '0', 'Deamon_Spawn', 'fd18bf5e1d70f8ef9bb9a8f1c5e78970', '2007-09-30', 'deamon@not-applicable.co.uk', '0', '', 'http://www.deamon-servers.com', '', '', '', '2', '1', 'Forum Lurker', '0', '1176528403', '0', '1195428126', '1213038214', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '04-13-1987', '1987-04-13', '-1', '-1', '81.100.85.150', '0', '1', '', '0', '0', '-1', '0', '0', '=US', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1060', '2', '', '0', 'Pete', '28eeff75e93de39ff7dd01c925b394e3', '2007-05-19', 'peterhicklin1987@hotmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1176636626', '0', '1180533229', '1190464409', '1179474533', '15', '10', '5', '0', '0', '0', '0', '0', '45108439', '05-04-1987', '1987-05-04', '-1', '-1', '84.13.41.254', '0', '1', '', '0', '0', '-1', '4', '2', '|9;', '', '0', '5182', '0', '0', '0', '0', '', '0', '1', '', '226', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1062', '2', '', '0', 'Enerki', 'b4b7bd1b313b0b0e328c399de88290d1', '2007-04-28', 'jygly_92@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1177765165', '0', '1177958741', '1178719525', '1177765400', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.152.71.180', '0', '1', '', '0', '0', '-1', '2', '2', '/qv', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '266', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1076', '25', '', '0', 'Megamat', '8c504182fc6e64a6a4f92936d497695d', '2007-05-28', 'megamat59@msn.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1180379693', '0', '1180379693', '1180379855', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.225.128.204', '0', '1', '', '0', '0', '-1', '2', '2', 'Y*Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1063', '10', '', '10', 'attie', '28c27a3aad0465b722a34e720f7f7475', '2007-04-29', 'superattie@hotmail.com', '0', '', '', '', '', '', '2', '2', 'CSS Jr. Admin', '1', '1177803000', '0', '1212485418', '1213617734', '1195820837', '251', '10', '5', '1', '0', '0', '0', '0', '45108695', '05-03-1990', '1990-05-03', '-1', '-1', '81.69.56.227', '0', '1', 'superattie@hotmail.com', '0', '0', '-1', '21', '0', 'q-{', '', '0', '0', '0', '0', '0', '0', '', '0', '50', '', '449', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1064', '2', '', '0', 'jonhurlock', '914d2d7388b1fb799ff884c07c5e541c', '2007-04-29', '323358@swan.ac.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1177856569', '0', '1190944375', '1190983958', '1190983831', '4', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.103.165.221', '0', '1', '', '0', '0', '-1', '2', '2', 'E4c', '', '0', '8840', '0', '0', '0', '0', '', '0', '1', '', '146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1065', '10', '', '0', 'Mr. Dsl', 'df92471076fd34847fee28c1a9cbbe48', '2007-05-05', 'dsl_2k6@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Jr. Admin', '1', '1178405640', '0', '1181072651', '1181244393', '1179260438', '11', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '172.143.235.136', '21', '1', '', '0', '0', '-1', '18', '0', '`Kk', '', '0', '5230', '0', '0', '0', '0', '', '0', '1', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1066', '2', '', '0', 'andytnt', 'a01bb950b74093c9821ec2d1fddddb7c', '2007-05-06', 'andytnt_uk@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1178456473', '0', '1178808940', '1178926875', '1178926549', '3', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.107.54.177', '0', '1', '', '0', '0', '-1', '2', '2', '+#&', '', '0', '5111', '0', '0', '0', '0', '', '0', '1', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1085', '25', '', '0', 'Mr.Gecko', 'ab86759abc3d424d710e1c1d21312359', '2007-06-11', 'gavin02311@msn.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1181552221', '0', '1181552221', '1181552314', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.1.227.121', '0', '1', '', '0', '0', '-1', '2', '2', 'eD\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1067', '2', '', '0', 'SerberTaxi', 'a512a091268104f20f4464d390798f09', '2007-05-16', 'daniel_kraniel@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Member', '0', '1179337554', '0', '1274032610', '1274032610', '1216629293', '83', '10', '5', '0', '0', '0', '0', '0', '45239383', '02-12-1991', '1991-02-12', '-1', '1', '193.216.230.33', '21', '0', 'daniel_kraniel@hotmail.com', '1197150553', '0', '-1', '1', '0', '9e]', '', '0', '16291', '0', '0', '0', '0', '', '0', '1', '', '509', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1068', '2', '', '0', 'nomisco', '18394c63f964362ad57e4772f8e4ea57', '2007-05-18', 'nomisco@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1179489004', '0', '1230470362', '1231077739', '1230295243', '8', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '87.127.34.119', '0', '1', '', '1218358884', '0', '-1', '2', '2', ':[e', '', '0', '21161', '0', '0', '0', '0', '', '0', '0', '', '180', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1069', '2', '', '0', 'storm', '5d3d4650be108aa0c21cd8b8e50dd01e', '2007-05-19', 'nuno_g_f_silva@hotmail.com', '0', '', 'http://www.japanprobe.com/may06/kimi/imperial_japan.gif', '', '', '', '0', '0', 'Junior Member', '0', '1179610218', '0', '1180033122', '1180115591', '1180033086', '12', '10', '5', '0', '0', '0', '0', '0', '45112535', '05-11-0000', '0000-05-11', '-1', '1', '89.180.8.107', '0', '0', 'nuno_g_f_silva@hotmail.com', '0', '0', '-1', '2', '2', 'x-%', '', '0', '5315', '0', '0', '0', '0', '', '0', '1', '', '187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1070', '2', '', '0', 'Ebola', '76aac1cf332993392e4c4121be97b56a', '2008-10-25', 'mike-doran@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1179661680', '0', '1228550786', '1228865436', '1226784968', '16', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '81.107.100.59', '0', '1', 'Mike@Cybernetic-Servers.Co.uk', '0', '0', '-1', '3', '3', '{&t', '', '0', '19754', '0', '0', '0', '0', '', '0', '4', '', '435', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1071', '25', '', '0', 'OS|Cannonfodder', '386f818ba944f09a912fd7c7b42d154e', '2007-05-20', 'bol804@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1179693214', '0', '1181597127', '1184100039', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.127.154.130', '1056', '1', '', '0', '0', '-1', '12', '2', 'Wy_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993120', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1072', '10', '', '0', 'Whooter', 'a3cbf172484d1c69771a647a60021b4d', '2007-05-22', 'whooterng@gmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Jr. Admin', '1', '1179846840', '0', '1181611673', '1181614576', '1181614576', '11', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '71.253.26.184', '0', '1', '', '0', '0', '-1', '3', '3', 'xR_', '', '0', '5705', '0', '0', '0', '0', '', '0', '3', '', '210', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1073', '2', '', '0', 'cannon fodder', 'fdc7ec64dd277e9b14e5dd76bfb2eab0', '2007-05-24', 'toybhoyuk@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1179968688', '0', '1179968688', '1179971765', '1179969226', '1', '10', '5', '0', '0', '0', '0', '0', '45108695', '09-01-1979', '1979-09-01', '-1', '-1', '84.13.158.44', '0', '1', '', '0', '0', '-1', '2', '2', '0v', '', '0', '5299', '0', '0', '0', '0', '', '0', '0', '', '161', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1082', '25', '', '0', 'phr34k', '9d39497a8ffd1931577e09b8386b1cb6', '2007-06-04', 'phr34kThief@hotmail.co.uk', '0', '', 'http://fukrthief.forum5.com/i', '', '', '', '2', '0', 'Forum Lurker', '0', '1180948611', '0', '1181206601', '1184285665', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '1', '82.18.103.179', '0', '0', '', '0', '0', '-1', '2', '2', 'GZT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1074', '2', '', '0', 'quaigon', 'a7a8d201177b092776b4ebf61a674134', '2007-05-25', 'qui_gon_jinn1@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1180093509', '0', '1180093509', '1180093728', '1180093727', '1', '10', '5', '1', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.9.169.48', '2', '1', '', '0', '0', '-1', '2', '2', 'j#G', '', '0', '5328', '0', '0', '0', '0', '', '0', '0', '', '207', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1075', '25', '', '0', 'god_stu', '6e30f54e8c7d0b72832337f81016e06c', '2007-05-25', 'djnabu@msn.com', '0', '', '', '', '', '', '2', '1', 'Forum Lurker', '0', '1180123018', '0', '1212932154', '1212933630', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '07-02-1990', '1990-07-02', '-1', '-1', '88.109.164.203', '0', '1', '', '0', '0', '-1', '2', '2', 'I%[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1079', '25', '', '0', 'raf', 'bb8cfae8b5f53f21677ff554c20ec171', '2007-06-11', 'zen116930@zen.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1180617703', '0', '1181180380', '1181600262', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.69.53.245', '429', '1', '', '0', '0', '-1', '2', '2', '%cN', '', '0', '5699', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1077', '2', '', '0', 'soap on a rope', '48d2d6299361df06b6695e7745af6762', '2007-05-29', 'davidmcconville@hotmail.co.uk', '0', '', 'http://www.cheeky-devils.be', '', '', '', '2', '0', 'TBH Just Cant Hold Onto Him!', '1', '1180439100', '0', '1186586089', '1187690887', '1186586049', '24', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '84.92.209.164', '0', '1', '', '0', '0', '-1', '2', '2', 'C6_', '', '0', '7078', '0', '0', '0', '0', '', '0', '3', '', '472', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1078', '2', '', '0', 'Dom0901', 'd9061cbc729871fa4c729c2d4c0d950c', '2007-05-29', 'leedsuniteduk2k@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1180456382', '0', '1180466567', '1180621633', '1180621328', '7', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.129.1.138', '0', '1', '', '0', '0', '-1', '2', '2', 'qmb', '', '0', '5454', '0', '0', '0', '0', '', '0', '1', '', '540', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1081', '25', '', '0', 'lovestores', '6d51a5c5c0a29445308ef6bdf856d809', '2007-06-02', 'chizobachinasa@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1180812666', '0', '1180812666', '1180814093', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '83.229.90.44', '0', '1', '', '0', '0', '-1', '2', '2', 'y&:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1087', '10', '', '0', 'benzo', '4590aef3b0e86c37937243d7eccab058', '2010-05-11', 'benzo64@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Full Admin', '1', '1181668740', '0', '1283981155', '1286218914', '1282678051', '528', '10', '5', '0', '0', '0', '0', '0', '45108695', '01-26-1990', '1990-01-26', '-1', '-1', '172.201.3.6', '21', '1', '', '0', '0', '-1', '9', '0', ':)U', '', '0', '67620', '0', '0', '0', '0', '', '0', '5', '', '1997', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '3', '6', NULL, '48.7964', '59.952', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1282678500', '1', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1083', '2', '', '0', 'BioHazard666', 'bcc749e895a0c130189387aa07de65a7', '2007-06-05', 'Gockwerb@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1181037453', '0', '1185986602', '1187283583', '1185272319', '11', '10', '5', '1', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.65.132.222', '0', '1', '', '0', '0', '-1', '2', '2', 'k=2', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '417', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1084', '2', '', '0', 'End-game', '76d12925bab25077ec459040cb671a50', '2007-06-05', 'Barry2234@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1181049784', '0', '1181049784', '1181049913', '1181049913', '1', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '82.38.145.251', '0', '1', '', '0', '0', '-1', '2', '2', 'U]w', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '168', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1086', '2', '11', '11', 'Crisis', '03388bb625f68dc9c45c32718fd85f81', '2007-06-11', 'ict@ridgeway.surrey.sch.uk', '0', '', 'http://www.r0beh.co.uk', '', '', '', '2', '1', 'Ex-CyBeR.css ', '1', '1181576640', '0', '1183823064', '1184539118', '1184539092', '10', '10', '5', '0', '0', '0', '0', '0', '45108423', '03-15-1985', '1985-03-15', '-1', '-1', '86.133.178.44', '74', '1', 'r0beh@teamal.co.uk', '0', '0', '-1', '3', '2', 'dQh', '', '0', '6735', '0', '0', '0', '0', '', '0', '3', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1089', '2', '', '0', 'Rasthor', 'ddfe3eff3889d429b7d692b3699d42ba', '2007-06-14', 'Pa7r1ck@gmx.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1181823553', '0', '1185818589', '1188678418', '1185274764', '13', '10', '5', '1', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.14.33.54', '0', '1', '', '0', '0', '-1', '3', '2', 'ekk', '', '0', '6810', '0', '0', '0', '0', '', '0', '0', '', '413', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1088', '2', '', '0', 'Fluffy', '8b24a045cff9ff3bbad1717262e35cd5', '2007-06-12', 'sean@menukit.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1181678463', '0', '1181818728', '1181818981', '1181678827', '1', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.42.124.121', '0', '1', '', '0', '0', '-1', '2', '2', 'W~@', '', '0', '5760', '0', '0', '0', '0', '', '0', '0', '', '123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1100', '2', '', '0', 'IntoX', '21a2ef66c31091762f45881bd21569c2', '2007-06-23', 'Limp_bizkit_312@hotmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1182632280', '-1', '1182632308', '1182635261', '1182635113', '1', '10', '5', '0', '2', '0', '0', '0', '45108695', '07-09-1988', '1988-07-09', '-1', '2', '172.188.228.60', '2', '0', '', '0', '0', '1', '2', '2', '!dL', '', '0', '6250', '0', '0', '0', '0', '', '0', '0', '', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1090', '2', '10', '10', 'crz', 'd3e3c55ef3d4b050c29c148fe1b9e3a1', '2007-06-14', 'chriz_yesitsme@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '0', '1181858940', '0', '1182735857', '1203803004', '1182286732', '1', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '81.99.94.70', '21', '1', '', '0', '0', '-1', '0', '0', '?na', '', '0', '6167', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1099', '25', '', '0', 'test', '6665221e65e82e78afb9090d95b00de5', '2007-06-19', 'jimbrowning@eastenders.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1182264240', '-1', '1182264450', '1182264600', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '', '0', '0', '', '0', '0', '-1', '2', '2', 'P`5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1092', '2', '', '0', 'chazy chazz', 'aa311c6171588404f2d988e04e0ffc85', '2007-06-17', 'chazy-chazz@hotmail.fr', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1182071124', '0', '1206109822', '1208894224', '1208894180', '13', '10', '5', '1', '0', '0', '0', '0', '45108695', '08-24-1989', '1989-08-24', '-1', '-1', '89.80.120.183', '0', '1', 'chazy-chazz@hotmail.fr', '0', '0', '-1', '3', '2', '88N', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '234', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1093', '2', '', '0', 'Car Key', '05fa76a46eadc1ea72b4ea1cd5796807', '2007-06-18', 'gingermigit@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1182182218', '0', '1187270134', '1187959582', '1187959581', '24', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.71.252.5', '1063', '1', '', '0', '0', '-1', '4', '2', '6 >', '', '0', '7646', '0', '0', '0', '0', '', '0', '1', '', '191', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1094', '25', '', '0', 'uriel_vk{spain}', '05621d09934b674f4ad7766515e8ab03', '2007-06-18', 'scuars_trexa88@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1182188943', '0', '1182188943', '1182189722', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '83.33.19.118', '1087', '1', '', '0', '0', '-1', '2', '2', '~qH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1095', '25', '', '0', 'Shot Doctor', '41d1179973b3dc01d235a109c725b0e3', '2007-06-18', 'joetye05@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1182194880', '0', '1182195943', '1182251520', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45141463', '11-02-1987', '1987-11-02', '-1', '1', '89.240.3.41', '0', '0', 'joetye05@hotmail.co.uk', '0', '0', '-1', '5', '4', '$6h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1096', '25', '', '0', 'Azai', 'ac8c85dbdbc2313b961898f8e4eecb64', '2007-06-18', 'lukebuntwal@aol.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1182197909', '0', '1182198843', '1183116333', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '172.159.29.228', '0', '1', '', '0', '0', '-1', '1', '1', 'N~a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1097', '2', '', '0', 'AceRimmer', 'f2d443fd0a6525783a3dde0e4a562aa2', '2007-06-19', 'anthony_portlock@hotmail.com', '0', '', '', '', '', '', '2', '1', '', '1', '1182215460', '0', '1183068331', '1183073741', '1183072612', '8', '10', '5', '0', '0', '0', '0', '0', '45108439', '07-24-1988', '1988-07-24', '-1', '-1', '217.44.201.172', '0', '1', 'anthony_portlock@hotmail.com', '0', '0', '-1', '9', '2', '1_D', '', '0', '6405', '0', '0', '0', '0', '', '0', '1', '', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1098', '2', '', '0', 'unclemurder', '8df0f5e032c4c3ae572384cb3204ec88', '2007-06-19', 'unclemurder@hotmail.fr', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1182254030', '0', '1182677136', '1192900565', '1182551964', '2', '10', '5', '1', '0', '0', '0', '0', '45112791', '07-24-1988', '1988-07-24', '-1', '2', '90.19.43.132', '0', '0', '', '0', '0', '1', '2', '2', ' \"U', '', '0', '0', '0', '0', '0', '0', '', '0', '2', '', '285', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1101', '2', '', '0', 'SaMbuCa', '6e4c59c9b9e4bb56097ee23a0741bc68', '2007-06-23', 'per_ulv_@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1182634393', '0', '1182634896', '1182681455', '1182634680', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.196.58.156', '0', '1', '', '0', '0', '-1', '2', '2', 'X(}', '', '0', '0', '0', '0', '0', '0', '', '0', '1', '', '220', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1102', '2', '', '0', 'pCKY', '657fffadafcab5bbc192bbc693b8bcdf', '2007-06-24', 'peter@pcky.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1182724610', '-1', '1185098960', '1187217585', '1183765114', '10', '10', '5', '1', '0', '0', '0', '0', '45108439', '11-24-1986', '1986-11-24', '40', '1', '83.87.18.30', '3', '0', '', '0', '0', '-1', '2', '2', 'c*!', '', '0', '6635', '0', '0', '0', '0', '', '0', '0', '', '267', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1103', '2', '', '0', 'badger906', 'a697f92c93771e36980655a9ed5055eb', '2007-06-25', 'killer906_@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1182772028', '0', '1194910655', '1194967883', '1194906717', '16', '10', '5', '0', '0', '0', '0', '0', '45108311', '01-01-1989', '1989-01-01', '-1', '-1', '90.241.19.114', '0', '1', 'killer906_@hotmail.com', '0', '0', '-1', '2', '2', ';92', '', '0', '0', '0', '0', '0', '0', '', '0', '3', '', '376', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1104', '2', '10', '10', 'Lordi', 'ebf23e9c3a1edce7fb2b0a954f5bbf5a', '2007-06-25', 'sean_paul_301@hotmail.com', '0', '', '', '', '', '', '2', '1', 'CSS Admin', '0', '1182803640', '0', '1183289351', '1183325100', '1183288554', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '10-16-1988', '1988-10-16', '-1', '-1', '89.80.120.183', '0', '1', '', '0', '0', '-1', '0', '0', 'h\\c', '', '0', '6475', '0', '0', '0', '0', '', '0', '1', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1105', '2', '', '0', 'flic', 'e5c45c3690045fb5bfe067cf2c69d3b6', '2007-06-27', 'kirashannon@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1182952800', '-1', '1235076676', '1253105849', '1235076559', '6', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '', '0', '0', '', '0', '0', '-1', '8', '1', 'zlO', '', '0', '25048', '0', '0', '0', '0', '', '0', '0', '', '181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1106', '2', '', '0', '-(OcS)-Oblivion', '9d7592d1b9f3ad433fbb650838fe8627', '2007-06-27', 'brostert@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1182955440', '0', '1183334615', '1184769186', '1184769185', '4', '10', '5', '0', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '172.206.28.251', '778', '1', '', '0', '0', '-1', '2', '2', 'rb)', '', '0', '6758', '0', '0', '0', '0', '', '0', '1', '', '820', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1107', '2', '', '0', 'Tom18', '6f65147253912c1f295717d665faf77c', '2007-06-27', 'maroon_90@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1182957058', '0', '1182957058', '1182957250', '1182957234', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.152.127.78', '0', '1', '', '0', '0', '-1', '2', '2', '!m,', '', '0', '6347', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1108', '7', '27', '0', 'G0ggy', '2bd263d046a4871008a5a7a696f1fb19', '2013-04-30', 'insidecentre@outlook.com', '0', '', 'http://www.nango.co.uk', '', '', '', '2', '1', 'Moderator', '0', '1175808900', '0', '1401526516', '1401526516', '1367333282', '108', '0', '5', '0', '0', '0', '0', '0', '45108439', '04-16-1971', '1971-04-16', '-1', '-1', '81.137.223.197', '0', '1', '', '1344280177', '0', '-1', '17', '0', 'ZM:6M6a|%PQ\'>5_,haEH6=I*\\17Our', '', '0', '80327', '0', '0', '0', '0', '', '0', '0', '', '2256', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1109', '2', '', '0', 'haze', 'fe6d4dadd69b3e13f06837c88be146a8', '2007-06-29', 'Rubberducky_12111@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1183116438', '0', '1183116438', '1183117804', '1183117667', '4', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '172.159.29.228', '0', '1', '', '0', '0', '-1', '2', '2', 'Pr$', '', '0', '6428', '0', '0', '0', '0', '', '0', '1', '', '173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1110', '2', '', '0', 'FooFighteR', '93f0f2cd576ecad089e4a32049d6b4f6', '2007-06-30', 'Ilves-fani@luukku.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1183205491', '0', '1206359275', '1213798345', '1187430842', '8', '10', '5', '2', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '91.153.25.115', '939', '1', '', '0', '0', '-1', '3', '2', 'j$c', '', '0', '7400', '0', '0', '0', '0', '', '0', '1', '', '202', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1112', '2', '', '0', 'smokin', 'd9454589901968315f81d1a7061c1a74', '2007-07-01', 'maagrens@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1183247806', '0', '1185836375', '1187564366', '1187564366', '21', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.16.251.172', '0', '1', '', '0', '0', '-1', '2', '2', 'Y;m', '', '0', '7435', '0', '0', '0', '0', '', '0', '1', '', '209', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1113', '2', '', '0', 'Ammonia', '85a561f413a976c0676aacba737d6ef4', '2007-07-01', 'polar.bear6@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1183250025', '0', '1184803038', '1184839982', '1183414428', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.90.83.62', '0', '1', '', '0', '0', '-1', '6', '2', 'PA\"', '', '0', '6555', '0', '0', '0', '0', '', '0', '1', '', '217', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1114', '25', '', '0', 'the dreamer', 'ee43c81389e05944c52f90339e00b2c5', '2007-07-01', 'killer-123@hotmail.fr', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1183281312', '0', '1183281312', '1183281978', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.7.196.245', '1087', '1', '', '0', '0', '-1', '2', '2', 'b(Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1116', '25', '', '0', 'MotlyMoxpax', 'ffc6007499d5ff28f7524f3a0834cbf9', '2007-07-01', 'lerizesyreest@jetfix.ee', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1183320285', '0', '1183320285', '1183423039', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.237.223.189', '0', '1', '', '0', '0', '-1', '2', '2', ')Q0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1117', '2', '', '0', 'kellja2001', 'a8b632d64988e9e8e767fcbcb3c39aef', '2007-07-02', 'kellja2001@another.com', '0', '', '', '', '', '', '2', '1', 'Senior Member', '0', '1183394700', '-1', '1223985296', '1225316082', '1222444328', '338', '10', '5', '0', '0', '0', '0', '0', '45112663', '05-30-1988', '1988-05-30', '40', '2', '88.106.30.64', '0', '0', '', '0', '0', '-1', '11', '0', 'bL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1171', '25', '', '0', 'JaddyDee', '41af9197714c234af6ef8d2d5b255dee', '2007-08-19', 'Solarhedgehog@aol.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1187478069', '0', '1187483182', '1187537783', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '172.143.52.186', '1117', '1', '', '0', '0', '-1', '1', '1', '}Y[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1119', '2', '', '0', 'lakez', '186ba3ccef4720470246ddd1850e78c1', '2007-07-04', 'kieran.lake@nxmedia.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1183505134', '0', '1183505134', '1183505853', '1183505853', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.15.134.251', '0', '1', '', '0', '0', '-1', '2', '2', 'w|l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '448', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1130', '2', '', '0', 's4m', 'bb6d612b76711d912d3bb79292bccdcc', '2007-07-07', 'y2duggan@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1183808678', '0', '1183808678', '1183808766', '1183808803', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.240.253.132', '0', '1', '', '0', '0', '-1', '2', '2', 'g-d', '', '0', '6649', '0', '0', '0', '0', '', '0', '0', '', '201', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1120', '2', '', '0', 'HavokClyde', '1fc611fd13136ab4f1712f82e210e2c0', '2007-07-04', 'cyriac@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1183580679', '0', '1183726638', '1184426863', '1183582018', '1', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '81.86.218.209', '0', '1', '', '0', '0', '-1', '2', '2', '\\Vt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '212', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1121', '25', '', '0', 'smokin\'', '3967bea775a696b1520487a2b302042d', '2007-07-05', 'magnus.solheim@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1183590862', '0', '1183590862', '1183591449', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.48.65.145', '0', '1', '', '0', '0', '-1', '2', '2', 'CSE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1166', '28', '', '0', 'A[L]C', '28bcf0b57879d53773c6c55bc9eb301c', '2007-08-12', 'paulharman@gmail.com', '43', '', '', '', '', '', '2', '0', 'CSS Full Admin', '1', '1186929840', '-1', '1370276046', '1370503148', '1370503147', '256', '10', '5', '0', '1', '0', '0', '0', '45112791', '', '0000-00-00', '40', '1', '87.127.64.47', '0', '0', '', '0', '0', '1', '12', '0', '', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1148', '25', '', '0', 'Nads32', 'c4db530602f99b8be3901fe1831f1228', '2007-07-21', 'nadsfloyd@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1185014705', '0', '1185014705', '1185014705', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.50.80.170', '0', '1', '', '0', '0', '-1', '2', '2', '4?s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1149', '25', '', '0', 'Adam159', 'f5b49b24f5ff2c935420623bfb8fc83c', '2007-07-21', 'the_king_of_the_birdy@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1185014761', '0', '1185014761', '1185014874', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.7.236.206', '0', '1', '', '0', '0', '-1', '1', '1', '7&(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1150', '2', '', '0', 'L4rk3m0n', 'd68dde80940cf18de6cbce6909698d9e', '2007-07-24', 'clarkey_boy_uk@yahoo.com', '0', '', '', '', '', '', '2', '2', 'Member', '0', '1185288931', '0', '1211827113', '1212048669', '1211727943', '64', '10', '5', '0', '0', '0', '0', '0', '45108439', '04-21-1985', '1985-04-21', '-1', '-1', '90.204.137.157', '0', '1', 'clarkey_boy_uk@yahoo.com', '0', '0', '-1', '9', '1', '(E9', '', '0', '14569', '0', '0', '0', '0', '', '0', '0', '', '286', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1182', '25', '', '0', 'DB_lex', '3f73911d029470dc5588b1db3e3af6f1', '2007-08-24', 'Raipebdn90@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1187974297', '0', '1187988519', '1188120729', '0', '0', '10', '5', '1', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '85.50.145.38', '0', '1', '', '0', '0', '-1', '2', '2', 'N:Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1156', '2', '', '0', 'viperkick', 'f694be5d3c7e856c3e3b6813c477edcd', '2007-09-05', 'john.scotter@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1185819136', '0', '1189000693', '1189002425', '1189000554', '2', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.5.97.152', '0', '1', '', '0', '0', '-1', '2', '2', '>tx', '', '0', '8007', '0', '0', '0', '0', '', '0', '0', '', '250', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1151', '2', '', '0', 'stylage', 'f666cfd4c30951c5e84f1e9c73ec8a07', '2007-07-27', 'tomgstylee17@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1185566025', '0', '1185888298', '1188909364', '1188909291', '5', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.33.199.214', '1058', '1', '', '0', '0', '-1', '2', '2', 'Bak', '', '0', '7933', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1152', '2', '', '0', 'slayer', '21046b431ab29b4c883d9bfb02053ee2', '2007-07-27', 'john@cap.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1185566986', '0', '1185566986', '1185567725', '1185567086', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.5.97.152', '0', '1', '', '0', '0', '-1', '1', '1', '|]|', '', '0', '6854', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1153', '25', '', '0', 'o0CAPPI0o', '24d248091034889069652d24393a3202', '2007-07-28', 'cappi@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1185631803', '0', '1185631803', '1185642681', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.46.103.127', '0', '1', '', '0', '0', '-1', '2', '2', '62\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1154', '2', '', '0', 'tom', 'f2f67375121728200f670595b4662db6', '2007-07-28', 'nuke13@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1185636509', '0', '1186125557', '1187458535', '1185636687', '1', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '87.254.67.39', '0', '1', '', '0', '0', '-1', '3', '2', '6 V', '', '0', '6861', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1155', '2', '', '0', 'tP`', '707eedbb813e22cc6a7f5b7e1b99d081', '2007-07-29', 'rocco_91@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1185727659', '0', '1185810640', '1186222455', '1185728926', '1', '10', '5', '1', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '84.192.151.140', '1058', '1', '', '0', '0', '-1', '2', '2', '@.f', '', '0', '6876', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1157', '25', '', '0', 'Bomb3r', 'a4094a91839d1f62a30f6db154d30d1e', '2007-07-30', 'adam2006-@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1185822746', '0', '1185822746', '1185822845', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.5.97.152', '0', '1', '', '0', '0', '-1', '2', '2', 'K(d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1158', '2', '', '0', 'NeMo', '0681fdf810a15eed68c178578aee217c', '2007-07-30', 'nemo.van.gerwen@telenet.be', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1185827641', '0', '1198458537', '1198608666', '1189081995', '3', '10', '5', '1', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.198.172.85', '1058', '1', '', '0', '0', '-1', '2', '2', 'xyb', '', '0', '8046', '0', '0', '0', '0', '', '0', '0', '', '195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1159', '2', '', '0', 'RAROCK', '790d97ef3ad0f4245ceb67dd3afc018e', '2007-07-30', 'rhansen@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1185827673', '0', '1185827673', '1185828524', '1185827897', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.138.237.148', '0', '1', '', '0', '0', '-1', '2', '2', 'Pd/', '', '0', '6900', '0', '0', '0', '0', '', '0', '0', '', '148', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1160', '2', '', '0', 'djsimon', '9cb2d5590277df778f5e874f2bc539e7', '2007-07-30', 'djsi17_3@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1185828258', '0', '1185828258', '1185829048', '1185828752', '1', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.7.216.189', '1058', '1', '', '0', '0', '-1', '2', '2', 'Tq!', '', '0', '6901', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1161', '25', '', '0', 'mesiusv', '6d2feafa5f15f9f4f3fc97fadc4527f9', '2007-07-31', 'dancc@blogmenew.info', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1185919814', '0', '1185919814', '1185972306', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.198.98.84', '0', '1', '', '0', '0', '-1', '2', '2', 'uy}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1162', '2', '', '0', 'The Doctor', '767304e27b0248d5819b37c677830077', '2007-07-31', 'Maurauth@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1185920209', '0', '1185922598', '1186009612', '1186007110', '3', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.6.17.37', '0', '1', '', '0', '0', '-1', '2', '2', 's0P', '', '0', '6968', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1163', '10', '', '0', 'Joopz', 'bece143e8a8fb2634490845d7b3d48f9', '2007-08-01', 'kruirrin@hotmail.com', '0', '', '', '', '', '', '2', '2', 'CSS Admin', '0', '1185924480', '0', '1250003721', '1414134511', '1226428387', '73', '10', '5', '0', '0', '0', '0', '0', '45108439', '07-01-1988', '1988-07-01', '-1', '-1', '82.47.218.217', '0', '1', '', '0', '0', '-1', '1', '0', 'PsG', '', '0', '19686', '0', '0', '0', '0', '', '0', '0', '', '367', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1164', '25', '', '0', 'megasprut', '6be2d3e9e4ce9ce8de6f181d768c1053', '2007-08-03', 'gaskavals@antimir.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1186104450', '0', '1186104450', '1186104450', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.231.243.137', '0', '1', '', '0', '0', '-1', '1', '1', 'rA]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1170', '10', '', '0', 'Black Mamba', '32a9557600d8e066c56476678b7861e0', '2011-08-13', 'jamesnicholls2002@hotmail.com', '0', '', '', '', '', '', '1', '1', 'CSS Full Admin', '1', '1187308740', '0', '1313272826', '1367157003', '1289331130', '970', '10', '5', '0', '0', '0', '0', '0', '45109207', '11-26-1990', '1990-11-26', '40', '1', '172.212.112.154', '0', '0', 'jamesnicholls2002@hotmail.com', '0', '0', '-1', '7', '0', '8\"j{#GtcLoBrfNt&/NQSDZ{.V7ox!5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4472', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '3', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,21|5000 Experience Points|spheres_red_16.png|spheres_red_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1313272200', '0', '0', '0', 'feeling rather sexual? lol wut', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1172', '2', '', '0', 'Tayles', '14c9e1a03d0d5e20cc04a9c01f7823e3', '2007-08-19', 'Juliandorey@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1187483653', '0', '1194084693', '1194635380', '1193575156', '4', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '172.143.52.186', '1117', '1', '', '0', '0', '-1', '2', '2', 'JwW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1183', '2', '', '0', 'pete.h', '055f3eca51d6d8860ce45c76827d1dff', '2007-10-27', 'madpete666@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1188044120', '0', '1193491838', '1193504583', '1193491499', '5', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.102.10.94', '0', '1', '', '0', '0', '-1', '2', '2', '7YG', '', '0', '9512', '0', '0', '0', '0', '', '0', '0', '', '203', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1173', '2', '', '0', 'Sensei', '84c1621e3985c7a9bace287c1805b853', '2011-02-09', 'm.layton2@ntlworld.com', '0', '', 'http://www.loxtech-gaming.co.uk', '', '', '', '2', '2', 'Junior Member', '0', '1187559840', '0', '1297213835', '1297293689', '1297213613', '11', '10', '5', '0', '0', '0', '0', '0', '45108311', '07-05-1989', '1989-07-05', '-1', '-1', '86.15.96.189', '0', '1', 'm.layton2@ntlworld.com', '0', '0', '-1', '1', '1', 'f!IqC:t\'FG8\\7H}^\\+OLIS`@[+S]?Ui', '', '0', '18091', '0', '0', '0', '0', '', '0', '0', '', '470', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1281915300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1176', '2', '', '0', '( . z . )', '40fb164fa623d7d0ed2208ba8b228dff', '2007-08-20', 'jamesmartinez@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1187640610', '0', '1187809513', '1187809513', '1187809484', '5', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '90.193.135.87', '0', '1', '', '0', '0', '-1', '2', '2', 'wk8', '', '0', '7526', '0', '0', '0', '0', '', '0', '0', '', '567', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1177', '8', '', '0', 'wraith995', '89e8c0993bb82075917cc7996d7153b1', '2007-08-22', 'wraith995@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1187788740', '0', '1190028920', '1194544364', '1194543943', '14', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '86.143.146.186', '1087', '1', '', '0', '0', '-1', '0', '0', 'rFw', '', '0', '9904', '0', '0', '0', '0', '', '0', '0', '', '174', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1178', '25', '', '0', 'toecutter', 'cb52ee454708d91d915d16e1c7aabc53', '2007-08-22', 'GCHARLTON@sky.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1187803775', '0', '1187804237', '1187804237', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.199.179.183', '0', '1', '', '0', '0', '-1', '2', '2', ',^B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1179', '10', '', '10', 'Choaski 1st', '748d9237add4422bd49c5576325e4fc6', '2008-11-09', 'Choaski@Gmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Full Admin', '1', '1187836680', '0', '1398012482', '1398099843', '1398099843', '698', '10', '5', '0', '0', '0', '0', '0', '45112791', '', '0000-00-00', '-1', '1', '90.203.89.175', '0', '0', '', '0', '0', '-1', '7', '0', 'Rra', '', '0', '81857', '0', '0', '0', '0', '', '0', '0', '', '5432', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'f45ce1725ea1b08f57667ea4c4ac9c91', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '2', '4', NULL, '26.1557', '28.1879', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1311883200', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1181', '2', '', '0', 'Damaki', 'a8fcefedec021f1319a3b64e15c74fb5', '2007-12-03', 'thedan_@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1187892119', '0', '1198418788', '1198665779', '1198414504', '13', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '62.136.60.111', '0', '1', '', '0', '0', '-1', '2', '2', 'D[d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '201', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1184', '2', '', '0', 'spiderpig', '09385ce02cbb8005ac92fa88c9e7b0b1', '2007-08-25', 'daocwyrrenn@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1188081439', '0', '1188830431', '1188838575', '1188838575', '5', '10', '5', '-5', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '68.80.3.91', '0', '1', '', '0', '0', '-1', '2', '2', '-&T', '', '0', '7916', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1185', '25', '', '0', 'Moolbobiolorp', '83c8779e207b39cb38dd1afb466d557a', '2007-08-26', 'cefsoatte@ramireschat.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1188132018', '0', '1188132018', '1188133058', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '202.242.55.4', '0', '1', '', '0', '0', '-1', '2', '2', '\'OA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1186', '2', '', '0', 'Cornholio', '16e8fa9c5c3ab99600736faa1ce57d8d', '2007-08-26', 'gravlingen_mark@hotmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1188139134', '0', '1192147742', '1192148843', '1191854981', '2', '10', '5', '0', '0', '0', '0', '0', '45108567', '02-03-1990', '1990-02-03', '-1', '-1', '87.48.0.150', '0', '1', 'gravlingen_mark@hotmail.com', '0', '0', '-1', '2', '2', '^}F', '', '0', '9054', '0', '0', '0', '0', '', '0', '0', '', '187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1187', '8', '', '0', 'nisus92', 'ce2d3fdf7e4a0f843aafe3b48031be4f', '2007-08-26', 'vamouseoskar@rock.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1188141600', '0', '1188498293', '1188509681', '1188498314', '8', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '172.202.209.100', '0', '1', '', '0', '0', '-1', '0', '0', 'n^I', '', '0', '7792', '0', '0', '0', '0', '', '0', '0', '', '149', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1188', '25', '', '0', 'Frankie', '6c896df563a5a39a43a4fc09f6e5ff9e', '2007-08-26', 'rbconstantinou@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1188154223', '0', '1188154223', '1188154223', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.38.195.32', '0', '1', '', '0', '0', '-1', '2', '2', '>[i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1189', '25', '', '0', 'Ezkiller', '948c33122bb5ef2501d7196eac419eb9', '2007-08-27', 'ezkiller@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1188249592', '0', '1188249592', '1188251094', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '86.139.69.12', '0', '1', '', '0', '0', '-1', '2', '2', 'vmC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1190', '25', '', '0', 'GeMzY', '3310c1f689e1c726c3c8e491c5686220', '2007-08-27', 'gemma_o_callaghan@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1188250262', '0', '1188252599', '1188783626', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.151.148.226', '778', '1', '', '0', '0', '-1', '1', '1', 'p7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1273', '2', '', '0', 'Aerelon', 'b2918b5fa3889d6e8d88ef5c4c17813c', '2007-11-08', 'info@orion-webdesigns.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1194524400', '0', '1201220035', '1201250378', '1200062859', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.32.70.115', '0', '1', '', '0', '0', '-1', '2', '2', 'g&p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '327', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1191', '2', '', '0', 'Killa_P', '84925aa131e5c591499e5a5fa660f423', '2007-08-30', 'siu06pc@rdg.ac.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1188428913', '0', '1190595141', '1190992598', '1190462588', '5', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '172.207.52.84', '0', '1', '', '0', '0', '-1', '2', '2', 'U/$', '', '0', '8627', '0', '0', '0', '0', '', '0', '0', '', '185', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1192', '25', '', '0', 'Mikky', '7420706b62f92019065fa5caf57a74a4', '2007-08-30', 'sdgsgsdgsgd@vinbazar.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1188431351', '0', '1188431351', '1188431351', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.215.21.87', '0', '1', '', '0', '0', '-1', '2', '2', '0U#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1234', '2', '', '0', 'Studek', '821af505d0986b5f7b5cf69b2fa45c97', '2007-10-01', 'studek@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1191264699', '0', '1208290891', '1212152245', '1191271861', '1', '10', '5', '0', '2', '0', '0', '0', '45113047', '', '0000-00-00', '-1', '1', '86.14.220.122', '0', '0', '', '0', '0', '-1', '3', '1', 'D3V', '', '0', '8906', '0', '0', '0', '0', '', '0', '0', '', '167', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1193', '2', '', '0', 'Twist', '2f8f95b5c2274f0807a29fee4a94c612', '2007-08-31', 'mikeydevlino@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1188586639', '0', '1188586873', '1188594125', '1188586873', '1', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '81.109.101.69', '0', '1', '', '0', '0', '-1', '2', '2', '.aZ', '', '0', '7816', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1194', '2', '', '0', 'Trygve', 'e011d99ca023ccba9d3c91b6bb50ba50', '2007-09-01', 'trygve.94@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1188660257', '0', '1188715217', '1188926738', '1188926731', '2', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.165.181.145', '0', '1', '', '0', '0', '-1', '2', '2', '?U%', '', '0', '7959', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1561', '8', '', '0', 'Rampage! :)', 'c0e3e06d4dcbf361d042178ad00d2ecb', '2008-04-19', 'mmckillop@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1208566100', '0', '1208907801', '1208912177', '1208907801', '5', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.195.184.185', '1258', '1', '', '0', '0', '-1', '1', '0', ']v]', '', '0', '13997', '0', '0', '0', '0', '', '0', '0', '', '188', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1195', '25', '', '0', 'skyu', '202ad8e34c6ee9eae63cd810a9684657', '2007-09-02', 'skyumaster@aim.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1188713310', '0', '1188713310', '1188713441', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.196.108.148', '0', '1', '', '0', '0', '-1', '1', '1', 'B ^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1196', '25', '', '0', 'Dexterous', '13d35e9ef1cd8b7c1bf179c8fb86eff0', '2007-09-02', 'niko_veiberg@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1188753241', '0', '1188753241', '1188753278', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.212.79.179', '0', '1', '', '0', '0', '-1', '2', '2', '~g*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1261', '2', '', '0', 'Sporg', 'a3bb289bb02e8b88fbf088556bfb6e4e', '2007-10-28', 'Sporg@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1193570112', '0', '1195837831', '1203085077', '1203084986', '10', '10', '5', '0', '0', '0', '0', '0', '45108311', '01-11-1993', '1993-01-11', '-1', '-1', '90.205.54.227', '0', '1', '', '0', '0', '-1', '2', '2', 'J[t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '208', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1197', '25', '', '0', 'click24', '6693483f677f16ac027ff0cbf76a2d80', '2007-09-03', 'click_24_click@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1188835383', '0', '1188835383', '1188835564', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.39.149.73', '0', '1', '', '0', '0', '-1', '2', '2', 'oE#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1198', '2', '', '0', 'ºº_S.O.S_ºº_Buddy', '726790fe6cf2e4eed741053d817a3200', '2007-09-04', 'buddy43@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1188873839', '0', '1191421484', '1191423851', '1188874418', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.192.47.46', '0', '1', '', '0', '0', '-1', '5', '1', 'N[\"', '', '0', '7923', '0', '0', '0', '0', '', '0', '0', '', '477', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1199', '25', '', '0', 'twisst', 'd8ca3890614e7267f4ae23d6a0129eb6', '2007-09-04', 'calcium123@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1188945584', '0', '1188945584', '1188945775', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.202.184.158', '0', '1', '', '0', '0', '-1', '2', '2', '[%S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1200', '2', '', '0', 'ozzy_emil', 'cfb10d687c91a6a49118fa5834d604ff', '2007-09-05', 'ozzy_emil@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1188983880', '0', '1189073121', '1189186021', '1189186065', '6', '10', '5', '2', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.127.164.235', '0', '1', '', '0', '0', '-1', '2', '2', 'v8i', '', '0', '8097', '0', '0', '0', '0', '', '0', '0', '', '196', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1201', '2', '', '0', 'tr0n', '91b0f16a039343c6d48f251d1a9766d3', '2007-09-05', 'andrewbrooks.moh@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1189002327', '0', '1189002327', '1189002682', '1189002682', '2', '10', '5', '0', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '90.193.115.82', '1058', '1', '', '0', '0', '-1', '2', '2', '2o9', '', '0', '8009', '0', '0', '0', '0', '', '0', '0', '', '169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1202', '2', '', '0', 'uniflare', '85b707328fe6cd8dac5e8a00001803a5', '2007-09-06', 'uniflare@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1189062909', '0', '1202059061', '1203056770', '1189067574', '2', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.210.8.205', '0', '1', '', '0', '0', '-1', '2', '2', '2LF', '', '0', '8041', '0', '0', '0', '0', '', '0', '0', '', '243', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1223', '25', '2', '25', 'KELLOxxxxx', '0089d7c828930b3fed4d2b610a8d54f1', '2007-09-22', 'kello@clanbc.co.ukxxx', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1190490600', '0', '1301766793', '1301766780', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.155.74.213', '0', '1', '', '0', '0', '-1', '0', '0', 'LhO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0.608272', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1301766780', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1241', '25', '', '0', 'Kastro', 'ac9d7429a80ff101d7768f69edc20cf2', '2007-10-09', 'paul_bains@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1191885528', '0', '1191885528', '1191885528', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.9.193.9', '0', '1', '', '0', '0', '-1', '1', '1', 'o8\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1297', '2', '', '0', 'burncity', 'afa8daa4c57763ec57e6e6fa239ba898', '2007-11-28', 'berry285@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1196248617', '0', '1221675340', '1221685388', '1196420247', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.157.204.62', '0', '1', '', '0', '0', '-1', '2', '2', 'U', '', '0', '9440', '0', '0', '0', '0', '', '0', '0', '', '128', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1207', '2', '', '0', 'Blackfui', 'ce55f2fcae2f6a1a4ba504c03116b324', '2007-09-13', 'jojojo125@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1189673718', '0', '1198170733', '1204168888', '1194203712', '5', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.155.209.134', '0', '1', '', '1194203788', '0', '-1', '3', '2', '}_*', '', '0', '9778', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1208', '25', '', '0', 'mikey_31', '2cce888d4b45245d20012654cfaa6a59', '2007-09-13', 'mikey_438@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1189699627', '0', '1189699627', '1189699875', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '172.189.140.165', '0', '1', '', '0', '0', '-1', '1', '1', 'sO(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1209', '2', '', '0', 'Derangel666', '99062b1ef56df311c980aa5c802cc01c', '2007-09-13', 'derangel666@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1189699711', '0', '1190683927', '1192734072', '1189699911', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.159.219.93', '939', '1', '', '0', '0', '-1', '2', '2', '|i,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '145', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1210', '2', '', '0', 'Sulli Coffee Addict', '6f9a88b55f17a07d81d80e60c131671a', '2009-03-21', 'reubain666@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1189704781', '0', '1237665807', '1237712050', '1194113570', '15', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.2.92.92', '1166', '1', 'Reubain666@hotmail.co.uk', '0', '0', '-1', '2', '1', '86L', '', '0', '9735', '0', '0', '0', '0', '', '0', '0', '', '271', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1211', '2', '', '0', 'Maff', 'f0777a21a7a0b0e37946d109c057b1c5', '2007-09-14', 'nufc_maff@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1189802891', '0', '1190011532', '1190047843', '1189927932', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '172.189.47.244', '0', '1', '', '0', '0', '-1', '2', '2', '5%B', '', '0', '8381', '0', '0', '0', '0', '', '0', '0', '', '304', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1212', '25', '', '0', 'meargaifarpef', '9b0f06d35e0e576b34fe67baa75654b2', '2007-09-15', 'dizzyjunior@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1189827033', '0', '1189827033', '1189827033', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.221.230.38', '0', '1', '', '0', '0', '-1', '1', '1', '7FE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1213', '25', '', '0', 'mebelru', '8e96c1fcfe14213b24c14a7ddf789fe0', '2007-09-17', 'johnlittle@email.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1190036846', '0', '1190036846', '1190036846', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.19.180.90', '0', '1', '', '0', '0', '-1', '1', '1', '-8/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1214', '2', '', '2', 'insp9100', '912f35f1f1ed4e1ffd949c76455b02c3', '2010-02-05', 'insp9100@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1190037633', '0', '1284644264', '1289006123', '1242828263', '70', '10', '5', '0', '1', '0', '0', '0', '45112663', '', '0000-00-00', '-1', '1', '84.43.89.249', '0', '0', '', '0', '0', '-1', '7', '0', '*?/', '', '0', '31482', '0', '0', '0', '0', '', '0', '0', '', '331', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1284644220', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1215', '2', '', '0', 'wolfnix', '53fafd45f6e27ae1781d211588ca387a', '2007-09-17', 'wolfie@cybernetic-servers.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1190039336', '0', '1191666437', '1193955256', '1190039403', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.50.80.170', '0', '1', '', '0', '0', '-1', '2', '2', 'J>!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1216', '25', '', '0', 'moummagialt', '5c821644ff89b06fa3e926b7517a400d', '2007-09-18', 'rrpsssssjsjs@pmrmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1190105129', '0', '1190105129', '1190105129', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.149.197.242', '0', '1', '', '0', '0', '-1', '1', '1', '[N0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1237', '25', '', '0', 'crossfire', '52cd0abe0f352cbf81fcf1d0778666d3', '2010-12-02', 'pitbullwillgetyou@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1191585600', '0', '1291412385', '1294235648', '1268571013', '17', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.96.254.245', '0', '1', '', '0', '0', '-1', '3', '0', '4O;Y#vf#<2Bo95EQI`B5td8@|V>pW0', '', '0', '57914', '0', '0', '0', '0', '', '0', '0', '', '623', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '102024793186630|2.SbT27fuqTfSaqpAGnlhnxw__.3600.1294239600-628587477|bWXkv_M7l6yymBUFH7E6R69NrOs', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1291280940', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1249', '2', '', '0', 'rolfcm106', '14b4cfd764327403c807579d077382d6', '2007-10-19', 'rmeyer2@ksc.mailcruiser.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1192770802', '0', '1201834195', '1203524497', '1193684424', '8', '10', '5', '-5', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '158.65.200.254', '1166', '1', '', '0', '0', '-1', '6', '2', '!fx', '', '0', '9584', '0', '0', '0', '0', '', '0', '0', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1217', '2', '', '0', 'ChoddyChod', '9bdd196c0f736bccc9caed2a6ef22090', '2007-09-18', 'terry.statham@xifos.co.uk', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1190141338', '0', '1277368567', '1277381327', '1277332457', '31', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.77.243.165', '0', '1', '', '0', '0', '-1', '4', '1', 'Xmp', '', '0', '63898', '0', '0', '0', '0', '', '0', '0', '', '1193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1218', '2', '', '0', 'RaDIaN', 'd49cb4f306aa857f2f1addd3f472cd74', '2007-09-19', 'hughes823@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1190212620', '0', '1190213760', '1190226189', '1190226173', '1', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.153.54.80', '0', '1', '', '0', '0', '-1', '2', '2', 'Tb)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '223', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1219', '2', '', '0', 'Mr_G', 'd34d558d49d13dc99ebe73706900a6c3', '2007-09-20', 'scates.gm@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1190245833', '0', '1192666638', '1192829967', '1192829892', '7', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.7.222.74', '0', '1', '', '0', '0', '-1', '2', '2', '\\E3', '', '0', '9287', '0', '0', '0', '0', '', '0', '0', '', '195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1220', '25', '', '0', 'Mr Andrew', 'b22cbf36b547974572f6cdf67693eece', '2007-09-20', 'evefrance@xmail.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1190259006', '0', '1190259006', '1190259006', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.184.224.24', '115', '1', '', '0', '0', '-1', '1', '1', 'mn^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1250', '2', '', '0', 'OsTen', '71e428dc9e74d758f328a9149f64e4bf', '2007-10-21', 'simenostby@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1192925853', '0', '1192925853', '1192927587', '1192926476', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.255.37.81', '0', '1', '', '0', '0', '-1', '2', '2', 'FA?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '221', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1221', '2', '10', '10', 'daemon', '8e010dd7d1c3f318fc8560bd430001ce', '2014-05-15', 'matt.daemon660@gmail.com', '0', '', 'http://psykzz.co.uk', '', '', '', '2', '2', 'Detective', '1', '1190333040', '0', '1357690333', '1400175743', '1357689333', '71', '10', '5', '0', '1', '0', '0', '0', '45108439', '01-31-1991', '1991-01-31', '-1', '2', '91.106.4.251', '0', '0', 'matt.daemon660@gmail.com', '0', '0', '-1', '9', '0', '*Q7f4LRpAsAqY|Nx;*o\"jh:`~J3NFO', '', '0', '79809', '0', '0', '0', '0', '', '0', '0', '', '877', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1222', '25', '', '0', 'morsFloopougs', '7133e5fd3a2bd0d66de3ac439f66eedd', '2007-09-22', 'chekispam@hot.ee', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1190442969', '0', '1190442969', '1190442969', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.165.103.68', '0', '1', '', '0', '0', '-1', '2', '2', 'q^%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1224', '2', '', '0', 'Trauma@n2S.Gaming', 'cfa894ac17942f6b3ca8763898c87c22', '2007-09-23', 'paulhatley@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1190535950', '0', '1190571320', '1190575266', '1190563984', '2', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.66.241.116', '0', '1', '', '0', '0', '-1', '3', '3', 'W2e', '', '0', '8674', '0', '0', '0', '0', '', '0', '0', '', '174', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1225', '2', '', '0', 'keeffa', '01636d6ebc55ae445e7e3ffd7c9dbdf2', '2007-09-23', 'owen___10@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1190562949', '0', '1190562949', '1190563688', '1190563299', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.101.220.156', '0', '1', '', '0', '0', '-1', '2', '2', '\\hR', '', '0', '8672', '0', '0', '0', '0', '', '0', '0', '', '249', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1226', '2', '', '0', 'morgessa', 'a76852a0d2d177260d48bfaab6fdb0b4', '2007-09-24', 's6638679@gmx.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1190670311', '0', '1192367531', '1196356429', '1191609359', '14', '10', '5', '1', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '1', '78.49.138.74', '0', '0', '', '0', '0', '-1', '11', '2', '-{s', '', '0', '8992', '0', '0', '0', '0', '', '0', '0', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1227', '25', '', '0', 'menorcaingen', '0fcfefbfe69b632ae095f85f8062e697', '2007-09-25', 'logineims@cashette.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1190675826', '0', '1190675826', '1190675826', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.32.92.187', '0', '1', '', '0', '0', '-1', '1', '1', 'JpH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1228', '25', '', '0', 'Blonde1967', '24e947698028a19d76ac9391373aac2f', '2007-09-25', 'lisa-choker@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1190726788', '0', '1190726788', '1190726911', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.98.176.220', '163', '1', '', '0', '0', '-1', '2', '2', '1j0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1229', '25', '', '0', 'Sadfish', 'bab17c5af609a116206576124edd177a', '2007-09-26', 'paul@saints.org.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1190819094', '0', '1190819094', '1190819805', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.195.185.124', '0', '1', '', '0', '0', '-1', '2', '2', '>+6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1312', '25', '', '0', 'Shakadoom', '7b16d2674f00d7e3133d4b3843f73e9b', '2007-12-11', 'murryshakawalker@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196961900', '0', '1197688124', '1197739173', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.37.41.12', '429', '1', '', '0', '0', '-1', '1', '1', '/LG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1279', '2', '', '0', 'BunnY', '2aee07f54384052797e0a235bd6aa028', '2007-11-16', 'francisco_neiva@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1195203244', '0', '1196972519', '1196980861', '1196970379', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.13.119.67', '0', '1', '', '0', '0', '-1', '2', '2', '6T[', '', '0', '10387', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1230', '2', '', '0', 'dude-0', 'c0f07aa74fb7fd3b908ec51b48a1d49a', '2007-09-27', 'davidrosling13@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1190849237', '0', '1190849237', '1190849690', '1190849589', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.146.17.57', '0', '1', '', '0', '0', '-1', '2', '2', 'Xx<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1268', '2', '', '0', 'zackiller25', '866730e6addc63abfb454711acb88e35', '2007-11-03', 'zac909@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1194133559', '0', '1194182663', '1194892183', '1194891754', '4', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.29.173.37', '0', '1', '', '0', '0', '-1', '2', '2', 'q4h', '', '0', '9985', '0', '0', '0', '0', '', '0', '0', '', '233', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1231', '2', '', '0', 'murmeli47', 'c44562eee0df123f10f8d7e6b6a2c81a', '2007-09-27', 'murmeli47@mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1190896774', '0', '1192744902', '1249665005', '1191065060', '8', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.221.157.150', '0', '1', '', '0', '0', '-1', '2', '2', '_Nu', '', '0', '8869', '0', '0', '0', '0', '', '0', '0', '', '203', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1232', '25', '', '0', 'Unique', '9ad1a67c6c4f944e0c13d1308bc03c1e', '2007-09-28', 'nick_den_seje_55@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1190981385', '0', '1190981385', '1190981385', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.163.197.230', '0', '1', '', '0', '0', '-1', '1', '1', 'l&4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1233', '25', '', '0', 'Taz', 'd498a654a42805c9382f4969e8a78c26', '2007-09-28', 'taztka95@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1191012037', '0', '1191012037', '1191012049', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '88.114.81.16', '0', '1', '', '0', '0', '-1', '2', '2', '\\~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1266', '2', '', '0', 'dosen', '4882a22b9fab60e03d68d872f98d3cb5', '2010-07-19', 'sikness_88@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1193869138', '0', '1195624262', '1195878913', '1195878913', '10', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '90.227.136.242', '0', '1', '', '0', '0', '-1', '2', '2', 'Tqt];m3vcY@Yk^@L\"o:gSK>I5M+|3!', '', '0', '10196', '0', '0', '0', '0', '', '0', '0', '', '158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1254', '25', '', '0', 'Impact', 'f16c16e61e6e749200ca62f69a6d0916', '2007-10-23', 'dave7773@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1193148351', '0', '1193148351', '1193148934', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.152.132.171', '0', '1', '', '0', '0', '-1', '2', '2', 'KOa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1235', '25', '', '0', 'StaceyUK', '6270268e02bf22e3ff10353858bd266f', '2007-10-02', 'stacey.malpas@hotmail.co.uk', '0', '', 'http://www.gunghosoldiers.co.uk', '', '', '', '2', '2', 'Forum Lurker', '0', '1191281019', '0', '1191502190', '1191775153', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '02-06-1985', '1985-02-06', '-1', '-1', '86.148.2.116', '2', '1', '', '0', '0', '-1', '2', '2', 'GTn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1236', '2', '', '0', 'brophis', '3e549e6d70acb66e054f0d120c9ac97e', '2007-10-03', 'brophis_sgtc@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1191396494', '0', '1191401743', '1191415322', '1191415321', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.147.182.254', '0', '1', '', '0', '0', '-1', '2', '2', 'r/M', '', '0', '8949', '0', '0', '0', '0', '', '0', '0', '', '179', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1277', '2', '', '0', 'brandon', '5fbec80a8215f5f9cca7c6a62aca4dbc', '2007-11-14', 'thebrandonator@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1195071928', '0', '1197217926', '1197220918', '1197220918', '13', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.143.243.84', '0', '1', '', '0', '0', '-1', '2', '2', 'q@v', '', '0', '10607', '0', '0', '0', '0', '', '0', '0', '', '205', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1238', '2', '', '0', 'Judicious', 'f614330670257c15b9eb3dde15b0d69e', '2007-10-06', '1h.judicious@loki-clan.com', '0', '', 'http://www.loki-clan,com', '', '', '', '2', '0', 'Junior Member', '0', '1191661668', '0', '1197264368', '1200050676', '1192361339', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.42.102.194', '0', '1', '', '0', '0', '-1', '2', '2', 'vPs', '', '0', '9163', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1239', '25', '', '0', 'Marpblamp', '60f77b18bbf192500e8984e51ebab7d1', '2007-10-06', 'plabsvagcal@babusya.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1191684133', '0', '1191684133', '1191684133', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.118.137', '0', '1', '', '0', '0', '-1', '1', '1', 'Jl7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1240', '25', '', '0', 'Mrrrrrrrrr', '67fbe59ac20c635cfbbbe040ba82f09d', '2007-10-08', 'maximmarley@gmail.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1191849351', '0', '1191849351', '1191849351', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '218.234.21.33', '0', '1', '', '0', '0', '-1', '1', '1', '~dt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1242', '25', '', '0', 'C3R14L.K1L4', 'a91d87d48c06acc37965d201bdc783c1', '2007-10-09', 'jan.nali.aesis.solrac@sapo.pt', '0', '', '', '', '', '', '2', '2', 'Forum Lurker', '0', '1191936030', '0', '1192649374', '1192709192', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108375', '11-16-1983', '1983-11-16', '-1', '-1', '85.241.127.6', '0', '1', '', '0', '0', '-1', '2', '2', '-_&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1243', '2', '', '0', 'Hunter42', '5254aaac961d81e7a0671114c1481831', '2007-10-09', 'g_m_hunter@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1191960127', '0', '1192706500', '1193304566', '1191998783', '3', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '90.207.183.13', '0', '1', '', '0', '0', '-1', '2', '2', '%Sj', '', '0', '9076', '0', '0', '0', '0', '', '0', '0', '', '255', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1244', '2', '', '0', 'M@ndy', '5052c043d35902e91968971ac36a33c2', '2008-02-05', 'Mandybla32@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1192032802', '0', '1202175753', '1202316455', '1199789531', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.50.80.186', '0', '1', '', '0', '0', '-1', '2', '2', '(Z[', '', '0', '11312', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1245', '2', '', '0', 'Fisheh', '93bc02ecbd55eb95af0111b909aa3fca', '2007-10-11', 'ds.fishcakes@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1192090243', '0', '1195295298', '1195420854', '1194711987', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.41.194.50', '0', '1', '', '0', '0', '-1', '2', '2', 'l1K', '', '0', '9940', '0', '0', '0', '0', '', '0', '0', '', '286', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1246', '2', '', '0', 'aledrayth', '664fd997c890b4cacc5bf53946b4bd88', '2007-10-11', 'aledrayth@hotmail.co.uk', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1192107438', '0', '1237491348', '1270917116', '1193669848', '12', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '172.201.109.238', '0', '1', '', '0', '0', '-1', '0', '0', 'lz6', '', '0', '9571', '0', '0', '0', '0', '', '0', '0', '', '170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1247', '2', '', '0', '\\+KFF=|BLADE', '62061b30237fdb85bf6b53c8158ab70d', '2007-10-11', 'rob_fowle@msn.com', '0', '', 'http://www.kffclan.co.uk', '', '', '', '2', '1', 'Junior Member', '0', '1192132576', '0', '1192132576', '1192133407', '1192133018', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '09-16-1969', '1969-09-16', '-1', '-1', '80.4.5.66', '0', '1', '', '0', '0', '-1', '2', '2', '{P!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1367', '2', '', '0', 'n v', '4cb584eb46bd34e454caca11270124c4', '2007-12-26', 'kevin.spurr@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1198682999', '0', '1229169023', '1231191031', '1227751534', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.29.18.53', '1307', '1', '', '0', '0', '-1', '1', '1', 'aTa', '', '0', '20047', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1248', '10', '', '0', 'Boikot', '1833c2f4d0db95e343b1dd7a045d5091', '2007-10-17', 'kas1_es@yahoo.es', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '0', '1192645080', '0', '1284926175', '1295644999', '1284924509', '59', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '88.5.139.173', '0', '1', '', '0', '0', '-1', '42', '0', 'A3,', '', '0', '68452', '0', '0', '0', '0', '', '0', '0', '', '745', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1295645100', '0', '0', '1', '', '5', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1251', '2', '', '0', 'NuggeT^', 'ebf86a63cdedcbb255b2cb4103f333dd', '2007-10-21', 'hyppokondus@hotmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1192926061', '0', '1193752073', '1194365210', '1193685064', '10', '10', '5', '0', '0', '0', '0', '0', '45108695', '07-18-1992', '1992-07-18', '20', '7', '80.213.181.39', '0', '0', 'hyppokondsu@hotmail.com', '0', '0', '-1', '3', '2', '?vQ', 'Eideboy92', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '278', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1252', '2', '', '0', 'St|cK', '3f192aa148077c1d5e969c3b3928e20c', '2007-10-21', 'matt.edwr@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1192926847', '0', '1193596929', '1193734113', '1193596929', '10', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.189.81.65', '1166', '1', '', '0', '0', '-1', '2', '2', '\'t*', '', '0', '9556', '0', '0', '0', '0', '', '0', '0', '', '185', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1283', '25', '', '0', 'Drop', '0b977a9adddbbc99df75010339cdf865', '2007-11-19', 'kikovalerio@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195477696', '0', '1202682621', '1202682692', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '213.13.119.67', '1279', '1', '', '0', '0', '-1', '2', '2', 'h1;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', 'a:0:{}', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1285', '25', '', '0', 'MameDinavomia', '82ad3f08e25f22d1fa7b54ef528254cb', '2007-11-20', 'annetusa@xmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195527579', '0', '1195527579', '1195527579', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.113.32.8', '0', '1', '', '0', '0', '-1', '1', '1', ' M6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1265', '2', '', '0', '<-UKA->zeb', '3c874616b16ae8f1a7dd1fe08b0ff005', '2007-10-31', 'ukazeb@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1193791553', '0', '1194133810', '1194163279', '1194132069', '8', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '217.43.134.171', '0', '1', '', '1193844756', '0', '-1', '2', '2', '4>b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '666', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1376', '26', '2,7,10,21,22,23', '7', 'ZoltanMann', 'd6a71180255763a3aef0c029ff6c3d5d', '2008-02-14', 'jjcoburn@hotmail.com', '39', '', '', '', '', '', '2', '3', 'Moderator + CSS First Officer', '1', '1199143260', '0', '1449604495', '1449604495', '1408296165', '1646', '10', '5', '0', '0', '0', '0', '0', '45108311', '09-29-0000', '0000-09-29', '-1', '1', '79.75.56.200', '0', '0', 'jjcoburn@hotmail.com', '0', '0', '-1', '36', '0', 'DU~', 'Simplicityy7', '0', '82555', '0', '0', '0', '0', '', '0', '0', 'a:5:{i:115;s:3:\"115\";i:109;s:3:\"109\";i:118;s:3:\"118\";i:102;s:3:\"102\";i:101;s:3:\"101\";}', '9440', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'bab295ff018b7687f3e8bcda9f9f8f1e', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '28', '2515', '500', '0', '0', '0', '1', '0', '0', '0', '0', '9', '34', '45', NULL, '99.8', '99.8', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,21|5000 Experience Points|spheres_red_16.png|spheres_red_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1314710160', '1', '0', '0', '', '2', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3099', '2', '', '0', '=wbg=cpt_custard1', 'ea7f36717989ec02ee8121c9ea654dca', '2010-08-23', 'jon@world-gamers.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1282589883', '0', '1282606640', '1282681345', '1282591364', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '188.222.65.88', '0', '1', '', '0', '0', '-1', '0', '0', '-1t|]Cn|*<$T1xY/ZXKcAI?3^=q5(F', '', '0', '67569', '0', '0', '0', '0', '', '0', '0', '', '135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1282591320', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1255', '25', '', '0', 'KaZa', '945593d2e47ce149b3d8273abcf2e48f', '2007-10-25', 'bernander@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1193312572', '0', '1193312572', '1193313116', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.165.65.48', '0', '1', '', '0', '0', '-1', '1', '1', 'Gr!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1256', '2', '', '0', 'CoLDz', 'b56b747885a6d528298364ea7ed0f9b1', '2008-03-06', 'jobeide_inthecity@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1193316811', '0', '1193324252', '1204769019', '1204768958', '2', '10', '5', '0', '0', '0', '0', '0', '45108695', '11-17-1989', '1989-11-17', '-1', '-1', '88.89.77.118', '0', '1', '', '0', '0', '-1', '2', '2', '@Dx', '', '0', '12648', '0', '0', '0', '0', '', '0', '0', '', '273', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1257', '2', '', '0', 'Bulldog', 'e626b9fe61ed2bc8655f7ed7debcf2a3', '2007-10-25', 'nam3d@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1193319052', '0', '1193319052', '1193319167', '1193319167', '2', '10', '5', '1', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '85.3.251.139', '0', '1', '', '0', '0', '-1', '2', '2', 'iql', '', '0', '9460', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1258', '25', '', '0', 'Original*Zero', '249ac10de14529990fba228352d42a9f', '2007-10-25', 'Drakemorgan@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1193328210', '0', '1193328210', '1193571655', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.93.21.73', '1117', '1', '', '0', '0', '-1', '1', '1', '_v,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1302', '2', '', '0', 'Poo', '04c9fd7976e608bac09bedcce84577b7', '2010-09-22', 'revoltingpoo@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1196553031', '0', '1257033238', '1285179768', '1285179557', '2', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.7.90.12', '0', '1', '', '0', '0', '-1', '2', '2', 'Ofec;mCV4j2@1q\\HM$Q_m&><\\[^1.i', '', '0', '68569', '0', '0', '0', '0', '', '0', '0', '', '173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1285179780', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1259', '2', '', '0', '=VTA= Exorsist', '038aa7d1ef0383b0e8dd32ebb272c120', '2007-10-26', 'exorsist@vtagaming.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1193384316', '0', '1193677933', '1193679915', '1193679250', '5', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.200.165.86', '0', '1', '', '0', '0', '-1', '2', '2', '7Qi', '', '0', '9582', '0', '0', '0', '0', '', '0', '0', '', '231', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1260', '2', '', '0', 'Lord Tero', 'd500915dd1aa95725e33104ffbf580cd', '2007-10-27', 'piercarlomiliani@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1193443243', '0', '1193599349', '1198438706', '1193487354', '1', '10', '5', '1', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '87.5.238.25', '0', '1', '', '0', '0', '-1', '2', '2', '{uI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1262', '25', '', '0', 'Drake-2k7', '3e7fab410e662f850444188ba69e9591', '2007-10-28', 'qmbp@aol.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1193572796', '0', '1194167379', '1194377493', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.93.21.73', '0', '1', '', '0', '0', '-1', '3', '1', 'jA6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1263', '25', '', '0', 'TizeR', '31b36678441a3e2f557f31b73c879575', '2007-10-29', 'ed_brooks1@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1193616309', '0', '1193616896', '1193692240', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.189.60.1', '0', '1', '', '0', '0', '-1', '2', '2', 'v2?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1264', '25', '', '0', 'gregdollery', '4a860936950254df0cec7b72fe325e31', '2007-10-29', 'Lemming2o04@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1193616376', '0', '1193619128', '1193619542', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '10-16-1979', '1979-10-16', '-1', '-1', '82.40.124.3', '3', '1', 'Lemming2o04@hotmail.com', '0', '0', '-1', '2', '2', 'a57', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1275', '25', '', '0', 'MainDadyFirst', 'e544e9fe83de9431b94f039a8a99317b', '2007-11-10', 'support@askfreecoupon.info', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1194674052', '0', '1194674052', '1194674052', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.27.28.154', '0', '1', '', '0', '0', '-1', '2', '2', '/r^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1460', '25', '', '0', 'masteryxisman', '1db234de62f62922dffa2484d13e9be6', '2008-02-24', 'boblittle@xmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1203825870', '0', '1203825870', '1203825870', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.200.147.221', '0', '1', '', '0', '0', '-1', '1', '1', 'E=E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1293', '2', '', '0', 'battleboy', '5117d959e5367342ebb0de0d39a29f54', '2007-11-25', 'thibault_baert@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1196011462', '0', '1196087287', '1196159039', '1196085683', '3', '10', '5', '1', '0', '0', '0', '0', '45108823', '', '0000-00-00', '-1', '1', '81.243.131.149', '0', '0', '', '0', '0', '-1', '2', '2', 'sQ2', '', '0', '10226', '0', '0', '0', '0', '', '0', '0', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1349', '2', '', '0', 'Crafty-T', '86849383489b0f357a362b33c654b529', '2007-12-16', 'kel2tone@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197802473', '0', '1197924333', '1199873285', '1197803838', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.7.144.10', '0', '1', '', '0', '0', '-1', '1', '1', 'p-c', '', '0', '10851', '0', '0', '0', '0', '', '0', '0', '', '135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1365', '22', '10,21,23', '0', 'Sotajumala', 'cc4d6a14fe9302e26ae58f3a0eb8a37f', '2010-05-11', 'timodahlman@gmail.com', '41', '', '', '', '', '', '2', '0', 'CSS 2nd Officer / TF2 Admin', '1', '1198600080', '0', '1415895682', '1415895683', '1357574001', '1088', '10', '5', '0', '0', '0', '0', '0', '43011159', '', '0000-00-00', '-1', '2', '91.152.177.235', '0', '0', '', '0', '0', '-1', '0', '0', '9UZ', '', '0', '79804', '0', '0', '0', '0', '', '0', '0', '', '6002', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'c0564bca02ebc1d4182157dea887ad5b', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '2', '193', '500', '0', '0', '0', '1', '0', '0', '0', '0', '7', '30', '44', NULL, '44.2623', '29.4118', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1314635700', '0', '0', '0', 'Your worst nightmare.', '9', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1267', '25', '', '0', 'Clown', '6778308c8ea586c24ea5406b054a892d', '2007-11-03', 'denzil.wilson@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1194111603', '0', '1194111603', '1194111603', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '86.136.6.143', '0', '1', '', '0', '0', '-1', '1', '1', '_}k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1269', '2', '', '0', 'Celeborne', '990798981b0244a9459616462ad627cb', '2007-11-05', 'ukacele@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1194226024', '0', '1194370489', '1194383611', '1194288271', '6', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.151.23.190', '0', '1', '', '0', '0', '-1', '2', '2', 'q^T', '', '0', '9805', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1403', '25', '', '0', 'milleroff', 'b0496459860ec33fe88c3fd48b4a099c', '2008-01-14', 'adammarley@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1200344106', '0', '1200344106', '1200344106', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.2.114.31', '0', '1', '', '0', '0', '-1', '1', '1', 'OaB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1270', '25', '', '0', 'makemoneynli', '19ce6c84e88d13a12b597bb0761aba63', '2007-11-06', 'support@erealsearch.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1194357915', '0', '1194357915', '1194357915', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.98.9', '0', '1', '', '0', '0', '-1', '2', '2', '<=r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1271', '2', '', '0', '=MUK=BIGIAN', '16c89d29e6494a2ad4aa234412d511ea', '2010-07-01', 'bigian_3@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1194392100', '0', '1277946819', '1278075321', '1221459840', '11', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.42.132.167', '0', '1', '', '0', '0', '-1', '18', '0', '=ot', '', '0', '18010', '0', '0', '0', '0', '', '0', '0', '', '409', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1272', '2', '', '0', 'Bartman', '6a16af8643f73f7250aea6792d8e5b82', '2007-11-16', 'bartman@oap-clan.co.uk', '0', '', 'http://www.oap-clan.co.uk/', '', '', '', '1', '0', 'Junior Member', '0', '1194436639', '0', '1400823499', '1403364696', '1382773207', '7', '10', '5', '1', '0', '0', '0', '0', '33709783', '', '0000-00-00', '-1', '2', '145.94.6.226', '0', '0', '', '0', '0', '1', '7', '0', 'Md?', '', '0', '81044', '0', '0', '0', '0', '', '0', '0', '', '136', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1308986520', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1511', '25', '', '0', 'manguana', '9e7241e21512663269e7af4bd457e13c', '2008-03-26', 'i97hsdvbsdf@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1206548139', '0', '1206548139', '1206548139', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.110.69.18', '0', '1', '', '0', '0', '-1', '1', '1', '@?9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1281', '25', '', '0', 'telko', '0f1a3014a4be4f17d77dc861f872cf10', '2007-11-16', 'telmocons@msn.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195238532', '0', '1230166064', '1230166064', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '84.90.100.11', '0', '1', '', '0', '0', '-1', '1', '1', 'QcU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1274', '2', '', '0', 'TJ2007', 'dc9119fbf283aa818bc69f3c6825f614', '2007-11-08', 'tj-loki@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1194543023', '0', '1194635764', '1194800585', '1194632933', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.7.120.68', '0', '1', '', '0', '0', '-1', '2', '2', 'N_#', '', '0', '9925', '0', '0', '0', '0', '', '0', '0', '', '271', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1276', '25', '', '0', 'Eggblahhh', '7d77667c50062b31a674b3ad7041a8d2', '2007-11-11', 'Eggblahhh@Hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1194790745', '0', '1194790745', '1194791135', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.39.127.151', '0', '1', '', '0', '0', '-1', '2', '2', '981', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1337', '2', '', '0', 'MonkeyTrousers', 'd90e6235a66727e24627cb2842de8eb5', '2007-12-12', 'gazelwood@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197435854', '0', '1197669557', '1197670126', '1197436366', '1', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.9.37.19', '0', '1', '', '0', '0', '-1', '2', '2', 'EWp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '223', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1278', '25', '', '0', 'meewlyfum', 'cc74d6d0c2cc3c87438948ef7408d3e2', '2007-11-14', 'gregor@rx-legal.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195077824', '0', '1195077824', '1195077824', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.226.134.53', '0', '1', '', '0', '0', '-1', '2', '2', ';>I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1280', '2', '', '0', 'yandrak', 'd17789d75f028aba55302c50468b4b8e', '2007-11-16', 'grandalvivero@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1195203360', '0', '1198267288', '1198693621', '1196978660', '2', '10', '5', '0', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '213.13.119.67', '0', '1', '', '0', '0', '-1', '2', '2', 'VG7', '', '0', '10407', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1397', '2', '', '0', 'Daminsane<SOH>', '39e4b66d5bf355809c4c29b30191e431', '2008-01-11', 'rcptcarrot@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1200074231', '0', '1200074231', '1200075760', '1200075676', '1', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '86.1.34.105', '0', '1', '', '0', '0', '-1', '2', '2', 'Oj>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '311', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1282', '2', '', '0', 'Karma*', '1f6cbf2466bec89d363cd0ddaffa7f28', '2007-11-17', 'briandonnelly@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1195306582', '0', '1195315071', '1195324761', '1195324760', '3', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.195.10.129', '2', '1', '', '0', '0', '-1', '2', '2', '?h:', '', '0', '10076', '0', '0', '0', '0', '', '0', '0', '', '435', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1284', '25', '', '0', 'blasT', '431b972c96b132a4e9b2b4bb1700535b', '2007-11-19', 'Tiago_barral@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195478024', '0', '1197018301', '1197751288', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '213.13.119.67', '1279', '1', '', '0', '0', '-1', '2', '2', '!-g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1286', '25', '', '0', 'Cardigo', 'cc29622616aaf927074e766ec8383fa5', '2007-11-20', 'edujunior11@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195562136', '0', '1197481106', '1197661777', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '213.13.119.67', '1281', '1', '', '0', '0', '-1', '2', '2', 'Z^;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1454', '25', '', '0', 'manolo', '527cad5639ec38cffd38eb831a96ec36', '2008-02-20', 't_bakkertje@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1203538891', '0', '1203539012', '1203709188', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.217.181.243', '0', '1', '', '0', '0', '-1', '2', '2', 'F*h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1308', '25', '', '0', 'Juney', '90927d6ee6e52c57e95edcf676717c93', '2007-12-06', 'highlanddove@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196939100', '0', '1197450917', '1197554530', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.40.128.211', '429', '1', 'highlanddove@hotmail.co.uk', '0', '0', '-1', '1', '1', 'rsU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1287', '25', '', '0', 'kimpura10', 'd5c87591b48056df1baa2308b22963fa', '2007-11-24', 'futisking@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195916521', '0', '1197057453', '1197057453', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.154.15.24', '0', '1', '', '0', '0', '-1', '1', '1', '6R[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1288', '25', '', '0', 'Olazabal', '5d231d66895936166354e654248bcc50', '2007-11-24', 'olazabalcr@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195917418', '0', '1196616063', '1196624377', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.242.250.44', '1281', '1', '', '0', '0', '-1', '2', '2', 'W+.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1289', '25', '', '0', 'mourgeoceance', '7bda4a0a31b2caddecf200c83ceec1f6', '2007-11-24', 'olgadark@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195926624', '0', '1195926624', '1195926624', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '206.53.51.110', '0', '1', '', '0', '0', '-1', '1', '1', '6{?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1290', '25', '', '0', 'WASP', 'bf18baf554c30451e2eaff2c8ad9ba55', '2007-11-24', 'rikipissarra@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195931185', '0', '1195931185', '1195932853', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.139.83.245', '0', '1', '', '0', '0', '-1', '2', '2', '@vJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1291', '25', '', '0', 'bosco', '386a0b08dc99be5f59d9a7b527549016', '2007-11-24', 'bocr3@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195931307', '0', '1196528497', '1198334142', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.155.211.82', '1288', '1', '', '0', '0', '-1', '2', '2', 'y}v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1292', '25', '', '0', 'symon', '8c4fa84e61c4bda26d033a15d1aaa43e', '2007-11-24', 'symon_rp5@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1195944204', '0', '1200137901', '1200605455', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '84.90.97.81', '1281', '1', '', '0', '0', '-1', '2', '2', 'iVH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1410', '25', '', '0', 'Manteiv', 'e647e0041ae5ef6d84975e3fc971f317', '2008-01-21', 'manteiv@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1200886932', '0', '1200886932', '1200886932', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.37.193.219', '0', '1', '', '0', '0', '-1', '1', '1', 'jMP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1399', '2', '', '0', 'Computerfreak', '93316c0b0b5515b9f01380260278c460', '2010-01-14', 'markthorsen@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1200091209', '0', '1272472796', '1272629172', '1272628487', '4', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.150.231.90', '0', '1', '', '0', '0', '-1', '2', '0', '/5G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '244', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1294', '25', '', '0', 'SLiDeR', '7ca9583578b7d2124d68bd11d6da5f12', '2007-11-25', 'manuel__sanpayo@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196027043', '0', '1196189569', '1196508153', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '81.84.54.254', '0', '1', '', '0', '0', '-1', '2', '2', 'hJj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1416', '2', '', '0', 'meltdown', 'ed824c2f5d75fb11b2879571feafb62d', '2008-01-26', 'support@tiberstudios.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1201310646', '0', '1215677020', '1216026550', '1216025793', '7', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.193.249.38', '0', '1', '', '0', '0', '-1', '2', '1', '3\"Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '272', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1409', '25', '', '0', 'Alex', '83de35c995a77e30abd56a2ea685342f', '2008-01-20', 'aj6694@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1200862322', '0', '1200862322', '1200862937', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.51.133.205', '0', '1', '', '0', '0', '-1', '1', '1', ',zs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1295', '25', '', '0', 'mishkoAndoey', 'fcec9ec2206a720116329dbca24dfcb9', '2007-11-26', 'milesfrance@email.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196108161', '0', '1196108161', '1196108161', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.93.42.197', '0', '1', '', '0', '0', '-1', '1', '1', '?E-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1296', '25', '', '0', 'MarlboroCig', 'd781c39cc27389d96658d3e842f801fb', '2007-11-27', 'cindylavender@sevastopol.in', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196131008', '0', '1196131008', '1196131008', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.30.244.226', '0', '1', '', '0', '0', '-1', '1', '1', '9\'.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1298', '2', '', '0', 'FPSGCMacky', '3a2f28ff183233e90d749b8e496dfeee', '2007-11-29', 'macky@fpsgcgaming.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1196330762', '0', '1228493915', '1228828052', '1228493619', '37', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '217.45.206.33', '0', '1', '', '0', '0', '-1', '3', '1', '|D;', '', '0', '20286', '0', '0', '0', '0', '', '0', '0', '', '711', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1299', '25', '', '0', 'Marat', '98b6be47ff44222b76027ee4d7308691', '2007-11-29', 'maximpitt@xmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196357307', '0', '1196357307', '1196357307', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.220.192.175', '0', '1', '', '0', '0', '-1', '1', '1', '6mm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1300', '2', '', '0', 'dunec00n', '54c8301f86b658b40d11b7fd338e0e5b', '2007-11-30', 'milkmans-son@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1196423124', '0', '1220436970', '1220452506', '1220389475', '43', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.41.160.63', '0', '1', '', '0', '0', '-1', '2', '2', 'll7', '', '0', '17650', '0', '0', '0', '0', '', '0', '0', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1301', '25', '', '0', 'MelissaJonesIXoX', 'dfab731446581056c632a633bb5ef7a7', '2007-12-01', 'pitshulz@email.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196479878', '0', '1196479878', '1196479878', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.88.114.166', '0', '1', '', '0', '0', '-1', '1', '1', '2\";', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1303', '2', '', '0', '|Ranger|', 'd9b618a5230be7a168000f0145ab21b6', '2007-12-03', '_-hutch-_@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1196705688', '0', '1217860573', '1221148724', '1209030756', '11', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '85.211.78.190', '0', '1', '', '0', '0', '-1', '9', '1', 'U|q', '', '0', '14025', '0', '0', '0', '0', '', '0', '0', '', '286', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1316', '2', '', '0', 'Ringo', 'ece6e12f5f01ed4b72fb003b99d10a8e', '2007-12-07', 'zuenbuel@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197039530', '0', '1197040470', '1197105888', '1197040448', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.48.70.111', '0', '1', '', '0', '0', '-1', '2', '2', 'Dei', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '137', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1304', '2', '', '0', 'Dazzler', '483a9ddda562cf771fd4f4762037b53c', '2007-12-05', 'darren.chapman17@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1196861455', '0', '1202059757', '1204066710', '1199827673', '15', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.98.130.245', '0', '1', '', '0', '0', '-1', '7', '1', '}9Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '203', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1305', '25', '7', '0', 'Macabre', 'ec76ccae32c6fb583dfaeed494b39a17', '2007-12-05', 'b.vob@skynet.be', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196883000', '0', '1199889923', '1199982777', '0', '0', '10', '5', '1', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '91.177.173.109', '429', '1', '', '0', '0', '-1', '6', '1', 'wgT', '', '0', '11292', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1306', '25', '', '0', 'ILoveDominikaDetko', '511bd83a43d14ecdefadae85da8df44e', '2007-12-05', 'Coldblood76@aol.com', '0', '', '', '', '', '', '2', '1', 'Forum Lurker', '0', '1196888160', '0', '1199606224', '1201058428', '0', '0', '10', '5', '1', '0', '0', '0', '0', '45108311', '03-22-1976', '1976-03-22', '-1', '-1', '92.228.223.57', '429', '1', 'ColdBlood76@hotmail.de', '0', '0', '-1', '1', '1', 'z[:', '', '0', '11127', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1307', '25', '', '0', 'monyet', '7361c9087db9ce430d288419f5b1297b', '2007-12-05', 'm.kraaijeveld@hetnet.nl', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196891220', '0', '1204882116', '1205156803', '0', '0', '10', '5', '1', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.204.64.198', '0', '1', '', '0', '0', '-1', '1', '1', '<\\F', '', '0', '11236', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1309', '25', '', '0', 'Critikian', '74ef3a83c54c6266e7397c836c9a9c65', '2007-12-06', 'mc_critikian@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196943400', '0', '1198982677', '1199023867', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '213.13.119.67', '1281', '1', '', '0', '0', '-1', '2', '2', ' x{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', 'a:2:{i:102;s:3:\"102\";i:118;s:3:\"118\";}', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1310', '25', '', '0', 'Mariosurf', 'f22010f63ae35f5bbd4431f53324fc3e', '2007-12-06', 'mariosurf@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196958718', '0', '1196958718', '1196958718', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.21.125.100', '0', '1', '', '0', '0', '-1', '1', '1', 'w|f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1311', '25', '', '0', 'air-gaming', 'a1ab9b1612f576f7f46d513a729c32fb', '2007-12-06', 'air-gaming@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196959926', '0', '1196960074', '1197136871', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.46.0.175', '0', '1', '', '0', '0', '-1', '3', '2', 's_Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1313', '25', '', '0', 'mrnathan92', 'd7c76ff8e6d3f45e980c46c3741b3a86', '2007-12-06', 'mrnathan92@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1196978708', '0', '1306704664', '1306779881', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.158.209.231', '0', '1', '', '0', '0', '-1', '2', '0', ';1\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.21654', '2.68456', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1306779900', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1314', '2', '', '0', 'Headzii', '44cccb953dbe3ab8f438beb5a0814496', '2007-12-06', 'big_jay@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1196981799', '0', '1196981799', '1196982010', '1196982010', '1', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.22.123.83', '0', '1', '', '0', '0', '-1', '2', '2', 'aXT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1315', '2', '', '0', 'dreetjen', '15d8e005ffb22220ce621fa4a8ba6cc1', '2007-12-06', 'jochenmaes@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1196983807', '0', '1198170105', '1198429256', '1197133126', '7', '10', '5', '1', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.82.101.79', '1280', '1', '', '0', '0', '-1', '2', '2', '[RK', '', '0', '10530', '0', '0', '0', '0', '', '0', '0', '', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1380', '25', '', '0', 'nazgull100', '18b76336b4cb6db74edbf3ee866676c1', '2008-01-04', 'debackerwout@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1199448849', '0', '1199448849', '1199448857', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.198.157.73', '0', '1', '', '0', '0', '-1', '1', '1', 'j34', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1317', '2', '', '0', 'Ant', '39956b0b48ce9bcf940981b7ac2d0811', '2007-12-07', 'antster86@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197047135', '0', '1200866966', '1200867230', '1200867171', '3', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '212.159.12.51', '0', '1', '', '0', '0', '-1', '2', '2', '9]V', '', '0', '11554', '0', '0', '0', '0', '', '0', '0', '', '135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1318', '25', '', '0', 'TombKing', 'b10dce24edbaa380c6dc6740732d1fd3', '2007-12-07', 'ilyasangajang@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197057420', '0', '1198263646', '1200137092', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.83.157.125', '0', '1', '', '0', '0', '-1', '1', '1', 'f#j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1643', '25', '', '0', 'Miredreva', '430d000ff9dd2ceacdec441895781a29', '2008-06-07', 'annatex@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1212849464', '0', '1212849464', '1212849464', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.146.246.8', '0', '1', '', '0', '0', '-1', '0', '0', '1cd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1319', '2', '', '0', 'termi', 'ec1367f37638066aeff079941cfeae4b', '2007-12-07', 'davec_284@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197061186', '0', '1199913117', '1227215643', '1199835925', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.151.84.29', '0', '1', '', '0', '0', '-1', '4', '2', '\'4o', '', '0', '11325', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1497', '2', '', '0', 'lambent_reaver', '67f4d16e85c7dbc90c7fc3724bf4dd70', '2008-03-17', 'vansimpsenbart@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1205790631', '0', '1208128410', '1208606780', '1206483055', '2', '10', '5', '1', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '80.201.181.23', '1376', '1', '', '0', '0', '-1', '4', '2', 'UME', '', '0', '13158', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1320', '25', '', '0', 'MelissaJonesIAZ', '21a60ccb75fc1e2b987db1ea9b63043b', '2007-12-08', 'millhousex@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197089794', '0', '1197089794', '1197089794', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.163.169.9', '0', '1', '', '0', '0', '-1', '1', '1', 'vKh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1644', '25', '', '0', 'maximus', '51e57fceba4226801b9996ba6b66c563', '2008-06-08', 'muxir@mymail-in.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1212934558', '0', '1227195424', '1227315501', '1227095107', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.244.114.236', '0', '1', '', '0', '0', '-1', '1', '1', 'Pp>', '', '0', '19852', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1326', '25', '', '0', 'Mitomoumpip', 'e1bd2fbadb8dbc32666cce8d5ad6bd57', '2007-12-09', 'alex@the-s-box-land.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197216133', '0', '1197216133', '1197216133', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.248.67', '0', '1', '', '0', '0', '-1', '2', '2', '0d}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1321', '2', '', '0', 'toesy', '1bd0c7e52ddef6ebdd71168c6292ae1a', '2007-12-08', 'toesy@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197120240', '0', '1257559442', '1257559442', '1257559123', '3', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '77.102.79.13', '429', '1', '', '0', '0', '-1', '3', '2', '$m5', '', '0', '44846', '0', '0', '0', '0', '', '0', '0', '', '154', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1322', '25', '', '0', 'ToMMo', 'f91baae04d5f93b8199198fd620cc8ef', '2007-12-08', 'tomtank1973@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197125545', '0', '1197661087', '1197738999', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.195.27.200', '0', '1', '', '0', '0', '-1', '2', '2', 'VfY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1323', '2', '', '0', 'lazy1uk', 'a4f75593b99a756848864ad8316ff4a2', '2007-12-08', 'lazy1uk@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197125700', '0', '1214565093', '1215344587', '1198028436', '1', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '78.144.31.219', '429', '1', '', '0', '0', '-1', '1', '1', 'W[1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1324', '2', '', '0', 'Chunk', '4f322e2448ad9a6bd4fcb5a679c157be', '2007-12-09', 'jonmat@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197202622', '0', '1200138601', '1200842306', '1197413748', '2', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.47.190.49', '429', '1', '', '0', '0', '-1', '17', '2', '*[W', '', '0', '11038', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1546', '25', '', '0', 'mypharmalife', 'b599c058f51aa29d2054959c0cd2705d', '2008-04-12', 'mypharmalife@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207985043', '0', '1207985043', '1208157561', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.249.43.154', '0', '1', '', '0', '0', '-1', '2', '2', ';zZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1325', '2', '11', '0', 'PizzaTheHut', 'ce033b9ae5b176840898365e0f504a74', '2007-12-09', 'pittabread@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1197203160', '0', '1280748537', '1280748537', '1228846673', '37', '10', '5', '0', '0', '0', '0', '0', '45108951', '', '0000-00-00', '-1', '1', '81.178.104.63', '0', '0', '', '0', '0', '-1', '6', '0', 'o!6', '', '0', '20465', '0', '0', '0', '0', '', '0', '0', '', '328', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1280749020', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1347', '25', '', '0', 'jonny2dogs', 'd6a80634aa74385bd72f3403ab085633', '2007-12-14', 'jonny2dogs@msn.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197639316', '0', '1197639316', '1197639906', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.158.81.63', '0', '1', '', '0', '0', '-1', '2', '2', 'Gr-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1327', '2', '', '0', 'joe', '02b1e41e6d4beae07e9e6cc18ab93ae2', '2007-12-09', 'dissin@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197219073', '0', '1197272640', '1197306669', '1197220801', '1', '10', '5', '0', '0', '0', '0', '0', '45108567', '03-26-1989', '1989-03-26', '-1', '-1', '90.207.74.143', '0', '1', '', '0', '0', '-1', '2', '2', 'W,2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1340', '2', '', '0', 'liamo xD', '739a2c5bdb02a102db57724e08029c29', '2007-12-12', 'liamo.123@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197494984', '0', '1197494984', '1197496124', '1197496123', '1', '10', '5', '0', '0', '0', '0', '0', '45108567', '10-12-1995', '1995-10-12', '-1', '-1', '90.197.223.255', '0', '1', '', '0', '0', '-1', '2', '2', 'AIa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1331', '2', '', '0', 'theghost', '015734b04980857fbc2007164bd9b350', '2013-01-20', 'paul.rogers@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197319450', '0', '1258616568', '1358718891', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '12-08-1956', '1956-12-08', '-1', '-1', '77.101.196.137', '429', '1', '', '0', '0', '-1', '2', '2', ';(vcB{8\";wmM,6Dr]C5g4(:p^k@yaU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1328', '25', '', '0', 'meridiasases', '348225a9e64211e88181bcccf9e40dc9', '2007-12-10', 'boombast@email.su', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197265654', '0', '1197266057', '1197376810', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.98.9', '0', '1', '', '0', '0', '-1', '2', '2', 'T!G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1342', '2', '', '0', 'gibanel', '278f7089c0d0780e200718aa276197d3', '2007-12-13', 'gibanel1979@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197579764', '0', '1199882726', '1206092614', '1206091696', '2', '10', '5', '0', '0', '0', '0', '0', '45108935', '', '0000-00-00', '-1', '1', '82.156.1.4', '0', '0', '', '0', '0', '-1', '2', '2', 'p<(', '', '0', '13020', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1329', '25', '', '0', 'liam', '1c885d14af2af47122bf413a483b65e1', '2007-12-10', 'liam_123@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197306843', '0', '1197309373', '1197309373', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '1', '90.207.74.143', '0', '0', '', '0', '0', '-1', '1', '1', ']~+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1330', '25', '', '0', 'Donalessandro', '5157e65ed810d8df29fa531e10c1442b', '2007-12-10', 'whobetterthanbacon@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197307104', '0', '1197307104', '1197308275', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.96.136.70', '429', '1', '', '0', '0', '-1', '2', '2', 'rUt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1332', '25', '', '0', 'valium', '313935d7f00fd3875d7ae99189c16921', '2007-12-10', 'paul0625@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197322466', '0', '1197474725', '1197641118', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.195.127.174', '0', '1', '', '0', '0', '-1', '2', '2', 'v97', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1333', '2', '', '0', 'sitting duck', '9043399c450864b3e9e6a48f5bbc25fd', '2007-12-10', 'kerklaan82@zonnet.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197326208', '0', '1199034716', '1199483836', '1197395566', '2', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.173.182.25', '0', '1', '', '0', '0', '-1', '3', '2', 'K&y', '', '0', '10766', '0', '0', '0', '0', '', '0', '0', '', '306', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1334', '25', '', '0', 'Harry Haroon', '1177a5a512070d5e9c1a3901e62fe6bd', '2007-12-10', 'david.clarke05@tiscali.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197326829', '0', '1197927921', '1197927921', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.76.101.27', '0', '1', '', '0', '0', '-1', '2', '2', 'i/?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1465', '25', '', '0', 'geofox', '9197303b5c1839d8268f3ba724dff770', '2008-02-28', 'stonerstonersnk19@gmail.com', '0', '', '', '', '', '', '2', '2', 'Forum Lurker', '0', '1204179664', '0', '1204179702', '1204448313', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108231', '03-03-1978', '1978-03-03', '-1', '-1', '88.214.192.23', '0', '1', '', '0', '0', '-1', '2', '2', '#ej', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1335', '2', '', '0', 'Kalzakov', 'bf2aea317c55b355925825b6ac76fe05', '2007-12-11', 'metal_gear_solid@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197402266', '0', '1198179367', '1198181726', '1198181725', '6', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.43.242.170', '0', '1', '', '0', '0', '-1', '2', '2', ')Y%', '', '0', '10964', '0', '0', '0', '0', '', '0', '0', '', '243', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1336', '2', '', '0', 'andro', 'b080f180cbad1684fa43885488976e61', '2007-12-11', 'funkyandy@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197410357', '0', '1199982792', '1200324465', '1198065944', '3', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.204.39.61', '1319', '1', '', '0', '0', '-1', '2', '2', '/^U', '', '0', '10927', '0', '0', '0', '0', '', '0', '0', '', '169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1338', '25', '', '0', 'Megeneiff', 'bd57a4481a12ca7f5aa518c1c12888b8', '2007-12-12', 'pasa.kook@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197463227', '0', '1197463227', '1197463227', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.122.44.40', '0', '1', '', '0', '0', '-1', '1', '1', 'S>o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1405', '25', '', '0', 'Metrientatutt', '18bb3a15596c4b914c799bd643cf71d7', '2008-01-15', 'janegoogle@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1200403165', '0', '1200403165', '1200403165', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.113.68.235', '0', '1', '', '0', '0', '-1', '1', '1', 'TpM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1339', '25', '', '0', 'maymachine', '60a591dba80377edbae55f90d30f4c68', '2007-12-12', 'maymachine@bluebottle.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197493062', '0', '1198495681', '1198717492', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '82.12.237.21', '0', '1', '', '0', '0', '-1', '1', '1', 'M-c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1394', '25', '', '0', 'rarlatrople', '126f15695148f185e85458cd9d5ab011', '2008-01-09', 'fcngamnr05@mailmasterpro.info', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1199852803', '0', '1199852803', '1199852803', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.172.89.43', '0', '1', '', '0', '0', '-1', '2', '2', 'M?d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1341', '25', '', '0', 'mikkec', '97bd53396060570a0fe2e1211ca57c60', '2007-12-13', 'mickecronqvist@gmail.com', '0', '', 'http://www.meatballftw.com', '', '', '', '2', '2', 'Forum Lurker', '0', '1197575608', '0', '1197736364', '1197837691', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '04-13-1977', '1977-04-13', '-1', '-1', '213.114.210.47', '0', '1', '', '0', '0', '-1', '2', '2', ')\"9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1343', '2', '', '0', 'Deluxe', '4902cb8d1ae1c2493e4dc5ae4c28bcbf', '2007-12-14', 'sambeeley@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197592517', '0', '1206660258', '1206744926', '1206658944', '19', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '88.105.155.17', '0', '1', '', '0', '0', '-1', '5', '2', 'tJw', '', '0', '13274', '0', '0', '0', '0', '', '0', '0', '', '187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1344', '25', '', '0', 'velvetrevolver', 'eeb8426ee3389e6b83627f3447782a73', '2007-12-14', 'davebevan@onetel.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197595207', '0', '1200139308', '1200618267', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '09-20-1968', '1968-09-20', '-1', '-1', '213.78.213.122', '0', '1', '', '0', '0', '-1', '2', '2', '1uH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1345', '25', '', '0', 'MaksDobrinin', '3f0cc7fb80445cf7d2dd293d1306d03a', '2007-12-14', 'poifilisp@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197603117', '0', '1197603117', '1197603117', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.88.114.166', '0', '1', '', '0', '0', '-1', '1', '1', '1p}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1346', '25', '', '0', 'TamX', '6aae21aedf816057652c9e459faca632', '2007-12-17', 'stevengray39@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197633420', '0', '1197633420', '1197633653', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.40.128.211', '1308', '1', '', '0', '0', '-1', '2', '2', 'v W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1348', '25', '', '0', 'Typhoid', '209e03024cd925a18b272b526466c4b9', '2007-12-14', 'spartois@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1197650824', '0', '1197894725', '1199625228', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '82.33.62.178', '0', '1', '', '0', '0', '-1', '2', '2', 'R~c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1350', '2', '', '0', '733t taz', '8ab327d0d518f58a7675ece5ad090fff', '2007-12-16', 'tazong@tiscali.co.uk', '0', '', 'http://www.tazsigs.com', '', '', '', '2', '1', 'Junior Member', '0', '1197816517', '0', '1197816517', '1197818255', '1197817809', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '05-05-1967', '1967-05-05', '-1', '-1', '88.104.230.25', '0', '1', '', '0', '0', '-1', '2', '2', 'Q]1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '230', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1351', '2', '', '0', 'RobLad', '92caadaf3eab2f682d551da3efd89257', '2007-12-30', 'robsxblade@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1197932714', '0', '1199913593', '1200506611', '1198979393', '1', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '172.143.16.253', '429', '1', '', '0', '0', '-1', '2', '2', 'Zo!', '', '0', '11144', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1353', '2', '', '0', 'Rapid SharpShooter', 'a91f6668e5dc016b2b90a1b4e236f6ed', '2007-12-19', 'blueprint_rules@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1198082495', '0', '1215359755', '1215759049', '1215256713', '18', '10', '5', '0', '0', '0', '0', '0', '45108439', '10-07-1991', '1991-10-07', '-1', '-1', '86.133.136.246', '0', '1', '', '0', '0', '-1', '5', '1', '@y\\', '', '0', '15917', '0', '0', '0', '0', '', '0', '0', '', '272', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1352', '25', '', '0', 'mosremonter', '959068845cc977d721fb4d18a71e984c', '2007-12-19', 'johnchvs@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198024072', '0', '1198024072', '1198024072', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.141.196.150', '0', '1', '', '0', '0', '-1', '1', '1', 'XoE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1467', '2', '', '0', '[Ts] Nikka', '32ffc18d6790457a24d974e7e117c0fb', '2008-02-29', 'nikkieboy03@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Senior Member', '0', '1204285810', '0', '1288551734', '1288810246', '1288086768', '273', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '213.46.203.170', '0', '1', '', '0', '0', '-1', '0', '0', 'o-,', '', '0', '69590', '0', '0', '0', '0', '', '0', '0', '', '1275', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '7.80742', '9.59233', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1288087320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1354', '25', '', '0', 'MarkJeremy', 'fa7123b1693f8c669061907482af170d', '2007-12-19', 'games@student.su', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198095446', '0', '1198095446', '1198095446', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.96.106.202', '0', '1', '', '0', '0', '-1', '2', '2', 'HGM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1382', '25', '', '0', 'Bernie', 'c79907da72bb834b3fc45e7f212ffcc7', '2008-01-05', 'bernie@49f-atc.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1199552953', '0', '1199552953', '1199553309', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.106.253.29', '1321', '1', '', '0', '0', '-1', '2', '2', '%gb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1355', '25', '', '0', 'motacaste', '039a3a9a99e6c906da09941a58b59232', '2007-12-20', 'pornoman@porno-haus.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198147155', '0', '1198147155', '1198147155', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.85.45.65', '0', '1', '', '0', '0', '-1', '2', '2', 'o,J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1356', '25', '', '0', 'Dangermouse', 'b1e02cd91e1a72c5a3b23b9d791f36ca', '2007-12-20', 'dangermouse1969@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198150546', '0', '1198150546', '1198150546', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.148.223.152', '0', '1', '', '0', '0', '-1', '1', '1', 'y}h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1357', '2', '', '0', 'flabbio', '8e9c1379cfebebbc6b22ec9581f659f4', '2007-12-20', 'flabbio@mucksavages.co.uk', '0', '', 'http://www.mucksavages.co.uk', '', '', '', '2', '2', 'Junior Member', '0', '1198186015', '0', '1248453215', '1248477110', '1248452815', '24', '10', '5', '0', '2', '0', '0', '0', '45112791', '12-29-1969', '1969-12-29', '-1', '1', '81.174.248.189', '0', '0', '', '0', '0', '1', '1', '1', '..r', '', '0', '35544', '0', '0', '0', '0', '', '0', '0', '', '1388', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1406', '25', '', '0', 'BILL', '905d42ef4752166b4783f4b6387b2383', '2008-01-19', 'pierrejeancrepin@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1200751629', '0', '1200751629', '1200752154', '0', '0', '10', '5', '1', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.2.60.28', '1374', '1', '', '0', '0', '-1', '2', '2', '^Aq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1358', '2', '', '0', 'Ginge', 'fb1217840be7b477eddeba352fb39121', '2007-12-21', 'gingejpa@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1198220097', '0', '1200775578', '1201543707', '1198327741', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.154.116.211', '0', '1', '', '0', '0', '-1', '2', '2', '$M2', '', '0', '11171', '0', '0', '0', '0', '', '0', '0', '', '153', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1359', '25', '', '0', 'machoman', 'c56120d39163ed042fe2d51d7aa0d907', '2007-12-21', 'janepetrov@xmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198266033', '0', '1198266033', '1198266033', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '218.58.136.4', '0', '1', '', '0', '0', '-1', '1', '1', '{c/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1417', '25', '', '0', 'Magurandes', '6db923598bdb291a9d6c956894b1a989', '2008-01-26', 'libretto@magress.tv', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1201355692', '0', '1201355692', '1201355692', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '221.232.159.112', '0', '1', '', '0', '0', '-1', '1', '1', 'C)o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1360', '25', '', '0', 'adi07', '1d20ecf1eb51692ecfb577bedce3bdff', '2007-12-22', 'adibeganovic@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Forum Lurker', '0', '1198283099', '0', '1198283099', '1198283543', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108695', '04-02-1988', '1988-04-02', '-1', '-1', '91.191.20.21', '0', '1', 'adibeganovic@hotmail.com', '0', '0', '-1', '2', '2', 'd4W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '142', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1361', '2', '', '0', 'jake', '9de1cf14c3069d547c4cbf4d8c43c287', '2007-12-22', 'jacob_90@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1198340492', '0', '1201382422', '1202255452', '1198806364', '11', '10', '5', '0', '0', '0', '0', '0', '45108311', '03-07-1992', '1992-03-07', '-1', '-1', '86.149.220.59', '0', '1', 'jacob_90@hotmail.co.uk', '0', '0', '-1', '4', '2', '\'1n', '', '0', '11104', '0', '0', '0', '0', '', '0', '0', '', '303', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1362', '25', '', '0', 'makemoneyonlinea', '801321276e4db7926d826c77f0f12bb4', '2007-12-22', 'makemoneyonlinea@email.su', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198350374', '0', '1198350374', '1198558664', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.106.23.15', '0', '1', '', '0', '0', '-1', '1', '1', 'UvK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1363', '2', '', '0', 'Drago', '714a186a94b278e8496554f9ae69fc73', '2008-09-09', 'drago@ddhc.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1198441429', '0', '1261623375', '1261625727', '1261624903', '11', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.105.142.252', '0', '1', '', '0', '0', '-1', '2', '2', '*q-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '541', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1364', '25', '', '0', 'Megrindol', 'e9dbe23f192f985ca727d3bccbf754f1', '2007-12-24', 'seofist@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198461142', '0', '1198461142', '1198461142', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.112.140.126', '0', '1', '', '0', '0', '-1', '2', '2', '$&T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1366', '2', '', '0', 'Motsew', '09e06bfd05fd798b01c0bccaf00a98cd', '2007-12-26', 'motsew@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1198640505', '0', '1198695449', '1198725355', '1198725346', '3', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '1', '78.32.96.57', '0', '0', '', '0', '0', '1', '2', '2', '))\\', '', '0', '11081', '0', '0', '0', '0', '', '0', '0', '', '329', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1368', '2', '', '0', '-DS- STIFFMEISTER', '569481f27c913e056adcafbc282fbd3e', '2007-12-26', 'sven_rauws@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1198695214', '0', '1198781475', '1198862800', '1198862799', '4', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.173.151.54', '0', '1', '', '0', '0', '-1', '2', '2', 'bPS', '', '0', '11122', '0', '0', '0', '0', '', '0', '0', '', '538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1739', '25', '', '0', 'Doyle[harlov]', '0d4779e56b675f58b756c06780748b17', '2008-08-03', 'harlov@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217719477', '0', '1217719477', '1217719916', '0', '0', '10', '5', '2', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '88.114.123.134', '0', '1', '', '0', '0', '-1', '2', '2', 'qgr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1479', '2', '', '0', 'Lunar', 'b27e563119df12de3936b1f399744a38', '2008-03-07', 'joshiboy04@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1204919579', '0', '1204919810', '1204936928', '1204919810', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.77.50.4', '1150', '1', '', '0', '0', '-1', '2', '2', '4:_', '', '0', '12684', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1369', '25', '', '0', 'Kraut', 'e597729b04b9f7dbd3046ed6ceae19d9', '2007-12-27', 'philip_wikman@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198723587', '0', '1198723587', '1198723591', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.235.231.94', '0', '1', '', '0', '0', '-1', '1', '1', ']SS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1370', '25', '', '0', 'Myncclepbella', 'ff88c85392b42eb40993fdcefecb2e0d', '2007-12-27', 'elza_enoch@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198736779', '0', '1198736779', '1198736779', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '211.117.62.81', '0', '1', '', '0', '0', '-1', '2', '2', 'DHb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1371', '25', '', '0', 'Leadeater', 'ea4d2b68973caed6da8004ec26c2a28d', '2007-12-27', 'lefty1963@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198756523', '0', '1198756523', '1198756888', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.132.222.188', '0', '1', '', '0', '0', '-1', '2', '2', '7az', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1418', '25', '', '0', 'LeeK39', 'f3ad6c356737b896b592f9afb02b8ee5', '2008-01-26', 'leek-ukdirt@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1201362090', '0', '1210626626', '1214950875', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.159.197.141', '0', '1', '', '0', '0', '-1', '3', '1', 'HO:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1474', '25', '', '0', 'TJ2008', '6a94df11ba69ec737ae14a315daac7b8', '2008-03-04', 'tsj94_2004@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1204654672', '0', '1204655241', '1204666315', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.7.124.37', '0', '1', '', '0', '0', '-1', '2', '2', '*Xc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1372', '25', '', '0', 'bloodstain605', '23f1cf152c69413334926e1e232a65a9', '2007-12-28', 'counter_strike_madz@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1198868613', '0', '1198868613', '1198869353', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.178.106.85', '0', '1', '', '0', '0', '-1', '4', '3', '^p\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1373', '2', '', '0', 'gez', '010b2ed7704ec59a81a5c0b4188bdba1', '2007-12-29', 'gezzer123@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1198887395', '0', '1199657728', '1200188092', '1199053952', '1', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '172.215.202.91', '0', '1', '', '0', '0', '-1', '6', '3', '8VB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '206', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1374', '2', '', '0', 'LizergSav', 'ea8fa6db6632195b2ddb94c24ab037e3', '2007-12-29', 'lizergsav07@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1198962411', '0', '1200156359', '1200249219', '1200133006', '8', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.99.140.108', '0', '1', '', '0', '0', '-1', '2', '2', 'P`n', '', '0', '11400', '0', '0', '0', '0', '', '0', '0', '', '194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1375', '2', '', '0', 'alex.mcconnachie', '8991d2dfbbc4f28888d54a22b0ad1f04', '2007-12-29', 'alex.mcconnachie@dicegaming.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1198968865', '0', '1198968865', '1198969038', '1198969037', '1', '10', '5', '-4', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '24.222.241.170', '0', '1', '', '0', '0', '-1', '2', '2', 'f[J', '', '0', '11143', '0', '0', '0', '0', '', '0', '0', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1545', '25', '', '0', 'Memiancoda', '1ba2d0f864700d3210c92474e482f36e', '2008-04-12', 'pityandex@e-mail.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207963468', '0', '1207963468', '1207963468', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.129.199.178', '0', '1', '', '0', '0', '-1', '1', '1', 's$w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1675', '25', '', '0', 'Meecescasmitsdobam', '82b287b891600a470e756dacfe613d8a', '2008-06-27', 'josephst@i.ua', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1214588212', '0', '1214588212', '1214588212', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.149.90.85', '0', '1', '', '0', '0', '-1', '2', '2', 'o(q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1377', '2', '', '0', 'wazza@mp3', 'dcc7a242036d837b50b5300fc222c15e', '2008-01-03', 'adam.bainbridge@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1199205788', '0', '1202586122', '1203070543', '1202292090', '12', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '91.143.190.8', '0', '1', 'adz@teampikeys.co.uk', '0', '0', '-1', '1', '1', 'Hm4', '', '0', '11834', '0', '0', '0', '0', '', '0', '0', '', '228', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1378', '25', '', '0', 'AndyBe', 'cac1303d81241607bce1b5161714d924', '2008-01-01', 'bennett107@hotmail.co.uk', '0', '', 'http://www.yourafk.com', '', '', '', '2', '0', 'Forum Lurker', '0', '1199225344', '0', '1199225344', '1199225793', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.204.89.144', '0', '1', '', '0', '0', '-1', '2', '2', 'P&:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1379', '25', '', '0', 'Sam', '5a74946ee506384ba72fabf618d1caa0', '2008-01-03', 'immortal_soul_666@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1199362891', '0', '1199362891', '1199363005', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.204.172.50', '0', '1', '', '0', '0', '-1', '2', '2', ',]A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1445', '2', '', '0', 'Growl', '0bdec047f5619fffea688be98baa5864', '2008-02-15', 'growlcomic@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1203105355', '0', '1203105355', '1203106512', '1203106511', '2', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.184.144.192', '0', '1', '', '0', '0', '-1', '2', '2', 'cZY', '', '0', '12031', '0', '0', '0', '0', '', '0', '0', '', '159', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1583', '25', '', '0', 'maksalemsy', 'ade74fa85557453bf33577db7b8bedae', '2008-05-04', 'new@megaguys.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209890937', '0', '1209890937', '1209890937', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.2.114.31', '0', '1', '', '0', '0', '-1', '1', '1', 'GdW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1388', '25', '', '0', '=CK=sytoon', 'c9600c661b63a4247c13f59efe7a3eab', '2008-01-05', 'jon_place@hotmail.com', '0', '', 'http://www.contractkillers.co.uk', '', '', '', '0', '0', 'Forum Lurker', '0', '1199571659', '0', '1199576651', '1199786612', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '12-19-1977', '1977-12-19', '-1', '1', '86.132.8.114', '0', '0', '', '0', '0', '-1', '2', '2', ';w3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1381', '25', '', '0', 'michirano', '3fe3be095252727a7af6377d6af68a32', '2008-01-04', 'angeljnr@gmail.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1199476931', '0', '1199476931', '1199476931', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.110.212', '0', '1', '', '0', '0', '-1', '1', '1', 'hUw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1383', '2', '', '0', 'CptPugwash', '9788e7615c6c2a94a779e01650cbaa12', '2008-11-06', 'andrew_ainsworth@hotmail.co.uk', '0', '', 'http://www.tbp-clan.co.uk/', '', '', '', '2', '0', 'Junior Member', '0', '1199569250', '0', '1339361933', '1339529595', '1339527651', '15', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.148.110.175', '3', '1', '', '0', '0', '-1', '2', '1', 'YlW', '', '0', '77376', '0', '0', '0', '0', '', '0', '0', '', '741', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2', '3', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1384', '2', '', '0', '-=[BAD]=-Dynamo[ACL]', '215ae56b384987fb6517c420aa331279', '2009-07-08', 'eric@dynamo.mycybernetic.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1199569329', '0', '1213650786', '1247079564', '1213650727', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '194.50.80.182', '0', '1', '', '0', '0', '-1', '1', '1', 'b$O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '699', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1385', '2', '', '0', 'Genix', '3371395b82ad2a100f4c6549f5edc78c', '2008-01-05', 'neogen28@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1199570286', '0', '1199570286', '1199570660', '1199570655', '1', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.43.240.114', '0', '1', '', '0', '0', '-1', '2', '2', 'r[R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1386', '2', '', '0', 'Yorky', '30d4b2b71d9ff338e96ea29b6ef2a347', '2008-01-05', 'cptsensi@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1199570438', '0', '1205912203', '1206750500', '1204847738', '2', '10', '5', '0', '0', '0', '0', '0', '45108551', '', '0000-00-00', '-1', '-1', '195.137.110.250', '1115', '1', '', '0', '0', '-1', '2', '2', 'o`q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '247', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1387', '2', '', '0', 'KANGOOROO', '7db2c7e4c7640b83658444d8d6a391c6', '2008-01-05', 'kangooroo@clanzzz.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1199570451', '0', '1199570451', '1199571859', '1199571172', '1', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '89.243.224.251', '0', '1', '', '0', '0', '-1', '2', '2', 'Sfr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1389', '25', '', '0', '=Ck=Mr Euro', 'd24cd7aa215d7541689a833f344c5cbc', '2008-01-05', 'hillkiller9@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1199573008', '0', '1199640197', '1200743291', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.189.248.45', '0', '1', '', '0', '0', '-1', '2', '2', 'T$\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1390', '27', '', '0', 'TheJackaL', '204f42bcc618bfe0ea8f1783a4a24978', '2012-04-21', 'dave234ee@gmail.com', '0', '', 'http://www.controlgaming.co.uk', '', '', '', '2', '0', 'BF3 Admin', '1', '1199573220', '0', '1341333676', '1341690157', '1335088173', '24', '10', '5', '0', '0', '0', '0', '0', '45108631', '01-30-1980', '1980-01-30', '-1', '-1', '81.99.5.105', '0', '1', '', '0', '0', '-1', '2', '0', 'wX4i0qyBf]qcTl{\\\\wSso%KnA]tht', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1464', '25', '', '0', 'Mixalich-aleks', '29e1d399db41d8f3d8f2c270714b5851', '2008-02-25', 'asbe@volny.cz', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1203943518', '0', '1203943518', '1203943518', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.217.73.52', '0', '1', '', '0', '0', '-1', '2', '2', 'd-d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1434', '25', '', '0', 'Stephanie', 'a96f839f5de112980b6060121889abb7', '2008-02-05', 'stephanie44@myway.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1202242298', '0', '1202242298', '1202423259', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '198.172.206.24', '0', '1', '', '0', '0', '-1', '0', '0', 'x@]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '138', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1420', '2', '', '0', 'RAD', '92217c046143e28e1733e074441264e3', '2008-01-29', 'radical0@live.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1201621920', '0', '1262161657', '1262161657', '1257971864', '79', '10', '5', '0', '0', '0', '0', '0', '45116759', '', '0000-00-00', '-1', '-1', '79.66.139.248', '0', '1', '', '0', '0', '-1', '7', '1', 'Uti', '', '0', '45371', '0', '0', '0', '0', '', '0', '0', '', '650', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1421', '25', '', '0', 'drmz', '46705273908a2e618a7da88bade1d2d2', '2008-01-29', 'markknowles88@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1201625607', '0', '1201625607', '1201625778', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '86.152.33.44', '0', '1', '', '0', '0', '-1', '2', '2', '\'Co', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1422', '25', '', '0', 'myBoxfy', '882542f5e382bf14c849c52a4e2d8d3f', '2008-01-30', 'myboxfy@bluebottle.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1201654081', '0', '1201654081', '1201654081', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.116.147', '0', '1', '', '0', '0', '-1', '2', '2', 'hiU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1423', '25', '', '0', 'sp3c14l_sn1p3r', '60692ff499419853c9257462af1e3836', '2008-01-30', 'Flp@live.it', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1201683400', '0', '1201683400', '1201683426', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '85.242.246.231', '0', '1', '', '0', '0', '-1', '2', '2', '|OX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1424', '2', '', '0', 'Playgirl', '461acf430a4a48508dba06b9a8ef9b0b', '2008-01-30', 'playgirl@bla-squad.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1201692116', '0', '1258589477', '1258615547', '1258589328', '4', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.46.146.247', '0', '1', '', '0', '0', '-1', '1', '1', ':oG', '', '0', '46131', '0', '0', '0', '0', '', '0', '0', '', '186', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1452', '2', '', '2', 'EXE|MisteryBoy^^', '7a4635642083b39718303930f4a18f5a', '2008-02-20', 'MisteryBoy_2007@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Senior Member', '0', '1203466200', '0', '1231118587', '1258032143', '1218835967', '175', '10', '5', '0', '1', '0', '0', '0', '45108567', '10-18-1991', '1991-10-18', '-1', '-1', '89.180.220.246', '0', '1', 'MisteryBoy_2007@hotmail.com', '0', '0', '-1', '6', '0', 'U4S', '', '0', '17178', '0', '0', '0', '0', '', '0', '0', '', '697', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1427', '25', '', '0', 'Adz', 'd91179888bd47ac96c5f49ea35d3059c', '2008-02-02', 'adz@teampikeys.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1201995357', '0', '1201995689', '1201995689', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '91.143.190.8', '0', '1', '', '0', '0', '-1', '1', '1', '/v_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1425', '2', '', '0', 'HellAngel', '50da3459648bcc1f3cc8f099cdc0d896', '2008-02-01', 'patriik_@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1201878759', '0', '1201878817', '1201903727', '1201903727', '2', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '91.95.208.125', '0', '1', '', '0', '0', '-1', '2', '2', '&V;', '', '0', '11736', '0', '0', '0', '0', '', '0', '0', '', '164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1426', '25', '', '0', 'mudanfff', 'c7e36d17cc86939975dbab559a302d7d', '2008-02-01', 'annajnr@email.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1201899543', '0', '1201899543', '1201899543', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.177.26.20', '0', '1', '', '0', '0', '-1', '1', '1', '/HP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1470', '2', '', '0', 'dameon_bananaman', '10a1e7fd71566ae754eb6c68ee34b412', '2008-03-02', 'playswithsquirrels2003@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1204470248', '0', '1218273819', '1218273819', '1215465811', '13', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '91.125.255.43', '1061', '1', '', '0', '0', '-1', '2', '1', '%vo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '203', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1428', '25', '', '0', 'MissiyaVKL', '4829db4fe6029a7a95cd6ba0ffaefdb0', '2008-02-03', 'falimon.missiya0@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1202040741', '0', '1202040741', '1202040741', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.232.61.162', '0', '1', '', '0', '0', '-1', '2', '2', '!:}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1429', '2', '', '0', 'Killers2', '5fb9626a8e7f455648a5a96a66fc8699', '2008-02-04', 'James@killersservers.co.uk', '0', '', 'http://www.Killersservers.co.uk', '', '', '', '2', '2', 'Senior Member', '0', '1202103509', '0', '1239331183', '1239354904', '1239354860', '111', '10', '5', '0', '1', '0', '0', '0', '45112535', '11-22-1992', '1992-11-22', '-1', '2', '86.141.119.205', '0', '0', '', '1227358330', '0', '1', '9', '0', 'Y\"$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '715', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1476', '2', '', '0', 'ueafharry', 'c816a7790163bbada3595014220796f7', '2008-03-06', 'hacornish@aol.com', '0', '', 'http://www.UE-AF.co.uk', '', 'hacornish@aol.com', '', '2', '2', 'Junior Member', '0', '1204821363', '0', '1204903709', '1208540275', '1204901910', '4', '10', '5', '0', '2', '0', '0', '0', '45108439', '06-30-1993', '1993-06-30', '-1', '-1', '92.11.121.194', '1087', '1', 'hacornish@hotmail.com', '0', '0', '-1', '2', '2', '6RY', '', '0', '12681', '0', '0', '0', '0', '', '0', '0', '', '279', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1430', '2', '', '0', 'Sparrow', 'ca4aad98f5f96861071939be70316253', '2008-02-04', 'nebblu@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1202138156', '0', '1204567885', '1204573847', '1204567775', '19', '10', '5', '0', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '195.158.93.95', '0', '1', '', '0', '0', '-1', '2', '1', 'ZWS', '', '0', '12597', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1431', '2', '', '0', 'Helly', '68aa0420dc765bbfaf710e14acd7b08a', '2008-02-04', 'saltmeg14@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1202143167', '0', '1204049822', '1204480378', '1203524481', '5', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.4.160.6', '2', '1', '', '0', '0', '-1', '2', '2', 'D,}', '', '0', '12177', '0', '0', '0', '0', '', '0', '0', '', '195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1432', '2', '', '0', 'Linked', '8314ce50aa41a7033c30183cb842d7d0', '2008-02-04', 'samcroft11@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1202161334', '0', '1202372298', '1202409766', '1202244946', '2', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.201.98.147', '0', '1', '', '0', '0', '-1', '2', '2', 'r;f', '', '0', '11820', '0', '0', '0', '0', '', '0', '0', '', '152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1605', '2', '', '0', 'T.S.G||Venom', '25b4336d4a6454c350d0f9cd29b84506', '2008-05-19', 'venom9512@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1211218805', '0', '1211221654', '1211227266', '1211227067', '7', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.13.1.216', '0', '1', '', '0', '0', '-1', '2', '2', '%$g', '', '0', '14345', '0', '0', '0', '0', '', '0', '0', '', '209', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1436', '25', '', '0', 'lywinging', '44afd995c61c73bb91b9d090aa805856', '2008-02-06', 'ly_wing_ging@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1202298869', '0', '1202298869', '1202299104', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '89.243.181.55', '0', '1', '', '0', '0', '-1', '2', '2', '.H~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1442', '25', '', '0', 'Scorpius', 'be83a3584fc282638c292b38afdd52fa', '2008-02-11', 'dissent_is_democracy@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1202765634', '0', '1204365106', '1204370151', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108567', '11-05-1970', '1970-11-05', '-1', '1', '79.66.61.31', '0', '0', '', '0', '0', '2', '2', '2', '[_h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1435', '25', '', '0', 'kodyl', '2b0f38e5cfd4d4b0f45cf9eebb781482', '2008-02-06', 'pirate@worldonline.dk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1202265392', '0', '1202267365', '1202268360', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '85.82.187.63', '0', '1', '', '0', '0', '-1', '1', '1', 'iQp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1437', '2', '', '0', 'pENA', 'e251d6846c057c219f096944b4dff2b2', '2008-02-06', 'miko.lindfors@dnainternet.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1202335265', '0', '1203455674', '1203525665', '1203455674', '9', '10', '5', '2', '0', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '212.149.172.17', '0', '1', '', '0', '0', '-1', '2', '2', '_dy', '', '0', '12151', '0', '0', '0', '0', '', '0', '0', '', '226', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1559', '2', '', '0', 'Pathogen', '1e97676ed442d983b05cf5f4aa1d327e', '2008-04-16', 'bloodandgasoline@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208380007', '0', '1208530773', '1208557647', '1208454661', '3', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '129.11.198.5', '0', '1', '', '0', '0', '-1', '2', '2', '.Bo', '', '0', '13876', '0', '0', '0', '0', '', '0', '0', '', '338', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1439', '25', '', '0', 'makemoneyatint', '6ae858f85279a2430c6ad31af06e6890', '2008-02-09', 'money@reallygreattop.info', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1202550531', '0', '1202550531', '1202758297', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.141.58.111', '0', '1', '', '0', '0', '-1', '2', '2', 'qE4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1502', '25', '', '0', 'McStivenLou', 'c2b034caf0dc77c972340f1602cae555', '2008-03-20', 'stiven.mclou@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1205980373', '0', '1205980373', '1205980373', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.29.96.75', '0', '1', '', '0', '0', '-1', '2', '2', 'Ejk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1481', '25', '', '0', 'Mitegeolbosse', '08aba1cc5bd2a840402cb2da03649950', '2008-03-09', 'annetmarley@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1205038555', '0', '1205038555', '1205038555', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.238.117.10', '1', '1', '', '0', '0', '-1', '1', '1', 'g%M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1720', '25', '', '0', 'mampauer', '137795f329031fba4f9518969ec66575', '2008-07-21', 'mampauer@gmx.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1216643925', '0', '1216643925', '1216645217', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.143.239', '0', '1', '', '0', '0', '-1', '2', '2', 'kNv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1570', '25', '', '0', 'WaynE| NubCake', 'ae7e943f3197c39ee3291d383f1073eb', '2008-04-24', 'Henni94@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209061999', '0', '1218643010', '1218645131', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '193.217.5.211', '1376', '1', '', '0', '0', '-1', '6', '0', '1/r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1450', '2', '', '0', 'Lemon', 'b79094dc628e40398c5cc8177ab41490', '2008-02-18', 'one_elevenuk@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1203341001', '0', '1203501903', '1203526694', '1203524784', '10', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.69.93.201', '0', '1', '', '0', '0', '-1', '2', '2', 'h<^', '', '0', '12178', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1468', '25', '', '0', 'jabben', 'da210813161494a4a7fc4ae8ffb198e8', '2008-02-29', 'elisabeth_hot@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1204316983', '0', '1204317289', '1204317289', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '193.217.82.192', '0', '1', '', '0', '0', '-1', '1', '1', '(a,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1480', '2', '', '0', 'MrKiddles', 'b80d881f6204b464c1a6cc230fd40bb0', '2008-03-07', 'jzuehlke@andrewsfcu.org', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1204926231', '0', '1204997014', '1205001389', '1204999790', '10', '10', '5', '1', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '91.32.193.37', '0', '1', '', '0', '0', '-1', '2', '2', 'D*&', '', '0', '12730', '0', '0', '0', '0', '', '0', '0', '', '147', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1514', '2', '', '0', '=VTA=MANFACE', '0e86858767e166658ab930d985348f95', '2008-03-27', 'manface@hotmail.co.uk', '0', '', 'http://www.vtagaming.com', '', '', '', '2', '1', 'Member', '0', '1206619409', '0', '1222265127', '1222549626', '1222234102', '44', '10', '5', '0', '2', '0', '0', '0', '45108439', '03-03-1963', '1963-03-03', '-1', '-1', '86.142.10.165', '0', '1', '', '0', '0', '-1', '2', '1', 'YE!', '', '0', '18199', '0', '0', '0', '0', '', '0', '0', '', '450', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1495', '25', '', '0', 'BlenD_85', 'bf2486ced2ac55f88142cc074865baeb', '2008-03-16', 'freeride_85@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1205692795', '0', '1206115584', '1206353261', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '83.253.206.54', '0', '1', '', '0', '0', '-1', '10', '1', '6xf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1653', '25', '', '0', 'mutAttandaPat', '5b7968d5dc6521fd5064a733289b66a1', '2008-06-13', 'bhc@gownsfashion.cn', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1213367417', '0', '1213367417', '1213367417', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.26.143.90', '0', '1', '', '0', '0', '-1', '2', '2', '^C-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1508', '2', '', '0', 'mackan96', '877e5dc84432e2019c8324dcae97dcea', '2008-03-23', 'stefan10@tyfonmail.se', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1206298134', '0', '1278030700', '1278030700', '1215175512', '28', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.63.212.211', '0', '1', '', '0', '0', '-1', '2', '0', '/PW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1547', '25', '', '0', 'torres19295', 'ec6e485482e0c861774a44c72a1f914c', '2008-04-12', 'tomfear1995@aol.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207989905', '0', '1210687093', '1210687093', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '195.93.21.73', '0', '1', '', '0', '0', '-1', '0', '0', 'wiu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1449', '2', '', '0', 'Fraxx', '42132529cc021eb7475e3533b14a2d07', '2008-02-17', 'goovaerts.tim@telenet.be', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1203276986', '0', '1203720144', '1203935871', '1203719619', '27', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.195.251.186', '0', '1', '', '0', '0', '-1', '3', '2', 'C:`', '', '0', '12236', '0', '0', '0', '0', '', '0', '0', '', '217', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1438', '2', '', '0', 'younis1423', 'ddf3930dda6502180ffd313646940417', '2008-02-08', 'younis1423@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1202500057', '0', '1277932504', '1277932504', '1244665930', '1', '10', '5', '0', '0', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.86.151.35', '0', '1', '', '0', '0', '-1', '2', '0', 'Z&5', '', '0', '32607', '0', '0', '0', '0', '', '0', '0', '', '258', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1440', '2', '', '0', 'Pr!max', 'f9d1fc6d44df014e86c36014b0e29a93', '2008-02-10', 'james-jones-15@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1202641938', '0', '1202645480', '1202801762', '1202645449', '1', '10', '5', '0', '0', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.66.45.168', '0', '1', '', '0', '0', '-1', '2', '2', '*`,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1441', '2', '', '0', 'nanlinda2002', '09fd98489ec4f7a8a313f5fb3d16e996', '2008-02-10', 'nanlinda2002@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1202648739', '0', '1319201767', '1319201824', '1261697897', '1', '10', '5', '0', '0', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.30.4.83', '0', '1', '', '0', '0', '-1', '0', '0', '`1k', '', '0', '49309', '0', '0', '0', '0', '', '0', '0', '', '771', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.50376', '1.50602', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1282027920', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1443', '25', '', '0', 'myllooseekccz', '0bba29ac332541ec6cf2c91958bfbd7c', '2008-02-12', 'bradgoogle@email.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1202835303', '0', '1202835303', '1202835303', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.110.212', '0', '1', '', '0', '0', '-1', '1', '1', 'y=w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1444', '25', '', '0', 'Marinausa', '4c1dea3da539d8c4b8e3dcc4655c9070', '2008-02-14', 'marina@discreetlyviagra.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1202977037', '0', '1202977037', '1202977037', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.229.242.154', '0', '1', '', '0', '0', '-1', '1', '1', 'JDU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1532', '25', '', '0', 'FoppyIdeony', 'ed40aa47c6c9c24694fe5d93153a9944', '2008-04-03', 'marlaperry5@aol.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207227267', '0', '1207227267', '1207227267', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.39.211.232', '0', '1', '', '0', '0', '-1', '1', '1', '|/%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1501', '25', '', '0', 'Killa', '6a4a526d40085c28afcb2e7e8a442945', '2008-03-19', 'mr.pete@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1205966087', '0', '1205966087', '1205966324', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.39.164.142', '0', '1', '', '0', '0', '-1', '2', '2', 'o|I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2354', '2', '', '2', 'Godbuddah', 'f9ab942aa1c2242d488bf757801d47e8', '2009-02-23', 'marcus.aw@telia.com', '0', '', '', '', '', '', '2', '2', 'Senior Member', '0', '1235399160', '0', '1344380132', '1383247816', '1341623530', '629', '10', '5', '0', '1', '0', '0', '0', '45108695', '06-22-1996', '1996-06-22', '-1', '-1', '62.63.212.78', '0', '1', '', '0', '0', '-1', '5', '0', '@xn', '', '0', '77880', '0', '0', '0', '0', '', '0', '0', '', '3484', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '721c064292acca1c608c9f47056025cb', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '2', '2', NULL, '9.83607', '5.88235', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1313456040', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1493', '2', '', '0', 'Ao.', '8488ac2caecda96d2e39f7c76f4fa411', '2008-03-15', 'mohdpuri@gmail.com', '0', '', '', '', '', 'mohdpuri@yahoo.com', '2', '0', 'Junior Member', '0', '1205605414', '0', '1206552776', '1206615957', '1206552373', '6', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.151.147.109', '0', '1', 'mohdpuri@hotmail.com', '0', '0', '-1', '2', '2', 'dI$', '', '0', '13171', '0', '0', '0', '0', '', '0', '0', '', '180', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1477', '25', '', '0', 'Zemingo', '826a5e3af725d9f93e5c36749e01f4c9', '2008-03-06', 'valmu_rec@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1204836780', '0', '1204836780', '1204838042', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '62.107.86.145', '0', '1', '', '0', '0', '-1', '1', '1', 'oNx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1447', '25', '', '0', 'Meemejer', '38d0eba0c15a0deabca86d7a1a87480f', '2008-02-17', 'werzatresti@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1203224641', '0', '1203224641', '1203224641', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.220.200.141', '0', '1', '', '0', '0', '-1', '1', '1', 'gJ|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1448', '25', '', '0', 'Mooppyrhigh', 'f884f62880a51312e616a58f826a19f8', '2008-02-17', 'trakiscaturry@jetfix.ee', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1203249182', '0', '1203249182', '1203249182', '0', '0', '10', '5', '-12', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.118.122.23', '0', '1', '', '0', '0', '-1', '1', '1', ']3&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1453', '25', '', '0', 'Mr.GiggleS', 'ffe1c9075e24268a08264958e3a03c9c', '2008-02-20', 'ghost_of_apocalypse@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1203529748', '0', '1203530054', '1203612447', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.152.252.50', '0', '1', '', '0', '0', '-1', '1', '1', '@s4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1451', '25', '', '0', 'killer', 'fc59d609729ebb3869186dee16c399b1', '2008-02-18', 'paulshaw332@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1203361620', '0', '1203361620', '1203361620', '0', '0', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.157.231.60', '0', '1', '', '0', '0', '-1', '1', '1', 'YCs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1455', '2', '', '0', 'DNFWU', '2074b252c4af131bc5a0a665b5444e5d', '2008-02-20', 'jeff_ilr@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1203550679', '0', '1203897236', '1203911273', '1203716640', '9', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '85.236.104.110', '0', '1', '', '0', '0', '-1', '2', '2', 'Zd}', '', '0', '12232', '0', '0', '0', '0', '', '0', '0', '', '279', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1506', '25', '', '0', 'Mymnerype', 'ff11777f6b3bb068c7f8496d50f21d08', '2008-03-23', 'gydrizeirrept@mymail-in.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1206252618', '0', '1206252618', '1206252618', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.35.107.52', '0', '1', '', '0', '0', '-1', '1', '1', 'cM', '', '0', '14030', '0', '0', '0', '0', '', '0', '0', '', '261', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1581', '25', '', '0', 'gatoperas', 'cfe5690cb41f2aea934a1e6cb637c796', '2008-05-03', 'gatoperas@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209832761', '0', '1214732641', '1215632421', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '85.241.130.3', '0', '1', '', '0', '0', '-1', '5', '1', '@JJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1512', '2', '', '0', 'LilPesh', 'e8e4e1f82e2c788738e0a615bb7bf894', '2008-03-26', 'abdur_batman@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1206558023', '0', '1210192028', '1211355059', '1206646686', '6', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '213.84.210.201', '0', '1', 'abdur_batman@hotmail.com', '0', '0', '-1', '2', '2', 'J/Z', '', '0', '13254', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1513', '25', '', '0', 'OS-Harrow', '482ba18d1c722a320d82b859d1d8f3b8', '2008-03-26', 'OmegaSektor-HARROW@hotmail.com', '0', '', '', '407380465', '', '', '2', '2', 'Forum Lurker', '0', '1206559182', '0', '1206690081', '1207125599', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '02-02-1989', '1989-02-02', '-1', '-1', '86.163.58.24', '0', '1', 'OmegaSektor-HARROW@hotmail.com', '0', '0', '-1', '2', '2', 'odt', 'arkadij_iz_ada', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1563', '2', '', '0', 'Casanova007', '236b5cff0e351585a3c918e75b1be6da', '2008-04-19', 'wtfh1@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208603105', '0', '1227360080', '1227360082', '1208975643', '1', '10', '5', '1', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.209.103.161', '0', '1', '', '0', '0', '-1', '1', '1', '4}w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '317', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1516', '2', '', '0', 'Robbb', 'b30edaf398ce44ed9aa7c593e8a63c04', '2008-03-28', 'robbbc@hotmail.co.uk', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1206733737', '0', '1207068281', '1207324521', '1206996994', '9', '10', '5', '0', '2', '0', '0', '0', '45108439', '12-24-1990', '1990-12-24', '-1', '-1', '86.155.157.185', '0', '1', 'robbbc@hotmail.co.uk', '0', '0', '-1', '2', '2', 'Ejk', '', '0', '13471', '0', '0', '0', '0', '', '0', '0', '', '276', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1515', '25', '', '0', 'le0n', 'a67837b21623e48356eddc7376678da3', '2011-10-14', 'le0n@x3-servers.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1206648407', '0', '1206648407', '1206684056', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.84.185.226', '0', '1', '', '0', '0', '-1', '2', '2', 'tV<6Bt=htr_&?1c,m9?z*yBJK>qBp2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1599', '25', '', '0', 'eXuP', '46d1c75945e02cbbae90e0e0a57cd454', '2008-05-15', 'andy@andyord.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1210891659', '0', '1210891659', '1210891990', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '91.192.209.38', '0', '1', '', '0', '0', '-1', '2', '2', 'D-W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1531', '25', '', '0', '|Matt™ |Deaglezpwn™ |', 'ccd76df305d4d389ba64af77d7e3477d', '2008-04-02', 'mwtommo57@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207172750', '0', '1207173524', '1207575357', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.134.173.242', '0', '1', '', '0', '0', '-1', '0', '0', ':B<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '190', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1517', '25', '', '0', 'Stage6', '70ed38547828203eaf68dbf58e75d6d3', '2008-04-28', 'fabiantroetschel@hotmail.de', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1206736479', '0', '1209387249', '1209387315', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.78.0.240', '0', '1', '', '0', '0', '-1', '1', '1', 'yKr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1580', '25', '', '0', 'roachyuk', '717f5581617945b46909482e22044fca', '2008-05-02', 'roachyuk@msn.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209739233', '0', '1211144267', '1211324092', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.42.160.149', '0', '1', '', '0', '0', '-1', '24', '4', '+oR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1518', '25', '', '0', 'Metrujectiktus', '1df08b955aced82eacf87e3862c906a8', '2008-03-29', 'robertjunior@email.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1206786297', '0', '1206786297', '1206786297', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.249.240.155', '0', '1', '', '0', '0', '-1', '1', '1', '#v?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1519', '2', '', '0', 'recep34[AA-TR]', '789cda001d96a5de35d6b02ec5dd0665', '2009-09-29', 'recep34@live.com', '0', '', 'http://armedassault-turkiye.net/', '', '', '', '2', '0', 'Junior Member', '0', '1206805357', '0', '1268470853', '1268473344', '1268245556', '7', '10', '5', '2', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.235.132.15', '0', '1', '', '0', '0', '-1', '2', '0', 'iV0', '', '0', '57070', '0', '0', '0', '0', '', '0', '0', '', '1006', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1520', '2', '', '0', 'CurtGuven', 'f666511ba398a6dc5ac3ca56ed92a8de', '2008-03-29', 'curtguven@Aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1206818924', '0', '1297108204', '1352667312', '1207651222', '21', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '172.215.13.134', '1509', '1', '', '0', '0', '-1', '4', '0', '0p+', '', '0', '13691', '0', '0', '0', '0', '', '0', '0', '', '194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1297107840', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1528', '2', '', '0', 'FatDuck', '5282c3e03a92fad6d7976af33d03c85c', '2008-04-02', 'CCSchlachter@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1207095333', '0', '1207095333', '1207096218', '1207095949', '1', '10', '5', '-5', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '97.82.89.219', '0', '1', '', '0', '0', '-1', '2', '2', 'rs@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '202', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1521', '25', '', '0', 'Margeadsarref', 'a9f5bcc1ce04571f418c5f62dfd9d0ee', '2008-03-30', 'bugstaiptsige@zadonsk.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1206840882', '0', '1206840882', '1206840882', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '71.226.158.170', '0', '1', '', '0', '0', '-1', '1', '1', '[G8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1530', '2', '', '0', 'SV| M', '39ebb069ec5fb38778267d3d33bd0cc6', '2008-04-02', 'mitchman1992@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1207158630', '0', '1207342180', '1207359878', '1207359873', '5', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.211.63.163', '0', '1', '', '0', '0', '-1', '2', '2', 'CKB', '', '0', '13620', '0', '0', '0', '0', '', '0', '0', '', '199', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1522', '2', '', '0', 'nyhm', '77263c427ae6b6288a86226fc48bf7c2', '2008-03-30', 'ross_piggin@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1206907466', '0', '1306930962', '1306947518', '1306947517', '95', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.198.180.46', '0', '1', '', '0', '0', '-1', '2', '0', 's&A', '', '0', '73391', '0', '0', '0', '0', '', '0', '0', '', '374', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '6.691', '14.7651', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1306948620', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1523', '25', '', '0', 'megatrendsZy', '535971a5b75a9b6f7642dc84c373f50a', '2008-03-31', 'megatrends200@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1206919183', '0', '1206919183', '1206919183', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.51.202.74', '0', '1', '', '0', '0', '-1', '1', '1', 'MM(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1524', '2', '', '0', 'MaZ', 'b9f55ba1c6919de476d702a2ec1dad6d', '2008-03-31', 'pupstarr@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1206929992', '0', '1206932771', '1206979816', '1206979816', '3', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.8.61.40', '0', '1', '', '0', '0', '-1', '2', '2', 'hpr', '', '0', '13456', '0', '0', '0', '0', '', '0', '0', '', '128', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1525', '25', '', '0', 'maiveretvor', '428324f1f1ffca2dcb1b9ec4bb56eb03', '2008-03-31', 'hfghdfbnv@hot.ee', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1206943238', '0', '1206943238', '1206943572', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.152.234.223', '0', '1', '', '0', '0', '-1', '2', '2', 'Z*N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1526', '2', '', '0', '[KCL] IAN', 'f98b18cb04296c9717173dbab870f81a', '2008-03-31', 'ianhurlock@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1206954136', '0', '1206963795', '1206980631', '1206980302', '4', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.153.231.175', '1087', '1', '', '0', '0', '-1', '2', '2', '4kM', '', '0', '13457', '0', '0', '0', '0', '', '0', '0', '', '183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1527', '25', '', '0', 'MasseCoorio', '25fcd6de2c0a63ca162c2de5ad767084', '2008-04-01', 'admin@squid-mail.info', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207040595', '0', '1207040595', '1207040595', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '206.255.109.144', '0', '1', '', '0', '0', '-1', '2', '2', '21i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1529', '25', '', '0', 'Nitrous', '1213f371166e6a313677d9f9ee774139', '2008-04-02', 'killer0ne@msn.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207144740', '0', '1207144740', '1207145306', '0', '0', '10', '5', '2', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '62.65.229.130', '1087', '1', '', '0', '0', '-1', '1', '1', 'n*L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1593', '25', '', '0', 'Rambo S.U.I.', '81b488d5cddc162ab3d35b47b1813a16', '2008-05-09', 'daniel.005005@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1210359297', '0', '1215461929', '1215464743', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.138.106.10', '0', '1', '', '0', '0', '-1', '0', '0', ';;`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1534', '26', '10,21,22,23,27', '26', 'Steel', 'd08e6ae0fca30cfc58a706c4207c82f6', '2008-04-05', 'tobyg53@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Full Admin', '1', '1207360500', '0', '1401887282', '1404340161', '1372398056', '1969', '10', '5', '0', '1', '0', '0', '0', '45112535', '01-17-1992', '1992-01-17', '-1', '1', '90.196.251.86', '0', '0', '', '0', '0', '-1', '8', '0', '\"|;', '', '0', '80603', '0', '0', '0', '0', '', '0', '0', '', '6534', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'b50f3deeb4c0cfa703bfab7c40822e94', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '41', '4218', '500', '0', '0', '0', '1', '0', '0', '0', '0', '11', '40', '53', NULL, '60.6557', '29.4118', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,21|5000 Experience Points|spheres_red_16.png|spheres_red_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1314638100', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1535', '2', '', '0', 'Movitz', 'e2a272bc00392f30728467f9c495faab', '2008-04-07', 'sephi.zero@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1207538916', '0', '1207543244', '1207556347', '1207539366', '1', '10', '5', '1', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '80.217.108.88', '0', '1', '', '0', '0', '-1', '2', '2', 'r0g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1543', '25', '', '0', 'maxperlov', '1f32ab3ed8a03609eed408f629b4f0c6', '2008-04-11', 'jaabibok@mymail-in.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207890341', '0', '1207890341', '1207890341', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '218.249.83.87', '0', '1', '', '0', '0', '-1', '1', '1', '\\dO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1641', '25', '', '0', 'MixTesewi', '1fd833f5e0e98484e92339f92465846b', '2008-06-06', 'wanocy@mercedessmart.cn', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1212722042', '0', '1212722042', '1212722042', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.129.214.140', '0', '1', '', '0', '0', '-1', '0', '0', '9qA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1589', '25', '', '0', 'Shmel', '78f6fe1cb52349fefbe6be5c9d8f181f', '2008-05-07', 'abcd.ddd@aaa.ch', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1210141597', '0', '1210141597', '1210141597', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108375', '', '0000-00-00', '-1', '-1', '91.138.108.28', '1365', '1', '', '0', '0', '-1', '0', '0', 'v2?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1537', '25', '', '0', 'MeepKnikign', '6f8ebb993f5f3ee9edea7275ae7e9870', '2008-04-08', 'freebyloors@kibermail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207677107', '0', '1207677107', '1207677107', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '76.89.61.195', '0', '1', '', '0', '0', '-1', '1', '1', '|5q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1538', '25', '', '0', 'michmeeno', '57ea6f870071028a52d1aee72dfb4ded', '2008-04-08', 'hogzoogleby@mp3collection.in', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207685406', '0', '1207685406', '1207685725', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '75.131.83.37', '0', '1', '', '0', '0', '-1', '2', '2', '~>W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1567', '25', '', '0', '=VTA=Busta-Kap', '315bdbed9f02e2164da3e4c99a0a7fff', '2008-04-23', 'chris3.rowlands@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1208970422', '0', '1208970422', '1208971226', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.0.226.185', '1514', '1', '', '0', '0', '-1', '2', '2', 'kH7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1539', '25', '', '0', 'Memorandum', 'b030913bd10b2c61a6625423c5a4b66f', '2008-04-09', 'bobusa@mymail.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207708736', '0', '1207708736', '1207708736', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.129.199.178', '0', '1', '', '0', '0', '-1', '1', '1', 'O?c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1698', '25', '', '0', 'Meefucrache', '1fa19ea485ec87320a8433f6749ee637', '2008-07-08', 'fbz@bradylincoln.cn', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1215471864', '0', '1215471864', '1215471864', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '221.130.193.164', '0', '1', '', '0', '0', '-1', '2', '2', 'wb1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1541', '2', '', '0', 'RockFeller', '505b38c7a138f00f4236934bc68e67ca', '2008-04-09', 'skate_diz@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1207769810', '0', '1208639120', '1208639120', '1207771240', '1', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '213.157.91.159', '0', '1', '', '0', '0', '-1', '2', '2', '?`E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '168', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1607', '25', '', '0', 'MidoAgimiy', 'c1ba35482c5d95e0439246922fb82374', '2008-05-20', 'robertusa@mymail.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211285702', '0', '1211285702', '1211285702', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.50.7.167', '0', '1', '', '0', '0', '-1', '0', '0', 'wRN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1542', '25', '', '0', 'Mentigo', '06d229463f819e3df6ee0e2ea0ae5546', '2008-04-10', 'angelshulz@xmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207853519', '0', '1207853519', '1207853519', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.129.199.178', '0', '1', '', '0', '0', '-1', '1', '1', 'dtf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '128', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1544', '25', '', '0', 'Mentorguun', 'e0faf56e4105a2e4dd459418cfbaea89', '2008-04-11', 'bobusa@email.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1207945895', '0', '1207945895', '1207945895', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.129.199.178', '0', '1', '', '0', '0', '-1', '1', '1', '%\'S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1573', '10', '', '0', 'Cocкηєy Яєbєl', '1533306a95d76d7922d26982d99c2f9f', '2008-04-29', 'sarflondonar01@aol.com', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '0', '1209389160', '0', '1218585301', '1218737496', '1218301373', '30', '10', '5', '0', '1', '0', '0', '0', '45113303', '02-15-0000', '0000-02-15', '-1', '1', '172.209.202.214', '21', '0', '', '1213643623', '0', '-1', '1', '0', 'e]~', '', '0', '16945', '0', '0', '0', '0', '', '0', '0', '', '199', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1548', '2', '', '0', 'ShkupjanaLee', '1497a55a508ca5f7dccfdeac3ffe80f8', '2008-04-13', 'und0priv8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208107020', '0', '1208208506', '1208375208', '1208204298', '8', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.126.135.159', '0', '1', '', '0', '0', '-1', '2', '2', 'dr.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '312', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1549', '2', '', '0', 'evolve', 'd51e4b55f18ecf844d3477b4211314e8', '2008-04-13', 'xarjunx@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208114009', '0', '1208294221', '1208331100', '1208117527', '3', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.5.9.95', '0', '1', '', '0', '0', '-1', '2', '2', 'n&6', '', '0', '13763', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1550', '2', '', '0', 'WaterMelon?', 'e6577ac624f118629c9b1ee9efb8aaab', '2008-04-13', 'lee_ward_594@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208114233', '0', '1208277549', '1208502713', '1208122744', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '09-10-0000', '0000-09-10', '-1', '-1', '82.20.214.96', '0', '1', '', '0', '0', '-1', '2', '2', 'Kzo', '', '0', '13766', '0', '0', '0', '0', '', '0', '0', '', '170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1551', '2', '', '0', 'Purple', '565e111dabd7d2236601636c3ee4922d', '2012-08-02', 'clanless_purple@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208171229', '0', '1343892685', '1343942723', '1343892545', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.105.7.40', '0', '1', '', '0', '0', '-1', '0', '0', '};aEd:`5\"Z#sTJu`H$$\\Ed_)|aJWto', '', '0', '78204', '0', '0', '0', '0', '', '0', '0', '', '158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1552', '2', '', '0', 'dora and boots', '50a76d799b5de83078619d4afe7a4904', '2008-04-14', 'bomb_tom@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208176817', '0', '1218380772', '1220350266', '1217953644', '22', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '195.93.21.73', '0', '1', '', '0', '0', '-1', '3', '1', 'Ejk', '', '0', '16714', '0', '0', '0', '0', '', '0', '0', '', '202', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1553', '2', '', '0', 'mojo', '210bf61400ffb720c685ffd581032625', '2008-04-28', 'jason_allen1@hotmail.co.uk', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1208199890', '0', '1210323858', '1210323858', '1208203561', '2', '10', '5', '0', '2', '0', '0', '0', '45108695', '05-15-1979', '1979-05-15', '-1', '-1', '82.5.206.232', '0', '1', '', '0', '0', '-1', '2', '2', 'yE*', '', '0', '13798', '0', '0', '0', '0', '', '0', '0', '', '152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1554', '2', '', '0', 'Roi Heenok', '55ed8037f10fc9640696649680212998', '2008-04-14', 'cody.beaton@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208205332', '0', '1208776932', '1209500100', '1208292878', '2', '10', '5', '1', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '83.177.218.52', '0', '1', '', '0', '0', '-1', '2', '2', 'D^D', '', '0', '13824', '0', '0', '0', '0', '', '0', '0', '', '135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1555', '2', '', '0', 'choong', '7fad2c7d9a3351303d89aa165e6489d1', '2010-07-19', 'jdayfootball@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208214726', '0', '1208465837', '1208533656', '1208293763', '2', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '77.101.74.204', '0', '1', '', '0', '0', '-1', '2', '2', 'J^}^iZOb\'!1#J>o~KB9_:_$V2,n6E^', '', '0', '13826', '0', '0', '0', '0', '', '0', '0', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1556', '25', '', '0', 'Memezidella', '961ca2f810a9b2c4edda1d06ce15daf2', '2008-04-15', 'bradshtolz@xmail.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1208251679', '0', '1208251679', '1208251679', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.217.250.208', '0', '1', '', '0', '0', '-1', '1', '1', 'SRU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1557', '2', '', '0', 'Maniac', '4e34e87e09a26e9ea0b64de00b6e2951', '2008-04-15', 'claas33@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208279808', '0', '1210639104', '1210639195', '1210639194', '3', '10', '5', '1', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '79.204.107.37', '0', '1', '', '0', '0', '-1', '2', '2', 'v\\*', '', '0', '14242', '0', '0', '0', '0', '', '0', '0', '', '179', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1558', '2', '', '0', 'mikeselbycy', '5b16159a87818192cba5619668dd8dc7', '2008-04-15', 'selby_mike@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208283233', '0', '1209740909', '1209747104', '1209746615', '8', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.42.145.247', '0', '1', '', '0', '0', '-1', '3', '3', 'kP)', '', '0', '14098', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1600', '2', '', '0', 'samurai', '894bb0ee947205409a3cb18dd136f049', '2008-05-25', 'matclrke@hotmail.co.uk', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1210946857', '0', '1214262506', '1216429275', '1213484167', '21', '10', '5', '0', '2', '0', '0', '0', '45108439', '07-27-1990', '1990-07-27', '-1', '-1', '86.155.179.119', '0', '1', '', '0', '0', '-1', '1', '1', '@;X', '', '0', '15237', '0', '0', '0', '0', '', '0', '0', '', '235', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1560', '25', '', '0', 'mad man', 'b16818428d5fd5cf4e21cb25d99b4eb4', '2008-04-18', 'i_rule1000@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1208536839', '0', '1208536839', '1208537153', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.134.199.203', '0', '1', '', '0', '0', '-1', '2', '2', 'Iu.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1704', '10', '', '0', 'Haffi', '7cfa707f57b313c9de464e497d2720fa', '2010-04-22', 'haffi_plummer@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '1', '1215896700', '0', '1281570718', '1282074426', '1280344106', '44', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.220.80.87', '0', '1', '', '0', '0', '-1', '2', '0', '!Lm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1078', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'f0d4690f6c34537c1a31f79a1707624f', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1280344680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1562', '25', '', '0', 'mastermaddersws', '58a4ead5529cc96682839382f059bd9e', '2008-04-19', 'alexivanov@email.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1208576105', '0', '1208576105', '1208576105', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '71.8.40.29', '0', '1', '', '0', '0', '-1', '1', '1', 'QH=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1564', '25', '', '0', 'Destroyer', '3123370bfde3098fa3cef63d69cc403d', '2008-04-21', 'smuttneyspears@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1208801006', '0', '1208801006', '1208803855', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '172.159.210.12', '0', '1', '', '0', '0', '-1', '2', '2', '4P\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1615', '25', '', '0', 'Moliclody', '764dcdee25c2eaa6ddfffa33cb5fbed4', '2008-05-22', 'pzi@grapeideas.cn', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211422355', '0', '1211422355', '1211422355', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.236.47.87', '0', '1', '', '0', '0', '-1', '2', '2', 'uJJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1565', '2', '', '0', 'Smiths1', '499dfb5f1320fcc3cfd6357209e8f56c', '2008-04-23', 'steven.smith413@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208941385', '0', '1210257479', '1210257479', '1210183578', '4', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.21.62.203', '2', '1', '', '0', '0', '-1', '2', '2', '/ow', '', '0', '14169', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1612', '25', '', '0', 'Woody®™', '396df7a15b646af57be6627b8d63ebba', '2008-05-21', 'woods_in_majorca@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211371335', '0', '1211371335', '1211372448', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.33.172.170', '0', '1', '', '0', '0', '-1', '0', '0', 'w\\E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '295', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1566', '25', '', '0', 'FineScope', '1944fdf96bf68207b89fc31ba1dfa809', '2008-04-23', 'oliversanderson@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1208962333', '0', '1208962333', '1208962430', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.4.217.144', '0', '1', '', '0', '0', '-1', '1', '1', '_F\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1568', '2', '', '0', 'JayJayUK', 'db8bc7ae0282ce6b2bdba21bf89a9a54', '2008-09-22', 'djcrayzeej@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1208983690', '0', '1222101510', '1222192429', '1222192428', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.20.213.167', '0', '1', '', '0', '0', '-1', '2', '1', 'Ejk', '', '0', '18188', '0', '0', '0', '0', '', '0', '0', '', '366', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1569', '25', '', '0', 'djly', 'e2bae84878b7901df69df062b4b0f49c', '2008-04-24', 'josheeboee@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1208998483', '0', '1208998483', '1208998848', '0', '0', '10', '5', '-8', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '99.129.27.218', '0', '1', '', '0', '0', '-1', '2', '2', '8st', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1617', '25', '', '0', 'G-Star', '829d23c80292f08e44fc36cc9e7a5307', '2008-05-24', 'Tremmal-Darius-2006@web.de', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211638687', '0', '1211638687', '1211639368', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.186.43.89', '0', '1', '', '0', '0', '-1', '2', '2', 'aen', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1571', '25', '', '0', 'MoogueLease', 'dd0ca5c099265d7589c7242d1102ffb7', '2008-04-25', 'hfddfdjsjhd@fhtddft.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209096857', '0', '1209096857', '1209096857', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.20.49.178', '0', '1', '', '0', '0', '-1', '1', '1', 'fx#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1572', '25', '', '0', 'DoubleDove', '2c578b1b052bf6d8acc444032352da6f', '2008-04-25', 'david@dharrison.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209154095', '0', '1209154095', '1209154641', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '62.3.237.152', '0', '1', '', '0', '0', '-1', '2', '2', 'lOk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1574', '2', '', '0', 'Stage_6', 'ba65803f35d4d5666f417d70f4e6e15e', '2008-04-28', 'stage6@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1209390204', '0', '1209391073', '1209393388', '1209393360', '1', '10', '5', '1', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '79.78.50.233', '1117', '1', '', '0', '0', '-1', '2', '2', '(&h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1636', '25', '', '0', 'MarySexyz', '7afb6f738851114daeff9140efba4951', '2008-05-31', 'robertgoogle@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1212249151', '0', '1212249151', '1212249151', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.143.140', '0', '1', '', '0', '0', '-1', '0', '0', 'gIM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1575', '25', '', '0', 'mayorktok', '45aef0fbee79d2c47374c515d4811030', '2008-04-29', '5sdhdhertxd@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209471743', '0', '1209471743', '1209472283', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.129.199.205', '0', '1', '', '0', '0', '-1', '2', '2', 'SWl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1576', '25', '', '0', 'Slinki', '64d078968fe662964508d5b1c13aa83a', '2008-04-30', 'duckndry@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209573458', '0', '1209573458', '1209573458', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.42.215.234', '0', '1', '', '0', '0', '-1', '1', '1', '9o,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1578', '2', '', '0', 'FpsGc', 'e1008c7fb734d2cc04d8323aed0db17b', '2008-05-02', 'Dean@fpsgcgaming.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1209724307', '0', '1247479904', '1247481943', '1247481192', '7', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.8.52.90', '0', '1', '', '0', '0', '-1', '2', '1', 'VnA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '543', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1579', '25', '', '0', 'MakTooseTof', 'f3db8cfb52e3c844d514bc01f0d6d4a4', '2008-05-02', 'absoxixetoutt@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209730060', '0', '1209730060', '1209730060', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.20.115.118', '0', '1', '', '0', '0', '-1', '1', '1', 'A^1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1582', '25', '', '0', 'bizw0z', '00ff23be16f3857c67cc88ad7b728dd0', '2008-05-03', 'bryan.perry@med.ge.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209851778', '0', '1209851778', '1209851778', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.211.100.129', '1217', '1', '', '0', '0', '-1', '2', '2', '.#(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1586', '25', '', '0', 'jTAG', 'ae06217cf6460db343777ce87e03969d', '2008-05-05', 'jtag@free.fr', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1209981914', '0', '1210117274', '1210151893', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.166.255.246', '0', '1', '', '0', '0', '-1', '2', '2', '(bt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1587', '2', '', '0', 'frisp', 'c28f0fcaf98212db4c5d343e6eebc602', '2008-05-06', 'fraserl@gmail.com', '0', '', 'http://www.unrealgamerz.org', '', '', '', '2', '1', 'Junior Member', '0', '1210090460', '0', '1210102003', '1210105949', '1210091452', '2', '10', '5', '0', '2', '0', '0', '0', '45108695', '10-23-1967', '1967-10-23', '-1', '-1', '78.86.109.180', '0', '1', '', '0', '0', '-1', '2', '2', 'Py!', '', '0', '14148', '0', '0', '0', '0', '', '0', '0', '', '190', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1594', '25', '', '0', 'fluff', '1c623191cd7412c15b2a29903441e16e', '2008-05-10', 'kevin_vandooren@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1210447333', '0', '1210447333', '1210447396', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.192.85.243', '0', '1', '', '0', '0', '-1', '2', '2', 'Ejk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1588', '2', '', '0', 'THE ROOTS mp3', 'e25cd437ad7b0cc6509efafe3ba84465', '2008-05-06', 'n4n4rj4in@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1210109486', '0', '1210109486', '1210110312', '1210110057', '1', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '85.145.238.103', '0', '1', '', '0', '0', '-1', '1', '1', 'QIW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '145', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1637', '2', '', '0', 'Preee', '58b8518c9fa5fa1ddbaddf902ce40fbf', '2010-03-28', 'pre_67_pre@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1212593361', '0', '1212604302', '1269784211', '1212604302', '2', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '88.104.175.75', '0', '1', '', '0', '0', '-1', '0', '0', 'Opt', '', '0', '14872', '0', '0', '0', '0', '', '0', '0', '', '202', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1591', '2', '', '0', 'Madjock', '1fddd7077070f97f56b8812d11485d41', '2008-05-07', 'william.ogilvie@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1210179940', '0', '1213017096', '1213018973', '1213011661', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.233.255.67', '0', '1', '', '0', '0', '-1', '2', '1', '(w%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '235', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1592', '2', '', '0', 'Cooks', '6bd01dca3637f60ed2907cc71339571c', '2008-05-07', 'ggoodwin@trapclan.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1210182813', '0', '1219314144', '1222214158', '1210182916', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.164.3.116', '0', '1', '', '0', '0', '-1', '2', '1', 'x1=', '', '0', '14168', '0', '0', '0', '0', '', '0', '0', '', '137', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1659', '2', '', '0', 'rjenko', '7d849397d3901c212657e80e213e7f2f', '2008-06-15', 'Rjenko_2k3@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1213536528', '0', '1213545944', '1218025060', '1218023824', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.1.143.168', '0', '1', '', '0', '0', '-1', '1', '1', 'e]x', '', '0', '16766', '0', '0', '0', '0', '', '0', '0', '', '135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1716', '25', '', '0', 'memepoplach', '0ff0132ac421d2d32fb2b85d1f133d0d', '2008-07-18', 'annuamypawn@sweetville.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1216353503', '0', '1216353503', '1216353503', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.242.88.71', '0', '1', '', '0', '0', '-1', '0', '0', 'Xw?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1596', '2', '', '0', 'Đubre', 'aa55daa96b924a66cf6a2a02d3c3a78d', '2014-08-02', 'dlujic@gmail.com', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1210607830', '0', '1406936252', '1407699422', '1217944228', '2', '10', '5', '0', '1', '0', '0', '0', '36720471', '', '0000-00-00', '-1', '1', '83.131.64.217', '0', '0', '', '0', '0', '-1', '0', '0', 'NH>4pMJtEpKzpzU5}D,gtnwRDN\'VYX', '', '0', '16698', '0', '0', '0', '0', '', '0', '0', '', '447', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1601', '25', '', '0', 'xCptFaction', 'f8fad9d4a0dd933e3fa0ee3ee4a48801', '2008-05-16', 'bmw74594@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1210962049', '0', '1210962049', '1210962184', '0', '0', '10', '5', '4', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.61.240.60', '1117', '1', '', '0', '0', '-1', '0', '0', '%_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1597', '22', '21,23', '0', 'Fort Minor', '07c868cc280b7b755ff105819ded6f08', '2009-02-13', 'adettlaff@hotmail.com', '0', '', '', '', '', '', '0', '0', 'CSS Full Admin', '1', '1210630200', '0', '1369047222', '1442499968', '1442499597', '455', '10', '5', '0', '0', '0', '0', '0', '43535703', '', '0000-00-00', '-1', '1', '91.36.113.229', '0', '0', '', '0', '0', '-1', '34', '0', '=[P', '', '0', '83382', '0', '0', '0', '0', '', '0', '0', '', '6550', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '39a06adf6da66e610dcd2c979bfac206', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '6', '315', '500', '0', '0', '0', '1', '207', '1285532158', '0', '2483', '91', '23', '26', NULL, '31.1475', '11.7647', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,21|5000 Experience Points|spheres_red_16.png|spheres_red_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314481200', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3345', '2', '', '0', 'ronnysteven', 'd094936f6f42e3e6296598b28f6270cb', '2011-03-23', 'ronnystevenn@gmail.com', '0', '', 'http://www.scarygames247.com/', '', 'ronnysteven', '', '2', '0', 'Junior Member', '0', '1300892388', '0', '1300892388', '1300892989', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '04-04-1987', '1987-04-04', '-1', '-1', '180.215.143.98', '0', '1', '', '0', '0', '-1', '0', '0', '!rA|&%[lrH(A>T!Rml\"}RZVd3z8#@_', 'ronnysteven', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1300893180', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1598', '25', '', '0', 'ESGl DavosFan lS.U.I', '421d1611a7a0ff783ce06deca931b21c', '2008-05-13', 'hoppdavos@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1210668775', '0', '1210668775', '1210687135', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.138.108.28', '1593', '1', '', '0', '0', '-1', '1', '1', '\"Oa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1602', '25', '', '0', 'Dawlish', 'e4c992cfae346520eb4626438d1703ed', '2008-05-16', 'gene_wr@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1210966252', '0', '1210967435', '1211386191', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '77.102.209.12', '21', '1', '', '0', '0', '-1', '2', '2', '*s;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1603', '25', '', '0', 'Maxxttestra', '902844737ece36942ab9cf8017869725', '2008-05-17', 'upyachkin@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211015261', '0', '1211015261', '1211015261', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.100.64.151', '0', '1', '', '0', '0', '-1', '2', '2', '}\\K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1604', '25', '', '0', 'mk-medical', '2f1680b5440965350aaedf306608057f', '2008-05-17', 'vomaceboomrex@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211016159', '0', '1211016159', '1211016159', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.20.122.154', '0', '1', '', '0', '0', '-1', '0', '0', '67|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1606', '25', '', '0', 'piggin', '9f137928a9a471df0a39abdc457f2bd3', '2008-05-19', 'lala@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211221788', '0', '1218488465', '1226870791', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.210.216.96', '0', '1', '', '0', '0', '-1', '0', '0', 'mc&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1622', '2', '', '0', 'ganjaboy', '3ebcdc0966151475aceb08417b76ac0a', '2008-05-26', 'fuuuuukking_helll@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1211801314', '0', '1211806756', '1211921667', '1211801758', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.146.204.200', '0', '1', '', '0', '0', '-1', '2', '2', 'x\'?', '', '0', '14599', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1608', '8', '', '0', 'ACE', '19aa2d5383df6883ba1b75b83cb0df6b', '2008-05-20', 'hyunbass@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Complete Idiot - Banned', '1', '1211291940', '0', '1273212413', '1273212413', '1265716865', '349', '10', '5', '-5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '216.230.125.229', '0', '1', '', '0', '0', '-1', '1', '0', ':9p', '', '0', '54888', '0', '0', '0', '0', '', '0', '0', '', '2445', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1609', '25', '', '0', 'TasuiT', '28b7c6b6d2b79471aa41e8bedd80d3f8', '2008-05-20', 'TasuiT@live.dk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211303498', '0', '1211472379', '1211479191', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.91.169.199', '0', '1', '', '0', '0', '-1', '2', '2', '%Mx', '', '0', '14465', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1610', '2', '', '0', 'snippy', 'bfca65218086c3a30060af763bbf5485', '2008-05-20', 'bryanderidder@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1211312065', '0', '1211635285', '1212242166', '1211635285', '5', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.105.177.223', '0', '1', '', '0', '0', '-1', '2', '2', '72@', '', '0', '14517', '0', '0', '0', '0', '', '0', '0', '', '198', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1611', '2', '', '0', 'Zaitzev', '988239a1e2c275d5522959677402cb6c', '2008-05-20', 'zaitzev@insane.no', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1211312513', '0', '1211546860', '1211616282', '1211546859', '1', '10', '5', '1', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.202.65.215', '0', '1', '', '0', '0', '-1', '2', '2', 'W:m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '293', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1616', '25', '', '0', 'MukWom', 'f4bbeadf82a7db39e02c112ae86c9d3a', '2008-05-24', 'pofugezur@monarchford.cn', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211616940', '0', '1211616940', '1211616940', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.255.120.219', '0', '1', '', '0', '0', '-1', '2', '2', '5h{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1613', '2', '', '0', 'Chaos909', '64bdc8c529ea3e80b4dae13b1c345aa3', '2008-05-21', 'smcallister594@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1211374985', '0', '1211969519', '1217438398', '1211473040', '10', '10', '5', '0', '1', '0', '0', '0', '45108695', '10-10-1989', '1989-10-10', '-1', '-1', '92.235.52.66', '0', '1', 'smcallister594@live.co.uk', '0', '0', '-1', '1', '0', '%R$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1614', '25', '', '0', 'Measeattism', 'df753d6c1e05607ba037ba1aac4a3d3e', '2008-05-21', 'whh@errorsbritish.cn', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211396915', '0', '1211396915', '1211396915', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.227.125.157', '0', '1', '', '0', '0', '-1', '0', '0', '!)u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1618', '25', '', '0', 'James', '5a8795609d93c635bf05fea500275207', '2008-05-24', 'james420@123mail.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211639025', '0', '1217816745', '1218204046', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '128.241.43.144', '0', '1', '', '0', '0', '-1', '6', '6', ';y^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1619', '25', '', '0', 'dantek', '0065a182cc2788a4063eafdf4def09c6', '2008-05-24', 'dantek__@the-quickest.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211645610', '0', '1211647078', '1211649230', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '62.166.173.168', '0', '1', '', '0', '0', '-1', '2', '2', 'JfR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1620', '25', '', '0', '3246251196', 'b39039e3643fdcdf645636892b531900', '2008-05-24', '3246251196ryan@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211648647', '0', '1211649302', '1211658130', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.23.14.18', '0', '1', '', '0', '0', '-1', '2', '2', 'A\'e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1648', '25', '', '0', 'Markacikithq', '7b955528756483f7ad38ab4a58af9e7f', '2008-06-11', 'janepitt@mymail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1213200117', '0', '1213200117', '1213200117', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.18.189.13', '0', '1', '', '0', '0', '-1', '0', '0', 'M8G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1673', '2', '', '0', 'Phazer34', '6050899644ea25ad44db06e6f804d5e2', '2008-06-26', 'warren_brady@live.ca', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1214442967', '0', '1214717245', '1214717245', '1214702253', '4', '10', '5', '-3.5', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '142.162.187.87', '0', '1', '', '0', '0', '-1', '2', '2', '#q}', '', '0', '15744', '0', '0', '0', '0', '', '0', '0', '', '161', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1679', '25', '', '0', 'Duzik', '3923d9b53ad962b0dad692a69a93c795', '2008-06-29', 'stefan10@telia.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1214760876', '0', '1214761469', '1214761469', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '62.63.212.211', '0', '1', '', '0', '0', '-1', '0', '0', '2{`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1621', '25', '', '0', 'Slayer00', '0e3bd42c1828603de6033d706ad98971', '2008-05-25', 'slayer@dayofdarkness.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211714776', '0', '1211714776', '1211714922', '0', '0', '10', '5', '2', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '91.154.55.69', '0', '1', '', '0', '0', '-1', '2', '2', 'RX+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1646', '25', '', '0', 'Exc@libur', '249aafdde3a02ae70a47d5d84b9b442f', '2008-06-09', 'craeghsigor@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1213028059', '0', '1213119119', '1213125445', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '81.165.52.81', '0', '1', '', '0', '0', '-1', '2', '2', '8\"1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1753', '25', '', '0', 'derimna', 'b25a5776b01da9a2e428ad1cf1080f38', '2008-08-09', 'derimna@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218318813', '0', '1218318813', '1218352896', '1218352891', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.231.236.87', '0', '1', '', '0', '0', '-1', '1', '1', 'OD1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1685', '2', '', '0', 'Mick', 'b70f5b62feb044822b01c4173d6198b2', '2008-07-02', 'mickey.d1@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1215014767', '0', '1215108266', '1215186571', '1215108266', '6', '10', '5', '0', '2', '0', '0', '0', '45108439', '11-10-0000', '0000-11-10', '-1', '-1', '213.202.141.208', '0', '1', '', '0', '0', '-1', '1', '1', '>H;', '', '0', '15867', '0', '0', '0', '0', '', '0', '0', '', '249', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1654', '25', '', '0', 'metrocarryzsz', '2e7df5da6a432b391c12593f39034f51', '2008-06-14', 'evedark@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1213400790', '0', '1213400790', '1213400790', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.186.53.226', '0', '1', '', '0', '0', '-1', '0', '0', 'g+\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1624', '2', '', '0', 'HBS|Splat', '7f811c44fd398f97b73975cfb0024eb9', '2008-05-26', 'mintox01@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1211830030', '0', '1211830030', '1211832707', '1211830347', '1', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '91.108.92.129', '0', '1', '', '0', '0', '-1', '2', '2', '>HW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993300', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1625', '25', '', '0', 'Malishkaxz', '614fa650c2ec684c4000815adfc1d2a9', '2008-05-26', 'awdawfawd@topmagic.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1211836286', '0', '1211836286', '1211836286', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '158.222.16.121', '0', '1', '', '0', '0', '-1', '2', '2', 'a4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1665', '2', '', '0', 'Viking', 'e9b1f501ec6b77359d8da31faaf56d12', '2008-06-17', 'teaurn@tiscali.co.uk', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1213696992', '0', '1223460085', '1223632413', '1223380470', '13', '10', '5', '0', '2', '0', '0', '0', '45112535', '02-08-0000', '0000-02-08', '-1', '2', '88.105.228.125', '3', '0', '', '0', '0', '2', '7', '1', '5C5', '', '0', '18508', '0', '0', '0', '0', '', '0', '0', '', '309', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1666', '25', '', '0', 'meermebsice', 'def14ec1f02f0ad7800466dcf72494fa', '2008-06-18', 'rixdrorma@pozitifff.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1213776552', '0', '1213776552', '1213776552', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.241.169.174', '0', '1', '', '0', '0', '-1', '0', '0', 'l/y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1667', '2', '', '0', 'xxx', '07573676562551c46458ee1943b4d63b', '2008-06-18', 'Joergensen_02@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1213791035', '0', '1213791035', '1213791633', '1213791417', '1', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '212.10.33.104', '0', '1', '', '0', '0', '-1', '2', '2', '{vm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '156', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1668', '2', '', '0', 'Chrisl154', '3b540425546a1f6a959f9040699bffb2', '2008-06-19', 'SPChristian154@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1213845338', '0', '1213845338', '1213851660', '1213849911', '1', '10', '5', '-7', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.104.228.127', '0', '1', '', '0', '0', '-1', '2', '2', 'Ejk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '196', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1669', '25', '', '0', 'memscooke', '298a2382f36accc0ac3f55f8ac3d86ff', '2008-06-20', 'muptinpum@medmail.info', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1213935446', '0', '1213935446', '1213935446', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.201.96.146', '0', '1', '', '0', '0', '-1', '2', '2', 'q4a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1699', '2', '', '0', 'BubbytheTourG', 'cd153945088aa2f428a69da5300b43d3', '2008-07-09', 'fxravelo@comcast.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1215577513', '0', '1215636648', '1215830757', '1215626539', '2', '10', '5', '-5', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '98.211.215.37', '0', '1', '', '0', '0', '-1', '2', '2', '[JI', '', '0', '15978', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1671', '25', '', '0', 'strawberry', '6c31e90eb211394b5867a7b3e743fd64', '2008-06-22', 'dude1811@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1214148061', '0', '1214148061', '1214148136', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.153.18.127', '0', '1', '', '0', '0', '-1', '2', '2', 'Z}`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1674', '2', '', '0', 'luckydreamcj', 'b0a7c02b6c308f33048d947082cb180f', '2008-06-26', 'luckydreamcj@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1214475341', '0', '1214593310', '1214799207', '1214799205', '1', '10', '5', '6', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.62.138.90', '0', '1', '', '0', '0', '-1', '2', '2', 'A8t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1676', '25', '', '0', 'mybooboo', '30bab23dcab33055c10f98b6393026b6', '2008-06-28', 'evefrance@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1214642242', '0', '1214642242', '1214642242', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.109.21.190', '0', '1', '', '0', '0', '-1', '0', '0', 'Ejk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1678', '25', '', '0', 'mumlousia', 'ba4f051cfa288bbc0c29cdcba7544cfb', '2008-06-29', 'trulfirty@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1214728828', '0', '1214728828', '1214728828', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.245.119.76', '0', '1', '', '0', '0', '-1', '0', '0', '63t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1680', '2', '', '0', 'Izzat', '95b481b7d26718a8e3cc7d02c1015891', '2008-06-30', 'Izzat_Owns@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1214781066', '0', '1222445072', '1222451025', '1222451024', '31', '10', '5', '2', '2', '0', '0', '0', '45108439', '01-04-1992', '1992-01-04', '-1', '-1', '85.131.96.30', '0', '1', '', '0', '0', '-1', '11', '1', '^K;', '', '0', '18265', '0', '0', '0', '0', '', '0', '0', '', '205', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1730', '25', '', '0', 'keeef', '104243c7305156ce75d2ec349d4992cb', '2008-07-28', 'k@endmafia.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217234510', '0', '1217234510', '1217234616', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '90.218.77.147', '0', '1', '', '0', '0', '-1', '2', '2', 'lu/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1681', '10', '', '10', 'Truls', 'f33029a2b0852c33e19f5fe51d2b25ce', '2009-04-27', 'truls__92@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '1', '1214794260', '0', '1299797514', '1299956340', '1299716457', '347', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '62.97.229.158', '0', '1', '', '0', '0', '-1', '1', '0', 'G%8', '', '0', '72611', '0', '0', '0', '0', '', '0', '0', '', '3152', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '8.67679', '14.1343', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1299716640', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1684', '25', '', '0', 'markdiss', '1c11507d4ba07fd699c885f404b79d88', '2008-07-02', 'annaivanov@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1214984112', '0', '1214984112', '1214984112', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.143.235', '0', '1', '', '0', '0', '-1', '0', '0', 'j\"I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1686', '2', '', '0', 'Mav3rick', '7f30f8fe0573fbb9a6b26f0f29c66951', '2008-07-02', 'aahussain91@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1215024503', '0', '1215088094', '1215093922', '1215093795', '3', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '62.31.78.44', '0', '1', '', '0', '0', '-1', '2', '2', '%,=', '', '0', '15857', '0', '0', '0', '0', '', '0', '0', '', '196', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1687', '2', '', '0', 'phantom1984', 'e0250dec83a7a7efad9dd036836a2537', '2008-07-02', 'fordrangertuff@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1215038538', '0', '1215052507', '1217834798', '1215052504', '2', '10', '5', '-5', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '76.122.44.113', '0', '1', '', '0', '0', '-1', '1', '1', 'by+', '', '0', '15842', '0', '0', '0', '0', '', '0', '0', '', '148', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1688', '21', '', '0', 'wisefool', '2ecd0f59a424ba0a9523422854dec762', '2008-07-03', 'protomenace@gmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1215041760', '0', '1283111460', '1283117819', '1283111459', '18', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '83.93.39.191', '3', '1', '', '0', '0', '-1', '1', '0', 'nKp', '', '0', '67793', '0', '0', '0', '0', '', '0', '0', '', '338', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.95185', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1283111640', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1736', '25', '', '0', 'Mamie36', '5e6781152785fcea2c8a0f34669bcd5d', '2008-08-02', 'acilliozzy@mymail-in.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217694436', '0', '1217694436', '1217696118', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.9.99.34', '0', '1', '', '0', '0', '-1', '2', '2', 'x@D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1689', '25', '', '0', 'Ikaros', 'a754213eed8001d9fb5a5ee669744b44', '2008-07-03', 'valium89@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1215086763', '0', '1215086763', '1215087284', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '89.166.11.7', '1536', '1', '', '0', '0', '-1', '0', '0', ']c;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1690', '25', '', '0', 'Maitleinsence', 'e8d0d9d1c99568f9f4caf58bfcf3cfce', '2008-07-04', 'rvo@pantherproblem.cn', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1215190238', '0', '1215190238', '1215190238', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '71.230.152.5', '0', '1', '', '0', '0', '-1', '2', '2', 'n]c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1691', '2', '', '0', 'Twinky', 'a832bbc93571c2cdd976156dfae1e3d0', '2008-07-04', 'spazzy_css@hotmail.co.uk', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1215197851', '0', '1215601959', '1218762804', '1218762803', '5', '10', '5', '0', '2', '0', '0', '0', '45108439', '08-15-0000', '0000-08-15', '-1', '-1', '92.17.170.18', '0', '1', 'spazzy_css@hotmail.co.uk', '0', '0', '-1', '3', '1', '/pz', '', '0', '17135', '0', '0', '0', '0', '', '0', '0', '', '331', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1692', '25', '', '0', 'MeeniaVab', 'ed0c842883bb9c4647ffe9c8a38b8d03', '2008-07-05', 'isi@ethnicaccident.cn', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1215251176', '0', '1215251176', '1215251176', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.215.71.75', '0', '1', '', '0', '0', '-1', '2', '2', 'P4j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1693', '25', '', '0', 'mikesrop', 'adcbd24fae2e3976126b788c5ef5cab3', '2008-07-05', 'bobshtolz@xmail.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1215252609', '0', '1215252609', '1215252609', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.143.236', '0', '1', '', '0', '0', '-1', '0', '0', '+z|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1694', '25', '', '0', 'moipixjam', '1b90384aac71920021e6aa1c6fb63540', '2008-07-06', 'non@dyingmonitor.cn', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1215298808', '0', '1215298808', '1215298808', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.32.26.82', '0', '1', '', '0', '0', '-1', '2', '2', '$:%', '', '0', '15928', '0', '0', '0', '0', '', '0', '0', '', '174', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1745', '25', '', '0', 'stoxjack515', '5dd26704418c4adde0e79db1953056ec', '2008-08-05', 'stoxjack515@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217936424', '0', '1217936944', '1221248473', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.42.42.14', '0', '1', '', '0', '0', '-1', '3', '1', '^Nu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1718', '25', '', '0', 'Subix', '12239f671edbf68adabf91d3da10a8b0', '2008-07-19', 'melana.subix@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1216489916', '0', '1216489916', '1216489916', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.207.40.60', '0', '1', '', '0', '0', '-1', '2', '2', 'ql}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1732', '25', '', '0', 'exechecker', '336bd08ba2ee6bf2eafc9ff3a209ab7e', '2008-07-30', 'louigie@hotmail.de', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217445380', '0', '1217446047', '1217452381', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.94.138.224', '0', '1', '', '0', '0', '-1', '0', '0', 's{`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1701', '2', '', '0', 'Romantic', '8824491b8df13aad2a7b4d474955aa0f', '2008-07-10', 'HolyBulb@hotmail.com', '0', '', 'http://www.Aim2Kill.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1215718860', '0', '1215833067', '1215858528', '1215766584', '2', '10', '5', '0', '2', '0', '0', '0', '45108695', '06-13-1979', '1979-06-13', '-1', '-1', '217.44.150.203', '2', '1', '', '0', '0', '-1', '2', '2', '?HY', '', '0', '16023', '0', '0', '0', '0', '', '0', '0', '', '277', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1702', '2', '', '0', 'deviant', 'a3146e8c70908f427bdd6a023026031a', '2008-07-10', 'tilley_adam@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1215719512', '0', '1216318339', '1216591277', '1215720032', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.216.60.184', '0', '1', '', '0', '0', '-1', '3', '2', 'eje', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1757', '25', '10', '0', '=VTA=PrivateSniper', '9695ef12052c4e523f86a8dd4df89830', '2008-08-12', 'privatesniper@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218558488', '0', '1218558955', '1218628959', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108375', '', '0000-00-00', '-1', '-1', '82.20.107.234', '1719', '1', '', '0', '0', '-1', '1', '1', '@#*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1703', '25', '', '0', 'MajiC', '5ac06757939fb5ca3d54b358b8702c5a', '2008-07-11', 'tommo.wales@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1215801892', '0', '1215801892', '1215802078', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.145.96.249', '0', '1', '', '0', '0', '-1', '0', '0', '6-[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1705', '10', '', '0', 'Rainmaker84_', '07b5ffd44cfff77959bb0bc9a7482094', '2008-07-12', 'rainmaker84_@hotmail.com', '0', '', '', '', '', '', '2', '1', 'CSS Full Admin', '1', '1215903180', '0', '1282083524', '1295820564', '1281559918', '44', '10', '5', '0', '1', '0', '0', '0', '45108439', '09-20-1984', '1984-09-20', '-1', '-1', '193.216.74.52', '0', '1', '', '0', '0', '-1', '3', '0', 'S%G', '', '0', '66853', '0', '0', '0', '0', '', '0', '0', '', '1436', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1295819520', '0', '0', '0', 'AWP WORE!', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1708', '2', '', '0', 'Abstract', '1ca57d61d613227895b67d3cf889cfa1', '2008-07-13', 's.abstractmachine@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1215980637', '0', '1219881874', '1220827495', '1215980922', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '79.66.4.91', '0', '1', '', '0', '0', '-1', '2', '2', '1~M', '', '0', '16087', '0', '0', '0', '0', '', '0', '0', '', '146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1710', '25', '', '0', 'Mywebccamj', 'd43e97e89679cefceba12c291fc54587', '2008-07-15', 'mywebcamsg199@gawab.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1216111103', '0', '1216111103', '1216111103', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.149.217.194', '0', '1', '', '0', '0', '-1', '0', '0', '/*;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1715', '2', '', '0', 'AndyB123', '4e76c92c44d69bd7ea66e386fd7139f5', '2008-07-16', 'abradley90@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1216245386', '0', '1216405131', '1216507939', '1216507842', '2', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '90.202.85.35', '0', '1', '', '0', '0', '-1', '2', '2', '7&5', '', '0', '16251', '0', '0', '0', '0', '', '0', '0', '', '177', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1711', '2', '', '0', 'Acunil', 'c1e29731585258c191b5fa7b42b890a3', '2008-07-15', 'locamos@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1216156785', '0', '1216157595', '1216165530', '1216165530', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '195.157.175.163', '0', '1', '', '0', '0', '-1', '2', '2', 't@d', '', '0', '16166', '0', '0', '0', '0', '', '0', '0', '', '236', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1713', '25', '', '0', 'Shambler[Bishop', 'e1356a558f559fbeb4fbe475ada290cf', '2008-07-16', 'JBarrett847@Gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1216180360', '0', '1217978375', '1219673758', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.42.103.42', '0', '1', '', '0', '0', '-1', '3', '2', 'gA-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1714', '25', '', '0', 'Riot', '608f78a74230904ff78ce4f20e5c4ec9', '2008-07-16', 'riot999@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1216201546', '0', '1216201546', '1216202027', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.9.149.12', '0', '1', '', '0', '0', '-1', '2', '2', 'E;k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1717', '21', '', '0', 'Fuel', '890c2d444d08f1211fd211b26611ccfe', '2010-05-14', 'McDeshi@gmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Full Admin', '1', '1216407420', '0', '1346336367', '1368807218', '1368806222', '485', '11', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '1', '83.4.179.190', '0', '0', '', '0', '0', '-1', '15', '0', '(0m', '', '0', '80477', '0', '0', '0', '0', '', '0', '0', '', '4761', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '110', '1283437619', '0', '1983', '3', '7', '12', NULL, '13.1148', '17.6471', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1312334700', '0', '0', '1', 'working on something', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1719', '2', '', '0', '=VTA= Muncan', '90b71b22e5ef8cf268c2e5e0b8ca3b09', '2008-07-20', 'duncan.powell90@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1216519217', '0', '1227118311', '1227193669', '1218500006', '9', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '81.158.72.63', '0', '1', '', '0', '0', '-1', '2', '1', 'Z>Q', '', '0', '17024', '0', '0', '0', '0', '', '0', '0', '', '307', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1721', '2', '', '0', 'KickingBase', '8c8e672c83fdb2866e22385b23c5029e', '2008-07-21', 'admin@eca-clan.com', '0', '', 'http://www.eca-clan.com', '', '', '', '2', '0', 'Junior Member', '0', '1216666231', '0', '1226250301', '1226503559', '1216943131', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.80.190.63', '0', '1', '', '0', '0', '-1', '2', '1', 'i )', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '391', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1722', '25', '', '0', 'sRai', '49066b8e9c768834e3c7422def29dc60', '2008-07-23', 'sarai@live.nl', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1216819131', '0', '1216819131', '1216835654', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.125.141.181', '0', '1', '', '0', '0', '-1', '2', '2', 'e,i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1724', '25', '', '0', 'Jlong951', '3aba19a77972c9be1b92a2390a085c85', '2008-07-25', 'jamielong951@aol.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217017937', '0', '1217017937', '1217018190', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.241.196.45', '0', '1', '', '0', '0', '-1', '2', '2', 'u$N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1725', '25', '', '0', 'larkemon', 'c3fe250624af6419eec29e676abe18c4', '2008-07-26', 'michal9393@onet.eu', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217028476', '0', '1217028840', '1217095645', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '83.29.228.36', '0', '1', '', '0', '0', '-1', '2', '2', 'plL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1726', '25', '', '0', '1Đubre1', 'bd362f8f7b3f4255d19e45a47be1511c', '2008-07-26', 'dlujic@email.t-com.hr', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217109665', '0', '1217109665', '1217109814', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '83.131.26.205', '0', '1', '', '0', '0', '-1', '0', '0', ';Ey', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1728', '2', '', '0', 'messy', '0bcfc808fe71f861a83cb3017904a0d6', '2008-07-27', 'jakeblackwellhughes@hotmail.co.uk', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1217173459', '0', '1223547642', '1224084448', '1222460688', '15', '10', '5', '0', '2', '0', '0', '0', '45108439', '07-15-1992', '1992-07-15', '-1', '-1', '90.212.193.238', '0', '1', '', '0', '0', '-1', '2', '1', '?u9', '', '0', '18267', '0', '0', '0', '0', '', '0', '0', '', '223', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1729', '25', '', '0', 'Sharpshooter761', '3b9317397ff25572639a5debf94a4efe', '2008-07-27', 'guywell2002@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217196242', '0', '1217196242', '1217197157', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.107.84.178', '0', '1', '', '0', '0', '-1', '2', '2', '-m(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1737', '2', '', '0', 'xBlackBorn', 'ca53e3742a1e784fc9c642d0d84fdba3', '2008-08-02', 'william16@live.dk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1217699601', '0', '1217773584', '1217776106', '1217776106', '9', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.61.241.13', '0', '1', '', '0', '0', '-1', '2', '2', '??j', '', '0', '16657', '0', '0', '0', '0', '', '0', '0', '', '274', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1733', '2', '', '0', 'giddyroo', 'e50f44cad778f98d402eed54d900eb20', '2008-07-31', 'giddyroo@msn.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1217526397', '0', '1226788943', '1226788944', '1225367025', '57', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '79.75.84.153', '0', '1', '', '1222211466', '0', '-1', '1', '1', '-8k', '', '0', '19227', '0', '0', '0', '0', '', '0', '0', '', '1007', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1734', '25', '', '0', 'M@gik@nik@s', '055412c6b29e4c774362d64e09d91807', '2008-08-01', 'jeapsenar@ukrmail.org', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217579363', '0', '1217579363', '1217579363', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.108.96.50', '0', '1', '', '0', '0', '-1', '0', '0', 'qx/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1735', '25', '', '0', 'missdrin', '5f273cd54afa29844fd829c61100d74b', '2008-08-01', 'missdrin@gmx.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217599900', '0', '1217599900', '1217600379', '1217600379', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.143.240', '0', '1', '', '0', '0', '-1', '2', '2', 'gsL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1738', '2', '', '0', 'Avalon', '1e48a140c8692273fdd2cfbcd7853041', '2010-12-02', 'YayPatrick@live.dk', '0', '', '', '', '', '', '2', '2', 'Member', '0', '1217700440', '0', '1291303546', '1291309879', '1291302592', '38', '10', '5', '1', '1', '0', '0', '0', '45108311', '03-07-1995', '1995-03-07', '-1', '-1', '87.49.85.45', '0', '1', '', '0', '0', '-1', '6', '0', '*YbCWe#i1zguQPYMFG$)0A7&F>7b-f', '', '0', '70364', '0', '0', '0', '0', '', '0', '0', '', '499', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.32226', '6.01805', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1291302720', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1750', '2', '', '0', 'haggard', '9585270aa9d6f8e2a07655de84253c0a', '2008-08-07', 'haggard@steamgamers.com', '0', '', 'http://steamgamers.com', '', '', '', '2', '0', 'Junior Member', '0', '1218149630', '0', '1220738628', '1221465852', '1219251963', '3', '10', '5', '-6', '2', '0', '0', '0', '45108439', '09-08-1982', '1982-09-08', '-1', '-1', '68.22.193.6', '0', '1', '', '0', '0', '-1', '25', '1', '6xU', '', '0', '17219', '0', '0', '0', '0', '', '0', '0', '', '236', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1760', '25', '', '0', 'pimonoed', '157f914fe8aa47011f0c229c7b32b5fe', '2008-08-14', 'pimonoed@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218695470', '0', '1218709938', '1218762320', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '220.173.140.210', '0', '1', '', '0', '0', '-1', '0', '0', 'nS0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1763', '10', '', '0', 'Steffen[GER]', '49f661c48d86f03ba9558a757faac972', '2008-08-14', 'Podolski1990@web.de', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '1', '1218741240', '0', '1274276753', '1277397556', '1274276721', '98', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.79.220.186', '0', '1', '', '0', '0', '-1', '16', '0', '%Ox', '', '0', '61338', '0', '0', '0', '0', '', '0', '0', '', '350', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1758', '25', '', '0', 'yanerda', 'e5346887c657e57b8f7a642b9a3b71ef', '2008-08-13', 'yanerda@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218583187', '0', '1218613171', '1218677997', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '123.193.124.51', '0', '1', '', '0', '0', '-1', '1', '1', 'vK?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1740', '25', '', '0', 'masruw', 'aab95bd1ab6d057e5adf44efa04a791c', '2008-08-04', 'masruw@gmx.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217814089', '0', '1217814089', '1217814701', '1217814701', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.143.240', '0', '1', '', '0', '0', '-1', '2', '2', '307', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1741', '2', '', '0', 'biotecnix', '2158019750ae52284a3f872d1f3ece13', '2010-08-02', 'michael.largue@biotecnix.com', '0', '', '', '', '', '', '2', '0', 'GATEKEEPER', '1', '1217816100', '0', '1282579916', '1282581720', '1282577595', '1', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '90.217.240.234', '0', '1', '', '0', '0', '-1', '9', '0', 'ScPYvFX4lhaY#hF`9*KKsM\'Mo\\6{lt', '', '0', '67558', '0', '0', '0', '0', '', '0', '0', '', '373', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.30124', '1.59872', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1282578060', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1742', '25', '', '0', 'mostluckybestik', 'd6e40ee645750379a7530afbae1a808b', '2008-08-04', 'famalkall@lipetsk.in', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217841835', '0', '1217841835', '1217843081', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.108.96.50', '0', '1', '', '0', '0', '-1', '2', '2', 'ghz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1743', '25', '', '0', 'weoikax', '1fd05e1ad0d7e4e6573381eee252f656', '2008-08-04', 'weoikax@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217856738', '0', '1217856738', '1217875854', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.176.148.129', '0', '1', '', '0', '0', '-1', '2', '2', 'IHg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1744', '21', '', '0', 'DeeTwo', 'b002f9a72e16aec27810919006035c5c', '2009-06-23', 'd2.mail@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1217903280', '0', '1245865423', '1250882448', '1250882371', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.110.202.125', '0', '1', '', '0', '0', '-1', '0', '0', '1G<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '818', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1746', '25', '', '0', 'muvyol', 'a616df8d3e08aea1ed3fd637dac45e54', '2008-08-05', 'muvyol@gmx.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217944613', '0', '1217944613', '1217957492', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.143.240', '0', '1', '', '0', '0', '-1', '0', '0', '*\'U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1747', '25', '', '0', 'zhoulost02', '79c1f316339510131a6d14a35ee91f95', '2008-08-06', 'zhoulost02@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1217992602', '0', '1217992602', '1217993619', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '222.85.90.182', '0', '1', '', '0', '0', '-1', '0', '0', 'wvG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1748', '25', '', '0', 'Chips2U', '36cae5919ae55b00cebb29fe93a5f4ac', '2008-08-06', 'chips2u@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218049013', '0', '1218049013', '1218049683', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.20.121.43', '0', '1', '', '0', '0', '-1', '2', '2', 'I3W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1749', '25', '', '0', 'peza', 'd5dd3f39adec659d45b54fc6421b3411', '2008-08-06', 'peza69@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218063175', '0', '1230396522', '1249309523', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.47.117.64', '0', '1', '', '0', '0', '-1', '2', '1', ']0>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1751', '2', '', '0', 'Karl_Pilkington', '1346e563beea01916ca87fff3ea552bc', '2008-08-08', 'willi@hotmail.co.uk', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1218224046', '0', '1255470785', '1262729889', '1246979007', '9', '10', '5', '0', '2', '0', '0', '0', '45108295', '08-27-1993', '1993-08-27', '-1', '2', '81.96.79.254', '0', '0', '', '0', '0', '-1', '6', '1', '.^K', '', '0', '34572', '0', '0', '0', '0', '', '0', '0', '', '1139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1752', '25', '', '0', 'chrisy:)', 'b478c82ff2280346e50ef90c6d63b41c', '2008-08-08', 'chrisyweir@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218224102', '0', '1218224185', '1218231979', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.133.145.94', '0', '1', '', '0', '0', '-1', '1', '1', 'Ejk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1754', '25', '', '0', 'pohermin', 'd5c539951cad948fb8df07f0c3d003f5', '2008-08-10', 'pohermin@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218367511', '0', '1218610144', '1218654558', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.3.79.57', '0', '1', '', '0', '0', '-1', '0', '0', 'ie?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1755', '25', '', '0', 'NubCakee', '43f945641fdec48b3737ea6164ec475d', '2008-08-10', 'HansenForce@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218378329', '0', '1218378329', '1218378329', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.217.5.211', '0', '1', '', '0', '0', '-1', '0', '0', '6X3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1756', '25', '', '0', 'Mypereard', '50c98b85829f07fb06c9cebe5abd2cd6', '2008-08-11', 'ivg@dosagetours.cn', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218466453', '0', '1218466453', '1218575606', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '207.134.25.184', '0', '1', '', '0', '0', '-1', '1', '1', 'P:.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1759', '25', '', '0', 'lominerad', '3dbc8aa363b02db2f2b54dda3bd9fbff', '2008-08-13', 'lominerad@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218595021', '0', '1218595021', '1218625735', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.251.11.59', '0', '1', '', '0', '0', '-1', '0', '0', 'Ejk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1761', '25', '', '0', 'beroliax', '1f46797eb2066d60ba4bf8e403e9abaa', '2008-08-14', 'beroliax@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218721162', '0', '1218721162', '1218802123', '0', '0', '10', '5', '-12', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.239.67.0', '0', '1', '', '0', '0', '-1', '1', '1', 'XF:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1762', '25', '', '0', '...:::Solid Snake=TCE:::.', '637fc488c9b379a9ac600f9685c2d58f', '2008-08-14', 'da_wright_1@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218729156', '0', '1218729156', '1218729389', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.6.54.100', '0', '1', '', '0', '0', '-1', '1', '1', 'vKU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1764', '10', '2', '10', 'Nicey', '40baf080321e9c12e3fe7070317c0ad1', '2011-08-24', 'jose_pinto_dame@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '1', '1218752640', '0', '1296426272', '1314220839', '1314219649', '228', '10', '5', '1', '1', '0', '0', '0', '45112631', '10-17-1984', '1984-10-17', '-1', '1', '193.247.250.1', '0', '0', 'jose-pinto_dame@hotmail.com', '0', '0', '-1', '3', '0', ';D*q^F_cvLHDJ_KGQ[\'\'eaB-G9ni-g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2037', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '1', '1', NULL, '8.19672', '14.7059', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314220320', '0', '0', '0', '', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1765', '25', '', '0', 'guchie', 'e32d70fe389cef19f905ab7ab83e3c20', '2008-08-15', 'dan_hunt1989@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218763368', '0', '1218765401', '1218769168', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.106.72.49', '0', '1', '', '0', '0', '-1', '4', '1', 'lCL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1766', '25', '', '0', 'wolfietest', 'dfb0cba673db502e6d6a1d1cb9a98419', '2008-08-15', 'support@cybernetic-servers.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1218772470', '0', '1218772470', '1218772470', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.50.80.170', '0', '1', '', '0', '0', '-1', '0', '0', 'f%R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1767', '2', '', '0', 'leerid', 'b0bb3cc9b1a801485ae78d93999d4800', '2008-10-11', 'l.rid@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1219160673', '0', '1231269202', '1231347770', '1219180044', '3', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.13.96.127', '0', '1', '', '0', '0', '-1', '28', '1', 'oeJ', '', '0', '17201', '0', '0', '0', '0', '', '0', '0', '', '410', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1768', '2', '', '0', 'moon', '39e70c2c95e1b2299c8fcacff774e858', '2008-08-19', 'Xander2k@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1219183388', '0', '1219939886', '1220191949', '1220191945', '4', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '77.101.244.76', '0', '1', '', '0', '0', '-1', '1', '1', 'BdG', '', '0', '17549', '0', '0', '0', '0', '', '0', '0', '', '209', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1859', '21', '', '0', 'Ruskis', '64abd5c051d0efe76ce2aa556e5fa70c', '2008-12-12', 'jimdlevin@hotmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1229094060', '0', '1244740391', '1244988246', '1240739211', '11', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.112.100.59', '0', '1', '', '0', '0', '-1', '2', '0', '$9a', '', '0', '29628', '0', '0', '0', '0', '', '0', '0', '', '492', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1807', '2', '', '0', 'Ronin', '9e276ca1d103a4e773174dcfa021195c', '2008-09-29', 'vrronin@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1222698099', '0', '1231331381', '1235390840', '1235390758', '5', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.22.97.119', '0', '1', '', '0', '0', '-1', '2', '2', 'fhn', '', '0', '25303', '0', '0', '0', '0', '', '0', '0', '', '306', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1769', '25', '', '0', 'temporary_user', '4e14267fdc914a8639fb8268f6db7ecf', '2008-08-20', 'temporary@spambog.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1219249868', '0', '1219364482', '1219364482', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '84.179.71.58', '0', '1', '', '0', '0', '-1', '1', '1', 'KwB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1784', '2', '', '0', 'im sry', 'e989264fc10422777b5c2111ec4e8c8c', '2008-09-03', 'checkerdieck@web.de', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1220450171', '0', '1229698577', '1229777572', '1228499029', '35', '10', '5', '1', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.153.142.8', '0', '1', '', '0', '0', '-1', '4', '1', 'csR', '', '0', '20299', '0', '0', '0', '0', '', '0', '0', '', '302', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1770', '2', '', '0', 'ninjadude101', '0f6eefb848da9c5d9c333cd41be8f81a', '2008-08-21', 'ninjadude101@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1219295212', '0', '1261482524', '1271296876', '1271296682', '11', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '92.9.73.198', '0', '1', '', '0', '0', '-1', '2', '0', ',c#', '', '0', '58682', '0', '0', '0', '0', '', '0', '0', '', '475', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1850', '25', '', '0', 'Lizzypoo69', '2476da7cb35cd3427192d7b7d1544b58', '2008-12-02', 'moshere296@strose.edu', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1228253580', '0', '1228449784', '1228449780', '0', '0', '10', '5', '-5', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '141.149.17.60', '0', '1', '', '0', '0', '-1', '1', '1', '?l-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1771', '25', '', '0', 'Quimbo', '45f430960095b7f6afef0a52aa2e6e7f', '2008-08-21', 'bengt.rosenberger@gmx.de', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1219356020', '0', '1219356020', '1219358056', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.73.117.27', '0', '1', '', '0', '0', '-1', '0', '0', 'V4P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1826', '25', '', '0', 'Patryk Pietrzak', 'bad2d697ea6be609adc3e0c898067f3c', '2008-11-02', 'pesclanto@o2.pl', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1225641224', '0', '1225906772', '1225995640', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.153.191.45', '0', '1', '', '0', '0', '-1', '1', '1', 'HxA', '', '0', '19527', '0', '0', '0', '0', '', '0', '0', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1787', '25', '', '0', 'leahcim', '2818c07cab9e276b095dabc728be4d35', '2008-09-06', 'leahcim@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1220698918', '0', '1220698918', '1220699159', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.3.60.34', '0', '1', '', '0', '0', '-1', '0', '0', 'D1C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1772', '2', '', '0', 'Element01', '70dfdad01dcff8930e9f2922b7ff0615', '2008-08-23', 'contact@legendsquad.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1219499530', '0', '1219504477', '1219519629', '1219500749', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.0.188.11', '0', '1', '', '0', '0', '-1', '1', '1', '^5&', '', '0', '17260', '0', '0', '0', '0', '', '0', '0', '', '185', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1795', '25', '', '0', 'Bad Bob', 'f6f1c5eb7c40b219eb333411f62801a6', '2008-09-16', 'mayhem@sluggy.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1221530545', '0', '1221530545', '1221530888', '0', '0', '10', '5', '-5', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '74.71.247.205', '0', '1', '', '0', '0', '-1', '1', '1', 'Eb6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1776', '25', '', '0', 'Wilsh', 'd8695d4b931a47b8945e84ef766e744f', '2008-08-26', 'wilshaw2004@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1219759515', '0', '1219759515', '1219760651', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.148.15.109', '0', '1', '', '0', '0', '-1', '1', '1', '.\"U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1829', '25', '', '0', 'CrytoXx', '6a7ec4cf554a525df8b7f4f6454922bd', '2008-11-05', 'red_lights_ignored@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1225876134', '0', '1225876134', '1225876134', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.71.56.179', '0', '1', '', '0', '0', '-1', '0', '0', '|4l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1817', '25', '', '0', 'sammy', 'c084b08b2df4f3cb30ce38958887b2c3', '2010-07-19', 'sammy@gangforce.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1224016466', '0', '1224016466', '1224016466', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '86.144.98.64', '0', '1', '', '0', '0', '-1', '0', '0', '\'Gqvl-!h7v)7&dTE|YkBQ|K2D==@T(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1773', '2', '', '0', 'Wolfhound', '80077d96127bdba11f26c9f0b5f58677', '2008-08-25', 'wolfhound@wolfhound.tv', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1219661476', '0', '1219710404', '1221995632', '1219710308', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.70.226.60', '1772', '1', '', '0', '0', '-1', '1', '1', 'Upv', '', '0', '17309', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1774', '2', '', '0', 'Geordie_Ben', '2cfa00dda3cc9507173c62342fbf069c', '2008-08-25', 'Geordie_Ben@lgndsquad.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1219675035', '0', '1350682687', '1360496877', '1350682686', '10', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '88.107.15.103', '0', '1', '', '0', '0', '-1', '1', '1', 'b|Z', '', '0', '79160', '0', '0', '0', '0', '', '0', '0', '', '860', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1814', '2', '', '0', 'Raekwon', 'd313a7a5b384974ed04c588eddd18440', '2008-10-10', 'minimemomo@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1223656260', '0', '1223656752', '1256160420', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.219.137.215', '0', '1', '', '0', '0', '-1', '1', '1', 'HCG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1819', '25', '', '0', 'Bloodloss', '6d6b546bd31fd4af0e9b0196ae040ba0', '2008-10-21', 'necrothedark@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1224546426', '0', '1224546426', '1224546729', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.196.219.145', '0', '1', '', '0', '0', '-1', '1', '1', 'hcQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1775', '2', '', '0', 'IRON', '126c944a642bb93ea602bc0c6c2273a9', '2008-08-26', 'pete_canada@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1219743210', '0', '1255954643', '1255954643', '1255954632', '25', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.5.17.240', '0', '1', '', '0', '0', '-1', '1', '1', '2w/', '', '0', '43121', '0', '0', '0', '0', '', '0', '0', '', '493', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1777', '2', '', '0', 'RapidZ', '68d28c117ed13975671a52962363127c', '2008-08-26', 'rapidz123@hotmail.com', '0', '', 'http://rapidzplayground.co.cc', '', '', '', '2', '1', 'Junior Member', '0', '1219764262', '0', '1222725182', '1222817715', '1220671495', '1', '10', '5', '0', '2', '0', '0', '0', '45108695', '12-29-1989', '1989-12-29', '-1', '-1', '86.22.200.152', '0', '1', 'shane.rutter@ntlworld.com', '0', '0', '-1', '1', '1', 'cEm', '', '0', '17717', '0', '0', '0', '0', '', '0', '0', '', '233', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1778', '2', '', '0', 'NoBree?', '04ee90906629036336098e9c947e1fc5', '2008-08-26', 'styx07@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1219789469', '0', '1219789469', '1219790364', '1219789903', '1', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '90.200.151.241', '0', '1', '', '0', '0', '-1', '1', '1', '~HA', '', '0', '17380', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1779', '25', '', '0', 'Popa', 'c922bc830e88a33d91b972cc96c85dbe', '2008-08-27', 'semisonic57@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1219858789', '0', '1219858789', '1219860941', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.220.193.127', '0', '1', '', '0', '0', '-1', '2', '1', '<_7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '179', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1780', '25', '', '0', 'Pea.', 'b52c20f2a28489fa4e90703d729f5ad9', '2008-08-28', 'pearsonj@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1219961365', '0', '1219961365', '1219962047', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '10-06-0000', '0000-10-06', '-1', '-1', '92.3.62.211', '1376', '1', '', '0', '0', '-1', '1', '1', '4%F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1781', '2', '', '0', 'D3TH', '8d0d3468b3a0cb67af0bf6492c10cc2c', '2008-08-29', 'christopher_mc2003@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1220047605', '0', '1220631854', '1220666034', '1220049863', '2', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.44.168.78', '0', '1', '', '0', '0', '-1', '1', '1', 'G~s', '', '0', '17518', '0', '0', '0', '0', '', '0', '0', '', '284', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1782', '2', '', '0', 'Sir_Shark', 'b476d9328607c904a97da41464ced81b', '2008-08-30', 'mini_traff@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1220105192', '0', '1220365084', '1220396269', '1220306367', '5', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '86.151.28.203', '1489', '1', '', '0', '0', '-1', '1', '1', '-RX', '', '0', '17598', '0', '0', '0', '0', '', '0', '0', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1805', '2', '', '0', 'Neutron', '33da381457e81b970d40a8940ee49461', '2008-09-28', 'blazeneon@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1222640722', '0', '1235930370', '1236547795', '1235819701', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.129.62.88', '0', '1', '', '0', '0', '-1', '1', '1', 'u\'8', '', '0', '25594', '0', '0', '0', '0', '', '0', '0', '', '203', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1783', '2', '', '0', 'Westy', '643544d377063069f4a850291bf162e8', '2010-05-16', 'aliwestwood@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Senior Member', '0', '1220357580', '0', '1281627515', '1282007106', '1282007028', '805', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.168.119.129', '0', '1', 'aliwestwood@hotmail.co.uk', '0', '0', '-1', '2', '0', '_iZ', '', '0', '67259', '0', '0', '0', '0', '', '0', '0', '', '3759', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '3', NULL, '9.02256', '9.03614', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1282007640', '0', '0', '1', '', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1785', '10', '', '0', 'LGC ||Carmi88', '55792db981bd3118e498e8c5f0c16929', '2008-09-03', 'Carmi88@hotmail.co.uk', '0', '', '', '', '', '', '2', '2', 'CSS Full Admin', '1', '1220474220', '0', '1226340539', '1226340480', '1226237134', '257', '10', '5', '0', '1', '0', '0', '0', '45108567', '04-10-1991', '1991-04-10', '-1', '2', '92.12.194.112', '0', '0', 'Carmi88@hotmail.co.uk', '0', '0', '-1', '0', '0', '(y)', '', '0', '19614', '0', '0', '0', '0', '', '0', '0', '', '1011', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1786', '25', '', '0', '=TBP=CptBungle', 'abf73bedb6b988b06680372d417de44a', '2008-09-05', 'andy@ardentlogistics.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1220632361', '0', '1220632361', '1220632361', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.92.224.191', '0', '1', '', '0', '0', '-1', '0', '0', '7\'h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1788', '10', '', '0', '[LGC] Commander Lox', 'ef1e6d29d798e2eb5a14c2133e7ca64a', '2008-09-07', 'carl_leslie@msn.com', '0', '', 'http://www.loxtech-gaming.co.uk', '', '', '', '2', '1', 'CSS Full Admin', '1', '1220761920', '0', '1272231232', '1272284535', '1272284532', '961', '10', '5', '0', '1', '0', '0', '0', '45108727', '01-30-1984', '1984-01-30', '-1', '2', '92.0.105.248', '0', '0', 'lox2k2@msn.com', '0', '0', '-1', '2', '0', 'Fjl', '', '0', '59163', '0', '0', '0', '0', '', '0', '0', '', '2914', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1822', '2', '', '0', 'Googleboy', 'a2df33a09389259e61f586860834432d', '2008-10-26', 'fruityboy@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1225051623', '0', '1225061711', '1225072691', '1225061711', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.155.198.95', '0', '1', '', '0', '0', '-1', '1', '1', '801', '', '0', '19067', '0', '0', '0', '0', '', '0', '0', '', '167', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1789', '2', '', '0', '2rdfv', '1ac76e6c72f5fea2f1fd6d162f0e5977', '2008-09-11', 'haniunited@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1221110685', '0', '1221226175', '1221228472', '1221182475', '4', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.180.144.110', '0', '1', '', '0', '0', '-1', '2', '1', 'kpM', '', '0', '17936', '0', '0', '0', '0', '', '0', '0', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1790', '2', '', '0', 'Shade', 'bd1977e599ae5d84ec03ec3763462f3e', '2008-09-11', 'gravediggabhd@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1221127620', '0', '1221127620', '1221127812', '1221127812', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.145.95.129', '0', '1', '', '0', '0', '-1', '1', '1', '#||', '', '0', '17905', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1815', '2', '', '0', 'D\'espairsRay', 'ba6b1ae8165d1ab1c59865e0b3fe0edb', '2008-10-13', 'krikri_18@hotmail.com', '0', '', 'http://www.rustyinplaces.org', '', '', '', '2', '1', 'Junior Member', '0', '1223861684', '0', '1224923265', '1225055858', '1224597292', '8', '10', '5', '0', '2', '0', '0', '0', '45108311', '02-08-1983', '1983-02-08', '-1', '-1', '212.251.217.237', '0', '1', '', '0', '0', '-1', '1', '1', '@i;', '', '0', '18884', '0', '0', '0', '0', '', '0', '0', '', '247', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1823', '2', '', '0', 'robainshyt', '3ec573384ac0e55a88ba14b45f57c3f6', '2008-10-30', 'rabin_pun2@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1225395793', '0', '1244192037', '1245006864', '1244048492', '13', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '90.193.202.175', '0', '1', '', '0', '0', '-1', '1', '1', 'r8a', '', '0', '32219', '0', '0', '0', '0', '', '0', '0', '', '288', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1791', '25', '', '0', 'Caltrop', '428c6cf56a817c1e46df3a3149c4fd3f', '2008-09-13', 'vittek@swissonline.ch', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1221335603', '0', '1225408392', '1226071326', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '84.72.86.5', '0', '1', '', '0', '0', '-1', '0', '0', 'd^f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '151', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1792', '2', '', '0', 'MCR', '8df8a5539d727be2e5678bf297e06a5d', '2008-09-14', 'brian@guitarist.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1221400518', '0', '1221408639', '1221427341', '1221408639', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.120.13.247', '0', '1', '', '0', '0', '-1', '1', '1', 'ct\\', '', '0', '17994', '0', '0', '0', '0', '', '0', '0', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1793', '2', '', '0', 'Sc00by22', 'cc268755dc073beabc8c07475b308866', '2012-02-28', 'admin@sc00by22.com', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1221462840', '0', '1356394622', '1360704821', '1225661830', '6', '10', '5', '0', '1', '0', '0', '0', '36720215', '', '0000-00-00', '-1', '1', '90.196.230.185', '0', '0', '', '0', '0', '-1', '0', '0', '$dWmbb^Spd-4?WgNu\'}$}lqFv)nQ!>', '', '0', '19348', '0', '0', '0', '0', '', '0', '0', '', '202', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1806', '25', '', '0', 'Magus00', 'aa4ba55b880769cb6c9bcea720761313', '2008-09-29', 'riskman2982@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1222650463', '0', '1222650665', '1222663605', '0', '0', '10', '5', '-8', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '71.80.159.48', '0', '1', '', '0', '0', '-1', '1', '1', 'L+y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1794', '25', '', '0', 'Darkovic', '15c206aa1ca566322883a94ada14a813', '2008-09-16', 'cool_aikon@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1221520821', '0', '1221520821', '1221520988', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.154.117.177', '0', '1', '', '0', '0', '-1', '1', '1', 'Fjl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1796', '25', '', '0', '.#Anaconda^', '1aa4060fe092cefd7538cab6a48d698a', '2008-09-17', 'Manager58009584@ballyfinance.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1221650693', '0', '1221650693', '1221652537', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '217.206.231.140', '1489', '1', '', '0', '0', '-1', '0', '0', 'x(E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1797', '2', '', '0', 'jordan.c', '1fdb5d39650247d4aac0d6aba7ba58e2', '2008-09-18', 'frumpet_wiggle@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1221738277', '0', '1222164444', '1223465755', '1221830345', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '03-29-1993', '1993-03-29', '-1', '-1', '217.206.231.140', '1489', '1', '', '0', '0', '-1', '1', '1', 'pF\\', '', '0', '18098', '0', '0', '0', '0', '', '0', '0', '', '169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1798', '2', '', '0', 'Jordiid', '5f273781f9980edc06563b3673fdb379', '2009-07-17', 'superjordi@zonnet.nl', '0', '', 'http://www.doubledutchclan.nl', '', '', '', '2', '0', 'Junior Member', '0', '1222011589', '0', '1247860538', '1248725453', '1222090440', '4', '10', '5', '0', '2', '0', '0', '0', '45108311', '04-05-1993', '1993-04-05', '-1', '-1', '87.211.149.117', '0', '1', 'jordi-roer@hotmail.com', '0', '0', '-1', '1', '1', '%)n', '', '0', '18148', '0', '0', '0', '0', '', '0', '0', '', '841', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1799', '25', '', '0', 'birgorkhali', '0052408e987ea6fc86147459ce260199', '2008-10-30', 'SHyT_addic@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1222012500', '0', '1225395728', '1225395728', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '1', '79.73.137.247', '0', '0', '', '0', '0', '2', '1', '1', '6HL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1800', '2', '', '0', '.#Elfy^', 'b633c186b9fc62e39001e2cfb9dda3f0', '2008-09-21', 'Elfy_9512@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1222034956', '0', '1222097903', '1222164308', '1222097903', '4', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.11.132.93', '1489', '1', '', '0', '0', '-1', '1', '1', 'a_(', '', '0', '18156', '0', '0', '0', '0', '', '0', '0', '', '323', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1801', '25', '', '0', 'Caltrop!', '35d29f20a973400f8e91d7e0f089eb5a', '2008-09-22', 'vittek@hispeed.ch', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1222113874', '0', '1222113874', '1222114083', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.72.87.77', '0', '1', '', '0', '0', '-1', '0', '0', 'dL#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1804', '25', '', '0', 'test2', 'e872f445aa1a7d0e4999767eded828e8', '2010-07-19', 'carnage@cybernetic-servers.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1222303608', '0', '1222303721', '1222303721', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.232.82.4', '0', '1', '', '0', '0', '-1', '1', '1', 'W8\'j6BnMaQTm/gvN7EUs){LtzWu![\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1802', '2', '', '0', 'Street', '8da3d9130b86b7911ac31da4b87cdd37', '2008-09-23', 'pricejx@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1222184854', '0', '1225310254', '1230747977', '1225310240', '4', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.34.82.155', '0', '1', '', '0', '0', '-1', '1', '1', '/Z.', '', '0', '19206', '0', '0', '0', '0', '', '0', '0', '', '220', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1803', '2', '', '0', 'craigmesser', 'ae3a67131db9ceb836e9289a39bcf251', '2011-08-19', 'craig@veloxserv.co.uk', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1222247065', '0', '1258249331', '1313776005', '1258249330', '61', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.84.143.15', '0', '1', '', '0', '0', '-1', '1', '0', '!vK$RqsBhc>lEgFOQ^WjTy320pN\'\"5', '', '0', '45606', '0', '0', '0', '0', '', '0', '0', '', '410', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1313775780', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1846', '2', '', '0', 'Kymira', '1c436538eb7b38bf86abe96d7ebb0ebd', '2008-11-27', 'elitejk@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1227790046', '0', '1228955624', '1246786782', '1246785813', '8', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.69.65.13', '0', '1', '', '0', '0', '-1', '1', '1', ')D*', '', '0', '34385', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1828', '25', '', '0', 'PoRnStAr', 'ecabe01e32639be678559ab10b839b85', '2008-11-04', 'rgz2008@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1225820401', '0', '1225820665', '1226348950', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '78.144.148.21', '0', '1', '', '0', '0', '-1', '1', '1', '+z1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1808', '25', '', '0', 'exilledweegie', '2ed018bff9baa7f0f35de01e4b662edc', '2008-09-29', 'exilledweegie@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1222725776', '0', '1222725776', '1222725994', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '62.30.167.166', '0', '1', '', '0', '0', '-1', '1', '1', 'Rqm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1824', '2', '', '0', 'eddie benton', '7169c760f255621a361ba5a526ff4734', '2008-11-01', 'eddie-zero@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1225502017', '0', '1225502017', '1225502453', '1225502449', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.112.174.185', '0', '1', '', '0', '0', '-1', '1', '1', '#Yj', '', '0', '19280', '0', '0', '0', '0', '', '0', '0', '', '217', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1809', '3', '', '0', 'wellsy', '31c2c1ffbaaa02d5bc364ba64b38b395', '2010-05-11', 'n_wellsy@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1222815302', '0', '1222815431', '1273585339', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.14.130.157', '0', '1', '', '0', '0', '-1', '0', '0', 'ku:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1810', '25', '', '0', 'MrHappy', '0fd84924ce1ae023fe77a206acaa173f', '2008-10-03', 'pringler@ymail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1223032946', '0', '1223033266', '1223040589', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '91.110.19.117', '0', '1', '', '0', '0', '-1', '1', '1', '3R:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1811', '25', '', '0', 'Ronald', '6f4369ced9c833cffa11600eecdc8bfc', '2008-10-03', 'bigd_studio_lab@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1223041115', '0', '1223041115', '1223041300', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.109.92.110', '0', '1', '', '0', '0', '-1', '0', '0', 'zF\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1812', '2', '', '0', 'ardandy', '69b0d5829b98d72bfdce521ca1080b3c', '2008-10-06', 'arogerson@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1223314062', '0', '1223403075', '1223504072', '1223314117', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.238.242.225', '1688', '1', '', '0', '0', '-1', '1', '1', 'd>B', '', '0', '18503', '0', '0', '0', '0', '', '0', '0', '', '157', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1813', '25', '', '0', 'Claughane', '4b09f51d34741c7fc735d1932d91cf43', '2008-10-07', 'craig_claughan@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1223395998', '0', '1223395998', '1223396680', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.156.28.62', '0', '1', '', '0', '0', '-1', '1', '1', 'hQ$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993360', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1858', '3', '', '0', 'stev00', '160ed7a4f13768bd93a7b647afc3f177', '2009-02-21', 'stevo628@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1228932726', '0', '1324132646', '1352216176', '0', '0', '10', '5', '11', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.11.148.47', '0', '1', '', '0', '0', '-1', '0', '0', 'tpg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1816', '25', '', '0', 'Smair', '21ed2b399660cb89f5007d1a57a8e30c', '2008-10-13', 'smairhabib@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1223938779', '0', '1223938779', '1223938923', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.86.102.14', '0', '1', '', '0', '0', '-1', '1', '1', '+6o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1832', '22', '10,21,23,26', '22', 'Carmi88', '09c7787062d9d6e1eb23d0bb83543ef3', '2008-11-10', 'arsenal88@live.com', '0', '', '', '', '', '', '2', '2', 'CSS 2nd Officer / TF2 Admin', '1', '1226340600', '0', '1454265036', '1454268945', '1451762682', '3887', '12', '5', '0', '1', '0', '0', '0', '62020983', '04-10-1991', '1991-04-10', '-1', '2', '92.10.5.17', '0', '0', 'Carmi88@hotmail.co.uk', '1331600372', '0', '-1', '3', '0', 'lx-', 'Carmi.Bruv', '0', '83572', '0', '0', '0', '0', '', '0', '0', '', '7867', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'b41b1a139281db7a640791fcbf379422', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '139', '125', '170', NULL, '95.082', '82.3529', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,21|5000 Experience Points|spheres_red_16.png|spheres_red_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1314392880', '0', '0', '0', 'is in Scotland, chilling with Nessie', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3395', '2', '', '0', 'Chrik', '4e4d07f732b90e0400ea8f9b5b07c2d7', '2011-05-05', 'chrik@live.dk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1304614007', '0', '1304688935', '1304690791', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '93.166.18.211', '0', '1', '', '0', '0', '-1', '9', '1', 'nq\\-/|hL?)MpnR-ktjCJiZV^`q>]r\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1304682480', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1818', '2', '', '0', 'lakeydakid', 'aef9bf80c3f8713b2067f94e59b83a28', '2008-10-15', 'kitzman_@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1224092429', '0', '1224109808', '1224175009', '1224175009', '3', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.240.105.0', '0', '1', '', '0', '0', '-1', '1', '1', 'p/3', '', '0', '18809', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1820', '2', '', '0', 'raeko', 'ea0fb615c1dc61999b843c739f78b735', '2008-10-22', 'rwdabson@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1224687005', '0', '1224687005', '1224687927', '1224687927', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.219.137.215', '0', '1', '', '0', '0', '-1', '1', '1', 'Fjl', '', '0', '18918', '0', '0', '0', '0', '', '0', '0', '', '153', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1842', '2', '', '0', 'cartoon head', '57e287a7a934deaa034ed1ec168aeb9d', '2008-11-23', 'phil@aguamoose.plus.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1227449501', '0', '1227550769', '1229619977', '1227475900', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.150.134.73', '0', '1', '', '0', '0', '-1', '1', '1', '4Wb', '', '0', '19994', '0', '0', '0', '0', '', '0', '0', '', '225', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1821', '2', '', '0', '*Minimal Style*', '04c593930d383ee22da9b4d80efd7f20', '2008-10-24', 'albertitu.minimal.style@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1224860102', '0', '1227745757', '1228502194', '1225217922', '21', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '88.1.220.190', '0', '1', '', '0', '0', '-1', '1', '1', 'Zoa', '', '0', '19164', '0', '0', '0', '0', '', '0', '0', '', '612', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1847', '25', '', '0', 'jimmyvien', '84b70ac82b87661722552c91c0912fda', '2008-11-29', 'jimmyvien@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1227917225', '0', '1228023895', '1228938595', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.97.205.116', '0', '1', '', '0', '0', '-1', '4', '1', 'Fjl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1830', '3', '', '0', 'JesifY', '6459f2ceca2ceb8937f185120a8c62f8', '2011-12-29', 'jessica-steam@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1226173680', '0', '1329748984', '1337415376', '1315232594', '21', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.139.67.99', '0', '1', '', '0', '0', '-1', '18', '0', 'vGOitq$W4Sf#&y/v\'kK=@\"OD1V_DvA', '', '0', '74273', '0', '0', '0', '0', '', '0', '0', '', '902', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1825', '25', '', '0', 'jamez rules', '9ef6d81893fb67620410b6cc070aa05b', '2008-11-01', 'jamez20@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1225563695', '0', '1225563928', '1225563928', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.199.119.223', '0', '1', '', '0', '0', '-1', '1', '1', '\\k^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1827', '2', '', '0', 'Highlag', 'c777b6cd5f7b75fa203cfb7bdb006cdf', '2008-11-03', 'pprincic@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1225735598', '0', '1239731583', '1252178774', '1252178773', '6', '10', '5', '1', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.52.128.86', '0', '1', '', '0', '0', '-1', '1', '1', '+f%', '', '0', '38731', '0', '0', '0', '0', '', '0', '0', '', '174', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1834', '25', '', '0', 'gurk', 'f7d34a07c1b57f5bcfb32e3fc6b9a4de', '2008-11-14', 'gurkmcgrail@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1226658324', '0', '1226658324', '1226658324', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.239.65.4', '0', '1', '', '0', '0', '-1', '1', '1', '>LK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1854', '10', '', '0', 'Pouch of Ouch', 'c66cafd8b8968ee51a35e644e286f98d', '2008-12-05', 'his.own.mother@gmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '1', '1228439760', '0', '1231002645', '1231280700', '1230354394', '22', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '98.216.121.213', '0', '1', '', '0', '0', '-1', '0', '0', '|;&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '278', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1831', '25', '', '0', 'rosi', '1ace59b26925c9ea0af28b84269e4512', '2008-11-09', 'mr_rosen_92@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1226243148', '0', '1226243148', '1226244706', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.48.166.46', '0', '1', '', '0', '0', '-1', '1', '1', 'DPo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1833', '25', '', '0', 'ToadBall', '7b68709f588ff9cde47f8a89f674a737', '2008-11-16', 'asmsandrew@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1226344100', '0', '1226344100', '1226344106', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.148.38.39', '0', '1', '', '0', '0', '-1', '1', '1', 'G\"q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1841', '25', '', '0', 'deadbeat12', '4d138f7f3fdf0a2fdec8530994e20d00', '2008-11-21', 'deadbeat12@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1227304391', '0', '1227304391', '1227305411', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.166.108.178', '0', '1', '', '1227305012', '0', '-1', '3', '2', '=LN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1835', '2', '', '0', 'hotchy', 'e22e7fa5b349504feaa8e7973f827c49', '2008-11-14', 'hotchy1@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1226671416', '0', '1226671416', '1226672549', '1226671737', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.10.93.44', '0', '1', '', '0', '0', '-1', '1', '1', '&^/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '249', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1860', '2', '', '0', 'blaz!ng', 'd0dd73fe7f168138f8f2a531d5b65b4e', '2008-12-16', 'christheincredible@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1229447268', '0', '1229544071', '1229881002', '1229447532', '1', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.16.85.7', '0', '1', '', '0', '0', '-1', '1', '1', 'CZE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '366', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1836', '25', '', '0', '=VTA= Wing', '4daf38fb25b6ff5e7eac3af833c1c704', '2008-11-16', 'jimparslow@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1226849764', '0', '1226849764', '1226849790', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.194.183.243', '0', '1', '', '0', '0', '-1', '1', '1', 'e>S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1837', '2', '', '0', 'ShadeManz', 'f624d815e14091003d38362a5f7a2ff8', '2008-11-16', 'ElJayDoubleYou@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1226871019', '0', '1226871019', '1226871881', '1226871881', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.149.253.201', '0', '1', '', '0', '0', '-1', '1', '1', '?V-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '209', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1838', '2', '10,21,22', '2', 'Razorback', '052fbf619dc7019fe086b0ccf0ed3ca3', '2008-11-16', 'jmca20031@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Member', '0', '1226879404', '0', '1278151072', '1278161269', '1277848787', '38', '10', '5', '0', '1', '0', '0', '0', '45108471', '10-18-1994', '1994-10-18', '-1', '1', '89.180.216.135', '0', '0', 'MisteryBoy_2007@hotmail.com', '0', '0', '-1', '3', '0', 'h{D', '', '0', '64419', '0', '0', '0', '0', '', '0', '0', '', '795', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1839', '6', '8', '6', 'w00der', '9b1cb9365709f5e33d80faa72d986c50', '2011-12-14', 'wooder@gamingdeluxe.co.uk', '0', '', 'http://www.gamingdeluxe.co.uk', '', '', '', '2', '2', 'Administrator', '1', '1107598440', '0', '1451864354', '1454090048', '1436640405', '3145', '0', '5', '0', '1', '0', '0', '0', '45632855', '05-12-1970', '1970-05-12', '-1', '-1', '194.50.80.185', '0', '1', '', '0', '0', '-1', '169', '0', 'zHA1L>\\ws#0jduDg%O;l~9uc2;nP9f', '', '3', '0', '0', '0', '0', '0', '', '0', '0', '', '13581', '6', '2', '0', '0', '0', '0', '0', '0', '0', '0', '47cb41f6d0c195e8ba3c10304c05a30d', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '13', '15', NULL, '78.6885', '99.5', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,21|5000 Experience Points|spheres_red_16.png|spheres_red_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1314485820', '0', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1840', '2', '', '0', 'peacesells', '16adcd834bc98221c71b7479359a48d5', '2009-07-10', 'kimahrekke@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1227279122', '0', '1247261761', '1247307454', '1227279981', '1', '10', '5', '2', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '88.195.66.15', '0', '1', '', '0', '0', '-1', '0', '0', 'cj+', '', '0', '19920', '0', '0', '0', '0', '', '0', '0', '', '158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1843', '25', '', '0', 'abdurizkypohan', '03bc19378f04d1766b7fcfbdb13a4b0f', '2008-11-25', 'abdurizkypohan.qq@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1227618222', '0', '1227618222', '1227618562', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '125.163.79.79', '0', '1', '', '0', '0', '-1', '0', '0', 'jlv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1844', '25', '', '0', 'ZiPpO', '6a4899daf79eb762f6cb79ec6a605f91', '2008-11-26', 'Hansmarius.edvardsson@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1227695715', '0', '1227695715', '1227695715', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '81.25.187.159', '0', '1', '', '0', '0', '-1', '0', '0', 'WU\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1845', '25', '', '0', 'rodti', '63de15da32b3a529d655db90ba11c426', '2008-11-26', 'rodti@me.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1227718949', '0', '1227718949', '1227719217', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.159.178.180', '0', '1', '', '0', '0', '-1', '1', '1', '3FF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1848', '25', '', '0', 'nigh7f411', '0b95b6b0ea2c6dd73426befed14315ef', '2008-11-29', 'bigbob1337@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1227924506', '0', '1227924506', '1227925004', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.166.82.71', '0', '1', '', '0', '0', '-1', '1', '1', '-cB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1849', '2', '', '0', 'HawkIceland', 'ad3eb4194eb0b336c4a21bc8adc7a494', '2008-11-29', 'andrehboya@gmail.com', '0', '', 'http://www.myspace.com/andreh_boy', '', '', '', '2', '2', 'Junior Member', '0', '1227986445', '0', '1227996127', '1228049478', '1227996080', '2', '10', '5', '0', '2', '0', '0', '0', '45108503', '06-03-1990', '1990-06-03', '-1', '-1', '194.144.41.150', '0', '1', '', '0', '0', '-1', '1', '1', '|tk', 'andrehiceland', '0', '20114', '0', '0', '0', '0', '', '0', '0', '', '243', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1864', '2', '23', '0', 'Godline', '768abaefc26f507603d605d07647bab5', '2008-12-29', 'wotsup123@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Senior Member', '0', '1230565920', '0', '1374577797', '1388056219', '1337336040', '540', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.12.28.107', '0', '1', '', '0', '0', '-1', '13', '0', '~Qd', '', '0', '77027', '0', '0', '0', '0', '', '0', '0', '', '2610', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1312296060', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1853', '2', '', '0', 'toxic', '02b99364faac319c4a1260b84f281c08', '2008-12-03', 'critchley14@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1228340019', '0', '1228340019', '1228341050', '1228340368', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.100.190.40', '0', '1', '', '0', '0', '-1', '1', '1', 'Ixi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1851', '25', '', '0', 'Lilman', '992934643d17a78471901330f537aab9', '2008-12-02', 'Sbaydoun4@Aol.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1228253858', '0', '1228254019', '1228254067', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.7.49.112', '0', '1', '', '0', '0', '-1', '0', '0', '[+\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1852', '2', '', '0', 'amDfreak', 'e23e621db333ddebd6e797621fa0116f', '2008-12-02', 'janvetter@googlemail.com', '0', '', 'http://www.amdfreak.de', '190880859', '', '', '2', '1', 'Junior Member', '0', '1228258439', '0', '1228259181', '1228671659', '1228259181', '2', '10', '5', '1', '2', '0', '0', '0', '45108311', '03-18-1988', '1988-03-18', '-1', '-1', '91.96.106.107', '0', '1', '', '0', '0', '-1', '1', '1', 'tw[', '', '0', '20207', '0', '0', '0', '0', '', '0', '0', '', '138', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1857', '25', '', '0', 'fangedaxa', '8ccf92356e23c188b9c7c3719a4d2f60', '2008-12-08', 'fangedaxa@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1228756349', '0', '1228756349', '1228756553', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '86.135.141.45', '0', '1', '', '0', '0', '-1', '1', '1', 'Fjl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1855', '2', '', '0', 'Mrskebab', 'ee7d65afad2c989f966b1971806bc8e5', '2008-12-05', 'd-soulstalker@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1228465837', '0', '1228468121', '1228563654', '1228563654', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '12-09-1984', '1984-12-09', '-1', '-1', '79.71.223.105', '16', '1', '', '0', '0', '-1', '1', '1', 'tOn', '', '0', '20357', '0', '0', '0', '0', '', '0', '0', '', '311', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1856', '2', '', '0', 'Scrat', '9bd54a506617838726b32941c56e3c14', '2008-12-07', 'ta-uk-megaman@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1228619272', '0', '1228660989', '1228665009', '1228665009', '3', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '90.213.77.245', '0', '1', '', '0', '0', '-1', '1', '1', 'H.S', '', '0', '20424', '0', '0', '0', '0', '', '0', '0', '', '370', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1861', '25', '', '0', 'Nameless', '6bf3387e5c4fc250e0a534c66100b51f', '2008-12-18', 'apknox@lycos.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1229620391', '0', '1229620391', '1229620990', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '87.127.167.174', '0', '1', '', '0', '0', '-1', '0', '0', 'Ao;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1862', '25', '', '0', 'Maximized', '867abd90559d07f6efb92e5e743d86c2', '2008-12-21', 'maximized_sin-cru@hotmail.co.uk', '0', '', '', '', '', '', '2', '2', 'Forum Lurker', '0', '1229898450', '0', '1229898450', '1229900271', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '06-09-1994', '1994-06-09', '-1', '-1', '92.16.130.129', '0', '1', '', '0', '0', '-1', '1', '1', '-7u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1865', '25', '', '0', 'Asuka', 'e5f1b98cfedcdc891d18190c0eff3ba7', '2009-01-01', 'asukatf2@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1230776212', '0', '1230776212', '1230776544', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '84.26.180.83', '0', '1', '', '0', '0', '-1', '1', '1', 'o&i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1866', '25', '', '0', 'Davy-jones', '38aa5ab5fbca7418e42aa1fe74bcfd5b', '2009-01-01', 'davy93800@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1230825604', '0', '1230825604', '1230825604', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.80.120.183', '0', '1', '', '0', '0', '-1', '0', '0', 'fB@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1867', '2', '', '0', 'Deamie', 'ed6af3c68b18d5a1caf6e1c820fb102d', '2009-01-01', 'charles.coppinger@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1230828571', '0', '1230828571', '1230830997', '1230830997', '4', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '195.149.31.112', '0', '1', '', '0', '0', '-1', '1', '1', ',~t', '', '0', '21338', '0', '0', '0', '0', '', '0', '0', '', '241', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1868', '3', '', '0', '«ŋFģ»-={Mr Ingram}=-', 'd5a4948814338d3e4c83da890560b6c9', '2009-01-05', 'elliot-rules-arsenal@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1231164756', '0', '1237307755', '1237307755', '1237222795', '39', '10', '5', '0', '1', '0', '0', '0', '45108567', '01-01-1993', '1993-01-01', '-1', '1', '86.8.107.7', '1783', '0', 'elliot.ingram@hotmail.co.uk', '0', '0', '-1', '0', '0', 'aX}', '', '0', '27005', '0', '0', '0', '0', '', '0', '0', '', '645', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1870', '25', '', '0', 'Hooch', 'e63b7a3119d373c00640008f84142bd1', '2009-02-13', 'cuchulainn@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1170686998', '0', '1170791342', '1170791342', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '195.137.76.85', '0', '0', '', '0', '0', '0', '2', '0', 'IzG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1871', '2', '', '0', '{G15}Sparrow', '421c10ff1f9b60094d2e33c643f24080', '2009-02-13', 'keith@razorentertainment.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1170715740', '0', '1173810294', '1173810294', '1170761743', '1', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '86.150.212.143', '0', '0', '', '0', '0', '0', '0', '0', 'yWq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '208', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1872', '2', '', '0', 'mr.snipe', '9cbfbfba966081cab8b34f9cd8fef1e4', '2009-02-13', 'stewartgray@msn.com', '0', '', 'http://www.nango.co.uk', '0', '', '', '2', '2', 'Member', '0', '1170754724', '0', '1202923718', '1202935802', '1202920485', '38', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '172.141.34.110', '0', '0', '', '0', '0', '0', '1', '0', '*3q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '4', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1873', '2', '', '0', 'tbrojace', 'b5daf8116c4a6b993cc2dc2702a6b2c4', '2009-02-13', 'admin@tbro-cod2-clan.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1170760460', '0', '1194825261', '1194858006', '1184442647', '11', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '86.138.144.180', '0', '0', '', '0', '0', '0', '0', '0', 'uCF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '350', '0', '0', '0', '0', '0', '0', '0', '0', '0', '5', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1874', '2', '', '0', 'VIRUS', 'f4ef0d37bca70b8155333c7cf7c26993', '2009-02-13', '23VIRUS23@GMAIL.COM', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1170761364', '0', '1171030333', '1171030333', '1170934428', '4', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '82.44.59.142', '0', '0', '', '0', '0', '0', '0', '0', 'nJ/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '420', '0', '0', '0', '0', '0', '0', '0', '0', '0', '6', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1875', '2', '', '0', 'skullster', 'eab2e4b502c3d7434644be3911c689f9', '2009-02-13', 'skullster2005@hotmail.co.uk', '0', '', 'http://www.britishbulldogs-clan.co.uk', '0', '', '', '2', '2', 'Member', '0', '1170770074', '0', '1234007798', '1234182591', '1234007799', '49', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '86.134.153.141', '0', '0', '', '0', '0', '0', '4', '0', '}{T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '511', '0', '0', '0', '0', '0', '0', '0', '0', '0', '7', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1876', '2', '', '0', 'AkimoA', '49c94b2289fc49f05008c2c53e5b9d56', '2009-02-13', 'akimoa@germankrautmod.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1170773002', '0', '1180301200', '1180301200', '1171273196', '2', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '172.183.82.137', '0', '0', '', '0', '0', '0', '1', '1', '~FO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '8', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1877', '2', '', '0', 'maddog uk', 'dc80a014034926cf811a8912f3f8a5b6', '2009-02-13', 'pete@iseed.co.uk', '0', '', 'http://www.iseed.co.uk', '0', '', '', '2', '2', 'Member', '0', '1170783296', '0', '1223938397', '1231845010', '1223938409', '44', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '86.138.39.7', '0', '0', 'pse49@hotmail.com', '0', '0', '0', '8', '2', '(i#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '556', '0', '0', '0', '0', '0', '0', '0', '0', '0', '9', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1878', '2', '', '0', 'bond', '55104ed5c6780925dee67632224c3dc1', '2009-02-13', 'bond@unitednoobs.com', '0', '', 'http://www.veritas-gaming.com', '0', '', '', '2', '2', 'Member', '0', '1170788327', '0', '1212192826', '1223056553', '1212064808', '74', '0', '0', '0', '0', '0', '0', '0', '33571143', '01-01-1909', '1909-01-01', '0', '0', '90.241.38.198', '0', '0', '', '0', '0', '0', '0', '0', 'YF0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '463', '0', '0', '0', '0', '0', '0', '0', '0', '0', '10', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1879', '2', '', '0', 'Fencr0c', '071d4106466e221d5b77d1f3939fcb52', '2009-06-05', 'fencr0c@hotmail.co.uk', '0', '', 'http://www.cr0x.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1170846887', '0', '1328397475', '1445944968', '1278867134', '24', '0', '0', '0', '0', '0', '0', '0', '33571079', '', '0000-00-00', '0', '0', '86.146.157.205', '0', '0', 'fencr0c@hotmail.co.uk', '0', '0', '0', '0', '0', 'p(]', '', '0', '65220', '0', '0', '0', '0', '', '0', '0', '', '1722', '0', '0', '0', '0', '0', '0', '0', '0', '0', '11', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.30124', '1.59872', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1283367240', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1880', '2', '', '0', 'Stumpycr0c', '42678b6e17e5df58b81b57ef2a922cff', '2009-02-13', 'seanmullaney@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1170859903', '0', '1170860080', '1170860080', '1170860080', '1', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '82.47.214.216', '0', '0', '', '0', '0', '0', '0', '0', '7v(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '12', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1881', '2', '', '0', 'battlefielda', '210f0a50f0b5a5f38526ab08b5bca899', '2009-02-13', 'darren_hunt@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1170862566', '0', '1170865361', '1170865361', '1170863554', '1', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '172.200.103.64', '0', '0', '', '0', '0', '0', '0', '0', 'Gok', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '177', '0', '0', '0', '0', '0', '0', '0', '0', '0', '13', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1882', '2', '', '0', 'RoninSix', '8fdb2702a9b87a579404f37e57e9eb89', '2009-02-13', 'raggycod@hotmail.co.uk', '0', '', 'http://sac.clangrid.com', '0', '', '', '2', '2', 'Junior Member', '0', '1170885136', '0', '1170887342', '1170887342', '1170886810', '1', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '84.67.176.14', '0', '0', 'raggycod@hotmail.co.uk', '0', '0', '0', '0', '0', 'zmh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '223', '0', '0', '0', '0', '0', '0', '0', '0', '0', '14', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1883', '25', '', '0', 'elite', '6da9f70f2edbb40d315b831cd8bda5f7', '2009-02-13', 'darra_69@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1171123799', '0', '1172263395', '1172263395', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '83.71.74.250', '0', '0', '', '0', '0', '0', '1', '0', 'Pm/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '15', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1884', '2', '', '0', 'VET1', 'be7011fea69802db606440377176a0db', '2009-02-13', 'andrewburgess2@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1171127889', '0', '1221660512', '1226700459', '1203170743', '15', '0', '0', '0', '0', '0', '0', '0', '33570887', '00-00-0000', '0000-00-00', '0', '0', '82.42.49.58', '0', '0', '', '0', '0', '0', '1', '0', 'KXi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', '16', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1885', '2', '', '0', 'DVS-SkrewBall', 'bdb7708dbc359a04d95423f8595d2e6a', '2009-02-13', 'jasonic@talk21.com', '0', '', 'http://www.deadlyvipersquad.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1171232863', '0', '1186215134', '1186382956', '1185212408', '10', '0', '0', '0', '0', '0', '0', '0', '33570887', '00-00-0000', '0000-00-00', '0', '0', '172.188.94.148', '0', '0', '', '0', '0', '0', '0', '0', 'J-N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '317', '0', '0', '0', '0', '0', '0', '0', '0', '0', '17', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1886', '2', '', '0', 'Calibre', 'df7485a9ffbc0563f1897d3c912ec2e0', '2009-02-13', 'calibre50@btinternet.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1171282192', '0', '1179510954', '1179510954', '1179510954', '4', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '81.159.23.137', '0', '0', '', '0', '0', '0', '0', '0', '[Z_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '18', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1887', '2', '', '0', 'oborange', 'b0f9d52bb0e087d436c84bd0a4e7e3dc', '2009-02-13', 'oborange@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1171298254', '0', '1187860262', '1189005010', '1171299133', '1', '0', '0', '0', '0', '0', '0', '0', '33571143', '00-00-0000', '0000-00-00', '0', '0', '213.48.38.114', '0', '0', '', '0', '0', '0', '0', '0', 'Tc^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '231', '0', '0', '0', '0', '0', '0', '0', '0', '0', '19', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1888', '2', '', '0', 'Huntingman', '117c229e3252ff9ced0b8bc856a016bf', '2012-10-05', 'marc02@btinternet.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1171396983', '0', '1192187557', '1339229777', '1192187733', '1', '0', '0', '0', '0', '0', '0', '0', '33571015', '10-02-1973', '1973-10-02', '0', '0', '86.141.227.68', '0', '0', '', '0', '0', '0', '0', '0', 'P+|:78>d\"tA-wYMXy-UCLCa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '36', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1904', '2', '', '0', 'imported_yordin', 'c26917023d1a96d3327f9187cee377e7', '2009-02-13', 'yordin_dehaas@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1175610961', '0', '1175857451', '1175857451', '1175857461', '3', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '83.117.206.123', '0', '0', '', '0', '0', '0', '0', '0', '4%=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '300', '0', '0', '0', '0', '0', '0', '0', '0', '0', '37', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2342', '25', '', '0', 'cG\'Fremany', '5aa650d460addd3ba16f206b7aa40060', '2009-02-13', 'dallasncj@ymail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1234556629', '0', '1235525134', '1235795969', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.242.53.183', '0', '1', '', '0', '0', '-1', '5', '1', 'qxq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994080', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1906', '2', '', '0', 'Potata-Painteh', 'd621302ef7e14da3c1bfe24d0502825d', '2009-02-13', 'nick_fowden@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1176193737', '0', '1177682572', '1177682572', '1177682577', '2', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '88.211.22.226', '0', '0', '', '0', '0', '0', '0', '0', 'F:Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '321', '0', '0', '0', '0', '0', '0', '0', '0', '0', '39', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1907', '2', '', '0', 'jabba', '180d1805d751c4a6dfab03fcbb98df87', '2009-02-13', 'jasonbundy5@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1176491495', '0', '1178279446', '1178279446', '1176984360', '3', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '80.175.121.69', '0', '0', '', '0', '0', '0', '0', '0', '5Sh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '328', '0', '0', '0', '0', '0', '0', '0', '0', '0', '40', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1908', '2', '', '0', 'loottey', 'c79e004ff03e6f598947d65f4f5f50e1', '2009-02-13', 'konopelskinick@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1177712627', '0', '1177712928', '1177712928', '1177712916', '2', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '71.10.164.187', '0', '0', '', '0', '0', '0', '0', '0', ',,*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '298', '0', '0', '0', '0', '0', '0', '0', '0', '0', '41', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1909', '25', '', '0', 'levrxtsw', '295f04d3dd14dd3314f071acb024e2aa', '2009-02-13', 'all1@virtualrxenc.info', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1177827561', '0', '1177827562', '1177827562', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '217.20.163.50', '0', '0', '', '0', '0', '0', '0', '0', '[pl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '42', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1910', '2', '', '0', 'syfer016', 'f5d705b8f5346a51566c71fb37eba0d4', '2009-02-13', 'syfer016@msn.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1177956152', '0', '1177956152', '1177956152', '1177956209', '1', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '82.229.57.91', '0', '0', '', '0', '0', '0', '0', '0', 'd1p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '43', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1911', '25', '', '0', 'littlejudd', '9578bf8e1e4a072c79eaa3c6d0cdede8', '2009-02-13', 'littlejudd1234@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1178921866', '0', '1178921897', '1178921897', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '80.42.138.50', '0', '0', '', '0', '0', '0', '0', '0', 'rf\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '44', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1912', '25', '', '0', 'SerPrehtri', '5280237d9ffe71752ec178805d8cc114', '2009-02-13', 'xxaxx@ukr.net', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1178982632', '0', '1178983401', '1178983401', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '68.192.118.184', '0', '0', '', '0', '0', '0', '0', '0', 'U&E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '45', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1913', '25', '', '0', 'widow-maker', '5c2d0eadece56d473c2a4fe52a2743da', '2009-02-13', 'veliki_2000@yahoo.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1178991314', '0', '1180031394', '1180031394', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '89.172.173.122', '0', '0', '', '0', '0', '0', '0', '0', '7:K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '46', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1914', '25', '', '0', 'DrSoulinder', '4932efa9b7f269d50bf0ec8b02c1303d', '2009-02-13', 'vuvvvuuvuvuv@lubny.info', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1179002769', '0', '1179002943', '1179002943', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '208.120.61.70', '0', '0', '', '0', '0', '0', '0', '0', 'T\"s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '47', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1915', '2', '', '0', 'COD2-Fan', '66b7fd159383aeeaff77719c3e5312e1', '2009-02-13', 'fgh1234@gmx.de', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1179180897', '0', '1179183210', '1179183210', '1179181706', '1', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '84.137.209.46', '0', '0', '', '0', '0', '0', '0', '0', 'DfE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '250', '0', '0', '0', '0', '0', '0', '0', '0', '0', '50', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1916', '25', '', '0', 'wqwqspp', '020ffdb13cfbc5737114eda51dadd071', '2009-02-13', 'somarr@redfloweronline.info', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1179311639', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '217.20.163.50', '0', '0', '', '0', '0', '0', '0', '0', ';.`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '52', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1917', '2', '', '0', 'imported_Bulldog', '21f31123031ef0972fda172569baa7d8', '2009-02-13', 'bulldog@desert-rats.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1179439236', '0', '1226689075', '1232199841', '1226689139', '9', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '80.73.223.242', '0', '0', '', '0', '0', '0', '0', '0', '`OA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '55', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1918', '25', '', '0', 'wwweggtr', 'e3f96a692d6802364b243ce09dc02bfe', '2009-02-13', 'sm3@redfloweronline.info', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1179503559', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '217.20.163.50', '0', '0', '', '0', '0', '0', '0', '0', 'j,2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '56', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1919', '25', '', '0', 'wwertydd', '173410f410c6faf0964edf7c1bf8ae7b', '2009-02-13', 'sm4@redfloweronline.info', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1179504772', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '217.20.163.50', '0', '0', '', '0', '0', '0', '0', '0', 'WpD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '57', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1920', '25', '', '0', 'jamezmaster', '20b9a807f4d7b1afb260a1054e204c23', '2009-02-13', 'pussywif@aol.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1179700001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '195.93.21.138', '0', '0', '', '0', '0', '0', '0', '0', 'Id,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '60', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1921', '25', '', '0', 'jjpqjfddfr', '59e423831075ecf9e6eefeea9cf8a659', '2009-02-13', 'offf@planetrxenc.info', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1179765172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '217.20.163.50', '0', '0', '', '0', '0', '0', '0', '0', 'K;2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '62', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1922', '25', '', '0', 'Jessicafans', 'dbc7f214b2f3746d9723b3f4ebe40f30', '2009-02-13', 'ipiiiikiippi@lubny.info', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1179909258', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '172.211.35.85', '0', '0', '', '0', '0', '0', '0', '0', 'qSM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '64', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1923', '2', '', '0', 'balikas', '5a8ee2a9520c12f62af9bc2eb7d4c23a', '2009-02-13', 'john30uk@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1179995440', '0', '1228082057', '1228088882', '1228082263', '2', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '217.35.100.19', '0', '0', '', '0', '0', '0', '1', '0', '2N6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '212', '0', '0', '0', '0', '0', '0', '0', '0', '0', '68', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1924', '2', '', '0', 'cobra', '4ef361cabfbd8fd1a1eceb5e8cc4d00f', '2009-02-13', 'keithcrook@ntlworld.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1180026714', '0', '1180027253', '1180027253', '1180027189', '1', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '81.102.174.118', '0', '0', '', '0', '0', '0', '0', '0', 'XjD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '69', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1925', '25', '', '0', 'galixa_fix', '5d614afcec644cf5e64e532fac6b29a9', '2009-02-13', 'zqddapddaddd@metaping.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1180064142', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '67.162.230.95', '0', '0', '', '0', '0', '0', '0', '0', '9ah', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '70', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1926', '25', '', '0', 'WhiteNIght', '5234de58ea24796a2a676f51387f11b7', '2009-02-13', 'jonathanmirza@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1180358654', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '85.31.137.11', '0', '0', '', '0', '0', '0', '0', '0', 'NC9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '71', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1927', '25', '', '0', 'rap1d619', '734e8ac93606d788b95c69b474553c11', '2009-02-13', 'andy6191990@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1180358726', '0', '1180358985', '1181755412', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570887', '00-00-0000', '0000-00-00', '0', '0', '88.106.70.107', '0', '0', '', '0', '0', '0', '0', '0', '#g7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '72', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1928', '25', '', '0', 'rottweiler1970', '33ad82eda779d62333567673d82fee3d', '2009-02-13', 'udoherrmann_28@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1180366065', '0', '1180367162', '1180367162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '217.94.243.184', '0', '0', '', '0', '0', '0', '0', '0', 'H1|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '73', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1929', '25', '', '0', 'Revive', 'dded061189d5df8136e9d821f29fa283', '2009-02-13', 'spani3l@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1180373620', '0', '1180545062', '1180545062', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '62.31.44.88', '0', '0', '', '0', '0', '0', '0', '0', 'T]9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '74', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1930', '25', '', '0', 'JTBandRen', '9a25268756f951081ce5486b4fe4b7e0', '2009-02-13', 'rpgsbolthall@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1180641202', '0', '1180884559', '1180884559', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '89.100.50.115', '0', '0', '', '0', '0', '0', '4', '0', 'fPl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '76', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1931', '25', '', '0', 'gutarChUSR', 'b952de543fddfb4826ea7e5c36d8a4e6', '2009-02-13', 'gutar@mrxen.info', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1180702645', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '217.20.163.50', '0', '0', '', '0', '0', '0', '0', '0', '4nu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '77', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1932', '2', '', '0', '|GB|Alex', 'f8621095fdd5a969160c8bf926a364bf', '2009-02-13', 'jonesy55555@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1180816215', '0', '1180863727', '1180863727', '1180829225', '3', '0', '0', '0', '0', '0', '0', '0', '33571079', '00-00-0000', '0000-00-00', '0', '0', '91.108.131.121', '0', '0', '', '0', '0', '0', '0', '0', 'c\"E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '235', '0', '0', '0', '0', '0', '0', '0', '0', '0', '78', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1933', '25', '', '0', 'Urs', 'ec3c366ff213cd0dc31b510fb8330a7b', '2009-02-13', 'grupp.asperg@t-online.de', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1180830584', '0', '1180906650', '1180906650', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '87.180.85.203', '0', '0', '', '0', '0', '0', '0', '0', 'zZ0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '79', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1934', '2', '', '0', 'Major_Day', '716fbb36f42b0faa0e470f5d1b7725d4', '2010-09-05', 'major_day@sky.com', '39', '', 'http://www.1st-bad-clan.co.uk/', '0', '', '', '2', '2', 'Senior Member', '0', '1180904640', '0', '1317078081', '1318622406', '1316247523', '166', '0', '0', '0', '1', '0', '0', '0', '36199703', '', '0000-00-00', '-1', '1', '90.195.33.35', '0', '0', '', '0', '0', '0', '40', '0', '>(?q23!*y@B{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '94', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1948', '2', '', '0', 'Rodweiller', '870df7719ea6f539084d93edb78394a9', '2009-02-13', 'rodweiller@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1183483206', '0', '1183496041', '1183577080', '1183577137', '2', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '84.71.220.17', '0', '0', '', '0', '0', '0', '0', '0', '%cL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '425', '0', '0', '0', '0', '0', '0', '0', '0', '0', '95', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1949', '25', '', '0', 'martinuk', '0ebce23f9ea66037dde7eb86ee4b15d6', '2009-02-13', 'martinrtas@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1183525449', '0', '1183525472', '1183525809', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.10.51.250', '0', '0', '', '0', '0', '0', '0', '0', 'ERA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '96', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1950', '25', '', '0', 'Inque', 'b1026cfcb96e15896526ad09c992e92e', '2009-02-13', 'dion@rch4.nl', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1183969764', '0', '1185414566', '1185461532', '0', '0', '0', '0', '1', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '212.127.137.165', '0', '0', '', '0', '0', '0', '2', '0', 'PE$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '97', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278993420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1951', '2', '', '0', 'Phil', '932d9716fede5ec36acb35c7e9456ed1', '2009-02-13', 'phillip.forrester@dhl.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1184322644', '0', '1185439924', '1190730507', '1190730529', '4', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '81.149.16.239', '0', '0', '', '0', '0', '0', '0', '0', '&sF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '408', '0', '0', '0', '0', '0', '0', '0', '0', '0', '98', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994080', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1952', '2', '', '0', 'Simonov', '16f2ca75340dafe58b61649069cb4d39', '2009-02-13', 'brokencrow@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1184534424', '0', '1186072154', '1186261076', '1186003342', '1', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '81.102.160.231', '0', '0', '', '0', '0', '0', '0', '0', 'ZIV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '222', '0', '0', '0', '0', '0', '0', '0', '0', '0', '99', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994080', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1953', '2', '', '0', 'Ste', '993cd8c6925fe5393934a5a9760bcc86', '2012-07-11', 'stephen.myhill@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1184847510', '0', '1342041712', '1347524968', '1186310266', '2', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.153.110.190', '0', '0', '', '0', '0', '0', '0', '0', 'Xze\\MO;vmBc(3HCf*D~_AwnxiVy4%g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994080', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1954', '25', '', '0', '1812lsd', 'c135c8213351929f0830119a6d5baf18', '2009-02-13', '1812lsd@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1184893689', '0', '1184893711', '1184893711', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '86.138.246.39', '0', '0', '', '0', '0', '0', '0', '0', '|1R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '201', '0', '0', '0', '0', '0', '0', '0', '0', '0', '101', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994080', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1955', '2', '', '0', 'k4gus', '4eb84bc580141c88edc964866aaa91b5', '2009-02-13', 'k4gus@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1185358265', '0', '1215062988', '1219300594', '1206192599', '12', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '217.42.203.23', '0', '0', '', '0', '0', '0', '0', '0', '?U|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '510', '0', '0', '0', '0', '0', '0', '0', '0', '0', '102', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994080', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1956', '2', '', '0', '+Tuga+uT.', 'e49bf94403f25129bbe6b152c2a065dd', '2009-02-13', 'cracktugateam@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1185637183', '0', '1199387232', '1199559166', '1185637446', '1', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '81.99.229.109', '0', '0', '', '0', '0', '0', '0', '0', '*(j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '586', '0', '0', '0', '0', '0', '0', '0', '0', '0', '103', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '9|Veteran|people_pacific_islanders_16.png|people_pacific_islanders_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994080', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1957', '2', '', '0', 'Shinobi', '9da1e62175f5560304ef62f5ff79f59a', '2009-02-13', 'darkglobe87@googlemail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1185879752', '0', '1199040659', '1199055456', '1199027262', '7', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '89.241.178.207', '0', '0', '', '0', '0', '0', '0', '0', 'hmc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '190', '0', '0', '0', '0', '0', '0', '0', '0', '0', '104', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1958', '25', '', '0', 'jModels', '8f2659e5d10d9bf5a877cfd67fee8a1d', '2009-02-13', 'jmodels@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1186080000', '0', '1186080018', '1186081785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '80.42.249.50', '0', '0', '', '0', '0', '0', '0', '0', '`^`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '105', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1959', '2', '', '0', 'banana', 'dbe719ec05e494a2192033b04a68f390', '2009-02-13', 'bananauk72@gmail.com', '0', '', 'http://www.britishclanforce.com', '0', '', '', '2', '2', 'Junior Member', '0', '1186092739', '0', '1230730029', '1231851571', '1200264993', '12', '0', '0', '0', '0', '0', '0', '0', '33570839', '08-17-1972', '1972-08-17', '0', '0', '86.128.76.117', '0', '0', '', '0', '0', '0', '2', '0', 'eB^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '262', '0', '0', '0', '0', '0', '0', '0', '0', '0', '106', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1960', '25', '', '0', 'wheresleesnipes', 'd2aefce8cd27882a682b2b6ac324ce07', '2009-02-13', 'wheresleesnipes@blueyonder.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1186506654', '0', '1186772519', '1187249167', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '136.8.152.13', '0', '0', '', '0', '0', '0', '0', '0', 'p!9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '107', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1961', '2', '', '0', 'Elisha', '4fd38095a7981f2a08ca117b101f9b80', '2009-02-13', 'e_lisha@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1187002717', '0', '1196211442', '1196211442', '1196211432', '6', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '84.92.79.105', '0', '0', '', '0', '0', '0', '0', '0', 'ePB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '176', '0', '0', '0', '0', '0', '0', '0', '0', '0', '108', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1962', '2', '', '0', 'ANG3L', '40ae03d290d8f76b215a63193506a5d2', '2009-02-13', 'router1@gmail.com', '0', '', 'http://', '0', '', '', '2', '2', 'Junior Member', '0', '1187011772', '0', '1196211161', '1196211161', '1195823003', '11', '0', '0', '0', '0', '0', '0', '0', '33570839', '01-01-1908', '1908-01-01', '0', '0', '82.13.254.6', '0', '0', '', '0', '0', '0', '0', '0', 'ijD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '502', '0', '0', '0', '0', '0', '0', '0', '0', '0', '109', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1963', '25', '', '0', 'Prodigy.NL', '8dea39da5e0a91e5785c977b316cc6b7', '2009-02-13', 'prodigy.nl@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1187021367', '0', '1187021383', '1187123363', '0', '0', '0', '0', '1', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '77.249.184.30', '0', '0', '', '0', '0', '0', '0', '0', '-kI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '110', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1964', '2', '', '0', '500dan500', 'dae16f7ee5b6b7e8d2e404c27a1537e9', '2009-02-13', 'danaxim@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1187145046', '0', '1194974854', '1194979144', '1194970192', '2', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '87.194.200.250', '0', '0', '', '0', '0', '0', '0', '0', '<92', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '344', '0', '0', '0', '0', '0', '0', '0', '0', '0', '111', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1965', '2', '', '0', 'Claybuster', '8bff517638e17a20ea2216a64246addb', '2009-02-13', 'tuck481@aol.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1188934218', '0', '1217433833', '1217433833', '1217432527', '3', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '195.93.21.100', '0', '0', '', '0', '0', '0', '0', '0', '_Du', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '174', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1966', '2', '', '0', 'fatbomber', 'edda3c6b80a093f5a89e01f7d219e31f', '2009-02-13', 'superblues.fc@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1189266184', '0', '1189266199', '1189266199', '1189266439', '1', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '82.19.168.19', '0', '0', '', '0', '0', '0', '0', '0', '3yl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '318', '0', '0', '0', '0', '0', '0', '0', '0', '0', '175', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1967', '2', '', '0', 'k9-2142', '95bbbd79d19f77318d4ff4ee8f5e2608', '2009-02-13', 'i.holder@ukonline.co.uk', '0', '', 'http://', '0', '', '', '2', '2', 'Member', '0', '1189809477', '0', '1196417343', '1196429802', '1196429918', '38', '0', '0', '0', '0', '0', '0', '0', '33570839', '11-17-1970', '1970-11-17', '0', '0', '87.81.38.203', '0', '0', 'k9_2142@hotmail.co.uk', '0', '0', '0', '5', '1', '-4[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '525', '0', '0', '0', '0', '0', '0', '0', '0', '0', '176', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1968', '2', '', '0', 'Mad_Al', '149c50066653d1dee7f55471690ed8b5', '2009-02-13', 'al.nash@btinternet.com', '0', '', 'http://www.simplicityandgames.eu', '0', '', '', '2', '2', 'Junior Member', '0', '1190022068', '0', '1190022841', '1190110662', '1190022326', '1', '0', '0', '0', '0', '0', '0', '0', '33570903', '12-23-1969', '1969-12-23', '0', '0', '86.137.78.204', '0', '0', '', '0', '0', '0', '0', '0', ';pS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '471', '0', '0', '0', '0', '0', '0', '0', '0', '0', '177', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1969', '25', '', '0', 'Ant7t5', '9ad916bf5e2b8bd51a831c151fa98262', '2009-02-13', 'ant7t5@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1190573185', '0', '1190573201', '1190573744', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '84.13.112.48', '0', '0', '', '0', '0', '0', '0', '0', 'T|@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '178', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1970', '25', '', '0', 'datakill', '3a1a500a419821faccc9aa2f21140d39', '2009-02-13', 'jeremy1271@yahoo.fr', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1190976997', '0', '1190977003', '1191078074', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '82.224.97.152', '0', '0', '', '0', '0', '0', '0', '0', 'ZX9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '179', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1971', '25', '', '0', 'bloody g', 'cd3dc7bf224b86c285e2942d9e1554e5', '2009-02-13', 'gareth12duffy@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1191683638', '0', '1193666333', '1195396139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '172.206.62.119', '0', '0', '', '0', '0', '0', '0', '0', 'mfG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '180', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1972', '25', '', '0', 'jonhson', '79b54740b9de4eec6c28003b8690b063', '2009-02-13', 'jonny46@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1191705836', '0', '1192125231', '1192225011', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '84.71.201.193', '0', '0', '', '0', '0', '0', '0', '0', 'KJ\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '181', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1973', '2', '', '0', 'Harry521', 'b0eee5fef4db0ba9469332ef632346b2', '2009-02-13', 'dirtyharry001@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Member', '0', '1191748133', '0', '1233227568', '1233752525', '1232356617', '28', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '80.175.94.49', '0', '0', '', '0', '0', '0', '0', '0', 'n9[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '463', '0', '0', '0', '0', '0', '0', '0', '0', '0', '182', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1974', '2', '', '0', '=82ND=WhiteDev', '0b31c3193398232e272d85306d3bd60c', '2009-02-13', 'mail@82ndairbornesnipers.com', '0', '', '', '0', '', '', '2', '2', 'Member', '0', '1191910464', '0', '1210115712', '1210115712', '1210115707', '30', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '90.200.68.225', '0', '0', '', '0', '0', '0', '1', '0', 'IS9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '303', '0', '0', '0', '0', '0', '0', '0', '0', '0', '183', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1975', '2', '', '0', 'OzzyUN', '1ca697493062c51da57693bca3e2fc85', '2009-02-13', 'akinvest@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1191929612', '0', '1191929632', '1191929632', '1191929775', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '64.231.115.250', '0', '0', '', '0', '0', '0', '0', '0', '^vk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '184', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1976', '2', '', '0', 'pheonix', '42394e10b898d0bbbed60a06c07ec9bd', '2009-02-13', 'pheonix@tuff-clan.org', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1191939630', '0', '1195421726', '1195421726', '1195165044', '7', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '84.13.158.171', '0', '0', '', '0', '0', '0', '14', '0', 'E6%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '185', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1977', '2', '', '0', 'Kane', '2a3a24fc9bf8c71e80e2e74b0a289b14', '2009-06-21', 'ro-rynn@online.no', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1191942780', '0', '1265735815', '1265996658', '1245766016', '27', '0', '0', '0', '0', '0', '0', '0', '33571031', '00-00-0000', '0000-00-00', '0', '0', '85.164.231.100', '0', '0', '', '0', '0', '0', '6', '0', '`=n', '', '0', '33376', '0', '0', '0', '0', '', '0', '0', '', '474', '0', '0', '0', '0', '0', '0', '0', '0', '0', '186', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1978', '2', '', '0', 'Vipex', '570e5a150c10907a3e324ce7abcac25e', '2009-02-13', 'n-zo@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1191956923', '0', '1191956937', '1191956937', '1191957013', '1', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '81.101.207.162', '0', '0', '', '0', '0', '0', '0', '0', 'S4%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '187', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1979', '2', '', '0', 'doomsday', 'e1da7fc049fdfc03c349d6e57b6bcf1b', '2009-02-13', 'dj_bez_@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1191958838', '0', '1194102662', '1194134567', '1194096914', '2', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '213.162.121.53', '0', '0', '', '0', '0', '0', '0', '0', 'K!X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '188', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1980', '2', '', '0', 'trev', '1cc6e350567a6e96fa86e4a25edd3fef', '2009-02-13', 'tbone_372@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1192045774', '0', '1192134981', '1192140050', '1192045972', '1', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '90.196.109.124', '0', '0', '', '0', '0', '0', '0', '0', 'wJj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '189', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1981', '25', '', '0', 'polar102', '17809f3782f387e3a0910508af28f983', '2009-02-13', 'chris_wipat_@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1192172159', '0', '1192172183', '1192172183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570887', '00-00-0000', '0000-00-00', '0', '0', '78.144.252.114', '0', '0', '', '0', '0', '0', '0', '0', '$hJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '190', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1982', '2', '', '0', 'vampiejay', 'c687253f7e13bb967f074ae0328fa9c9', '2012-09-04', 'maguire.j@sky.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1192387221', '0', '1346777806', '1346787917', '1346787218', '7', '0', '0', '0', '0', '0', '0', '0', '33573911', '00-00-0000', '0000-00-00', '-1', '1', '84.13.143.181', '0', '0', '', '0', '0', '0', '1', '1', 'w@:Uu;%=4XjZB|d*^h?h[de}$zc=!;', '', '0', '78763', '0', '0', '0', '0', '', '0', '0', '', '342', '0', '0', '0', '0', '0', '0', '0', '0', '0', '191', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1983', '2', '', '0', 'whatsername', 'b1edf5b392a24590d9e72b99615e184a', '2009-03-06', 's-h-e-l-l@hotmail.co.uk', '0', '', 'http://www.girlgamer.co.uk/news.php', '0', '', '', '2', '2', 'Junior Member', '0', '1192520700', '0', '1236501961', '1236757170', '1236410792', '10', '0', '0', '0', '0', '0', '0', '0', '33570839', '12-07-1909', '1909-12-07', '0', '0', '82.23.185.147', '0', '0', '', '0', '0', '0', '0', '0', ')T4', '', '0', '26137', '0', '0', '0', '0', '', '0', '0', '', '610', '0', '0', '0', '0', '0', '0', '0', '0', '0', '192', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1984', '2', '', '0', 'dazza', '1b345f4ba58ad8791e8452f11da6975c', '2009-02-13', 'admin@funclan.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1192968201', '0', '1203859746', '1228253585', '1228253382', '2', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.20.124.76', '0', '0', '', '0', '0', '0', '0', '0', '41m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '193', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1985', '2', '', '0', 'lakespear1', 'a6652af77fef75b0d7a60027ce38b616', '2009-02-13', 'paulblinko@ntlworld.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1193428981', '0', '1212424157', '1212503627', '1211974588', '2', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '193.242.236.128', '0', '0', '', '0', '0', '0', '2', '1', 'bn$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '355', '0', '0', '0', '0', '0', '0', '0', '0', '0', '194', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1986', '2', '', '0', 'blazevic', '5d727493c1c5be728c72552bb159ed37', '2009-02-13', 'amir_0011@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Member', '0', '1193540047', '0', '1227386010', '1227653657', '1227653347', '82', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.27.32.31', '0', '0', '', '0', '0', '0', '3', '0', 'aW0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '439', '0', '0', '0', '0', '0', '0', '0', '0', '0', '195', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1987', '2', '', '0', 'waspy', 'e92174898518df4a81d1710bbf1648cc', '2009-02-13', 'pcraggs@millmortgages.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1193602158', '0', '1205580032', '1219057441', '1203456241', '3', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '82.47.11.38', '0', '0', '', '0', '0', '0', '4', '0', 'I0!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '209', '0', '0', '0', '0', '0', '0', '0', '0', '0', '196', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1988', '25', '', '0', 'old gezzer gazza', '42bb71ccd814aec34c5aafd613ff17c7', '2009-02-13', 'garry.rowson1@homecall.co.uk', '0', '', 'http://', '0', '', '', '2', '2', 'Forum Lurker', '0', '1193692028', '0', '1193692126', '1193692432', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '01-19-1961', '1961-01-19', '0', '0', '88.104.184.116', '0', '0', '', '0', '0', '0', '0', '0', '%VW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '197', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1989', '2', '', '0', 'Mutley', 'af1254b1756b9391ab0c161dcf1249d7', '2009-02-13', 'nicksource@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Member', '0', '1194370949', '0', '1216743614', '1217004654', '1216566414', '45', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '172.143.135.200', '0', '0', '', '0', '0', '0', '6', '0', '&{N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '374', '0', '0', '0', '0', '0', '0', '0', '0', '0', '198', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1990', '2', '', '0', 'Kudos', '742c9f34cf0dcd3571bea2cb14bd9ce5', '2011-08-29', 'mahorrocks@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1194383234', '0', '1195573030', '1314618128', '1195510012', '14', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.131.24.84', '0', '0', '', '0', '0', '0', '5', '0', 'o03gua`^wO>ck\"Iku*0S3hvr@9Hv&o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '398', '0', '0', '0', '0', '0', '0', '0', '0', '0', '199', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314618900', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1991', '2', '', '0', 'captmoody', '1179d5290dc94e419d6da9f4e15bc337', '2009-02-13', 'elvisdorsetdevil@ntlworld.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1194456541', '0', '1194556757', '1194589734', '1194457033', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.10.113.221', '0', '0', '', '0', '0', '0', '0', '0', 'z]@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '276', '0', '0', '0', '0', '0', '0', '0', '0', '0', '200', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1992', '25', '', '0', 'Vault13&#124;PiPboy', 'f5f38b39e3907c0710ac158132ceca4d', '2011-10-24', 'mindfields@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1194553754', '0', '1194828481', '1195408597', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.10.78.27', '0', '0', '', '0', '0', '0', '0', '0', 'St!Fq!5M>n\\#ANXr{}=?JYB&Q}~y|F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '201', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1993', '2', '', '0', 'FoRcEMaJeUrE', 'd999f0525eaf336acce4f1376810d191', '2009-02-13', 'the_st1_clan@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1194554024', '0', '1206572625', '1206649578', '1206149634', '7', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '84.9.169.248', '0', '0', '', '0', '0', '0', '0', '0', 'x>8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '225', '0', '0', '0', '0', '0', '0', '0', '0', '0', '202', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1994', '2', '', '0', 'wavey', 'c3c4e06cc6d5e4605da9d4e73dadcf6c', '2009-02-13', 'wavey123@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1194630114', '0', '1225998258', '1227292625', '1202667378', '3', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '90.198.204.50', '0', '0', '', '0', '0', '0', '0', '0', 'n_z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '203', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1995', '2', '', '0', 'adam_zonic', 'ecb20d65d2789ed70d51790727582c8a', '2009-02-13', 'a_zonic@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1194640882', '0', '1195506748', '1195527937', '1194979245', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.159.248.80', '0', '0', '', '0', '0', '0', '0', '0', 'c$2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '743', '0', '0', '0', '0', '0', '0', '0', '0', '0', '204', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1996', '2', '', '0', 'hellcat', '8285508e74b097f2a53238b785bb9702', '2009-02-13', 'davidlees1@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1194700016', '0', '1197462097', '1197621237', '1196203058', '3', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.97.22.132', '0', '0', '', '0', '0', '0', '0', '0', '`Rk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '272', '0', '0', '0', '0', '0', '0', '0', '0', '0', '205', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1997', '25', '', '0', 'thing', '1c01d82e45b88a4532ecb8477f1be084', '2009-02-13', 'steveturner660@btinternet.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1194703657', '0', '1194875651', '1195055390', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '86.153.225.101', '0', '0', '', '0', '0', '0', '0', '0', '&Tj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '206', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1998', '2', '', '0', 'sevennationarmy', '4fb3d2f9b0bf2899ebaa25cb5333b828', '2009-02-13', 'armyofseven@gmail.com', '0', '', 'http://www.thefuds.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1194801521', '0', '1206549647', '1206637258', '1206468422', '13', '0', '0', '0', '0', '0', '0', '0', '33571095', '03-03-1969', '1969-03-03', '0', '0', '86.154.217.104', '0', '0', '', '0', '0', '0', '0', '0', 'zDB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '258', '0', '0', '0', '0', '0', '0', '0', '0', '0', '207', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('1999', '2', '', '0', 'fred21', '3143ea8a18dd2777e7a294354ae96529', '2009-02-13', 'allanon41@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Member', '0', '1194858799', '0', '1233962744', '1234003034', '1234003098', '39', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '79.67.231.80', '0', '0', '', '0', '0', '0', '0', '0', '3e\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '338', '0', '0', '0', '0', '0', '0', '0', '0', '0', '208', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2000', '2', '', '0', 'imported_Unique', '3af8c77dc6fe25a5e5ebd9c6a0bb957d', '2009-02-13', 'csq-unique@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1194908745', '0', '1194958722', '1194966475', '1194912680', '3', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '77.97.127.208', '0', '0', '', '0', '0', '0', '1', '0', 'tg6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '180', '0', '0', '0', '0', '0', '0', '0', '0', '0', '209', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2001', '2', '', '0', 'O_Dog', '25bda4888628e5744dee4db0f231bb9a', '2009-05-16', 'admin@tds-clan.co.uk', '0', '', 'http://tds-clan.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1195003277', '0', '1322068034', '1322069666', '1322067854', '24', '0', '0', '0', '0', '0', '0', '0', '33571095', '12-06-1975', '1975-12-06', '0', '0', '86.131.140.79', '0', '0', 'O_DOG1@hotmail.com', '0', '0', '0', '3', '0', '6AA', '', '0', '75369', '0', '0', '0', '0', '', '0', '0', '', '725', '0', '0', '0', '0', '0', '0', '0', '0', '0', '210', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2002', '2', '', '0', 'Internet', 'ae3996eeec77f9fc26bb951d40ba237a', '2009-02-13', 'objective2@msn.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1195045754', '0', '1202950977', '1226638006', '1202950703', '29', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.156.15.0', '0', '0', '', '0', '0', '0', '0', '0', 'XKU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '379', '0', '0', '0', '0', '0', '0', '0', '0', '0', '211', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `skype`, `adminoptions`, `lastpostid`, `sigpicrevision`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `threads`, `favcache`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `importuserid`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `mediafaves`, `dbtech_infopanels_blocks`, `dbtech_infopanels_settings`, `arcade_ban`, `times_played`, `is_arcade_mod`, `fav_games`, `user_sort`, `user_order`, `user_g_pp`, `user_s_pp`, `def_g_cat`, `game_skin`, `arcade_mod_privs`, `arcade_pmactive`, `games_played`, `time_played`, `arcade_points`, `arcade_spent`, `arcade_won`, `arcade_high`, `create_tourney`, `arcade_sess_gid`, `arcade_sess_start`, `arcade_gtype`, `arcade_session`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `creditspermissions`, `xperience_ppd7`, `xperience_ppd30`, `xperience_achievements`, `xperience_lastupdate`, `xperience_awardcount`, `xperience_promotioncount`, `xperience_achievementcount`, `dbtech_status_status`, `dbtech_status_mood`, `dbtech_vbactivity_achievementcount`, `dbtech_vbactivity_points`, `dbtech_vbactivity_pointscache`, `dbtech_vbactivity_pointscache_day`, `dbtech_vbactivity_pointscache_week`, `dbtech_vbactivity_pointscache_month`, `dbtech_vbactivity_rewardscache`, `dbtech_vbactivity_trophycount`, `dbtech_vbactivity_medalcount`, `dbtech_vbactivity_settings`, `dbtech_vbactivity_autocollapse_stats`, `dbtech_vbactivity_autocollapse_bar`, `dbtech_vbactivity_excluded`, `dbtech_vbactivity_medalmoderatecount`, `ezircvb4_username`) VALUES ('2003', '2', '', '0', 'imported_Genix', '4968e90260b6221d1d36683716da62dc', '2009-02-13', 'neogen28@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1195057802', '0', '1196326527', '1196330321', '1196326688', '2', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.158.11.217', '0', '0', '', '0', '0', '0', '0', '0', 'H`E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '212', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2004', '25', '', '0', 'motiv', '38615f00cd96ebe9c34edc9f847615aa', '2009-02-13', 'alanraby@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195136190', '0', '1195136208', '1195231593', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '195.153.37.61', '0', '0', '', '0', '0', '0', '0', '0', 'g(#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '213', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2005', '25', '', '0', 'Loner', '0d2a1f4fcb4c490b233946cb26419669', '2009-02-13', 'reiben247@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195153494', '0', '1195153504', '1215883076', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '81.153.72.40', '0', '0', '', '0', '0', '0', '0', '0', 'W,o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '214', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2006', '2', '', '0', 'Biggun', '32a91967a26bd60f68848e8943999ac6', '2009-04-10', 'tom@tom-read.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1195164973', '0', '1261946593', '1263047484', '1253130198', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '84.71.8.117', '0', '0', '', '0', '0', '0', '0', '0', ']Kr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '215', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2007', '2', '', '0', 'Elvardo', '9d753ec3bc5b8f8141dea1d43ad46d67', '2009-02-13', 'elvard@blueyonder.co.uk', '0', '', 'http://www.return2kill.co.uk', '0', '', 'elvardo2002@yahoo.com', '2', '2', 'Member', '0', '1195229364', '0', '1201910572', '1201955177', '1201909728', '33', '0', '0', '0', '0', '0', '0', '0', '33570839', '04-05-1972', '1972-04-05', '0', '0', '77.102.117.223', '0', '0', 'elvard@blueyonder.co.uk', '0', '0', '0', '0', '0', '!&b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '428', '0', '0', '0', '0', '0', '0', '0', '0', '0', '216', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2008', '2', '', '0', 'Macey', 'edef842bc7530d3ff48ea72336cf69d2', '2009-02-13', 'mr.mace@talk21.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1195235369', '0', '1203120170', '1203291275', '1198518411', '22', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '77.75.106.6', '0', '0', '', '0', '0', '0', '17', '0', '>AO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '275', '0', '0', '0', '0', '0', '0', '0', '0', '0', '217', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2009', '25', '', '0', 'B4ndy', 'd943644aebbe9e13bb006910a4a8219e', '2009-02-13', 'root@thebloodsquad.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195245385', '0', '1195462327', '1195494325', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.152.239.82', '0', '0', '', '0', '0', '0', '0', '0', '_0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '218', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2010', '25', '', '0', 'derper', '68e36bce4ab3cd66bc4b68ff0fdf8f64', '2009-02-13', 'jelle.zwaan@live.nl', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195313544', '0', '1195413612', '1195413612', '0', '0', '0', '0', '1', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.217.157.60', '0', '0', '', '0', '0', '0', '0', '0', 'sp{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '219', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2011', '2', '', '0', 'grotty', 'fcc1eef46bb564057c8ecdb868eb3062', '2009-02-13', 'grotty_scotty@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1195394962', '0', '1205348991', '1217778604', '1202994458', '14', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '86.4.29.71', '0', '0', '', '0', '0', '0', '0', '0', 'dx0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '361', '0', '0', '0', '0', '0', '0', '0', '0', '0', '220', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2012', '2', '', '0', 'ozzo74', '2a6c3948ace30c398608582bdef70e21', '2009-02-13', 'phoskins1@hotmail.co.uk', '0', '', 'http://www.Play2Die.com', '0', '', '', '2', '2', 'Junior Member', '0', '1195407382', '0', '1219605286', '1219621228', '1219605338', '10', '0', '0', '0', '0', '0', '0', '0', '33571159', '10-03-1974', '1974-10-03', '0', '0', '78.146.24.55', '0', '0', 'phoskins1@hotmail.co.uk', '0', '0', '0', '0', '0', '}AR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '281', '0', '0', '0', '0', '0', '0', '0', '0', '0', '221', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2013', '2', '', '0', '1steuid', 'ee8655e6452f9f309724c2f86937344f', '2009-06-19', 'pheonix@1steuid.co.uk', '0', '', '', '0', '', '', '2', '2', 'Member', '0', '1195421819', '0', '1229968756', '1240181464', '1211801208', '34', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '78.145.80.250', '0', '0', '', '0', '0', '0', '3', '0', ';sF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '523', '0', '0', '0', '0', '0', '0', '0', '0', '0', '222', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2014', '2', '', '0', 'DarkMuppet', '4d36cbdae6016f8e809387d156d628ea', '2010-02-15', 'slippysock@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Member', '0', '1195474403', '0', '1275842262', '1276531941', '1256840125', '70', '0', '0', '0', '1', '0', '0', '0', '33573911', '', '0000-00-00', '-1', '1', '82.69.17.23', '0', '0', '', '0', '0', '0', '7', '0', 'fcW', '', '0', '44168', '0', '0', '0', '0', '', '0', '0', '', '1692', '0', '0', '0', '0', '0', '0', '0', '0', '0', '223', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2015', '25', '', '0', 'disciple', '10aed6ea656484f5f7fd12d11bd38f8f', '2009-02-13', 'mscd_lewis01@btinternet.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195479573', '0', '1195494326', '1195503821', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.139.198.15', '0', '0', '', '0', '0', '0', '0', '0', '`sx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '224', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2016', '2', '', '0', 'ChrisG', 'b1435f3bf68866f1fc3fe1c8cbe85f40', '2009-02-13', 'chrisgearing@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1195483921', '0', '1203960973', '1228929056', '1203955832', '9', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '86.136.230.239', '0', '0', '', '0', '0', '0', '0', '0', 'Vqe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '212', '0', '0', '0', '0', '0', '0', '0', '0', '0', '225', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2017', '2', '', '0', 'sprinter', 'e9d24e238782197b3088eb530c208f9b', '2010-10-03', 'sprinter.online@gmail.com', '0', '', 'http://www.Smart-Gaming.co.uk', '0', '', '', '2', '0', 'Senior Member', '0', '1195522380', '0', '1286106235', '1286114996', '1230166910', '120', '0', '0', '0', '0', '0', '0', '0', '33571095', '', '0000-00-00', '0', '0', '86.156.166.185', '0', '0', '', '0', '0', '0', '4', '0', 'fO5C75t+a0os@$<>_fD4TbW;qbEB1k', 'sprinter7731', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '471', '0', '0', '0', '0', '0', '0', '0', '0', '0', '226', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.30124', '1.59872', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1286108100', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2018', '25', '', '0', 'juxx', 'b52f806d51f225fc4296e34992e04093', '2009-02-13', 'mackrel@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195555434', '0', '1195555451', '1195556751', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '194.176.105.39', '0', '0', '', '0', '0', '0', '0', '0', 'w(`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '227', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2019', '2', '', '0', 'Lock205', '8ed4538ba8f41e1af95f43742d459628', '2009-02-13', 'wee_craig@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1195592717', '0', '1201644599', '1202650355', '1201640548', '2', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.132.60.180', '0', '0', '', '0', '0', '0', '0', '0', 'eZH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '179', '0', '0', '0', '0', '0', '0', '0', '0', '0', '228', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2020', '2', '', '0', 'Cunners', '23199a274df3514a4c883f137dd3ee06', '2009-02-13', 'cunners@gotadsl.co.uk', '0', '', '', '0', '', '', '2', '2', 'Member', '0', '1195647101', '0', '1225375218', '1226395194', '1225375341', '35', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '81.138.211.169', '0', '0', '', '0', '0', '0', '27', '0', 'F#=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '354', '0', '0', '0', '0', '0', '0', '0', '0', '0', '229', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2021', '25', '', '0', 'Lookfar', '00224cb0e0b74ed2de4dd9672e575aa2', '2009-02-13', 'joe.vaughan@acco.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195650243', '0', '1195650263', '1195650263', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '194.128.176.125', '0', '0', '', '0', '0', '0', '0', '0', '-7<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '230', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2022', '2', '', '0', 'Muzman', 'a1edff1fd774fc045757417433d98753', '2009-02-13', 'muzman1@blueyonder.co.uk', '0', '', 'http://www.loonyasylum.net', '0', '', '', '2', '2', 'Junior Member', '0', '1195687622', '0', '1212616739', '1214671263', '1202855447', '9', '0', '0', '0', '0', '0', '0', '0', '33571159', '07-26-1984', '1984-07-26', '0', '0', '82.46.59.203', '0', '0', 'muzman1@hotmail.co.uk', '0', '0', '0', '1', '0', 'h@(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '190', '0', '0', '0', '0', '0', '0', '0', '0', '0', '231', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2023', '25', '', '0', 'madvictor', 'f4263e7bf645ac5f4896d7bd93952498', '2009-02-13', 'glynncooper04@aol.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195756407', '0', '1195827889', '1195836091', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '172.142.162.24', '0', '0', '', '0', '0', '0', '0', '0', 'l.|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '232', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2024', '25', '', '0', 'Wulf', '0807b7375b88843181604dda64f9c26a', '2009-02-13', 'gary.morton7@ntlworld.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195771064', '0', '1195850516', '1195863620', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '80.193.154.199', '0', '0', '', '0', '0', '0', '0', '0', '34K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '233', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2025', '25', '', '0', 'TheDoctor', '571739b2627a02ea075753727e9790a9', '2009-02-13', 'atiplady@btinternet.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195776601', '0', '1195848548', '1195909805', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.159.133.193', '0', '0', '', '0', '0', '0', '0', '0', '&xq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '234', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2026', '25', '', '0', 'Unseen', '86a520c021cd0b4cf0a9cec37ae84675', '2009-02-13', 'rage_of_odin@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1195778102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.18.174.176', '0', '0', '', '0', '0', '0', '0', '0', 'nGj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '235', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2027', '2', '', '0', 'tomabbs', '880aaa783b925f445a589acc9fe5fd26', '2009-02-13', 'vamp@calltoarms.net', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1195991124', '0', '1198491952', '1198523065', '1197050481', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '90.202.10.123', '0', '0', '', '0', '0', '0', '0', '0', 'n$+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '236', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2028', '2', '', '0', 'Shads', 'c4d4b93fa0e09ffa72566539396501b0', '2009-02-13', 'shads9@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1196012181', '0', '1196038533', '1196105627', '1196012471', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '78.32.3.17', '0', '0', '', '0', '0', '0', '0', '0', 'lrN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '237', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2029', '25', '', '0', 'Mike.c', 'e95e8c84fec2dd80968095df61d05309', '2009-02-13', 'michaelconnolly2k2@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1196034710', '0', '1196034729', '1196034729', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.27.45.65', '0', '0', '', '0', '0', '0', '0', '0', '[U1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '238', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2030', '2', '', '0', 'zonic.adam', 'cf15a2fde814e2f7a169d2d7f3cc26b1', '2009-02-13', 'zonic.adam@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1196126551', '0', '1198103970', '1198153732', '1198153898', '22', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.159.253.122', '0', '0', '', '0', '0', '0', '0', '0', 'v9]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '210', '0', '0', '0', '0', '0', '0', '0', '0', '0', '239', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2031', '2', '', '0', 'bulgy', '11e41bab7e97428447cfb5cb20ccc8dc', '2009-02-13', 'n_sexton@btinternet.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1196169208', '0', '1200351722', '1200422604', '1200232680', '9', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.156.10.115', '0', '0', '', '0', '0', '0', '1', '0', '=L?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '240', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2032', '25', '', '0', 'maazter21', '7f4920aea1989aa2ec7ea8543be9cc99', '2009-02-13', 'final.touch.mark@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1196202415', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '84.195.23.200', '0', '0', '', '0', '0', '0', '0', '0', 'sH_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '241', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2033', '2', '', '0', 'scubuz', 'f3fc2813a2d95b19dc969e98ac1933e8', '2012-01-28', 'scubuz@gmail.com', '0', '', 'http://www.kobclan.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1196277701', '0', '1317402175', '1327733826', '1317299277', '5', '0', '0', '0', '1', '0', '0', '0', '35675415', '', '0000-00-00', '-1', '1', '86.135.160.74', '0', '0', '', '0', '0', '0', '6', '0', '-rlR_Ynw~I9\"s@!VIfRgr>M8vg]13@', '', '0', '74729', '0', '0', '0', '0', '', '0', '0', '', '384', '0', '0', '0', '0', '0', '0', '0', '0', '0', '242', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314470040', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2034', '2', '', '0', 'Sliver', '3b8253e4d593ec7b463e8b9a6a674bb8', '2011-10-11', 'p.wright8@btinternet.com', '41', '', 'http://www.weare15.co.uk', '0', '', '', '2', '2', 'Member', '0', '1196280108', '0', '1361559399', '1361795507', '1361554369', '85', '0', '0', '0', '0', '0', '0', '0', '33573911', '10-10-1972', '1972-10-10', '-1', '1', '86.162.81.238', '0', '0', '', '0', '0', '0', '2', '2', 'h|1%|3D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '213', '0', '0', '0', '0', '0', '0', '0', '0', '0', '262', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2054', '25', '', '0', 'rifleman', '765cb6169e6613b6e18370e459f0ded5', '2009-02-13', 'jvdbrake@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1197409127', '0', '1197409145', '1197409145', '0', '0', '0', '0', '1', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '84.25.126.118', '0', '0', '', '0', '0', '0', '0', '0', 'Nh1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '263', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2055', '2', '', '0', 'louhy', '864ce4b9537b23e315966898400ba638', '2009-02-13', 'plouhy-plouhy@seznam.cz', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1197706098', '0', '1197707407', '1197728485', '1197706641', '1', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '62.240.182.201', '0', '0', '', '0', '0', '0', '0', '0', 'F,q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '332', '0', '0', '0', '0', '0', '0', '0', '0', '0', '264', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2056', '2', '', '0', 'imported_Jester', 'cea549f6d227c81ef1f5214f7efac0fc', '2009-02-13', 'joe-jennings@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1197752945', '0', '1204377052', '1204462817', '1203283687', '3', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '86.131.69.16', '0', '0', '', '0', '0', '0', '0', '0', 'u^\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '265', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2057', '25', '', '0', 'Throb', '219ffc313b9484fa309f2aba883a2d9e', '2009-02-13', 'imran1970@ntlworld.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1198002040', '0', '1198150455', '1198165978', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '82.10.158.220', '0', '0', '', '0', '0', '0', '0', '0', '>99', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '266', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2058', '2', '', '0', 'savagehenry', '915871e2d3fc66524a956382d22ae839', '2009-02-13', 'savage_henry@hotmail.co.uk', '0', '', 'http://www.thewaragainstterror.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1198029485', '0', '1210673626', '1210673626', '1209642255', '2', '0', '0', '0', '0', '0', '0', '0', '33571159', '09-01-1978', '1978-09-01', '0', '0', '86.137.105.42', '0', '0', 'savage_henry@hotmail.co.uk', '0', '0', '0', '0', '0', '\"J=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '228', '0', '0', '0', '0', '0', '0', '0', '0', '0', '267', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2059', '2', '', '0', 'oneshot', '8ccd411f5a26299320a646022b237e5b', '2009-02-13', 'tobyphillips1@btinternet.com', '0', '', 'http://hitnmiss.org', '0', '', '', '2', '2', 'Junior Member', '0', '1198085775', '0', '1216225247', '1220290556', '1212770576', '11', '0', '0', '0', '0', '0', '0', '0', '33570903', '07-13-1973', '1973-07-13', '0', '0', '79.72.83.158', '0', '0', '', '0', '0', '0', '0', '0', 'Cs#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '206', '0', '0', '0', '0', '0', '0', '0', '0', '0', '268', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2060', '2', '', '0', 'maraschino', '87b328bef40e3ac49859546a0a7f7e2f', '2009-02-13', 'maraschino@ukonline.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1198167400', '0', '1201898736', '1201910067', '1201910168', '5', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '62.190.237.50', '0', '0', '', '0', '0', '0', '0', '0', 'Ic-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '269', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2061', '2', '', '0', 'coco777', 'd4909873dbc907f46ecbd06f639dba6e', '2009-02-13', 'sixty6seven7@msn.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1198175519', '0', '1198894147', '1198933212', '1198933307', '8', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.132.27.86', '0', '0', '', '0', '0', '0', '0', '0', '`F<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '270', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2062', '2', '', '0', 'spamstheman', '15d2a4fadf206225a61c8b9d4cda1eed', '2009-02-16', 'spamstheman@tiscali.co.uk', '0', '', 'http://www.goldmemberclan.com', '0', '', '', '2', '2', 'Junior Member', '0', '1198520412', '0', '1262969590', '1277841897', '1247949276', '12', '0', '0', '0', '1', '0', '0', '0', '60972311', '04-07-1963', '1963-04-07', '-1', '1', '88.104.133.71', '0', '0', '', '0', '0', '0', '5', '0', 'cK', '', '0', '35225', '0', '0', '0', '0', '', '0', '0', '', '541', '0', '0', '0', '0', '0', '0', '0', '0', '0', '271', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2063', '2', '', '0', 'coolalekos', '6c6a2515e7cf4a97aefb35ceac970e30', '2009-02-13', 'coolalekos@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1198774164', '0', '1198845973', '1199271408', '1198774485', '1', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '77.49.149.154', '0', '0', '', '0', '0', '0', '0', '0', '=z6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '186', '0', '0', '0', '0', '0', '0', '0', '0', '0', '272', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2064', '2', '', '0', 'ubbservers', '365ac69f3c7796e1c5f2cc7bda66e3f2', '2009-02-13', 'ubbservers@yahoo.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1198890848', '0', '1224778660', '1226566743', '1224778800', '3', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '80.7.64.207', '0', '0', '', '0', '0', '0', '0', '0', 'u`P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '273', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2065', '2', '', '0', 'geordiebastad', '5cf999b4b91b9f744ee36abce3367329', '2009-02-13', 'geordie_bastad@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1199119897', '0', '1200260942', '1200267465', '1199396496', '3', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '79.77.174.69', '0', '0', '', '0', '0', '0', '0', '0', 'z_S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '165', '0', '0', '0', '0', '0', '0', '0', '0', '0', '274', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2066', '2', '', '0', 'wartrooper', '57ba0c41ec0b3c38b36e2fedb30a85e1', '2009-02-13', 'seppo.rasilainen@gmail.com', '0', '', 'http://www.finnish-wargamers.com', '0', '', '', '2', '2', 'Junior Member', '0', '1199141258', '0', '1199199298', '1199199298', '1199185039', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '08-06-1968', '1968-08-06', '0', '0', '91.155.217.79', '0', '0', '', '0', '0', '0', '0', '0', 'f]I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', '275', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2067', '2', '', '0', 'lightsowt', 'ca1e8b8bea3b694b20f253c49b8b07d5', '2009-02-13', 'lightsowt@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1199222003', '0', '1199385531', '1199397403', '1199222104', '1', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '90.200.130.65', '0', '0', '', '0', '0', '0', '0', '0', 'j&\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '156', '0', '0', '0', '0', '0', '0', '0', '0', '0', '276', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2068', '25', '', '0', 'warriorbandit', 'f58a50e2ccfae13b5cef4fc92363dbfc', '2009-02-13', 'warriorbandit201@yahoo.com', '0', '', 'http://', '0', '', '', '2', '2', 'Forum Lurker', '0', '1199360743', '0', '1199975252', '1201532907', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '07-19-1990', '1990-07-19', '0', '0', '80.194.161.163', '0', '0', '', '0', '0', '0', '0', '0', 'VBt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '277', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2069', '25', '', '0', 'thecas1', '6c5380b5cc8f28630d479e8125f7455d', '2009-02-13', 'casvan_gorkum@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1199375338', '0', '1199375361', '1199376123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '83.116.122.181', '0', '0', '', '0', '0', '0', '0', '0', 'Jtr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '278', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2070', '25', '', '0', 'imported_steve', '9efaf0932f6032434441f3c6d21c48f3', '2009-02-13', 'crosscheck@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1199451843', '0', '1199452207', '1199618044', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.1.231.3', '0', '0', '', '0', '0', '0', '0', '0', 'jji', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '279', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2071', '2', '', '0', 'Numpty', 'fe2a61f7925af918be2c44a99222abeb', '2009-02-13', 'steventeresa7@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1199459500', '0', '1199751216', '1199835053', '1199751216', '2', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '86.14.195.186', '0', '0', '', '0', '0', '0', '0', '0', 'AZE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '280', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2072', '25', '', '0', 'manc', '67f01a8743560de4913b50feeef95443', '2009-02-13', 'wayne.bannon@ntlworld.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1199606887', '0', '1199637912', '1199637913', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '81.109.230.59', '0', '0', '', '0', '0', '0', '0', '0', 'CJl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '281', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2073', '25', '', '0', 'ruption', 'a7cbb64f1067e3c1f539e7a8f9c59bff', '2009-02-13', 'stenning1@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1199644382', '0', '1199644388', '1199644388', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.13.140.134', '0', '0', '', '0', '0', '0', '0', '0', '@m4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '282', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2074', '2', '', '0', 'Hawk54', '7e467d4b49fd420328707b6694292307', '2011-05-01', 'sussexhawk@hotmail.co.uk', '0', '', 'http://www.nwoclan.co.uk', '', '', '', '2', '3', 'Junior Member', '0', '1199799180', '0', '1358895441', '1358895450', '1356277857', '20', '0', '0', '0', '0', '0', '0', '0', '33570823', '', '0000-00-00', '0', '0', '86.144.14.81', '0', '0', '', '0', '0', '0', '0', '0', 'k=)~;:jC\"V_J4/VhzjJSt\"io_(~>h{', '', '0', '79728', '0', '0', '0', '0', '', '0', '0', '', '1494', '0', '0', '0', '0', '0', '0', '0', '0', '0', '283', 'e25b722743e9b44bcd8265967dcfae9c', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '1.21654', '2.68456', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1306096860', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2075', '2', '', '0', 'MInistry M.O.S', 'c98de9fcda894479f1d070895fb65c2d', '2009-02-13', 'moshost@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1199821891', '0', '1202670188', '1202676056', '1202665651', '19', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '87.81.34.77', '0', '0', '', '0', '0', '0', '0', '0', 'Fmc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '324', '0', '0', '0', '0', '0', '0', '0', '0', '0', '284', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2076', '2', '', '0', 'calico', '1a56e1e1b1f9eea41c88c69526af1dd4', '2009-02-13', 'klanmor@live.nl', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1199832870', '0', '1200604949', '1201953172', '1201953265', '3', '0', '0', '1', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '88.25.30.113', '0', '0', '', '0', '0', '0', '0', '0', 'wN3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '207', '0', '0', '0', '0', '0', '0', '0', '0', '0', '285', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2077', '2', '', '0', 'imported_Leon', 'cf2b40e91be6bea1ffd7c2d79585048e', '2009-02-13', 'da-da-pops@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1199894780', '0', '1202382046', '1202388112', '1202301250', '10', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.149.16.239', '0', '0', '', '0', '0', '0', '0', '0', '%^>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '239', '0', '0', '0', '0', '0', '0', '0', '0', '0', '286', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2078', '2', '', '0', 'Blair', '9d542a0700beb0dfbb255b173676de12', '2009-02-13', 'blair@hyperclan.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1199982676', '0', '1230395345', '1230401801', '1199984533', '1', '0', '0', '0', '0', '0', '0', '0', '33571095', '03-06-1974', '1974-03-06', '0', '0', '86.4.205.230', '0', '0', '', '0', '0', '0', '2', '0', 'dDC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '287', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2079', '2', '', '0', 'ninjamonkey', 'f3b5542b4eccbdb01567a2c9e56eca6d', '2009-05-04', 'eyesonlymedia@mad-ctu.com', '0', '', 'http://www.mad-ctu.com', '0', '', '', '2', '2', 'Junior Member', '0', '1199987603', '0', '1282468981', '1282469084', '1282469016', '9', '0', '0', '0', '1', '0', '0', '0', '33709079', '', '0000-00-00', '-1', '1', '86.148.34.123', '0', '0', '', '0', '0', '0', '8', '0', '-$\'', '', '0', '67524', '0', '0', '0', '0', '', '0', '0', '', '946', '0', '0', '0', '0', '0', '0', '0', '0', '0', '288', '', '', '0', '', 'vb', '102024793186630|2.writd2AxwuoTjXeqIFiS4Q__.3600.1282474800-826330345|BMjVb7NEU8pGXJ4TBCpmX0o97OU.', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.3557', '3.99361', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1282469040', '0', '0', '1', 'Shiny', '1', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2080', '2', '', '0', 'jonboy225', '2b0ae5078f26b8b5253b4582ac6c2168', '2009-02-13', 'razor@crysis-killers.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1200238148', '0', '1200403472', '1200407520', '1200238309', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.104.177.126', '0', '0', '', '0', '0', '0', '0', '0', '/hx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '289', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2081', '2', '', '0', 'Lilsnipa', 'b86a0d9b6a29a9916033673ade0e5cf6', '2009-02-13', 'lilsnipa@msn.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1200242792', '0', '1227886658', '1234140296', '1200360089', '2', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '86.9.137.202', '0', '0', '', '0', '0', '0', '0', '0', 'KqS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '290', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2082', '2', '', '0', 'Phreak', '10720f7f16e4c7082c6d3ea9da969d42', '2009-02-13', 'mjarneid@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1200257984', '0', '1200387269', '1200412058', '1200387331', '3', '0', '0', '1', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '84.49.201.203', '0', '0', '', '0', '0', '0', '0', '0', 'R5N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '291', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2083', '25', '', '0', 'Cookie-RX8', 'f961959980b2d1be16f92e9a8de66185', '2009-02-13', 'chris.cook@bt.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1200264182', '0', '1200264204', '1200264204', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '86.141.43.187', '0', '0', '', '0', '0', '0', '0', '0', 'Flx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '292', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2084', '2', '', '0', 'Lamb', 'eec4a6adc592b02d561e05d71750e3be', '2009-02-13', 'lamb_242@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1200334077', '0', '1201897783', '1202110651', '1200334453', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '80.2.42.220', '0', '0', '', '0', '0', '0', '0', '0', 'ksY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '136', '0', '0', '0', '0', '0', '0', '0', '0', '0', '293', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2085', '25', '', '0', 'papps', '01edeeda3276479493a50ef3830f2a60', '2009-02-13', 'philmorris1987@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1200353979', '0', '1200390659', '1200390659', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '79.72.143.112', '0', '0', '', '0', '0', '0', '0', '0', '~9d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '294', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2086', '2', '', '0', 'B1scu1t', '6212d799a88c10a07274c21f7c54d744', '2009-02-13', 'pauljamesbusby@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1200407017', '0', '1201460155', '1201638325', '1200576173', '3', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '146.87.193.4', '0', '0', '', '0', '0', '0', '0', '0', '}XQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '257', '0', '0', '0', '0', '0', '0', '0', '0', '0', '295', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2087', '25', '', '0', 'Olaf', 'ee9f702439408f12abdd433f464955a1', '2009-02-13', 'b.bloemberg@chello.nl', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1200427747', '0', '1200575869', '1200648764', '0', '0', '0', '0', '1', '0', '0', '0', '0', '33571095', '11-13-1966', '1966-11-13', '0', '0', '213.46.146.25', '0', '0', '', '0', '0', '0', '0', '0', 'Bkw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '296', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2088', '25', '', '0', 'hurh', '387e6c22eecdd5ab32646aace07ebf13', '2009-02-13', 'that-guy@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1200673452', '0', '1200673466', '1200673466', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.133.206.190', '0', '0', '', '0', '0', '0', '0', '0', 'F%n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '297', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2089', '2', '', '0', 'heedbanger', '13dcf46a78ed1ae3b149552cf56d37f2', '2009-02-13', 'davemurdoch@blueyonder.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1200744874', '0', '1200747772', '1200907107', '1200907211', '2', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '77.97.228.94', '0', '0', '', '0', '0', '0', '0', '0', 't\\J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '298', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994140', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2090', '2', '', '0', 'Luis', 'e5e45fa12759d1102c300f139eac131c', '2011-09-10', 'paul.obrien793@ntlworld.com', '42', '', 'http://www.killerbadgers.com', '0', '', '', '2', '2', 'Member', '0', '1201019925', '0', '1351859225', '1351954467', '1351857712', '57', '0', '0', '0', '0', '0', '0', '0', '17431', '07-25-1973', '1973-07-25', '-1', '1', '82.19.139.55', '0', '0', '', '0', '0', '0', '3', '0', 'M\\/G4|(*wwWRMLp1Q_[\'okXWg-S~Fa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '825', '0', '0', '0', '0', '0', '0', '0', '0', '0', '299', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2', '3', NULL, '2.89226', '4.71143', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1295621580', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2091', '25', '', '0', 'BaZ', '626dfba34be4b9b67baa5ba48cd39e27', '2009-02-13', 'b.barlow@zen.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1201211756', '0', '1201211777', '1201211777', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.71.92.206', '0', '0', '', '0', '0', '0', '0', '0', 'pGU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '300', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2092', '2', '', '0', 'lt.medic', '8af19bf62b13769c269e86f6150b25c6', '2009-02-13', 'jacob-matthes@hotmail.com', '0', '', 'http://www.blue-nova.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1201297542', '0', '1201297562', '1201298408', '1201298036', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.133.31.183', '0', '0', '', '0', '0', '0', '0', '0', '&<[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '301', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2093', '2', '', '0', 'Manager', '9b83e0b3bc017c814336cb4850262dc1', '2009-02-13', 'jim@war44.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1201344483', '0', '1204583792', '1204828984', '1204482409', '3', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.160.149.6', '0', '0', '', '0', '0', '0', '0', '0', '~U>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '331', '0', '0', '0', '0', '0', '0', '0', '0', '0', '302', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2094', '2', '', '0', 'pulse', '88b1ec87cc4a71fdc01bd5ab3aaade47', '2009-02-13', 'jordan_street1@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1201370859', '0', '1201621597', '1216584544', '1201448199', '3', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '86.13.230.198', '0', '0', '', '0', '0', '0', '0', '0', 'Djl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '327', '0', '0', '0', '0', '0', '0', '0', '0', '0', '303', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2095', '25', '', '0', 'M1KE', '5ee98af85f0422f3680d905a51d2bf6c', '2009-02-13', 'deathstrike2k4@msn.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1201387649', '0', '1201387663', '1201387663', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.102.61.57', '0', '0', '', '0', '0', '0', '0', '0', 'Efn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '304', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2096', '2', '', '0', 'Manu86', '0b8e091d2e281b30a695cefa8171fb04', '2009-02-13', 'emmanuel.pierard@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1201560378', '0', '1201562345', '1201615707', '1201615707', '2', '0', '0', '1', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.243.101.77', '0', '0', '', '0', '0', '0', '0', '0', '2i`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '305', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2097', '2', '', '0', 'OMA', '9cd2d875788b1069bd8506a2671f93bb', '2009-02-13', 'daniel_126@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1201719449', '0', '1202841710', '1203437167', '1201733585', '2', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '85.224.139.81', '0', '0', '', '0', '0', '0', '0', '0', 'W4w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '204', '0', '0', '0', '0', '0', '0', '0', '0', '0', '306', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2098', '25', '', '0', 'Bigred', 'c82fe1d7dab4309e27a9696eaba20075', '2009-02-13', 'b1red@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1201725239', '0', '1203267588', '1203267588', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.4.232.37', '0', '0', '', '0', '0', '0', '0', '0', 'M2\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '307', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2099', '25', '', '0', 'A7X', '21b072102b161ee2c9f5b0882ab9f688', '2009-02-13', 'martijncuppens@msn.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1201805194', '0', '1201805212', '1201887880', '0', '0', '0', '0', '1', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '83.134.91.229', '0', '0', '', '0', '0', '0', '0', '0', '{F=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '308', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2100', '2', '', '0', 'MSG_Klemer', '273328313925e33afc8db964663af2d5', '2009-02-13', 'jaysinklemer@yahoo.com', '0', '', '', '0', '', 'jaysinklemer@yahoo.com', '2', '2', 'Junior Member', '0', '1201886668', '0', '1213009029', '1213012877', '1203426731', '9', '0', '0', '1', '0', '0', '0', '0', '33570903', '07-27-1979', '1979-07-27', '0', '0', '62.153.213.219', '0', '0', '', '0', '0', '0', '0', '0', '\'[?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '250', '0', '0', '0', '0', '0', '0', '0', '0', '0', '309', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2101', '2', '', '0', 'AKA', '55b4dafd4ab11c0f1144e0733731d656', '2009-02-13', 'larky30@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1202061057', '0', '1205619915', '1205672364', '1205358104', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.40.205.146', '0', '0', '', '0', '0', '0', '0', '0', '0##', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '138', '0', '0', '0', '0', '0', '0', '0', '0', '0', '310', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2102', '25', '', '0', 'TunneR', 'c935d528e871392f1d72f30f519ce5db', '2009-02-13', 'jrosado23@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1202068793', '0', '1202167692', '1202220864', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '217.129.82.98', '0', '0', '', '0', '0', '0', '0', '0', 'LDE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '311', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2103', '2', '', '0', 'Yager', '170b2f968afa3207303e808234dfc9a0', '2009-02-13', 'yager950@hotmail.com', '0', '', 'http://www.tacticalknights.com', '0', '', '', '2', '2', 'Junior Member', '0', '1202467317', '0', '1202807641', '1214740647', '1214740224', '3', '0', '0', '0', '0', '0', '0', '0', '33570903', '08-30-1969', '1969-08-30', '0', '0', '199.64.72.252', '0', '0', '', '0', '0', '0', '0', '0', 'K\'k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '248', '0', '0', '0', '0', '0', '0', '0', '0', '0', '312', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2104', '2', '', '0', 'beaky', '85e763b420915c0e7e86330cefe90cd6', '2009-02-13', 'beaky47@googlemail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1202513051', '0', '1202514567', '1202522631', '1202522711', '3', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '84.9.172.73', '0', '0', '', '0', '0', '0', '0', '0', 'Zo4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '161', '0', '0', '0', '0', '0', '0', '0', '0', '0', '313', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2105', '2', '', '0', 'aworbey', '084ba249b1a2c9e6b14ccc23cab24746', '2009-02-13', 'adam@worbey.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1202572415', '0', '1231877699', '1232815846', '1227441986', '2', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '90.197.158.210', '0', '0', '', '0', '0', '0', '0', '0', 'Pa\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '345', '0', '0', '0', '0', '0', '0', '0', '0', '0', '314', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2106', '2', '', '0', 'mbcwraith1', '7222f322cfeb9822468e7ca2b918e5f1', '2009-10-02', 'aldye@blueyonder.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1202832567', '0', '1202833185', '1254493416', '1202833360', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '77.101.231.17', '0', '0', '', '0', '0', '0', '0', '0', ')i{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '315', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2107', '2', '', '0', 'drakeonfire', '667c2b80b04238e2467b53e5f79f797b', '2009-02-13', 'drakeonfire@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1202840093', '0', '1232578054', '1233081663', '1233081746', '21', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '79.74.142.110', '0', '0', '', '0', '0', '0', '0', '0', '=(.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '292', '0', '0', '0', '0', '0', '0', '0', '0', '0', '316', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2108', '2', '', '0', 'uvme', '2a53ea2e2ea253f2599880b34c32f066', '2009-02-13', 'uvme1@btinternet.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1202900810', '0', '1202913682', '1203075745', '1203075457', '2', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '62.173.99.86', '0', '0', '', '0', '0', '0', '0', '0', 'D\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '336', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2128', '2', '', '0', 'badboyspalace2', '2753ddb13ac2e7126f7131491e86bd99', '2009-02-13', 'andywilliamskj2003@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1205850901', '0', '1205869859', '1205920593', '1205851358', '1', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '80.7.56.133', '0', '0', '', '0', '0', '0', '1', '1', 'dC(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '148', '0', '0', '0', '0', '0', '0', '0', '0', '0', '337', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2129', '2', '', '0', 'antileech', '50117c1ce5248b628b525002e4a633d5', '2009-02-13', 'travelmate2501@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1206132741', '0', '1206139607', '1206200206', '1206198194', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '79.131.53.170', '0', '0', '', '0', '0', '0', '0', '0', 'NC7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '338', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2130', '2', '', '0', 'nazarine', 'a3128385cadb3f4fd07cc523aaa8c022', '2009-02-13', 'nazarine666@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1206155571', '0', '1206155584', '1206155584', '1206155736', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.0.177.82', '0', '0', '', '0', '0', '0', '0', '0', 'LK)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '157', '0', '0', '0', '0', '0', '0', '0', '0', '0', '339', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2131', '2', '', '0', 'Par', 'd711c1e661d463ca8305113a26679301', '2009-02-13', 'bscholes92@googlemail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1206307391', '0', '1206319905', '1206360106', '1206360153', '2', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '77.96.93.34', '0', '0', '', '0', '0', '0', '0', '0', 'o.h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '198', '0', '0', '0', '0', '0', '0', '0', '0', '0', '340', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2132', '25', '', '0', 'dwar', '819fb7fa4f21f8ee49dd2b62936944dc', '2009-02-13', 'dwar28@yahoo.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1206314651', '0', '1206314824', '1206314824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '90.198.142.247', '0', '0', '', '0', '0', '0', '0', '0', 'o/k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '341', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2133', '2', '', '0', 'klinky', 'ee5bedc650429ce9fc4c1056bb8cab1c', '2009-02-13', 'vassda@hotmail.com', '0', '', 'http://www.1st-tk.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1206384990', '0', '1211928165', '1212005455', '1210010972', '2', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '77.100.210.52', '0', '0', '', '0', '0', '0', '0', '0', 'l&F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '210', '0', '0', '0', '0', '0', '0', '0', '0', '0', '342', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2134', '25', '', '0', 'wraitheduk@yahoo.co.uk', '6a2ec929fa013304f48c9d6e44e143cc', '2009-02-13', 'wraitheduk@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1206549047', '0', '1206549085', '1206551003', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '87.102.65.59', '0', '0', '', '0', '0', '0', '0', '0', '/b!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '343', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2135', '2', '', '0', 'lukamus', 'cd575da16f954a82c4d10d104614ed64', '2009-02-13', 'lukamus@teamwds.co.uk', '0', '', 'http://www.teamwds.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1206574691', '0', '1206581984', '1206919272', '1206576522', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '217.43.160.120', '0', '0', '', '0', '0', '0', '0', '0', 'F`e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '206', '0', '0', '0', '0', '0', '0', '0', '0', '0', '344', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2136', '25', '', '0', 'naco789', '74b375a4e7ac78aa4af420e52ae6a2e0', '2009-02-13', 'zippo707@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1206591099', '0', '1206591113', '1206591113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '190.50.191.149', '0', '0', '', '0', '0', '0', '0', '0', '`@\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '345', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2137', '2', '', '0', 'KARJAN', '54b7965aa1b6a40daaaf00de8d3351b8', '2009-02-13', 'martinbutcher3@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1206774416', '0', '1220436743', '1220456162', '1212645063', '7', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '78.86.212.231', '0', '0', '', '0', '0', '0', '4', '0', 'qD#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '273', '0', '0', '0', '0', '0', '0', '0', '0', '0', '346', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2138', '25', '', '0', 'stants', '477bba6f1c2678c4e42646e268c57d8c', '2009-02-13', 'stantoncopeland@aol.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1206817574', '0', '1206817590', '1206887532', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '195.93.21.100', '0', '0', '', '0', '0', '0', '0', '0', '`_J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '347', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2139', '2', '', '0', 'spaky', '9116afd0b219aab8c03b859e084fbd45', '2009-02-13', 'spak-7@hotmail.co.uk', '0', '', 'http://www.battlemuppets.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1206960626', '0', '1223797951', '1223797951', '1212581747', '6', '0', '0', '0', '0', '0', '0', '0', '33570903', '01-06-1984', '1984-01-06', '0', '0', '86.142.114.29', '0', '0', '', '0', '0', '0', '0', '0', 'deA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '348', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2140', '2', '', '0', 'CoolSpot', '8b8421f0eb53a56c5bb9f126facc1935', '2009-02-13', 'owen224820@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1207002867', '0', '1216677661', '1216677661', '1207410482', '3', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '82.36.114.196', '0', '0', '', '0', '0', '0', '1', '0', '!S6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '349', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2141', '25', '', '0', 'Champifou', 'ef335b92b3b037b6bb6f8c155e81dbc5', '2009-02-13', 'widartjm@tele2allin.be', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1207067917', '0', '1207068402', '1207069017', '0', '0', '0', '0', '1', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '83.182.243.127', '0', '0', '', '0', '0', '0', '1', '1', 'Zf(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '350', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2142', '2', '', '0', 'tommythecommie', '687b4beb5180df076b548ce9d6f64bf7', '2009-02-13', 'tommythecommie1983@googlemail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1207337354', '0', '1207490285', '1207497768', '1207478051', '2', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '90.242.137.177', '0', '0', '', '0', '0', '0', '1', '1', 'P$\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '196', '0', '0', '0', '0', '0', '0', '0', '0', '0', '351', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2143', '25', '', '0', 'ANDYW', '92bba5f36a653ac4ed3114b8cc4688d2', '2009-02-13', 'rocketmissilef1-11@live.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1207391346', '0', '1207391375', '1207391375', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '80.7.56.133', '0', '0', '', '0', '0', '0', '0', '0', 'xBV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '352', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2144', '2', '', '0', 'Killergoat', '4af0ecac7e746e07efa2783600032d05', '2009-02-13', 'marksquire3@aol.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1207759827', '0', '1219581145', '1219675706', '1219340707', '3', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '195.93.21.100', '0', '0', '', '0', '0', '0', '1', '0', '#0r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '353', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2145', '25', '', '0', '45king', 'd987e5d13e32747df36ba52d1b2430fe', '2009-07-22', 'fps45king@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1207778705', '0', '1248906000', '1248955158', '0', '0', '0', '0', '0', '1', '0', '0', '0', '33709271', '00-00-0000', '0000-00-00', '-1', '1', '86.21.74.119', '0', '0', '', '0', '0', '0', '7', '0', 'zyT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '137', '0', '0', '0', '0', '0', '0', '0', '0', '0', '354', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2146', '25', '', '0', 'brozao12', '3100a5921f158fb3e5a9f73decff686a', '2009-02-13', 'brozinho.renato@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1207862330', '0', '1216551137', '1216551137', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '85.244.4.52', '0', '0', '', '0', '0', '0', '1', '0', 'y<@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '355', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2147', '25', '', '0', '=SAS=Z3R0', '4447360c2347415209674099ed7e2492', '2009-02-13', 'info@sas-snipers.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1207863989', '0', '1217015755', '1217046966', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '77.184.255.251', '0', '0', '', '0', '0', '0', '1', '0', '_KV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '356', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2148', '25', '', '0', 'balfazar', '8ead3217a8e4159a9a872ba45293af35', '2009-02-13', 'thebalfusone@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1207901448', '0', '1207901471', '1207902151', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '82.21.183.113', '0', '0', '', '0', '0', '0', '1', '1', 'Xy[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '357', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2149', '2', '', '0', 'greenmist123', '23da4e216255c6648b30151f7017ffbc', '2009-02-13', 's.dolby99@hv.sch.je', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1207919549', '0', '1208190722', '1209372102', '1209372217', '3', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '87.244.95.215', '0', '0', '', '0', '0', '0', '1', '1', '', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '236', '0', '0', '0', '0', '0', '0', '0', '0', '0', '380', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2172', '2', '', '0', 'thebeast', 'efe5b8870419b42afdc8c720e0bdf88b', '2009-02-13', 'ubb-thebeast@helpdesk-online.nl', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1211824974', '0', '1211989285', '1212172735', '1211989459', '2', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '82.73.67.154', '0', '0', '', '0', '0', '0', '1', '1', 'WZ#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '381', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2173', '2', '', '0', 'heinztomato', '9407a60380001d902e4ed8d0730380ba', '2013-09-10', 'heinztomato@zeelandnet.nl', '0', '', 'http://www.unitednoobs.com', '0', '', '', '2', '0', 'Junior Member', '0', '1211864963', '0', '1389531202', '1394345262', '1384264280', '9', '0', '0', '1', '0', '0', '0', '0', '33570903', '', '0000-00-00', '0', '0', '82.176.28.5', '0', '0', '', '0', '0', '0', '1', '0', 'J;HbDre>FWWMU1e%u{73)q{KtHw+LM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '354', '0', '0', '0', '0', '0', '0', '0', '0', '0', '382', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2174', '2', '', '0', 'DVDFMeanfocker', 'ba89b17c85f11e3e6242c13f9a6d1f56', '2010-01-02', 'davekirkman@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1212014195', '0', '1262454931', '1262480884', '1262446713', '14', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '80.175.108.221', '0', '0', '', '0', '0', '0', '2', '0', 'Xu,', '', '0', '50164', '0', '0', '0', '0', '', '0', '0', '', '307', '0', '0', '0', '0', '0', '0', '0', '0', '0', '383', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2175', '2', '', '0', 'bazzag', '0638019c5aae95f46daebdce3cc5370a', '2009-02-13', 'barrie.grubb@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1212177533', '0', '1216667677', '1217015766', '1217015948', '2', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '82.40.102.209', '0', '0', '', '0', '0', '0', '1', '0', ':=C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '180', '0', '0', '0', '0', '0', '0', '0', '0', '0', '384', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2176', '25', '', '0', 'Chaps', '90f507acf3184ac02b91693d402c3c2a', '2009-02-13', 'chappers@losers-server.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1212433653', '0', '1213228431', '1216506944', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571159', '09-23-1984', '1984-09-23', '0', '0', '62.136.210.33', '0', '0', '', '0', '0', '0', '1', '1', 'd;-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '385', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2177', '25', '', '0', 'Veteran', '07b12c183f84850227e51a85481defc4', '2009-02-13', 'joeandcaitlin@aol.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1212523875', '0', '1212587084', '1212599460', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '92.4.215.24', '0', '0', '', '0', '0', '0', '1', '1', ';Wh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '386', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2178', '25', '', '0', 'StokoE', '59166bc69210264ed955a0e612a9a946', '2009-02-13', 'stokoe@losers-server.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1212573739', '0', '1212657540', '1212662551', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '79.78.16.164', '0', '0', '', '0', '0', '0', '1', '1', 'b4B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '387', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2179', '2', '', '0', 'Max66', 'b34b6c8a1001412f68ff77f8f70f1f26', '2009-02-13', 'ianmaxwell66@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1212583191', '0', '1219256075', '1219559151', '1212593232', '3', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '82.40.64.253', '0', '0', '', '0', '0', '0', '1', '0', '%*K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '157', '0', '0', '0', '0', '0', '0', '0', '0', '0', '388', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2180', '2', '', '0', 'hackZOR', '36de4e3fdf1a77a8e1560e883c26aea6', '2009-02-13', 'vinto19@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1212589339', '0', '1213095759', '1213279032', '1213095829', '3', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '80.6.213.117', '0', '0', '', '0', '0', '0', '1', '1', '4+(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '389', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2181', '2', '', '0', 'qualitystoned', '30bc050aec284380ea145327c3c16076', '2009-02-13', 'sinclairallan2155@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1212878498', '0', '1214322295', '1214337451', '1214321973', '3', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '92.40.36.82', '0', '0', '', '0', '0', '0', '1', '1', 'qK5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '242', '0', '0', '0', '0', '0', '0', '0', '0', '0', '390', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2182', '25', '', '0', 'bRELL1', 'aaae95e5619f4b1bf36d71dfa356c5d8', '2009-02-13', 'brell1@yahoo.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1212927319', '0', '1212927336', '1212927659', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '83.226.80.112', '0', '0', '', '0', '0', '0', '1', '1', '-km', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '391', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2183', '2', '', '0', 'IraAten', '245e9725806ffffbcce1a68829d593d4', '2009-02-13', 'hw80k1@btinternet.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1213082316', '0', '1213351020', '1213354688', '1213342707', '2', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '86.139.3.159', '0', '0', '', '0', '0', '0', '1', '1', 'ymp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '185', '0', '0', '0', '0', '0', '0', '0', '0', '0', '392', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2184', '25', '', '0', 'digitaljace', '8e49e02ccdfa05dfdf8a452eca2ced95', '2011-11-09', 'jasonshoemark@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1213172778', '0', '1322657121', '1322859424', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '90.210.130.140', '0', '0', '', '0', '0', '0', '1', '0', ',N%MZ>A6QC.Vv&OA:un<>B#HXH9~{Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '393', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2185', '2', '', '0', 'WNxAlmost', 'b4e1c6c0361ed60165de9b0222a9b4a4', '2009-02-13', 'samioskoskinen@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1213565861', '0', '1214900031', '1214995071', '1214760863', '6', '0', '0', '2', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '88.148.221.213', '0', '0', '', '0', '0', '0', '1', '1', ')/H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '184', '0', '0', '0', '0', '0', '0', '0', '0', '0', '394', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2186', '2', '', '0', 'Gaujoe', 'aa333044fd31f63737b31fa913adb9e6', '2009-02-13', 'hendrik@capulco.de', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1213785208', '0', '1216576330', '1218058080', '1213875701', '2', '0', '0', '1', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '195.246.180.204', '0', '0', '', '0', '0', '0', '1', '0', '-YZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '248', '0', '0', '0', '0', '0', '0', '0', '0', '0', '395', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2187', '2', '', '0', 'Bullit', 'f94b003c57a0f98148dbfe32d69fb080', '2009-02-13', 'i_am_a_nooby@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1214109369', '0', '1218060400', '1218119389', '1217836554', '8', '0', '0', '1', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '194.69.20.78', '0', '0', '', '0', '0', '0', '2', '0', 'Yfw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '196', '0', '0', '0', '0', '0', '0', '0', '0', '0', '396', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2188', '2', '', '0', 'ghost', 'bfdb8fc2142d6feeafbb23cbbbfc483c', '2011-01-30', 'kjmorrison@blueyonder.co.uk', '39', '', 'http://killerbadgers.com/home/index.php?option=com_frontpage&Itemid=1', '0', '', '', '2', '2', 'Junior Member', '0', '1214173512', '0', '1290977318', '1296414582', '1290622099', '4', '0', '0', '0', '0', '0', '0', '0', '17431', '01-01-1909', '1909-01-01', '-1', '1', '77.103.64.161', '0', '0', '', '0', '0', '0', '1', '0', 's\'Jn.F;2qW`|vA>@PA\'_k5THr8PcnU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '316', '0', '0', '0', '0', '0', '0', '0', '0', '0', '397', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1296412680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2189', '2', '', '0', 'STEPHENC', 'a6c835eaafa149e5656f948927df9b02', '2009-02-13', 'stephen.collier@diamond.ac.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1214200439', '0', '1214320565', '1214381008', '1214218083', '6', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '89.168.161.108', '0', '0', '', '0', '0', '0', '2', '1', '9i=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '160', '0', '0', '0', '0', '0', '0', '0', '0', '0', '398', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2190', '25', '', '0', 'ratattat', 'a1217c9d4544478fb56899861cad3b65', '2009-02-13', 'andw@blueyonder.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1214425033', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '92.234.165.62', '0', '0', '', '0', '0', '0', '1', '1', '#2F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '399', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2191', '25', '', '0', '[WoW]tigkiiis', 'b8ec7442ebb1f983f39a1246f25feba7', '2009-02-13', 'mikeg5_@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1214497379', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '83.168.28.37', '0', '0', '', '0', '0', '0', '1', '1', '\\Qh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '400', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2192', '2', '', '0', 'fatal', 'df94e04d0395791088949c91f412cc15', '2009-02-13', 'pedmunds1974@googlemail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1214635546', '0', '1216626734', '1216679044', '1216626871', '4', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '82.27.110.109', '0', '0', '', '0', '0', '0', '5', '0', 'CO*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '232', '0', '0', '0', '0', '0', '0', '0', '0', '0', '401', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2193', '2', '', '0', 'TAEGanJa', '0b78176ed16bb24361dcb7747223b07a', '2009-02-13', 'cozens76@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1215035946', '0', '1228606749', '1229360687', '1229360716', '5', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.168.83.17', '0', '0', '', '0', '0', '0', '1', '0', '?}C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '278', '0', '0', '0', '0', '0', '0', '0', '0', '0', '402', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2194', '2', '', '0', 'Chucky', '048f78faf7ad965549b161e20e16a1e3', '2009-02-13', 'matt@theoaks15.fsnet.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1215520379', '0', '1224008024', '1224521184', '1223568331', '5', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '90.240.138.73', '0', '0', '', '0', '0', '0', '0', '0', 'f/%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '179', '0', '0', '0', '0', '0', '0', '0', '0', '0', '403', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2195', '25', '', '0', 'jojodadj', 'e936a92db29da12862693e4c415452c8', '2009-02-13', 'jojodadj@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1215801817', '0', '1216509285', '1216548620', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570887', '00-00-0000', '0000-00-00', '0', '0', '78.150.35.236', '0', '0', '', '0', '0', '0', '1', '0', ';yA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '404', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2196', '25', '', '0', 'Ancient63', 'f5769c36505054bedf7217f65ba6ba83', '2009-02-13', 'ancient-minh@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1215859312', '0', '1215859335', '1215859335', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '78.105.188.80', '0', '0', '', '0', '0', '0', '1', '1', 'p$8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '405', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2197', '2', '', '0', 'beercritch', '02d6f89595dc4d1957de16b691940bba', '2009-02-13', 'beercritch@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1216110640', '0', '1227806384', '1228216159', '1216110766', '1', '0', '0', '0', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '212.56.99.70', '0', '0', '', '0', '0', '0', '2', '1', '}_]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '406', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2198', '24', '', '0', 'Shadow.D. ^BOB^', '269dc790b75a4c8ca70ef79fdf00c90d', '2009-06-22', 'sdbob@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Mod Admin', '0', '1216384560', '0', '1283690972', '1290178916', '1290178870', '42', '0', '0', '0', '0', '0', '0', '0', '41962775', '', '0000-00-00', '-1', '1', '90.201.47.217', '0', '0', '', '1282155911', '0', '0', '2', '1', 'q;U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1653', '1', '0', '0', '0', '0', '0', '0', '0', '0', '407', '093d14d56478c0f36cd8067879d96468', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1290181140', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2199', '25', '', '0', 'RG-Carl', '6dcbfbacc57f76edb9435ff0f4a3b436', '2009-02-13', 'sales@gamingdeluxe.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1216503739', '0', '1216749572', '1216749572', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '77.101.92.137', '0', '0', '', '0', '0', '0', '2', '0', 'P4[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '408', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2200', '2', '', '0', 'Revon', '5e824e170d44e395eb29077e74bd89f0', '2009-02-13', 'garethjohntaylor@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1216766945', '0', '1217594593', '1217789842', '1217521817', '4', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '86.143.21.3', '0', '0', '', '0', '0', '0', '0', '0', 'eTK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '210', '0', '0', '0', '0', '0', '0', '0', '0', '0', '409', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2201', '2', '', '0', 'madwolf', '9bb7099a830c54c3ab4f60993eb22838', '2009-02-13', 'davva.m@gmail.com', '0', '', 'http://', '0', '', '', '2', '2', 'Junior Member', '0', '1217184661', '0', '1230333681', '1230655029', '1228093361', '10', '0', '0', '0', '0', '0', '0', '0', '33570839', '02-23-1948', '1948-02-23', '0', '0', '86.140.223.189', '0', '0', '', '0', '0', '0', '0', '0', 'm)v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '384', '0', '0', '0', '0', '0', '0', '0', '0', '0', '410', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2202', '2', '', '0', 'DarKDruG', 'd469a424aad56e4c2ce5dddc8bb76b9c', '2009-02-13', 'darkdrug@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1217465900', '0', '1219165726', '1219172476', '1217681827', '3', '0', '0', '1', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '91.177.1.175', '0', '0', '', '0', '0', '0', '1', '0', '5bs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '440', '0', '0', '0', '0', '0', '0', '0', '0', '0', '411', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2203', '2', '', '0', 'christopherp', '9292e6b6e8d3e9a6b5b3ce2579ebc331', '2009-02-13', 'skid9uk@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1217699151', '0', '1229263096', '1229284190', '1229259735', '10', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.17.132.115', '0', '0', '', '0', '0', '0', '0', '0', 'K^,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '363', '0', '0', '0', '0', '0', '0', '0', '0', '0', '412', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2204', '2', '', '0', 'sorry', '3d25f1300a4677b25b656396ba84bd39', '2010-06-20', 'outgun@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1217846250', '0', '1277053950', '1277075938', '1217859197', '3', '0', '0', '0', '0', '0', '0', '0', '33570839', '', '0000-00-00', '0', '0', '82.3.124.73', '0', '0', '', '0', '0', '0', '0', '0', 'LFn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '305', '0', '0', '0', '0', '0', '0', '0', '0', '0', '413', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2205', '2', '', '0', 'Turtle', 'e6771bf402d709dd499139b59e064e5c', '2009-02-13', 'ian.icpoole@btinternet.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1217854687', '0', '1223630131', '1227199939', '1223630165', '4', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '86.153.77.193', '0', '0', '', '0', '0', '0', '0', '0', 'Zc]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '414', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2206', '2', '', '0', 'jcket', 'cfc9392aab547d6d1cd43073f31a7049', '2009-02-13', 'jcket@born-2-conquer.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1217932615', '0', '1217935593', '1223660999', '1223661004', '2', '0', '0', '1', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '77.177.157.239', '0', '0', '', '0', '0', '0', '0', '0', 'zY~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '415', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2207', '2', '', '0', 'brym', '9d72657b2e431599811d3c8a63710382', '2009-02-13', 'dodgy.admin@gmail.com', '0', '', 'http://www.efsquad.co.uk', '0', '', '', '2', '2', 'Junior Member', '0', '1218110844', '0', '1227047831', '1232844543', '1223332794', '8', '0', '0', '0', '0', '0', '0', '0', '33570839', '03-06-1981', '1981-03-06', '0', '0', '86.7.74.124', '0', '0', '', '0', '0', '0', '13', '0', '&vF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '319', '0', '0', '0', '0', '0', '0', '0', '0', '0', '416', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2208', '25', '', '0', 'dk christian', '13b0bf4b40be76e1bf2ffeea93bdacdf', '2009-02-13', 'christian.soerensen@beskedboks.dk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1218298920', '0', '1218299883', '1218309056', '0', '0', '0', '0', '1', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '87.56.12.136', '0', '0', '', '0', '0', '0', '2', '0', 'j7p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '417', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2209', '2', '', '0', '=GOS=Jenkins', '613f0101e24a6674b88931a5337347ae', '2009-02-13', 'gazza_cocker@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1218467016', '0', '1219079569', '1219164849', '1218467316', '1', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '81.100.228.207', '0', '0', '', '0', '0', '0', '0', '0', 'Rf-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '418', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2210', '25', '', '0', 'staffee', '8473becdd820aeab48697449d242b2be', '2009-02-13', 'staffee@goshawks.eu', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1218467551', '0', '1218554077', '1218633852', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '82.32.232.229', '0', '0', '', '0', '0', '0', '0', '0', 'IKn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '419', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2211', '25', '', '0', 'jerinho23', '2e5188f0380ae424ef61f6336bd19956', '2009-02-13', 'jerinho.23@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1218966214', '0', '1218966215', '1218966215', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '89.142.14.28', '0', '0', '', '0', '0', '0', '0', '0', '|N4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '420', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2212', '25', '', '0', 'Bravo2zero', '19c29ed316f45926edd54131d0aebc6d', '2009-02-13', 'gsgallimore6@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1218978969', '0', '1218978971', '1218980152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '82.32.212.194', '0', '0', '', '0', '0', '0', '0', '0', '`Hm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '421', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2213', '25', '', '0', 'JASONB', 'e6505ff30c92084f821b3536ee4d8aae', '2009-02-13', 'jasonbennett1@mac.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1219087430', '0', '1219087431', '1219087431', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '78.86.171.183', '0', '0', '', '0', '0', '0', '0', '0', ':/r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '422', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2214', '2', '', '0', 'Stalker', '2d34ff02e997d5669943b85d92271744', '2009-02-13', 'nickyandonov154@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1219532696', '0', '1219572468', '1219693749', '1219568634', '2', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '77.161.64.212', '0', '0', '', '0', '0', '0', '0', '0', 'rYr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '168', '0', '0', '0', '0', '0', '0', '0', '0', '0', '423', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2215', '2', '', '0', 'V_R', '4a66016ca273aeae40d75cdca371553d', '2009-02-21', 'mundy.sam@gmail.com', '0', '', 'http://www.agbclan.co.uk/', '0', '', '', '2', '2', 'Junior Member', '0', '1220220081', '-1', '1254918875', '1255909080', '1220532105', '1', '0', '0', '0', '2', '0', '0', '0', '33574103', '00-00-0000', '0000-00-00', '40', '2', '87.127.159.38', '0', '0', '', '0', '0', '0', '3', '1', ',E.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '420', '0', '0', '0', '0', '0', '0', '0', '0', '0', '424', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2216', '2', '', '0', 'tirlimpirlim', '0d6c4a035315e678e216657edb2439bf', '2009-02-13', 'nt.5nip3r@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1220361925', '0', '1220541857', '1223305524', '1223305080', '2', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '81.16.231.24', '0', '0', '', '0', '0', '0', '0', '0', 'UK1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '241', '0', '0', '0', '0', '0', '0', '0', '0', '0', '425', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2217', '25', '', '0', 'Wes', '28bf6ab53e94f72faa505d3d2805db3a', '2009-02-13', 'genetic82@msn.com', '0', '', 'http://www.fun-house.co.nr', '0', '', '', '2', '2', 'Forum Lurker', '0', '1220653648', '0', '1233862823', '1234488521', '0', '0', '0', '0', '1', '0', '0', '0', '0', '33571095', '11-17-1982', '1982-11-17', '0', '0', '84.196.76.187', '0', '0', 'genetic82@msn.com', '0', '0', '0', '0', '0', 'a)z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '426', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2218', '2', '', '0', 'paulstorm', '47662ef8463762d7aa23c0148d6b3aa1', '2011-10-03', 'pnxclan@btinternet.com', '43', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1220972509', '0', '1382796161', '1432077532', '1382796134', '7', '0', '0', '0', '1', '0', '0', '0', '35675607', '00-00-0000', '0000-00-00', '-1', '1', '81.152.211.198', '0', '0', '', '0', '0', '0', '0', '0', '-Fo#M5:$@/%&?,r^8tM,qpN/QeKj$M', '', '0', '81049', '0', '0', '0', '0', '', '0', '0', '', '627', '1', '0', '0', '0', '0', '0', '0', '0', '0', '427', '173c1de91185889c099536138db938e5', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2219', '2', '', '0', 'lukestasz', 'f2c63b06b055064f4e0a0be0c3973100', '2009-02-13', 'killer2606@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1221155417', '0', '1221406360', '1223407538', '1223407605', '3', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '92.19.54.54', '0', '0', '', '0', '0', '0', '1', '1', '*L/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '428', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2220', '2', '', '0', 'custard', '271bdc7656ef9464ed234263d1f76c70', '2009-02-13', 'cpt_custard_ebda@ukonline.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1221586258', '0', '1221775631', '1221813246', '1221813246', '4', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '87.82.79.174', '0', '0', '', '0', '0', '0', '0', '0', 'aYQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '241', '0', '0', '0', '0', '0', '0', '0', '0', '0', '429', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994200', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2221', '25', '', '0', 'bigtarget', '059e2efd8fefc54314601c3ec5398039', '2009-02-13', 'bigjohnx5@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1221668680', '0', '1221669391', '1221836483', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '90.218.51.97', '0', '0', '', '0', '0', '0', '0', '0', 'S+K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '430', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2222', '2', '', '0', '-DK', 'e31876d14c20bfa1bf2af8ef9fc48279', '2009-03-18', 'gwy.williams@btinternet.com', '0', '', 'http://www.britishroguewarriors.com', '0', '', '', '2', '2', 'Junior Member', '0', '1222199816', '0', '1267863471', '1270323495', '1262693606', '3', '0', '0', '0', '0', '0', '0', '0', '33570839', '04-29-1963', '1963-04-29', '0', '0', '86.146.110.225', '0', '0', 'gwy.williams@btinternet.com', '0', '0', '0', '0', '0', '7W~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1258', '0', '0', '0', '0', '0', '0', '0', '0', '0', '431', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2223', '2', '', '0', 'dky7', '4d5c0b7664c54d169b975465ee431f91', '2013-11-25', 'dky7@hotmail.com', '0', '', 'http://www.thegruntsclan.com', '0', '', '', '2', '2', 'Junior Member', '0', '1222456518', '0', '1385395056', '1385395056', '1385385851', '2', '0', '0', '0', '0', '0', '0', '0', '33570903', '07-02-1975', '1975-07-02', '0', '0', '92.236.224.106', '0', '0', 'dky7@hotmail.com', '0', '0', '0', '0', '0', '_V8uMw7;+d-g6`\\7f1_c>TO55O1_Xu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '414', '0', '0', '0', '0', '0', '0', '0', '0', '0', '432', 'c19d81ee61bb62311a3a1587ccec3fff', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2224', '25', '', '0', 'Aufer', 'c7d998df59ae6a301f9a2dbdac5f7089', '2009-02-13', 'graeme952@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1222692196', '0', '1222715262', '1222852665', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571159', '00-00-0000', '0000-00-00', '0', '0', '86.131.127.199', '0', '0', '', '0', '0', '0', '0', '0', 'W=b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '433', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2225', '25', '', '0', 'unknownsheep', '4c2ca6e3e8c598e2dcdfedc16f62a06f', '2009-02-13', 'null@sheepa.org', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1222711733', '0', '1222711736', '1222711736', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '212.85.69.41', '0', '0', '', '0', '0', '0', '0', '0', 'r|j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '434', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2226', '25', '', '0', 'jasonlfc69', '42550544e3dec859fc2b8dd71b422202', '2009-02-13', 'jasonlfc69@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1222713080', '0', '1222715616', '1222767003', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '84.13.79.89', '0', '0', '', '0', '0', '0', '0', '0', 'EAK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '435', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2227', '25', '', '0', 'basettasex', '0b1819249890ba31c92ff72d650e2eca', '2009-02-13', 'basettasex589@mail.ru', '0', '', 'http://world-video.name/', '111333222', 'basettasex', 'basettasex', '2', '2', 'Forum Lurker', '0', '1222908327', '0', '1222908328', '1223043879', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '09-12-1984', '1984-09-12', '0', '0', '209.67.216.138', '0', '0', 'basettasex', '0', '0', '0', '0', '0', 'f>z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '661', '0', '0', '0', '0', '0', '0', '0', '0', '0', '436', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2228', '25', '', '0', 'MuhamedXnam', 'c4d27191986a198627c194f608dbb680', '2009-02-13', 'adilmahm@gmail.com', '0', '', 'http://videoso.withsex.com/', '0', 'MuhamedXnam', 'MuhamedXnam', '2', '2', 'Forum Lurker', '0', '1222916218', '0', '1222916219', '1222916219', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '06-01-1983', '1983-06-01', '0', '0', '85.12.24.27', '0', '0', 'MuhamedXnam', '0', '0', '0', '0', '0', 'v%8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '437', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2229', '25', '', '0', 'todopneup', '9b475464114fbadd1f61b5ecafa79b8d', '2009-02-13', 'dadarkaz@mail.ru', '0', '', 'http://www.esnips.com/user/rupertz', '152516675', 'todopneup', 'todopneup', '2', '2', 'Forum Lurker', '0', '1222980837', '0', '1222980838', '1222980838', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '07-27-1978', '1978-07-27', '0', '0', '85.12.24.171', '0', '0', 'todopneup', '0', '0', '0', '0', '0', 'k^g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '438', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2230', '25', '', '0', 'enuntytus', '5c8a832f45c27ec79be1504636f484ea', '2009-02-13', 'aniddense@gmail.com', '0', '', 'http://us.cyworld.com/Weight_Loss_Watcher/blog/diary_view?postid=2', '315132187', 'enuntytus', 'enuntytus', '2', '2', 'Forum Lurker', '0', '1223009770', '0', '1223104790', '1223138906', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '08-15-1982', '1982-08-15', '0', '0', '93.174.93.50', '0', '0', 'enuntytus', '0', '0', '0', '0', '0', '_:!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '439', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2231', '25', '', '0', 'Cispattenna', '26243af147cbedb091f0ce3ffe40c1f9', '2009-02-13', 'imponsnum@gmail.com', '0', '', 'http://www.image-visage.ru', '123832617', 'Cispattenna', 'Cispattenna', '2', '2', 'Forum Lurker', '0', '1223012213', '0', '1223012215', '1223012215', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '05-08-1974', '1974-05-08', '0', '0', '85.17.201.131', '0', '0', 'Cispattenna', '0', '0', '0', '0', '0', 'j&2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '440', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2232', '25', '', '0', 'impurpisp', '192001901c874e79202daab4743d501a', '2009-02-13', 'gostetealatus@gmail.com', '0', '', 'http://', '118873372', 'impurpisp', 'impurpisp', '2', '2', 'Forum Lurker', '0', '1223044501', '0', '1223044502', '1223044502', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '08-10-1967', '1967-08-10', '0', '0', '87.118.116.92', '0', '0', 'impurpisp', '0', '0', '0', '0', '0', 'Y_X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '441', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2233', '25', '', '0', 'Injencuct', '767eedbc12fbb2eeb47a8b7feabc9ffc', '2009-02-13', 'qa3311asexy@gmail.com', '0', '', 'http://nakedgirlonline.fateback.com', '344255534', 'Injencuct', 'Injencuct', '2', '2', 'Forum Lurker', '0', '1223075237', '0', '1223075239', '1223075239', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '06-01-1964', '1964-06-01', '0', '0', '195.5.116.248', '0', '0', 'Injencuct', '0', '0', '0', '0', '0', 'Y>1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '442', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2234', '25', '', '0', 'HitTrededexiafrm', '8fff5a26dcf98928c1c512030460ed95', '2009-02-13', 'best@aibolit-discounts-meds.com', '0', '', 'http://aibolit-medicines.com', '253741748', 'HitTrededexiafrm', 'HitTrededexiafrm', '2', '2', 'Forum Lurker', '0', '1223118396', '0', '1223118401', '1223118401', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '04-24-1982', '1982-04-24', '0', '0', '78.157.143.211', '0', '0', 'HitTrededexiafrm', '0', '0', '0', '0', '0', '<_w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '443', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2235', '25', '', '0', 'epiggintydope', '992d1eab0ee51ea1afc22d62142d1c32', '2009-02-13', 'imponsnumts@gmail.com', '0', '', 'http://', '236357256', 'epiggintydope', 'epiggintydope', '2', '2', 'Forum Lurker', '0', '1223131239', '0', '1223131241', '1223131241', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '07-20-1979', '1979-07-20', '0', '0', '85.17.201.131', '0', '0', 'epiggintydope', '0', '0', '0', '0', '0', ')oY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '444', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2236', '25', '', '0', 'LILLYJANES', 'b014361a8978c0824c42c93fa473ba5e', '2009-02-13', 'foededearge@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1223140239', '0', '1223140241', '1223140241', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '89.18.189.13', '0', '0', '', '0', '0', '0', '0', '0', 'z&@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '445', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2237', '25', '', '0', 'ObtaipapWot', '932e1fc3bd0681b15d7f927d61302a29', '2009-02-13', 'arrelfweenzep@gawab.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1223153085', '0', '1223153092', '1223153092', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '70.142.52.59', '0', '0', '', '0', '0', '0', '0', '0', 'Gwx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '446', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2238', '25', '', '0', 'karakusars', '486a4f3425007d50ac558a11d254fb9b', '2009-02-13', 'tyronehaynes02@yahoo.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1223156526', '0', '1223156527', '1223156527', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '78.110.175.13', '0', '0', '', '0', '0', '0', '0', '0', '+\'_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '447', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2239', '25', '', '0', 'Sampdayptoday', '03d8207423da8566e45f47d1d78550b6', '2009-02-13', 'aroliblyfourb@gmail.com', '0', '', 'http://tpiiahardcore-bondagetpiia.25am.com', '172538627', 'Sampdayptoday', 'Sampdayptoday', '2', '2', 'Forum Lurker', '0', '1223156904', '0', '1223156912', '1223156912', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '01-22-1960', '1960-01-22', '0', '0', '94.102.49.81', '0', '0', 'Sampdayptoday', '0', '0', '0', '0', '0', 'U64', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '157', '0', '0', '0', '0', '0', '0', '0', '0', '0', '448', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2240', '25', '', '0', 'ZlabirintezA', '5cb7ee090b758ce1fe4e29c93b065ecf', '2009-02-13', 'rettanatsep@gmail.com', '0', '', 'http://the-lottery.us', '0', 'ZlabirintezA', 'ZlabirintezA', '2', '2', 'Forum Lurker', '0', '1223211310', '0', '1223211318', '1223211318', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '09-01-1960', '1960-09-01', '0', '0', '75.109.92.105', '0', '0', 'ZlabirintezA', '0', '0', '0', '0', '0', 'mD4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '449', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2241', '25', '', '0', 'snathinothbok', '3c5a8f14c71a18afdfde442436ab144a', '2009-02-13', 'spahwennave@gmail.com', '0', '', 'http://', '365682341', 'snathinothbok', 'snathinothbok', '2', '2', 'Forum Lurker', '0', '1223213007', '0', '1223213009', '1223213009', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '04-02-1981', '1981-04-02', '0', '0', '77.87.158.13', '0', '0', 'snathinothbok', '0', '0', '0', '0', '0', 'bKU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '450', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2242', '25', '', '0', 'GuroOfLoan', 'aaef27c7d53b0ccf2282b7c6503e83c4', '2009-02-13', 'guroofloan@moviedownloadslibrary.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1223221987', '0', '1223221988', '1223221988', '0', '0', '0', '0', '-12', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '89.179.89.135', '0', '0', '', '0', '0', '0', '0', '0', 'f', 'gerry.longhurst', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '153', '0', '0', '0', '0', '0', '0', '0', '0', '0', '496', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2288', '25', '', '0', 'ggfgh', '42bce5cf3b806efbc697ed4cfca8a2c4', '2009-02-13', 'ballunderscorebag@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1227462624', '0', '1227462626', '1227462626', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '78.86.104.218', '0', '0', '', '0', '0', '0', '0', '0', 'gOl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '497', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2289', '25', '', '0', 'TheJackal75', 'ad68f8274ef3b7f25439aa7ffbf0e77a', '2009-02-13', 'jeff.pykett@ntlworld.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1227540913', '0', '1227978479', '1228260120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.101.216.61', '0', '0', '', '0', '0', '0', '0', '0', 'Q\'p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '498', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2290', '25', '', '0', 'KiN', 'd6375d6a3addf50524328fc28ec8b379', '2009-02-13', 'philweber@bbmax.co.uk', '0', '', 'http://www.ded-clan.com', '0', '', '', '2', '2', 'Forum Lurker', '0', '1227795050', '0', '1228161398', '1228230944', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '213.246.65.9', '0', '0', '', '0', '0', '0', '9', '0', '|}}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '499', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2291', '2', '', '0', 'imported_toesy', '71e6e715b59cacb15a9cd5b6b3203328', '2009-02-13', 'toesy@blueyonder.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1227805655', '0', '1227805948', '1227805948', '1227805877', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '92.236.177.87', '0', '0', '', '0', '0', '0', '0', '0', 'Rs0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '136', '0', '0', '0', '0', '0', '0', '0', '0', '0', '500', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2293', '25', '', '0', '-&#124;DeD&#124;-TootH', 'fc5f630438e32b05186283e4240473e5', '2009-02-13', 'steve@openboost.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1228054991', '0', '1228397796', '1228741963', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '90.218.228.78', '0', '0', '', '0', '0', '0', '0', '0', 'y1>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', '502', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2294', '25', '', '0', 'gilesar01', 'eac156951017bb4e229b9bba190515cb', '2009-02-13', 'argiles100@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1228562933', '0', '1228562935', '1228562935', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '81.96.136.175', '0', '0', '', '0', '0', '0', '0', '0', 'kG6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '503', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2295', '2', '', '0', 'dodcow', '8bf37e3013d6d1d8e457ed2c2940aac0', '2009-02-13', 'topclasshopping@yahoo.com', '0', '', 'http://www.sickowars.com', '0', '', '', '2', '2', 'Junior Member', '0', '1228602333', '0', '1229618105', '1230231729', '1230231790', '14', '0', '0', '1', '0', '0', '0', '0', '33571095', '05-22-1969', '1969-05-22', '0', '0', '88.23.241.52', '0', '0', 'alainevon@hotmail.com', '0', '0', '0', '0', '0', ';vB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '570', '0', '0', '0', '0', '0', '0', '0', '0', '0', '504', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2296', '25', '', '0', 'mantis', '328b5538c53f7a65226b501e32a8c1a7', '2009-02-13', 'michael.armor@blueyonder.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1228732930', '0', '1228758662', '1228762723', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '82.44.100.79', '0', '0', '', '0', '0', '0', '0', '0', '{`*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '505', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2297', '2', '', '0', 'DvL_method', '3edabe88ca66cbd1df376739196d1d79', '2009-02-13', 'wim.beddegenoodts@telenet.be', '0', '', 'http://www.devilsquad.com', '0', '', '', '2', '2', 'Junior Member', '0', '1228869739', '0', '1231150648', '1231150996', '1230097067', '16', '0', '0', '1', '0', '0', '0', '0', '33571095', '10-13-1975', '1975-10-13', '0', '0', '78.20.58.137', '0', '0', '', '0', '0', '0', '1', '0', 'U@%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '462', '0', '0', '0', '0', '0', '0', '0', '0', '0', '506', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2298', '2', '', '0', 'slimbad', 'f054c940ce5e654bdbbbdea87e6fa041', '2009-02-13', 'slimbadvic@msn.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1228923014', '0', '1228923015', '1228927874', '1228923271', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '217.45.151.46', '0', '0', '', '0', '0', '0', '1', '0', '+!_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '176', '0', '0', '0', '0', '0', '0', '0', '0', '0', '507', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2299', '2', '', '0', 'Norway', '7f988ac89e832305f9ac03ca83381e27', '2009-02-13', 'sindlyse@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1228994184', '0', '1229168681', '1229186078', '1229166096', '5', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '148.83.132.164', '0', '0', '', '0', '0', '0', '0', '0', 'XT}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '333', '0', '0', '0', '0', '0', '0', '0', '0', '0', '508', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2300', '2', '', '0', 'imported_daggers', '738236bbd7e6761543b2f9402e1a3ac7', '2009-02-13', 'daggers@cenobitewarriors.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1229098888', '0', '1234463515', '1234510246', '1233945741', '3', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '194.50.80.189', '0', '0', '', '0', '0', '0', '0', '0', '3Mp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '340', '0', '0', '0', '0', '0', '0', '0', '0', '0', '509', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2301', '25', '', '0', 'Allan Wilson', '8c6cfbf2d570bb02c860c43adb161145', '2009-02-13', 'allan__wilson@btinternet.com', '0', '', 'http://www.nadfserver.com', '0', '', '', '2', '2', 'Forum Lurker', '0', '1229100921', '0', '1229100923', '1229105917', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.0.193.132', '0', '0', '', '0', '0', '0', '0', '0', 'lc`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '510', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2302', '25', '', '0', 'leuven', '83bc66f35ac3c03eb92a71fb538402d9', '2009-02-13', 'andrew_41@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1229261809', '0', '1229293675', '1229293675', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.155.47.163', '0', '0', '', '0', '0', '0', '2', '0', 'MFA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '511', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2303', '25', '', '0', 'earaser89', '787fd85a3e50fa9d34fa4f9e1eb07cfa', '2009-02-13', 'olemartin_fjelldalselv@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1229631804', '0', '1229631805', '1229632113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '193.217.140.40', '0', '0', '', '0', '0', '0', '0', '0', '#oJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '512', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2304', '25', '', '0', 'mattegalant', '4bad44c62d7adad91cac9601ce42e22c', '2009-02-13', 'matte.lindgren@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1229632580', '0', '1229632582', '1229633035', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '213.114.195.99', '0', '0', '', '0', '0', '0', '0', '0', ':rg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '513', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2305', '25', '', '0', 'LucieB', '9d08d789a64f122ea06f84b53e12b7f4', '2009-02-13', 'luciebis_alaincor@videotron.ca', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1229875117', '0', '1229875118', '1229875118', '0', '0', '0', '0', '-5', '0', '0', '0', '0', '33570823', '00-00-0000', '0000-00-00', '0', '0', '74.58.227.130', '0', '0', '', '0', '0', '0', '0', '0', '2vG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '514', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2306', '2', '', '0', 'Basha', '8e5d6c25e33cee0081a0fba3c8c66115', '2011-11-23', 'basher19@msn.com', '0', '', '', '0', '', '', '2', '0', 'Junior Member', '0', '1229877455', '0', '1358978555', '1364721197', '1268498440', '14', '0', '0', '0', '1', '0', '0', '0', '42098135', '09-22-1966', '1966-09-22', '-1', '1', '90.202.49.239', '0', '0', '', '0', '0', '0', '0', '0', '$\\\'eZj)N<4Ije;N|44ES', '', '0', '57142', '0', '0', '0', '0', '', '0', '0', '', '1277', '0', '0', '0', '0', '0', '0', '0', '0', '0', '515', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2307', '25', '', '0', 'useless', '7ad74a15b65f7b41a295a9108b4c0e07', '2009-02-13', 'derek@netsystec.net', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1229961421', '0', '1229961424', '1229961424', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.150.7.247', '0', '0', '', '0', '0', '0', '0', '0', 'da-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '516', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2308', '2', '', '0', 'imported_OwenMelbz', '971ac2808cad5a1858d34f5d16883a01', '2009-02-13', 'owen@melonz-media.com', '0', '', 'http://melonz-media.com', '0', 'OwenMelbz', 'OwenMelbz@BTInternet.com', '2', '2', 'Junior Member', '0', '1229967570', '0', '1233784304', '1233945703', '1232576109', '8', '0', '0', '0', '0', '0', '0', '0', '33570839', '03-28-1991', '1991-03-28', '0', '0', '86.158.231.151', '0', '0', 'Owen@Melonz-Media.com', '0', '0', '0', '15', '0', 'O9b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '517', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2309', '2', '', '0', 'imported_Westy', '7f77afa97294264ccbde6c5ce7ed8015', '2009-02-13', 'aliwestwood@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1230050120', '0', '1230227821', '1230680486', '1230680547', '2', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '86.171.57.236', '0', '0', '', '0', '0', '0', '0', '0', '.7p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '156', '0', '0', '0', '0', '0', '0', '0', '0', '0', '518', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3149', '2', '', '0', 'buteltiotuc', '9c0e692a8df9deadc06314a836ef434a', '2010-09-23', 'ge.ntry.j.o.shu.a.01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285216223', '0', '1285216223', '1285216223', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '112.122.140.168', '0', '1', '', '0', '0', '-1', '0', '0', 'HC2*$;Dx!duJ;L|86[xELw-IRun\"`Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285218780', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2311', '25', '', '0', 'Jane Doe', '556ef960ec66b0424322786cb73e09cc', '2009-02-13', 'kayedartnall@aol.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1230422574', '0', '1231078340', '1231711347', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '195.93.21.99', '0', '0', '', '0', '0', '0', '0', '0', 'Jh4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '520', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2313', '25', '', '0', 'imported_davy-jones', '09f65e83aefaaf0fcdeb43f6626ec9c5', '2009-02-13', 'chazy-chazz@hotmail.fr', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1230667094', '0', '1230667094', '1230667474', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570903', '00-00-0000', '0000-00-00', '0', '0', '89.80.120.183', '0', '0', '', '0', '0', '0', '0', '0', '&hZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '522', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2314', '2', '', '0', 'imported_boikot', '042923994fede7b0c565dcb6518a15fe', '2009-02-13', 'ofertamusical@yahoo.es', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1230909516', '0', '1230909517', '1230915645', '1230915706', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '88.5.139.61', '0', '0', '', '0', '0', '0', '0', '0', 'fro', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '523', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2315', '2', '', '0', 'Smokey12', '1253029ae568ef013dc6be670af1f759', '2009-02-13', 'aksturm1@verizon.net', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1230940631', '0', '1232914196', '1233007241', '1230940746', '1', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '173.49.93.113', '0', '0', '', '0', '0', '0', '5', '0', '-\\#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '524', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2353', '25', '', '0', 'soojaveetoru', '79ba31a9772896be6328bba2a99d6aa4', '2009-02-22', 'kiissel93@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1235297572', '0', '1235297572', '1235297791', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '78.28.66.225', '0', '1', '', '0', '0', '-1', '1', '1', 'H7!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3034', '2', '', '0', 'Conne', 'e8d0f07fafa1105b12189fbd5163300e', '2010-07-13', 'cornelis-simpson@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1279060060', '0', '1371849640', '1375098667', '1336925724', '9', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '85.228.48.220', '0', '1', '', '0', '0', '-1', '0', '0', 'P<+wrY?>(@r;(XeBvUh!_}R6&;~T94', 'DaimConne', '0', '76985', '0', '0', '0', '0', '', '0', '0', '', '907', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '3', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,29|New Achievement!||,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1310669400', '0', '0', '0', 'ಠ_ಠ', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3033', '2', '', '0', 'mrt803', '50408883c3817742b776426de6a3b077', '2010-07-13', 'mrt803@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1279058103', '0', '1279575134', '1280152379', '1279058696', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.26.57.0', '0', '1', '', '0', '0', '-1', '0', '0', 'e+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '236', '0', '0', '0', '0', '0', '0', '0', '0', '0', '533', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2325', '2', '', '0', '=WBG=cpt_custard', 'd288a365d5d21261008da28aec19d2bd', '2009-12-23', 'root@world-gamers.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1233188299', '0', '1267110149', '1271333930', '1271333930', '8', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '87.194.151.189', '0', '0', '', '0', '0', '0', '0', '0', 'J\"M', '', '0', '58686', '0', '0', '0', '0', '', '0', '0', '', '1213', '0', '0', '0', '0', '0', '0', '0', '0', '0', '534', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2326', '2', '', '0', 'MUK BIGIAN', '7540e452a248fb9c44259c527469c484', '2009-09-24', 'bigian_3@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1233324541', '0', '1262470534', '1264727781', '1233325570', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '92.239.124.243', '0', '0', '', '0', '0', '0', '0', '0', 'ex`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '457', '0', '0', '0', '0', '0', '0', '0', '0', '0', '535', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2327', '25', '', '0', 'waz480', '315115763ddd61d711c1a9005cac734f', '2009-02-13', 'waz480@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1233400198', '0', '1233400199', '1233400199', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '90.216.136.124', '0', '0', '', '0', '0', '0', '0', '0', '=a%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '536', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2328', '2', '', '0', '{FP}TrickTrash', '488065b7bd3517d53ea2b22af5e32e3d', '2009-02-13', 'tricktrash@cod1.co.uk', '0', '', 'http://www.cod1.co.uk/forum/index.php', '0', '', '', '2', '2', 'Junior Member', '0', '1233414498', '0', '1233520831', '1233583976', '1233494969', '3', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '81.152.84.79', '0', '0', '', '0', '0', '0', '3', '0', '~8o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '422', '0', '0', '0', '0', '0', '0', '0', '0', '0', '537', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2329', '2', '', '0', 'n1banator', '13d345a75365146b7b51590413fa0bf6', '2010-01-30', 'jak3594@googlemail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1233419203', '0', '1233419205', '1264815540', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '86.128.87.255', '0', '0', '', '0', '0', '0', '0', '0', 'GW]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '161', '0', '0', '0', '0', '0', '0', '0', '0', '0', '538', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2330', '25', '', '0', 'muratkoc', 'f7c0956e05575e978775b69a3edd5ea1', '2009-02-13', 'muratkocphoto@gmail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1233427990', '0', '1233427992', '1233430404', '0', '0', '0', '0', '2', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '85.103.69.182', '0', '0', '', '0', '0', '0', '0', '0', 'gw`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '539', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2331', '2', '', '0', 'imported_pizzathehut', 'f0f465b08954027c9ef3f2c5d41e0862', '2009-02-13', 'pittabread@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1233614243', '0', '1234218665', '1234280996', '1234126949', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '85.210.66.77', '0', '0', '', '0', '0', '0', '0', '0', 'S;c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '540', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2332', '25', '', '0', 'hitman NS', '74e42065ebb333b4237551d05baacecb', '2009-02-13', 'weejamesyf@googlemail.ocm', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1233927156', '0', '1233927158', '1233930998', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '90.200.118.168', '0', '0', '', '0', '0', '0', '0', '0', '~kc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '541', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2333', '2', '', '0', 'rsthomo', 'b759cbeb65a8305927da8857dc873555', '2009-02-13', 'rsthomo@googlemail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1233942073', '0', '1233942075', '1233942075', '1233942127', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '86.18.83.26', '0', '0', '', '0', '0', '0', '0', '0', '`{4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '263', '0', '0', '0', '0', '0', '0', '0', '0', '0', '542', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2334', '2', '', '0', 'druid', 'a87e74a14ed1ca07d3a380aa16f421d4', '2009-02-13', 'rudeboybro@hotmail.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1234049426', '0', '1234049428', '1234051121', '1234051121', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '90.201.172.61', '0', '0', '', '0', '0', '0', '0', '0', 'o28', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '543', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2335', '25', '', '0', 'Brooksie', '04fbf929a86a7c4c019efd119158ef2b', '2009-02-13', 'badbrooksie01@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1234117054', '0', '1234118087', '1234118087', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33571095', '00-00-0000', '0000-00-00', '0', '0', '86.139.2.12', '0', '0', '', '0', '0', '0', '0', '0', '+M]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '544', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2336', '25', '', '0', 'Timesplitter', '55d6f743a2b92da0810da5a3462704a7', '2009-02-13', 'prudenceelle5@googlemail.com', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1234126541', '0', '1234126543', '1234126863', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.45.114.100', '0', '0', '', '0', '0', '0', '0', '0', 'W8O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '545', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2337', '2', '', '0', '[ELY] Great dansker', '25be52f0466939f5c9a43af08ae6b77c', '2009-02-13', 'berthou_92@hotmail.com', '0', '', 'http://', '0', '', '', '2', '2', 'Junior Member', '0', '1234281137', '0', '1235128060', '1235210925', '1234719011', '5', '0', '0', '0', '0', '0', '0', '0', '33574103', '00-00-0000', '0000-00-00', '-1', '1', '85.24.52.25', '0', '0', '', '0', '0', '0', '2', '1', '=Mi', '', '0', '24848', '0', '0', '0', '0', '', '0', '0', '', '316', '0', '0', '0', '0', '0', '0', '0', '0', '0', '546', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2338', '2', '', '0', 'Ebola.', '0960733c86d171bdaff755c419abf948', '2011-10-23', 'ebola@deadlyforces.co.uk', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1234337520', '0', '1267597687', '1315840870', '1264853386', '1', '0', '0', '0', '0', '0', '0', '0', '33570839', '', '0000-00-00', '0', '0', '86.161.0.42', '0', '0', '', '0', '0', '0', '0', '0', 'DkRjhLd[SZ(Rlta8AYOxoG6?wLo+(m', '', '0', '53797', '0', '0', '0', '0', '', '0', '0', '', '274', '0', '0', '0', '0', '0', '0', '0', '0', '0', '547', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2339', '25', '', '0', 'Rosey', '7e7f0b3d98c173f5a7c048ed47c03e23', '2009-02-13', 'magentarose@cenobitewarriors.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1234365107', '0', '1234365108', '1234365108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '194.50.80.189', '0', '0', '', '0', '0', '0', '0', '0', 'rUa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '548', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2340', '25', '', '0', 'imported_Ninjadude101', 'fb76c6ccd548123690ac36b13ee6e46c', '2009-02-13', 'ninjadude101@hotmail.co.uk', '0', '', '', '0', '', '', '2', '2', 'Forum Lurker', '0', '1234400299', '0', '1234400300', '1234403061', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '92.11.36.30', '0', '0', '', '0', '0', '0', '0', '0', 'q/t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '549', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2341', '2', '', '0', 'Blackstorm', '124338fa7b6fc3cbf1a6947fc0d912dd', '2009-02-13', 'dave_herald@ntlworld.com', '0', '', '', '0', '', '', '2', '2', 'Junior Member', '0', '1234469787', '0', '1234469789', '1234470695', '1234470662', '2', '0', '0', '0', '0', '0', '0', '0', '33570839', '00-00-0000', '0000-00-00', '0', '0', '82.21.8.186', '0', '0', '', '0', '0', '0', '0', '0', 'dTq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '373', '0', '0', '0', '0', '0', '0', '0', '0', '0', '550', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994260', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2344', '10', '27', '10', 'Dragoeth', 'f74e9cc62d96eafc6727df17d700c321', '2009-02-15', 'dragonhunt_ww2r@hotmail.com', '0', '', '', '', '', '', '2', '2', 'CSS Full Admin', '1', '1234729680', '0', '1392026956', '1392032162', '1392026955', '3006', '10', '5', '-5', '1', '0', '0', '0', '45108311', '05-26-1990', '1990-05-26', '-1', '-1', '128.211.243.152', '0', '1', '', '0', '0', '-1', '10', '0', 'Xky', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6046', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '2', '191', '500', '0', '0', '0', '1', '204', '1287861680', '0', '3146', '7', '23', '28', NULL, '29.5082', '52.9412', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,21|5000 Experience Points|spheres_red_16.png|spheres_red_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1314382260', '0', '0', '0', 'wishes he could play SC2', '7', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2343', '2', '', '0', 'binnipawn', '6b4061d889818d1949c469ed1f131f00', '2009-02-15', 'the_king_of_aces@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1234711885', '0', '1234910785', '1235086304', '1234910785', '3', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '194.144.81.62', '0', '1', '', '0', '0', '-1', '1', '1', '.ZS', '', '0', '24962', '0', '0', '0', '0', '', '0', '0', '', '257', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2345', '2', '', '0', 'xpl1cit', 'c4318805510436548d64183c57d11af1', '2009-02-17', 'the-accused@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1234893889', '0', '1235163130', '1235164963', '1235164744', '13', '10', '5', '-5', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.234.11.253', '0', '1', '', '0', '0', '-1', '1', '1', '2X4', '', '0', '25173', '0', '0', '0', '0', '', '0', '0', '', '406', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2346', '2', '', '0', 'Peter Griffin', '55b2db2423af7a0d375ef59a2131e93e', '2010-03-26', 'MARK.POLLIN@sky.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1234979500', '0', '1269654266', '1270568045', '1235073776', '15', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.219.241.104', '0', '1', '', '0', '0', '-1', '2', '0', 'g0?', '', '0', '25045', '0', '0', '0', '0', '', '0', '0', '', '264', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2347', '2', '', '0', 'kinokim', 'a429ba32f8460d69dcaf9f8dfce3b3f0', '2009-02-18', 'Kino_kim1@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1234981352', '0', '1234982691', '1234989371', '1234989370', '2', '10', '5', '1', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '91.101.15.198', '1705', '1', '', '0', '0', '-1', '1', '1', 'Ja#', '', '0', '25002', '0', '0', '0', '0', '', '0', '0', '', '212', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2348', '2', '', '0', 'afishywish', '3f0324eb2d97c7e03bfca509dc736611', '2009-02-18', 'eurotrash247@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1234982719', '0', '1236843260', '1238650723', '1235228184', '2', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '86.130.7.190', '0', '1', '', '0', '0', '-1', '1', '1', 'AwR', '', '0', '25256', '0', '0', '0', '0', '', '0', '0', '', '140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2349', '2', '', '0', 'Killian', '44ef8b98464327b29375946c42eb86b0', '2014-01-05', 'killian_kavanagh@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1235051550', '0', '1388936432', '1390518780', '1235056665', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.141.63.177', '0', '1', '', '0', '0', '-1', '2', '1', 'gXQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2356', '2', '', '0', 'reirracon', 'a94681f1bc061bddbd2b3c61a5b405e3', '2009-02-25', 'reirracon@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1235575390', '0', '1253299152', '1253377302', '1253220757', '18', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '92.118.97.33', '0', '1', '', '0', '0', '-1', '1', '1', 'j@S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1603', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2357', '2', '', '0', 'C.Haagensli', '3ea90140cee0aad5a0ea823362bd98ae', '2009-02-25', 'chriskezn@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1235576863', '0', '1239378687', '1241826557', '1239019105', '29', '10', '5', '1', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.203.117.183', '0', '1', '', '0', '0', '-1', '7', '1', 'yz]', '', '0', '28602', '0', '0', '0', '0', '', '0', '0', '', '774', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2358', '2', '', '0', 'SteamUpdates', '72ee0810a7462a7086ca4db81af7f352', '2009-02-25', '', '0', '', 'http://steampowered.com', '', '', '', '2', '0', 'Steam RSS Feed Bot', '1', '1235588880', '-1', '1235588931', '1235588880', '1281423904', '37', '10', '5', '0', '2', '0', '0', '0', '45108311', '06-03-2010', '2010-06-03', '-1', '-1', '', '0', '0', '', '0', '0', '-1', '1', '1', 'r7`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1339', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '1', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2360', '25', '', '0', 'nem', 'b85c52310d6b478ebf10185289c864fe', '2009-02-27', 'utfragfest@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1235755676', '0', '1235756179', '1235762754', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '79.64.97.73', '0', '1', '', '0', '0', '-1', '1', '1', '0\"e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2359', '2', '', '0', 'eXistenZNL', 'e78d8d0c20bb31426b4322ae2db2b88e', '2009-02-26', 'stefan.van.essen@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1235653144', '0', '1237147597', '1237147597', '1236605766', '8', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '213.148.226.205', '0', '1', '', '0', '0', '-1', '1', '1', '!nq', '', '0', '26275', '0', '0', '0', '0', '', '0', '0', '', '285', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2374', '2', '10', '2', 'No mercy', 'e83a67522820eac4308072807266f0df', '2009-03-06', 'clanorbital@hotmail.com', '0', '', 'http://coclan.omgforum.net/forum.htm', '', '', '', '2', '1', 'Junior Member', '0', '1236356543', '0', '1237306246', '1240424062', '1237306246', '14', '10', '5', '0', '2', '0', '0', '0', '45108567', '08-02-1994', '1994-08-02', '-1', '-1', '85.19.134.213', '0', '1', 'solo-molo@live.no', '0', '0', '-1', '1', '1', '=fv', '', '0', '27058', '0', '0', '0', '0', '', '0', '0', '', '462', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2361', '2', '', '0', 'rob', '46fb5e60cf12859a2b0c7d1891a43d80', '2009-02-28', 'northanmonkee@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1235837067', '0', '1260700664', '1260718181', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '86.153.57.208', '0', '1', '', '0', '0', '-1', '1', '1', 'FCL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2362', '25', '', '0', 'AC_tje_NL', '32f0ffd79e159dad371bd9b96ebc2d2c', '2009-02-28', 'leipoelman@home.nl', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1235847794', '0', '1235847811', '1235859357', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.122.53.197', '0', '1', '', '0', '0', '-1', '1', '1', 'N7e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2363', '2', '', '0', 'VanGuarD', '8d1a7e762fbd48836004cac088646b23', '2009-02-28', 'dj.stenty@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1235853424', '0', '1235853424', '1235855200', '1235854725', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.234.66.25', '0', '1', '', '0', '0', '-1', '1', '1', '44S', '', '0', '25646', '0', '0', '0', '0', '', '0', '0', '', '290', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2364', '2', '', '0', 'assassinuk', '332e5a1cab3464df950826797feae296', '2009-03-02', 'Jayfuller@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236012175', '0', '1245251099', '1245698510', '1245173135', '6', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.217.38.230', '72', '1', '', '0', '0', '-1', '1', '1', 'Vf1', '', '0', '32829', '0', '0', '0', '0', '', '0', '0', '', '437', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2365', '2', '', '0', 'Daviro', '973438a235e5f45c5e68b104d72a4155', '2009-03-03', 'daviro93@hotmail.com', '0', '', 'http://www.newstyle.clangrid.com', '', '', '', '2', '0', 'Junior Member', '0', '1236077674', '0', '1236174136', '1236265421', '1236078256', '1', '10', '5', '1', '2', '0', '0', '0', '45108311', '02-06-1993', '1993-02-06', '-1', '-1', '87.218.12.79', '1839', '1', '', '0', '0', '-1', '1', '1', ',bM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '310', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2366', '25', '', '0', 'Snowy', '2a21aa5cf7572cf65bb0b8eb108338c1', '2009-03-03', 'daniel.allesoe@get2net.dk', '0', '', 'http://www.ablecompany.comli.com', '', '', '', '2', '0', 'Forum Lurker', '0', '1236103148', '0', '1236591799', '1236592493', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108311', '11-25-1990', '1990-11-25', '-1', '-1', '83.89.127.91', '0', '1', '', '0', '0', '-1', '1', '1', 'mG3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2367', '25', '', '0', 'Wolfgurl', 'bbf5c7618ebfe3a36300d5d60f417022', '2009-03-04', 'destinyf95@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1236142629', '0', '1237141165', '1237141268', '0', '0', '10', '5', '-5', '2', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '204.116.190.109', '0', '1', 'destinyf95@gmail.com', '0', '0', '-1', '1', '1', '9-a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2373', '25', '', '0', 'Esazz', '8c9d342aff9336864d42e449f4fb0c94', '2009-03-05', 'zeke_jee@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1236265596', '0', '1236265596', '1236266066', '0', '0', '10', '5', '2', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.131.96.30', '0', '1', '', '0', '0', '-1', '2', '1', 'rFM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '136', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2368', '2', '', '0', 'Olej9', 'fd51ec0000c5974ec1ad2f67d6a9174c', '2009-03-04', 'Olejj@interia.eu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236177956', '0', '1237116765', '1237143242', '1237116765', '18', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '79.184.210.222', '3', '1', '', '0', '0', '-1', '4', '1', ';2n', '', '0', '26928', '0', '0', '0', '0', '', '0', '0', '', '367', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2369', '25', '', '0', 'asdasd', '1130dc34e21e55f1f6090c415b8f3aee', '2010-07-19', 'asdasd@as.pl', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1236178076', '0', '1236178076', '1236178076', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.19.253.98', '1839', '1', '', '0', '0', '-1', '0', '0', '#L_6f5i8gvj8]PP|N//$!6A(2}Zx%s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2370', '2', '', '0', 'Ryu', 'de3f769dc7601d80b85ca2c384180959', '2009-03-04', '1337jed@gmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1236182719', '0', '1236187306', '1255468503', '1255468503', '5', '10', '5', '0', '2', '0', '0', '0', '45108311', '01-15-1985', '1985-01-15', '-1', '-1', '72.23.22.71', '2352', '1', '', '0', '0', '-1', '1', '1', 's\'l', '', '0', '42536', '0', '0', '0', '0', '', '0', '0', '', '269', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2371', '21', '', '0', 'Boomerman', 'a4fa26d21cf03c878a1bf00cd65ab7a8', '2012-07-18', 'Konrad.Nilsson@hotmail.com', '0', '', '', '', '', '', '2', '1', 'TF2 Admin', '1', '1236193440', '0', '1346011645', '1346344331', '1346011644', '22', '10', '5', '1', '1', '0', '0', '0', '45108439', '01-01-1993', '1993-01-01', '-1', '-1', '83.254.132.232', '0', '1', '', '0', '0', '-1', '1', '0', '(ruCypx`#4.yMEL,7%\"::|Hl_!X>8D', '', '0', '78621', '0', '0', '0', '0', '', '0', '0', '', '1247', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '4.55433', '2.39808', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1285074780', '0', '0', '0', '', '5', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2372', '8', '', '0', 'MURDAH', 'ae8217ad104ff48fde0662489495ef02', '2009-03-04', 'be_real_murdah@hotmail.com', '0', '', '', '', '', '', '2', '1', 'Banned', '0', '1236202800', '0', '1250674314', '1250674314', '1250275575', '64', '10', '5', '1', '1', '0', '0', '0', '45108695', '10-19-1989', '1989-10-19', '-1', '-1', '83.161.231.125', '0', '1', 'be_real_murdah@hotmail.com', '0', '0', '-1', '0', '0', 'ms=', '', '0', '36959', '0', '0', '0', '0', '', '0', '0', '', '1701', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2375', '25', '', '0', 'Rabid-Monk', '87f2609b334d6d4d194cf3f6306f0c19', '2009-03-06', 'marama32@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1236365911', '0', '1236365911', '1236366216', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.13.97.128', '0', '1', '', '0', '0', '-1', '1', '1', 'O?H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '128', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2376', '25', '', '0', 'The_Mexican', 'cf652e18d0feea5e560f5adc965a3ed4', '2009-03-07', 'ramirez.carlos42@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1236401274', '0', '1236825663', '1236825663', '0', '0', '10', '5', '-8', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '98.234.209.28', '0', '1', '', '0', '0', '-1', '4', '1', 'Vn.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '207', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2396', '25', '', '0', 'fifthdoor', '608a46bb43ba67b5785cc9f6aa18b1cd', '2009-03-14', 'fifthdoor@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1237056529', '0', '1237056529', '1237056584', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.166.172.173', '0', '1', '', '0', '0', '-1', '1', '1', 'r/E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2377', '2', '', '0', 'JoKeR', '7efdcb58a85b8c67f587ae6a077ae855', '2009-03-08', 'the-mad-joker@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236510462', '0', '1270640661', '1270640885', '1257273911', '6', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '81.129.202.13', '3', '1', '', '0', '0', '-1', '0', '0', ')$B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '554', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2378', '2', '', '2', 'imm0rtalmask', '9436cb5523e99c5cddbb87e2beea21e5', '2009-03-09', '100gamescouk@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236607020', '0', '1255477125', '1255483980', '1255483989', '5', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.122.251.183', '0', '1', '', '0', '0', '-1', '1', '1', '5b/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '429', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2379', '25', '', '0', 'Chillar', 'dde670094ad81aeb7502f1b5321f97e4', '2009-03-09', 'Chillare@web.de', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1236620598', '0', '1236620598', '1236620598', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.71.85.223', '0', '1', '', '0', '0', '-1', '0', '0', '\"P$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2380', '2', '', '0', 'fastkill', '1e18d153c2dcf8e8b38a0e499ea6c019', '2009-03-09', 'fastkill@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236634271', '0', '1236634669', '1238435063', '1236634667', '1', '10', '5', '0', '2', '0', '0', '0', '36724311', '', '0000-00-00', '-1', '2', '92.10.26.37', '1839', '0', '', '0', '0', '-1', '1', '1', '66Q', '', '0', '26314', '0', '0', '0', '0', '', '0', '0', '', '158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2381', '2', '', '0', 'Dartemiz', 'effbd009acff8fa6f71cdaedfa660043', '2009-03-10', 'palle115@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1236681645', '0', '1275598505', '1309445547', '1275058886', '62', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.160.96.178', '0', '1', '', '0', '0', '-1', '1', '0', 'G{;', '', '0', '62104', '0', '0', '0', '0', '', '0', '0', '', '510', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1309444260', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2382', '21', '', '0', 'The Anarchist', '7339ca899b653d643ba701035663ad7f', '2009-03-10', 'xxpkalbertxx@gmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1236698700', '0', '1278911032', '1278912181', '1271962935', '96', '10', '5', '-5', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '72.188.72.56', '0', '1', '', '0', '0', '-1', '13', '0', '7I[', '', '0', '58964', '0', '0', '0', '0', '', '0', '0', '', '2705', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2383', '2', '', '0', 'liverare', '6f20b9ead7d7650d3f68ed51b9c281b6', '2009-03-10', 'liverare997@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236720754', '0', '1236723079', '1236724363', '1236721195', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.16.128.3', '0', '1', '', '0', '0', '-1', '2', '1', 'ZSQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '259', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2386', '2', '', '0', 'KiLL3R', '82346c25ab2e9b125cf4a5d5e2379d7c', '2011-02-13', 'zak4000@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236880362', '0', '1297629576', '1297629576', '1249608176', '8', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.179.7.29', '0', '1', '', '0', '0', '-1', '4', '0', 'Xj\'x4u{t~lLmvh\\t;5Xnxk_S/.yuAB', '', '0', '36311', '0', '0', '0', '0', '', '0', '0', '', '1055', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1297629780', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2384', '21', '', '0', 'RaeKwoN_MKR', '6ff60bbbd792e65247356c59b231eec7', '2009-03-11', 'minimemomo@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1236796800', '0', '1330703045', '1330868266', '1330868120', '32', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.218.122.173', '0', '1', '', '0', '0', '-1', '3', '1', '|m>', '', '0', '76277', '0', '0', '0', '0', '', '0', '0', '', '2597', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '3', '3', NULL, '21.3115', '38.2353', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1313494560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2385', '2', '', '0', 'DeJong', 'e594e579401b872445c61d09a7cc9570', '2009-03-11', 'rob.dejong@home.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236811929', '0', '1295205606', '1295309362', '1295178743', '6', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.26.61.50', '0', '1', '', '0', '0', '-1', '0', '0', '0CL', '', '0', '71270', '0', '0', '0', '0', '', '0', '0', '', '546', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1295180040', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2387', '2', '', '0', 'NubDeclrdWar', '152828ad4d56769b68aafa33caddfb48', '2009-07-06', 'kyleharry@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236880672', '0', '1267360654', '1267477694', '1266356392', '22', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '78.145.185.232', '0', '1', '', '0', '0', '-1', '4', '0', 'Z{h', '', '0', '55509', '0', '0', '0', '0', '', '0', '0', '', '586', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2388', '2', '', '0', 'GKNL', '54d45888fdeb51a9d897a0e86e90bf14', '2009-03-12', 'matthijs@menheere.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236880747', '0', '1237185937', '1239307598', '1237140438', '3', '10', '5', '1', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '85.92.151.249', '0', '1', '', '0', '0', '-1', '1', '1', 'fG;', '', '0', '26959', '0', '0', '0', '0', '', '0', '0', '', '336', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2389', '2', '', '0', 'Jmes', '6788e69f189d2bd466cc8c316200803b', '2009-03-12', 'james316morton@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236886547', '0', '1237042158', '1237065682', '1237041721', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.153.147.96', '0', '1', '', '0', '0', '-1', '2', '1', 'u\"$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '179', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2390', '25', '', '0', 'tommy', 'c7f1b9b9afd8f62318b8771cf1d9b69b', '2009-03-13', 'meoldfruitcake@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1236910197', '0', '1236910197', '1236910197', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.162.250.53', '0', '1', '', '0', '0', '-1', '0', '0', '9Ng', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2391', '2', '', '0', 'Michael1303', 'ae3a62b79cff27160d74f1f81ac42e63', '2009-03-13', 'michael.trela@wp.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236952372', '0', '1237020677', '1237110522', '1237110324', '5', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.6.227.29', '0', '1', '', '0', '0', '-1', '4', '2', '/5(', '', '0', '26920', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2392', '25', '', '0', 'dAZ', '8cf339e8859e6eee26a0815f7d487f83', '2009-03-13', 'daz02004@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1236957698', '0', '1236957987', '1236961201', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '92.19.195.115', '0', '1', '', '0', '0', '-1', '1', '1', '?uH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2393', '2', '', '0', 'troots', 'bc31f8eb6a2b3b6187b039f43a40925b', '2009-03-14', 'g.a.stome@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1236993553', '0', '1238166557', '1238435968', '1237580150', '3', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.141.106.51', '0', '1', '', '0', '0', '-1', '1', '1', '%BQ', '', '0', '27187', '0', '0', '0', '0', '', '0', '0', '', '251', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2399', '25', '', '0', 'jumpjet', 'd7eed616727ac83773a1052e527687a8', '2009-03-15', 'p.long1@ntlworld.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1237101719', '0', '1237101719', '1237103391', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.101.88.157', '0', '1', '', '0', '0', '-1', '0', '0', '+Nu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2394', '2', '', '0', 'Wissem', 'bb1ebe2c62c5249fd8df528cba271419', '2009-03-14', 'joost_master@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237017548', '0', '1237476872', '1237476905', '1237223696', '6', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.83.183.249', '2386', '1', '', '0', '0', '-1', '1', '1', '^X<', '', '0', '27007', '0', '0', '0', '0', '', '0', '0', '', '307', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2395', '2', '', '0', 'Drewski', '268cb13f59b7d66400d0c4b08785941b', '2009-03-14', 'dj_drewski@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237045389', '0', '1360505287', '1360777725', '1360777461', '2', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '92.2.179.9', '0', '1', '', '0', '0', '-1', '1', '0', 'CPI', '', '0', '79964', '0', '0', '0', '0', '', '0', '0', '', '221', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1295227920', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2397', '2', '', '0', 'Banzai101', '9b65b9007a986bf457d69c5828ea2702', '2009-03-15', 'selingerpvt@live.ca', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237077337', '0', '1237492147', '1237492147', '1237491986', '9', '10', '5', '9', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '70.76.51.34', '0', '1', '', '0', '0', '-1', '1', '1', 'RrJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '272', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2398', '2', '', '0', 'TheReaper233', '723597cc29cfd0fd1585d13d851ffe68', '2009-03-15', 'debeersfam@xtra.co.nz', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237092312', '0', '1237092312', '1237093770', '1237093475', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.57.164.178', '0', '1', '', '0', '0', '-1', '1', '1', '@N~', '', '0', '26905', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2400', '2', '', '0', 'xXambonXx', '5460975c853baa65ecdc608e151f5622', '2009-03-15', 'm.lindt@chello.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237106607', '0', '1238687300', '1249404404', '1238317894', '19', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.248.79.120', '0', '1', '', '0', '0', '-1', '1', '1', 'j=Y', '', '0', '27913', '0', '0', '0', '0', '', '0', '0', '', '898', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2401', '2', '', '0', 'CTAJIuH', '4989ad992ab7a690f9de92a8c14e5857', '2009-03-15', 'manishe3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237126064', '0', '1237316924', '1237324816', '1237324816', '6', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '89.178.48.104', '0', '1', '', '0', '0', '-1', '1', '1', 'F@-', '', '0', '27072', '0', '0', '0', '0', '', '0', '0', '', '314', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2402', '25', '', '0', 'Ugnius', '2d4f8d35bae5a07c7e170a445fe5ddcf', '2009-03-15', 'pinigai@mail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1237128645', '0', '1237128645', '1237128645', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.16.231.24', '0', '1', '', '0', '0', '-1', '0', '0', '_GA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2404', '21', '', '0', 'scatman313', 'd95a8cda892b7340f3211577bd3e9c48', '2009-03-15', 'jackamundo@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1237143360', '0', '1292263171', '1296393575', '1292263163', '29', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '82.37.212.164', '0', '1', '', '0', '0', '-1', '2', '0', 'h\'t', '', '0', '70579', '0', '0', '0', '0', '', '0', '0', '', '1335', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '78ac18e81b750dc0e08a3df86045e019', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '10.1229', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1296394740', '0', '0', '0', 'Back in Black', '5', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2405', '2', '', '0', 'Nosferatu', '93e2cc5f215c8cdc95143d142d7cb4c5', '2009-03-15', 'themanbehindthenothing@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237144022', '0', '1237215427', '1237736072', '1237144524', '1', '10', '5', '2', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '88.240.45.236', '0', '1', '', '0', '0', '-1', '1', '1', '!B\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '298', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2406', '2', '', '0', 'MikoTehNurse', '47497c415ea99859997394dfcb5f85fb', '2009-03-15', 'jamie3000@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237159974', '0', '1284646688', '1285700343', '1285700341', '16', '10', '5', '0', '1', '0', '0', '0', '45108439', '03-20-0000', '0000-03-20', '-1', '-1', '82.20.234.175', '1717', '1', '', '0', '0', '-1', '1', '0', '+=!', '', '0', '68740', '0', '0', '0', '0', '', '0', '0', '', '303', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.60247', '3.19744', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1285700640', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2414', '2', '', '0', 'King_Paradox', '7b870f16f3ead27fb1cefea2c7270d4d', '2009-03-20', 'tom.s.benson@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1237578157', '0', '1239039783', '1239889008', '1239039783', '53', '10', '5', '0', '2', '0', '0', '0', '45108439', '08-13-1994', '1994-08-13', '-1', '-1', '90.210.17.248', '2386', '1', '', '0', '0', '-1', '1', '1', '6jJ', '', '0', '28660', '0', '0', '0', '0', '', '0', '0', '', '456', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2408', '2', '', '0', 'Amic3r', 'dd4e9fb716bb9ce87e4e52d6dcf7be20', '2009-03-16', 'Amic3r@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237231344', '0', '1237232425', '1237237603', '1237232081', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.30.146.100', '0', '1', '', '0', '0', '-1', '1', '1', 'NGF', '', '0', '27021', '0', '0', '0', '0', '', '0', '0', '', '191', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2409', '2', '', '0', '-={Mr Ingram}=-', '2da1f8c44727983c6bb145cfa9188012', '2009-03-17', 'elliot.ingram@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237307896', '0', '1238917573', '1238933406', '1238571387', '8', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.8.100.72', '0', '1', '', '0', '0', '-1', '1', '1', 'Wq:', '', '0', '28152', '0', '0', '0', '0', '', '0', '0', '', '697', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2410', '2', '', '0', 'Bill Cosby', '5ce7aa17b2683ac5706f19263b09d01d', '2009-03-18', 'mfcds@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237401051', '0', '1237401051', '1237402765', '1237402744', '2', '10', '5', '-3', '2', '0', '0', '0', '45108359', '', '0000-00-00', '-1', '-1', '201.81.83.245', '0', '1', '', '0', '0', '-1', '1', '1', 'A!6', '', '0', '27084', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2411', '2', '', '0', 'Lake', '83ebfc1f49e7679a3ee6e15287c1cd0e', '2009-03-19', 'lakespear@lakeswar.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237455907', '0', '1269273439', '1269794590', '1267307785', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.9.115.109', '0', '1', '', '0', '0', '-1', '2', '0', '.1J', '', '0', '56302', '0', '0', '0', '0', '', '0', '0', '', '803', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2412', '10', '', '10', 'Python', 'ddcc37b9281a2a38faca497e081b0ea0', '2011-08-10', 'fotball_loe@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Full Admin', '1', '1237484160', '0', '1294069956', '1312983797', '1312983736', '1470', '10', '5', '1', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '95.34.129.120', '0', '1', '', '0', '0', '-1', '27', '0', 'fVnHx.tsqH\"y?\')', '', '0', '73936', '0', '0', '0', '0', '', '0', '0', '', '4737', '2', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1312983720', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2413', '2', '', '0', 'Nubby', 'c91d2c550ddac587fe90edee9b5123ec', '2009-03-19', 'nubcake@live.no', '0', '', '', '', '', '', '2', '3', 'Member', '0', '1237490959', '0', '1271516845', '1275485275', '1264204069', '35', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-29-1994', '1994-06-29', '-1', '-1', '193.217.6.166', '1087', '1', '', '0', '0', '-1', '2', '1', 'N\\i', '', '0', '52834', '0', '0', '0', '0', '', '0', '0', '', '533', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2416', '2', '', '0', 'mackydude', 'f21e82f398e12dcee7b6c4e3faf00c3f', '2009-03-22', 'owegoguy95@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237748519', '0', '1237748519', '1237749023', '1237748937', '2', '10', '5', '-5', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '98.221.251.192', '0', '1', '', '0', '0', '-1', '1', '1', '+|6', '', '0', '27330', '0', '0', '0', '0', '', '0', '0', '', '262', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2778', '2', '', '0', 'Mandrake', 'b319b0f76798c33a16a57cc6173aaf55', '2010-07-03', 'klytus5@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261645766', '0', '1263767497', '1278168307', '1262103625', '1', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '81.153.2.127', '0', '1', '', '1261646065', '0', '-1', '1', '0', '\'H_', '', '0', '49681', '0', '0', '0', '0', '', '0', '0', '', '239', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2783', '2', '', '0', 'pinkbeef', '6fe6c9e6c426dcc6ebde7c0a1704b9d0', '2009-12-28', 'graham@grahamdocherty.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261976027', '0', '1286758399', '1286758399', '1262389421', '8', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.2.215.111', '0', '1', '', '0', '0', '-1', '1', '0', '2?{', '', '0', '50063', '0', '0', '0', '0', '', '0', '0', '', '246', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1286758380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2415', '2', '', '0', 'Data45000', 'f62a14c88f95d86802aaa9e3bfe6ad99', '2009-03-22', 'data_45000@yahoo.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1237733748', '0', '1237734743', '1240062551', '1237734045', '1', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '91.89.25.186', '0', '1', '', '0', '0', '-1', '1', '1', 'Wd\\', '', '0', '27312', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2417', '25', '', '0', 'trans', '648d551aa2076d0247d35264e6b9ce79', '2009-03-22', 'nathan_flack@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1237749405', '0', '1237749405', '1237749434', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.146.109.91', '0', '1', '', '0', '0', '-1', '1', '1', 'jLw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2748', '2', '', '0', 'Andy69007', '0774f8952581677cb17a99f9dc677afe', '2009-11-28', 'andy69007@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1259415505', '0', '1259415505', '1259416074', '1259416074', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.201.253.133', '0', '1', '', '0', '0', '-1', '1', '1', 'eb0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '212', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2467', '2', '', '0', 'Flufball', 'ec78ed74766954a7c1fa8e46102accad', '2009-04-26', 'flufball@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1240780078', '0', '1240780379', '1240941063', '1240941063', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.136.184.129', '0', '1', '', '0', '0', '-1', '1', '1', '2W{', '', '0', '29730', '0', '0', '0', '0', '', '0', '0', '', '391', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2418', '25', '', '0', 'kevin brackx', 'cb8ae7898936423e9eb0efcea051b8fa', '2009-03-23', 'kevinbrackx@msn.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1237770323', '0', '1237770323', '1237770958', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '91.177.247.170', '0', '1', '', '0', '0', '-1', '1', '1', '0aN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2619', '3', '', '0', 'guru', '9028ea83df7c18d790a58bc7546c07bd', '2009-08-27', 'administrator@soso.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1251012279', '0', '1251365455', '1251365455', '1251364199', '5', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '98.216.159.223', '0', '1', '', '0', '0', '-1', '0', '0', '~E\'', '', '0', '37842', '0', '0', '0', '0', '', '0', '0', '', '1278', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2545', '25', '', '0', 'Kirbite', '85893410fd7eaee4677e9bc9e57b1d61', '2009-06-30', 'turjdevil@yahoo.fr', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1246371337', '0', '1246371337', '1246371478', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.226.191.97', '0', '1', '', '0', '0', '-1', '0', '0', '*S)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2419', '2', '', '0', 'B|/+zkr/3g', 'c8b3ceca365819dd1eccade9c1f3474f', '2009-07-07', 'divisionbell201@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1238118736', '0', '1249336160', '1249448743', '1249336001', '6', '10', '5', '-5', '2', '0', '0', '0', '61890519', '', '0000-00-00', '-1', '1', '74.32.167.13', '0', '0', '', '0', '0', '-1', '1', '1', '?*\"', '', '0', '36080', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2420', '2', '', '0', 'Yellow Flash', '4118c8baf93b5a82d93a461b9da955eb', '2009-03-27', 'sindre_92@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1238173145', '0', '1259194878', '1259790428', '1259163999', '24', '10', '5', '0', '2', '0', '0', '0', '45108695', '06-03-0000', '0000-06-03', '-1', '-1', '194.19.97.45', '2310', '1', '', '0', '0', '-1', '1', '1', 'j@1', '', '0', '46824', '0', '0', '0', '0', '', '0', '0', '', '463', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2473', '3', '', '0', 'AoF l l<!$$', '56e44a2b523d3cb8eb491e2b06492513', '2009-11-21', 'battlefield217620@msn.fr', '0', '', 'http://www.ltkclan.net', '', '', '', '2', '0', 'Junior Member', '0', '1241558106', '0', '1258837014', '1258837014', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '09-06-1988', '1988-09-06', '-1', '-1', '90.55.3.98', '0', '1', '', '0', '0', '-1', '0', '0', 'vU\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2421', '2', '', '0', '.::-Pondus-::.', 'fa38747bc0f2276f6f438a346ebad8c2', '2009-03-28', 'hh_fly@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1238240592', '0', '1240687079', '1248555716', '1240252990', '3', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.90.170.248', '0', '1', '', '0', '0', '-1', '1', '1', '0_F', '', '0', '29422', '0', '0', '0', '0', '', '0', '0', '', '339', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2422', '2', '', '0', 'Thumper', '75c31a976947229eebb998aa064d56d1', '2013-03-10', 'thumper@silent-warriors.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1238344861', '0', '1378636127', '1381067655', '1362902073', '8', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '90.209.165.172', '0', '1', '', '0', '0', '-1', '1', '0', 'mi#8bknf5Zw%Rw1O/CigfGy7[0,Vk\\', '', '0', '80054', '0', '0', '0', '0', '', '0', '0', '', '384', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.61533', '5.88928', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1299916080', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2912', '2', '', '0', 'JerryB2112', 'a4e08a06a273064892303e062a3b1957', '2010-03-30', 'joshuabanaag@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269911730', '0', '1294617671', '1297913721', '1279083755', '9', '10', '5', '-6', '1', '0', '0', '0', '45108247', '04-21-0000', '0000-04-21', '-1', '-1', '174.18.101.237', '0', '1', '', '0', '0', '-1', '0', '0', 'Cqs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '267', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.02685', '4.79233', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1282455180', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2423', '2', '', '0', 'KillerBeach', '81285f10f7dcb9e994003416e9d960c7', '2009-03-30', 'christiangoewe@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1238426989', '0', '1238426989', '1238427101', '1238427099', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.82.129.52', '0', '1', '', '0', '0', '-1', '1', '1', '', '', '0', '29177', '0', '0', '0', '0', '', '0', '0', '', '567', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2433', '10', '', '0', 'Gaui', '3953cec0de28b59f20792a710042207a', '2010-04-22', 'gaui92@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '1', '1238896140', '0', '1272405702', '1272419263', '1272419214', '8', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.220.90.156', '0', '1', '', '0', '0', '-1', '0', '0', 'Ur9', '', '0', '59282', '0', '0', '0', '0', '', '0', '0', '', '328', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2434', '2', '', '0', 'SmiliingJack', '99baae3738e6b655f314faea8b8db2d1', '2009-04-05', 'SS_JHM@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1238901768', '0', '1242006871', '1242075019', '1242006759', '26', '10', '5', '-5', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '97.100.3.41', '1717', '1', '', '0', '0', '-1', '4', '1', 'F\'?', '', '0', '30660', '0', '0', '0', '0', '', '0', '0', '', '269', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2435', '2', '', '0', 'TheRalle', '15ca553665b53c6f96bf94aba747737c', '2009-04-05', 'rhielscher@gmx.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1238912481', '0', '1238914118', '1238922348', '1238913362', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.11.197.193', '0', '1', '', '0', '0', '-1', '1', '1', 'I>3', '', '0', '28502', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2436', '25', '', '0', 'mpeep', 'ee7d87e73eb3972f426a65f52e179e7b', '2009-04-05', 'scottc320@verizon.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1238944572', '0', '1238944572', '1238944572', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.49.135.19', '0', '1', '', '0', '0', '-1', '0', '0', 'xm*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2437', '2', '', '0', '-Evolve-', '90bf559c540a6802035ceba11ce2a172', '2009-04-06', 'Eggofeggs@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239003903', '0', '1239041156', '1239042365', '1239041155', '5', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '91.111.94.30', '0', '1', '', '0', '0', '-1', '1', '1', 'c&R', '', '0', '28667', '0', '0', '0', '0', '', '0', '0', '', '425', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2438', '2', '', '0', 'cephas', '73d1a14ff20d4f54d1f66a835d5785b2', '2009-04-06', 'cephas_wesley@yahoo.co.in', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239019389', '0', '1243864568', '1293351730', '1239201837', '7', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '117.195.166.70', '1832', '1', '', '0', '0', '-1', '1', '0', 'AgC', '', '0', '28819', '0', '0', '0', '0', '', '0', '0', '', '349', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1293353340', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2520', '8', '', '0', 'SHOTTA', '716733624fbaf21aed8dbdc62cc7a256', '2009-06-19', 'd0n_Ramon@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1245402000', '0', '1250538728', '1250540340', '1250540369', '27', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.90.74.121', '2372', '1', '', '0', '0', '-1', '0', '0', '-`W', '', '0', '37228', '0', '0', '0', '0', '', '0', '0', '', '1544', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2439', '25', '', '0', 'lukihum', '1e433f462991de40c0529ed47b652b59', '2009-04-06', 'lukihum@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1239050650', '0', '1239135590', '1239135610', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '89.29.247.114', '0', '1', '', '0', '0', '-1', '1', '1', 'B?_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '185', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2440', '2', '', '0', 'Herrstarr', '030ff11f6189aaf674a243550c76079a', '2009-04-06', 'herrstarr-@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239057667', '0', '1239057942', '1239211361', '1239057941', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.153.39.121', '0', '1', '', '0', '0', '-1', '1', '1', 'ty\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '321', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2549', '2', '', '0', 'tygaStrike', '1b390768d642203ece28f66c7cac57f1', '2009-07-01', 'darren.piercy@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1246407567', '0', '1257068306', '1264699091', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '81.101.253.214', '0', '1', '', '0', '0', '-1', '1', '1', 'wiF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '167', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2441', '2', '', '0', '22nd', '2b0575047ea08cc69f1710b8cb637bce', '2009-04-07', 'mr.erious@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239130906', '0', '1239372519', '1239386538', '1239386500', '8', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '213.202.164.36', '778', '1', '', '0', '0', '-1', '3', '1', 'oW5', '', '0', '29012', '0', '0', '0', '0', '', '0', '0', '', '259', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2442', '2', '', '0', 'singlemalt60', '144689e9d23fe0c750671ea6c39c60a9', '2009-04-29', 'simson_93@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239193895', '0', '1239868169', '1240994828', '1239623210', '4', '10', '5', '1', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '213.66.152.114', '1608', '1', '', '0', '0', '-1', '1', '1', 'AyC', '', '0', '29174', '0', '0', '0', '0', '', '0', '0', '', '266', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2443', '25', '', '0', 'Dmmm', 'c4fc69f107179a7d1b3b05aded636e15', '2009-04-08', 'Daniemejer@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1239197979', '0', '1239233119', '1239233127', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.117.143', '0', '1', '', '0', '0', '-1', '3', '1', 'wN=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2444', '2', '', '0', 'Allah Worshipper Ryu', '763b9e4681522b3b9413479f4894f9f9', '2009-04-08', 'golonker@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239205063', '0', '1239209905', '1240943340', '1239209905', '10', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '72.23.22.71', '0', '1', '', '0', '0', '-1', '1', '1', 'j!l', '', '0', '28885', '0', '0', '0', '0', '', '0', '0', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2445', '2', '', '0', 'pk owner', '5aadce02e5b99861074e31f6f522b85d', '2009-04-08', 'elliott_150@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239206070', '0', '1241547946', '1242289803', '1242289803', '11', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.4.227.179', '0', '1', '', '0', '0', '-1', '1', '1', 'UhG', '', '0', '30857', '0', '0', '0', '0', '', '0', '0', '', '419', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2497', '25', '', '0', 'Halliwell Phil', 'ef20757a0ff766d583f0e1e8aac85924', '2009-05-29', 'p.kearney7@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1243623571', '0', '1243855684', '1243857920', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.28.102.108', '0', '1', '', '0', '0', '-1', '1', '1', '_@-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2446', '2', '', '0', 'Ashthegamer', 'ce028dac36777182f525a699b7d728b5', '2009-04-09', 'ashleyjmcrules@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239273847', '0', '1239273932', '1267462074', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.146.78.195', '0', '1', '', '0', '0', '-1', '1', '0', 'o~`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '207', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2447', '2', '', '0', 'SgtNuts', '55d1d6440b75dafbd31977ecacfd3be7', '2009-04-09', 'sgtnuts96@gmail.com', '0', '', 'http://www.xfire.com/clans/killersanonymous', '', '', '', '2', '0', 'Junior Member', '0', '1239307756', '0', '1239307756', '1239311382', '1239308236', '1', '10', '5', '-5', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '24.185.227.231', '0', '1', '', '0', '0', '-1', '0', '0', 'o{YIs`;iDD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '496', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2449', '21', '', '21', 'ManBearPig', 'f6c68775bc516887c0aaad21fe4f86fa', '2009-04-11', 'f77am@yahoo.co.uk', '0', '', '', '', '', '', '2', '2', 'TF2 Full Admin', '1', '1239456660', '0', '1334211055', '1334211055', '1331668608', '619', '10', '5', '0', '1', '0', '0', '0', '45112663', '11-05-1988', '1988-11-05', '-1', '1', '193.120.116.146', '0', '0', '', '1320655296', '0', '1', '31', '0', '>_o', '', '0', '76383', '0', '0', '0', '0', '', '0', '0', 'a:1:{i:102;s:3:\"102\";}', '5514', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '17', '9', '13', NULL, '45.9016', '70.5882', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1314380520', '1', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2450', '2', '', '0', 'Lukaz', 'b5e6f159fd18e16e50642eba8898010d', '2009-04-11', 'stonehammer96@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1239475579', '0', '1255804934', '1258188555', '1255092433', '34', '10', '5', '2', '2', '0', '0', '0', '45108631', '11-20-1984', '1984-11-20', '-1', '-1', '94.22.69.105', '0', '1', 'stonehammer96@hotmail.com', '0', '0', '-1', '1', '1', 'hCq', '', '0', '42060', '0', '0', '0', '0', '', '0', '0', '', '1296', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2451', '2', '', '0', 'meltdown012', '8e7bf2a78ed56cfbf0e2a63d09f1c020', '2009-04-11', 'beanie012@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239488698', '0', '1239489166', '1239527449', '1239527433', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.193.249.169', '0', '1', '', '0', '0', '-1', '1', '1', 'sm6', '', '0', '29092', '0', '0', '0', '0', '', '0', '0', '', '324', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2452', '2', '', '0', 'Goucho', 'f4b08f90ddb5a5ce700ad0879a1d08ad', '2009-04-12', 'goucho1uk@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239500691', '0', '1246792151', '1246888126', '1239500854', '1', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.47.4.169', '0', '1', '', '0', '0', '-1', '11', '1', ']Hg', '', '0', '29075', '0', '0', '0', '0', '', '0', '0', '', '285', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2733', '2', '', '0', 'luft101', 'b8afdd0f22b0630e15f7592b549f3464', '2009-11-16', 'luft101@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258391051', '0', '1258437309', '1258467852', '1258467852', '3', '10', '5', '1', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.231.84.237', '0', '1', '', '0', '0', '-1', '1', '1', '>Af', '', '0', '45982', '0', '0', '0', '0', '', '0', '0', '', '285', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2453', '22', '10,21,23', '22', 'Wild_ib', '0342a7885c852885d002c66081d61950', '2009-04-12', 'william_ib@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Admin / TF2 Admin', '1', '1239560400', '0', '1324778560', '1324819840', '1314733128', '610', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.83.75.92', '0', '1', 'william_ib@hotmail.com', '0', '0', '-1', '25', '0', '`tC', '', '0', '74186', '0', '0', '0', '0', '', '0', '0', '', '4768', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '204', '1283441609', '0', '1990', '3', '2', '7', NULL, '14.5985', '29.5302', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1311878580', '0', '0', '0', 'hi', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2454', '10', '22', '10', 'Raider', 'a932a91e62acff77ddb2dac3fe4f3908', '2011-05-18', 'adm-dir1@hotmail.com', '0', '', 'http://www.gamingdeluxe.co.uk', '', '', '', '2', '2', 'CSS Full Admin', '1', '1239794460', '0', '1350328857', '1429626271', '1429625995', '1051', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-12-1986', '1986-12-12', '-1', '-1', '193.90.48.198', '0', '1', '', '0', '0', '-1', '5', '0', 'E9C+`DF\'0*-7Y!#+[PVFIb}l%joE&7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5304', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '100002283810959', '1306235666', 'Tony Rytter', 'vb', '102024793186630|2.AQDCHOhm_M4zIdpU.3600.1313085600.1-100002283810959|ZD1ynUztYKPagvbiOao9t8DO8Uk', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '28', '1', '1', NULL, '19.4647', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1309573860', '0', '0', '0', 'www.irage-gaming.com', '1', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2455', '2', '', '0', 'ralpHhai', '3cc2154b23cd9697870a33c16ecf13de', '2009-04-15', 'ralph@enmity-esports.org', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239800827', '0', '1239820743', '1251100505', '1239820743', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.37.181.234', '0', '1', '', '0', '0', '-1', '1', '1', 'F2.', '', '0', '29247', '0', '0', '0', '0', '', '0', '0', '', '470', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2456', '2', '', '0', 'novemberdobby', '6c7130d94d4dde2cfcb7a3ba0b8bd857', '2009-04-15', 'novemberdobby@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1239802082', '0', '1242484063', '1242692813', '1241917191', '1', '10', '5', '0', '2', '0', '0', '0', '45108695', '11-08-1990', '1990-11-08', '-1', '-1', '94.192.209.251', '0', '1', 'novemberdobby@hotmail.co.uk', '0', '0', '-1', '1', '1', '7~-', 'novemberdobby', '0', '30600', '0', '0', '0', '0', '', '0', '0', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2457', '25', '', '0', 'harcon', 'cd1d8f114fbd417c9a7b08f202b908c4', '2009-04-17', 'harcon@harconme.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1239985206', '0', '1239985206', '1239985243', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.236.219.191', '0', '1', '', '0', '0', '-1', '0', '0', ':s}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '154', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2458', '2', '', '0', 'pr0n', '2fbd42cfe1b7f498a1b97a1ad60b51cd', '2009-04-18', 'Evilpringel@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1240046630', '0', '1241276574', '1241337471', '1240047237', '3', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.45.0.23', '0', '1', '', '0', '0', '-1', '1', '1', 'nV)', '', '0', '29322', '0', '0', '0', '0', '', '0', '0', '', '239', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2459', '25', '', '0', 'AFShadow', '7af731d72ead1fe70864e2c23959ac6b', '2009-04-19', 'maximus.shadow@googlemail.com', '0', '', 'http://www.afdivision.com', '', '', '', '2', '0', 'Forum Lurker', '0', '1240145341', '0', '1240145341', '1240145424', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.80.190.63', '0', '1', '', '0', '0', '-1', '0', '0', '=}{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '145', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2460', '2', '', '0', 'Goose', '1aa6e845e151af25a0f43bc7713ac6d3', '2009-06-10', 'ryancassey2007@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1240160782', '0', '1243358439', '1244632665', '1244632350', '7', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.1.27.67', '0', '1', '', '0', '0', '-1', '1', '1', '+z+', '', '0', '32582', '0', '0', '0', '0', '', '0', '0', '', '335', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2461', '2', '', '0', 'vimto', 'ee9e86ee5d73a228cbe1e18149431655', '2009-04-19', 'sean.fellows@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1240161009', '0', '1240173458', '1240307937', '1240164454', '1', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '92.0.19.45', '0', '1', '', '0', '0', '-1', '1', '1', 'j]4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '310', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2562', '2', '', '0', 'PeterD', '3698c9805c6616cfe3e0c9920734a7db', '2009-07-10', 'peter@trash2009.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1247192088', '0', '1247192088', '1247192649', '1247192514', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.101.112.129', '0', '1', '', '0', '0', '-1', '1', '1', 'xL0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '159', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2462', '2', '', '0', 'player', '15e916878bf2e8e60301ce4fb75369fd', '2009-04-23', 'william_chappell@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1240484560', '0', '1251980377', '1252069807', '1252069619', '91', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.64.197.54', '0', '1', '', '0', '0', '-1', '1', '1', 'U1,', '', '0', '38632', '0', '0', '0', '0', '', '0', '0', '', '1805', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2554', '21', '', '0', '[NBK]Flame', '47732d5de9c65d30e150dba3628dc7e3', '2009-07-04', 'stevenfaust@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1246719720', '0', '1426455803', '1426457082', '1263411610', '10', '10', '5', '0', '1', '0', '0', '0', '45112407', '', '0000-00-00', '-1', '1', '79.79.237.200', '0', '0', '', '0', '0', '1', '1', '0', 'JcZ', '', '0', '51613', '0', '0', '0', '0', '', '0', '0', '', '850', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1313946720', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2463', '25', '', '0', 'no heroes', 'aec84b4678891763d350efe17a04a5cf', '2009-04-25', 'seje_jesper@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1240671258', '0', '1240671258', '1240672328', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.239.146.64', '0', '1', '', '0', '0', '-1', '1', '1', '/L.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2464', '2', '', '0', 'SmokeAlot', 'cf79673313848ca9b5ee9cec15018f61', '2009-04-26', 'darrensymonds@hotmail.co.uk', '0', '', 'http://bta-clan.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1240706467', '0', '1240706467', '1240706760', '1240706759', '1', '10', '5', '0', '2', '0', '0', '0', '45108695', '12-11-1988', '1988-12-11', '-1', '-1', '80.1.100.4', '0', '1', '', '0', '0', '-1', '1', '1', 'Ir{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '257', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2465', '3', '', '0', 'popeye', '1a5a91d01b7014de7bd0cebb5131011f', '2009-04-26', 'mike@shannons.org.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1240745064', '0', '1256234660', '1256234660', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.23.131.190', '0', '1', '', '0', '0', '-1', '0', '0', '7GL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2466', '25', '', '0', 'smigger', 'e7cd03e6dbf06d55e7ee2e640a2f9744', '2009-04-26', 'smithersjay@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1240759290', '0', '1243110315', '1243110315', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '93.97.30.236', '0', '1', '', '0', '0', '-1', '1', '0', 'F>@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2580', '25', '', '0', 'lockabee', 'c80050bf001009e0f71d0fa1366b2fc7', '2009-07-28', 'lockabee@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1248739707', '0', '1248739707', '1248740344', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '88.106.28.103', '0', '1', '', '0', '0', '-1', '1', '1', '7=x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2588', '10', '23', '0', 'Doom', '508b6492eeff7adc81169c5443dab410', '2010-05-11', '93Infected@hotmail.no', '39', '', 'http://illusion-gaming.co.cc', '93Infected@hotmail.n', '93Infected@hotmail.n', 'infected93@ymail.com', '2', '2', 'CSS Admin', '1', '1249329360', '0', '1328199083', '1330165384', '1327140180', '1226', '10', '5', '0', '1', '0', '0', '0', '45108439', '12-15-1993', '1993-12-15', '-1', '1', '88.90.27.167', '0', '0', '93Infected@hotmail.no', '0', '0', '-1', '21', '0', '>nj', 'Sirdoominate', '0', '75848', '0', '0', '0', '0', '', '0', '0', '', '5596', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '289d3b67b1fbe8935c23a4837ae4fb8c', '100001833110788', '1292520657', 'Eirik Horvath', 'vb', 'AAABcynZBOYUYBAIZCLhkLYwEmuC3ZA2BGocaXSX1xffQYiC6uefcP2YiYizL901cM5hwe9PQRNzjl4lTuZAXqRaNXHutLRevcxZCP0GAeXMYjBNVOY8Ny', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '205', '1283154594', '0', '1752', '60', '12', '15', NULL, '19.6721', '20.5882', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314591420', '0', '0', '0', 'meh', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2468', '2', '', '0', 'RedDragon', 'e885170b0a8427ca5b3ac2e14f1cb64d', '2009-04-30', 'RedDragon499@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1241107666', '0', '1241184596', '1241216204', '1241216182', '3', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.219.70.224', '0', '1', '', '0', '0', '-1', '1', '1', '|:)', '', '0', '29963', '0', '0', '0', '0', '', '0', '0', '', '218', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2469', '2', '', '0', 'Daniel', '45bca27069da9398447dc0a40d15a9f8', '2009-05-02', 'dan5mike@tiscali.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1241222985', '0', '1251108549', '1260312451', '1249920032', '5', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.104.73.24', '0', '1', '', '0', '0', '-1', '1', '1', '|8R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '597', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2471', '2', '', '0', 'clanleader', '1603f4b7a515d568873498f5bdafdb5a', '2009-05-04', 'clanleader@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1241450620', '0', '1247313053', '1250942818', '1250942818', '6', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.12.20.68', '0', '1', '', '0', '0', '-1', '1', '1', 'H,i', '', '0', '37570', '0', '0', '0', '0', '', '0', '0', '', '533', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2472', '2', '', '0', 'Marlbro Man', '3ecc29f1eff5627d2e84d163b6c04a39', '2009-05-04', 'solo-molo@live.no', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1241467386', '0', '1242561171', '1242561171', '1242508551', '8', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '85.19.134.213', '0', '1', '', '0', '0', '-1', '1', '1', '/6G', '', '0', '31097', '0', '0', '0', '0', '', '0', '0', '', '371', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2502', '2', '', '0', 'hypermx', 'b1e6f9be4e85ea6e7ee38f95fdf4bcda', '2009-06-06', 'maxvendelbo@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1244322503', '0', '1244421008', '1244637166', '1244636334', '6', '10', '5', '1', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.162.55.167', '0', '1', '', '0', '0', '-1', '1', '1', 'uel', '', '0', '32585', '0', '0', '0', '0', '', '0', '0', '', '268', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2494', '25', '', '0', 'lol', 'b8cd6f9b625bbfd6f6d7bfd20abf9789', '2009-05-22', 'manzilm_99@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1243012384', '0', '1243013991', '1243013991', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.203.188.26', '0', '1', '', '0', '0', '-1', '0', '0', 'j|-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2475', '10', '21,22,23', '22', 'trecooldrum', 'a24a4fc5e01b0b314c2a5c23caca0563', '2009-05-06', 'ctuffen1992@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'CSS Admin / TF2 Admin', '1', '1241642460', '0', '1343491539', '1343675700', '1314636171', '800', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.3.169.135', '0', '1', '', '0', '0', '-1', '11', '0', '{7\'', '', '0', '74174', '0', '0', '0', '0', '', '0', '0', '', '4550', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '9eb60b758b249ccc73356126f796f1c2', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '1', '133', '500', '0', '0', '0', '1', '51', '1283219792', '0', '1806', '5', '1', '1', NULL, '29.5082', '41.1765', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1314636720', '0', '0', '0', '', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2476', '21', '', '0', 'Awesome! :D', 'b46d7c79adb6c02d6d834f5b0f2bbc23', '2009-05-07', 'VeryNastyBastard@hotmail.com', '0', '', '', '', '', '', '2', '1', 'TF2 Admin', '1', '1241708220', '0', '1284959466', '1287623722', '1284862106', '54', '10', '5', '0', '1', '0', '0', '0', '45108695', '12-25-1988', '1988-12-25', '-1', '-1', '81.158.242.234', '0', '1', '', '0', '0', '-1', '6', '0', 'F@+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2342', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.95185', '2.39808', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1284862620', '0', '0', '1', 'Can\'t read my, can\'t read my, no you can\'t read my AWESOME FACE!', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2477', '2', '', '0', 'Ness', 'd3922abd4477956d65b74775ec1f6f8f', '2009-05-07', 'swardian@hotmail.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1241715791', '0', '1241716391', '1241723103', '1241723103', '3', '10', '5', '1', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '83.141.180.25', '0', '1', '', '0', '0', '-1', '1', '1', 'yjc', '', '0', '30420', '0', '0', '0', '0', '', '0', '0', '', '367', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2704', '2', '', '0', 'NSeven', '19c3a55622080e2d4ff335a263f864a0', '2009-10-27', 'n-seven@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1256659239', '0', '1256659239', '1256661024', '1256659582', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.143.57.184', '0', '1', '', '0', '0', '-1', '1', '1', 'v%G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2478', '25', '', '0', 'N64freeman', 'f120f3ba799da10c80a975136d834c80', '2009-05-08', 'friendoflower@comcast.net', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1241744051', '0', '1241744731', '1241745155', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '71.226.241.46', '0', '1', '', '0', '0', '-1', '1', '1', 'Ru4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2493', '25', '', '0', 'BlackFox', 'a3e3bde69e5807b760cb3e194f5d3303', '2009-05-21', 'blackfox@mohaaforever.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1242900058', '0', '1242900058', '1242900079', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.148.31.105', '0', '1', '', '0', '0', '-1', '1', '1', 'y}g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2503', '25', '', '0', 'fx36', 'fa8bca857ffbcc7a4ea921890b1d79e8', '2009-06-07', 'anonimgammer@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1244349004', '0', '1244349230', '1244349230', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '85.244.83.248', '0', '1', '', '0', '0', '-1', '1', '1', '#(E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2504', '21', '', '0', 'devin8765', '085f4adccf7db76448435c04922eda7c', '2009-06-07', 'davidwood264@yahoo.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1244375100', '0', '1261002505', '1265404830', '1251497482', '12', '10', '5', '-6', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '99.144.116.236', '0', '1', '', '0', '0', '-1', '0', '0', 'u}t', '', '0', '37943', '0', '0', '0', '0', '', '0', '0', '', '1575', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2480', '10', '', '0', 'smurfette', '56554ec2b8bcd599b743a29ac065c031', '2009-05-09', 'lucy.annebrownhill@hotmail.co.uk', '0', '', '', '', '', '', '2', '2', 'CSS Admin', '1', '1241862120', '0', '1246538789', '1246876695', '1245244906', '14', '10', '5', '0', '1', '0', '0', '0', '45108695', '04-11-1991', '1991-04-11', '-1', '-1', '94.194.6.232', '0', '1', '', '0', '0', '-1', '0', '0', '#T~', '', '0', '32887', '0', '0', '0', '0', '', '0', '0', '', '460', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2481', '2', '', '0', 'Kojootti', 'f37d63edd0610549a2f1db2cc4fadc08', '2009-05-09', 'el-burno@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1241889220', '0', '1241890518', '1242045571', '1242045507', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.154.194.95', '0', '1', '', '0', '0', '-1', '1', '1', 't?_', '', '0', '30672', '0', '0', '0', '0', '', '0', '0', '', '220', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2482', '21', '', '0', 'Apollo', 'a3a789e89895fe0b62e61416d9fb1d27', '2011-05-07', 'jespervdm@hotmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Full Admin', '1', '1242045120', '0', '1408403276', '1419517950', '1346942381', '106', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.251.9.168', '0', '1', '', '0', '0', '-1', '7', '0', 'Wyua\'UkW}=^g}>GsUVML2WT-T)=kv:', '', '0', '78832', '0', '0', '0', '0', '', '0', '0', '', '3166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '7', '2', '2', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1304786100', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2483', '25', '', '0', 'Larkin109', 'dac3d35188930d5bd73d7696eb08d0cb', '2009-05-12', 'killipod@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1242120047', '0', '1242120047', '1242120117', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.16.218.201', '0', '1', '', '0', '0', '-1', '1', '1', 'MkF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2484', '10', '', '10', 'Nixon', '2c04a4cbcf1687e1c2baaa3e9c11d92f', '2011-08-21', 'lovejuve@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '1', '1242226080', '0', '1298495391', '1313934335', '1313934300', '874', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '195.58.125.78', '0', '1', '', '1266251767', '0', '-1', '17', '0', 'mA`1&Mq>Cd}', '', '0', '33766', '0', '0', '0', '0', '', '0', '0', '', '238', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2651', '21', '', '0', 'ChrisHansen', '106d4029d73bc37105782c33acf0651e', '2009-09-14', 'ikbendaan@gmail.com', '0', '', '', '', '', '', '2', '1', 'TF2 Admin', '1', '1252917420', '0', '1325780160', '1326916079', '1318759229', '166', '10', '5', '0', '1', '0', '0', '0', '45108439', '06-22-1988', '1988-06-22', '-1', '-1', '85.144.18.42', '41', '1', '', '0', '0', '-1', '18', '0', '@r#', '', '0', '74851', '0', '0', '0', '0', '', '0', '0', '', '1444', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '7', '4', '4', NULL, '1.63934', '0', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1313748240', '0', '0', '0', 'hi', '5', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2498', '25', '', '0', 'Allmischa', '686019c4b82f0bef07b77ff9ed6e6554', '2009-05-31', 'allmercer@st-su.de', '43', '', '', '', '', '', '0', '0', 'Forum Lurker', '0', '1243778466', '0', '1389414950', '1389414950', '0', '0', '10', '5', '1', '1', '0', '0', '0', '41946384', '10-02-1993', '1993-10-02', '-1', '2', '79.200.3.209', '2449', '0', '', '0', '0', '-1', '0', '0', 'r)W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '219', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2499', '21', '', '0', 'Slintas', 'e67514ff46aaff3beb2b8c9d11f77f95', '2012-08-30', 'slintas@gmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Full Admin', '1', '1243871460', '0', '1278137744', '1346339118', '1277390716', '78', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '217.209.46.232', '0', '1', '', '0', '0', '-1', '7', '0', 'Z,EPc^N:k1i;Qq*_06hK@+c7+iRd=>', '', '0', '63959', '0', '0', '0', '0', '', '0', '0', '', '1777', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2500', '25', '', '0', 'Zip', '2d7e626fd89992d3fc80b5f2b71e5f15', '2009-06-01', 'Hansmarius.edvardsson@live.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1243888323', '0', '1243888323', '1243888408', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.25.187.159', '0', '1', '', '0', '0', '-1', '1', '1', 'h4.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2501', '25', '', '0', 'TehGhey', '5dd82df6929bc4e17a9f5693dfd3aa44', '2009-06-02', 'sj.suraj.shah@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1243976510', '0', '1243976510', '1244026708', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.199.43.117', '0', '1', '', '0', '0', '-1', '1', '1', 'Mu*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '389', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2555', '2', '', '0', 'Blue', 'b8bca6f36bb887fd1b4050d0470a0e35', '2009-07-05', 'nick-c98@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1246761110', '0', '1246806663', '1246825065', '1246761909', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '174.117.54.232', '0', '1', '', '0', '0', '-1', '1', '1', ',Lu2={@BPA[0#}|${,C*\\', '', '0', '74690', '0', '0', '0', '0', '', '0', '0', '', '1949', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '6.01504', '6.0241', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1282050600', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2517', '2', '', '0', 'CamaNo', '823e7cb7219854eed513c357fe829baa', '2009-06-14', 'camano2008@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1244973773', '0', '1246208261', '1247246182', '1245315504', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.19.134.213', '0', '1', '', '0', '0', '-1', '1', '1', 'RiM', '', '0', '32951', '0', '0', '0', '0', '', '0', '0', '', '268', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2629', '2', '', '0', 'FARGO', '173cf4a1638b824911f62a51d2693132', '2009-08-29', 'captainlinux@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1251545340', '0', '1251545672', '1251711947', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.169.140.55', '2449', '1', '', '0', '0', '-1', '1', '1', 'FNI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2656', '2', '', '0', 'tim', '46f0ca160a23b524a5893793478aacc3', '2009-09-21', 'baxtim@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1253553694', '0', '1253553694', '1253554652', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.193.133.84', '0', '1', '', '1253553799', '0', '-1', '1', '1', 'ZIq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2591', '2', '', '0', 'lorizisback', '44c3bbc0709e91bb1e563aa56bbbe9e7', '2009-08-05', 'gialo67@libero.it', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1249470857', '0', '1250929053', '1251916776', '1249490006', '4', '10', '5', '1', '2', '0', '0', '0', '45108439', '06-27-1992', '1992-06-27', '-1', '-1', '151.66.244.218', '0', '1', '', '0', '0', '-1', '1', '1', 'z~U', '', '0', '36165', '0', '0', '0', '0', '', '0', '0', '', '845', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2551', '2', '', '0', 'UrbanDecoy', '5cdf1ff12910796efed3221a8a3356bf', '2009-07-02', 'bluenoser_1@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1246495632', '0', '1246496341', '1246542238', '1246542196', '2', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '142.177.67.219', '0', '1', '', '0', '0', '-1', '1', '1', 'y~L', '', '0', '34134', '0', '0', '0', '0', '', '0', '0', '', '194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2786', '2', '', '0', 'Amon-Ra', '0cac7e924636175df017e7d8bdfcd727', '2009-12-28', 'rvdpadt@hotmail.com', '0', '', 'http://www.pha-clan.com/news.php', '', '', '', '2', '3', 'Junior Member', '0', '1262029218', '0', '1275420825', '1278340787', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-27-1961', '1961-02-27', '-1', '-1', '85.147.58.104', '0', '1', '', '0', '0', '-1', '1', '0', 'uzc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '177', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2582', '25', '', '0', 'An_old_lady', 'fd16f8d5d55e9415a8718b9703866adc', '2009-07-30', 'Arsenalfan134@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1248953139', '0', '1248953139', '1248953139', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '12.24.140.2', '0', '1', '', '0', '0', '-1', '0', '0', '^$i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2521', '25', '', '0', 'BarnyUK', '652a101b22b74f325b1beb0437181150', '2009-06-19', 'barny1148@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245425790', '0', '1245425877', '1247212898', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.0.200.157', '0', '1', '', '0', '0', '-1', '1', '1', 'Gc7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2573', '2', '', '0', 'SMITHSTARR', '1ab0cf433264308470b3b4f74b23efcd', '2009-07-21', 'smithers_1992@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1248137652', '0', '1248137846', '1248198209', '1248137845', '1', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '92.10.194.150', '0', '1', '', '0', '0', '-1', '1', '1', 'IH;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '239', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2522', '25', '', '0', 'Goopeh', 'bffba05cb4c48db10a373ba13ea2813c', '2009-06-19', 'mail@richiemoulds.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245430378', '0', '1245430479', '1245881309', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '88.97.17.122', '0', '1', '', '0', '0', '-1', '1', '1', '5Rw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '159', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2523', '3', '', '0', 'tinnys', '997448f0a86125a03a2bffbf08bc76d8', '2009-11-19', 'dean_rae3@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1245431427', '0', '1258638114', '1258638114', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.105.193.180', '0', '1', '', '0', '0', '-1', '0', '0', '9~:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2524', '25', '', '0', 'Landstalker', 'c3912bfeab895feba0b8d8c4e948d84c', '2009-06-19', 'ngsclan@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245437185', '0', '1245437185', '1245437191', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '81.141.25.106', '0', '1', '', '0', '0', '-1', '0', '0', '+\"F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2525', '25', '', '0', 'Kelly', 'e366db20685e12ac57e2135ce3c08b02', '2009-06-19', 'acklam162@acklam162.karoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245452221', '0', '1245452221', '1245452278', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '83.100.182.163', '0', '1', '', '0', '0', '-1', '1', '1', '$Z)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2526', '25', '', '0', 'drpenguin', 'd69c276695d4e0c1d702b28ee9d39818', '2009-06-20', 'delawarejacob@aim.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245452829', '0', '1245452829', '1245452951', '0', '0', '10', '5', '-5', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '98.211.88.173', '0', '1', '', '0', '0', '-1', '1', '1', 'kD5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2924', '2', '', '0', 'Lino', 'c3932e50118072b341850550dfe5ae11', '2010-04-07', 'lairddwyer@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270600203', '0', '1270600203', '1270600719', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.152.91.238', '0', '1', '', '0', '0', '-1', '1', '1', '{*K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2527', '2', '', '0', 'YoMma', 'c4af37d25f96157131d44b934d04fe75', '2009-06-20', 'theyomma@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1245461537', '0', '1245521675', '1245523393', '1245514579', '5', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '91.110.58.222', '0', '1', '', '0', '0', '-1', '1', '1', '\'YH', '', '0', '33164', '0', '0', '0', '0', '', '0', '0', '', '384', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2613', '2', '', '0', 'SGC | Hunter', '696569c08c2be5a391004cedb24518fe', '2009-08-19', 'mick-hunted@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1250706487', '0', '1250706487', '1250706865', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.143.171.165', '2612', '1', '', '0', '0', '-1', '1', '1', ')oE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2540', '21', '', '0', 'Siborg', '4d5e33beb25969c6ea703c6c16baf10a', '2012-06-18', 'sgb001@ntlworld.com', '0', '', 'http://preifat.zapto.org', '', '', '', '2', '0', 'TF2 Admin', '1', '1245949620', '0', '1361687423', '1362707392', '1356179842', '135', '10', '5', '0', '1', '0', '0', '0', '45112407', '', '0000-00-00', '-1', '2', '86.1.134.171', '0', '0', '', '0', '0', '-1', '27', '0', 'B.sdVv,CKDZkj<7x>=7\"0A..T3|w;-', '', '0', '79719', '0', '0', '0', '0', '', '0', '0', '', '1670', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '3', '11', '14', NULL, '3.64964', '1.34228', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1303743660', '0', '0', '0', 'Demon fighting', '1', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2650', '10', '23', '10', 'Wenchbane', '73ebe74fa54637566a0cf187950c4142', '2009-09-13', 'thowardlakin@gmail.com', '0', '', '', '', '', '', '2', '2', 'CSS Admin', '1', '1252875960', '0', '1305730077', '1306439423', '1284340446', '339', '10', '5', '0', '1', '0', '0', '0', '45108695', '06-12-1990', '1990-06-12', '-1', '-1', '84.64.217.244', '1494', '1', 'thowardlakin@gmail.com', '0', '0', '-1', '4', '0', 'sF(', '', '0', '68316', '0', '0', '0', '0', '', '0', '0', '', '2520', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '2', '151', '500', '0', '0', '0', '1', '207', '1283117840', '0', '1732', '2', '2', '6', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1305730080', '0', '0', '0', 'Tom Lakin', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2530', '25', '', '0', 'DST_STRYKER', '340e143e65dcd24098fa9eef2669d57f', '2009-06-22', 'dodgy_stryker@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245671373', '0', '1245673847', '1245674024', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '86.146.54.227', '0', '1', '', '0', '0', '-1', '1', '1', '?7B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2531', '25', '', '0', 'Ov3rDrive', '125b0c11913f9b2ff094f995c2a63d00', '2009-06-22', 'sean_171@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245698696', '0', '1245698696', '1245699133', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '04-05-1992', '1992-04-05', '-1', '-1', '86.140.219.96', '0', '1', '', '0', '0', '-1', '1', '1', '38q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2601', '2', '', '0', 'Saber', '29da3cd99f790caf7ce1455f56f1a320', '2009-08-13', 'saampppa@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1250152502', '0', '1253887755', '1253960096', '1253959164', '11', '10', '5', '2', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '91.152.84.115', '0', '1', '', '0', '0', '-1', '1', '1', ';y[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '895', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2532', '10', '', '10', 'SmAsH', '41c032faf1096e04f75f510b9f367e1d', '2010-05-12', 'armo97@hotmail.com', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '1', '1245776520', '0', '1313424703', '1313492873', '1313492872', '250', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.203.164.128', '0', '1', '', '0', '0', '-1', '5', '0', '|X=', '', '0', '73999', '0', '0', '0', '0', '', '0', '0', '', '2586', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '3', '1', '1', NULL, '8.19672', '14.7059', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1313494020', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2533', '2', '', '0', 'duchuy', '31e27795f8a040a7edf5c08309002b09', '2009-06-23', 'mrscarface101@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1245791948', '0', '1247271155', '1247272057', '1246133163', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.74.94.184', '0', '1', '', '0', '0', '-1', '1', '1', 'mZt', '', '0', '33774', '0', '0', '0', '0', '', '0', '0', '', '235', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2534', '2', '', '0', 'richiesimms', '71cb25f0bac092c34f90611ade20cafa', '2009-06-24', 'richiesimms9@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1245818213', '0', '1253947493', '1254553182', '1252387665', '3', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.86.95.19', '0', '1', '', '0', '0', '-1', '1', '1', 'f\'b', '', '0', '38946', '0', '0', '0', '0', '', '0', '0', '', '803', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2535', '2', '', '0', 'Emmaskimo', '7f1d0b9c7f545ee3089ba14237da8d79', '2009-06-24', 'insp1501@hotmail.co.uk', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1245879245', '0', '1245879245', '1245879743', '1245879639', '1', '10', '5', '0', '2', '0', '0', '0', '45108695', '02-22-1990', '1990-02-22', '-1', '-1', '86.152.173.144', '1214', '1', '', '0', '0', '-1', '1', '1', 'HJA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '243', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2536', '25', '', '0', 'nicholasbroo', 'fc0c52c55a01a6a40199d1ed35a60d24', '2009-06-25', 'nicholasbroo1@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245889881', '0', '1245890042', '1246128381', '0', '0', '10', '5', '-6', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '98.213.203.124', '0', '1', '', '0', '0', '-1', '1', '1', 'nhj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2537', '25', '', '0', 'RyderX', '891c5e27f90705848c527a3641fd4654', '2009-06-25', 'odojak@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245890001', '0', '1245890001', '1245890260', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.138.64.201', '2449', '1', '', '0', '0', '-1', '1', '1', '|X-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2538', '25', '', '0', 'xsglooxy', '4a7f3c3725417cc7f8e52ef12504c4f0', '2009-06-25', 'robbur-@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245900306', '0', '1245900306', '1245900910', '0', '0', '10', '5', '-1', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '81.167.196.226', '0', '1', '', '0', '0', '-1', '1', '1', ']xl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2541', '25', '', '0', 'AaronnRocks', 'a89fcf4967bff369c4374a8db7beafd8', '2009-06-25', 'lepboy2@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1245951456', '0', '1245951456', '1245951591', '0', '0', '10', '5', '-7', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '75.159.241.174', '0', '1', '', '0', '0', '-1', '0', '0', ';4`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2542', '2', '', '0', 'spngy<3', '4a6882e56089b613b7c28b138f1b707c', '2009-06-25', 'adamking34@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1245958814', '0', '1246033591', '1247066324', '1245960559', '3', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '217.42.76.207', '0', '1', '', '0', '0', '-1', '1', '1', 'wjQ', '', '0', '33560', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2667', '2', '', '0', 'hezuess', 'cb50d25d610e960e0b26ce8c46f73bcd', '2009-09-29', 'hezuess2@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1254256208', '0', '1254297399', '1256425751', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.56.130.83', '0', '1', '', '0', '0', '-1', '1', '1', 'YgD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '364', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2767', '2', '', '0', 'Domination', '910853602f6c593a179a4d4fa68bf93c', '2009-12-18', 'allansbedroom@hotmail.com', '0', '', '', '', '', '', '2', '3', 'Junior Member', '0', '1261108761', '0', '1261121581', '1261142101', '1261109246', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '11-23-1979', '1979-11-23', '-1', '-1', '81.111.162.169', '0', '1', '', '0', '0', '-1', '1', '1', 'T*:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2581', '2', '', '0', 'kevinos', '32ebc8d5b4cbff822b732d3dfe8fee9d', '2009-07-29', 'pgm-kevinos@team-area51.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1248858434', '0', '1248862539', '1248882001', '1248859487', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.27.84.166', '0', '1', '', '1248859546', '0', '-1', '2', '1', '!b5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '247', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2632', '2', '', '0', 'Cryzzi', '2e93425ee9303516953bebaaf9eddf2f', '2009-08-30', 'cryzbl@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1251655247', '0', '1251665401', '1251672829', '1251670653', '3', '10', '5', '1', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '62.235.163.43', '0', '1', '', '0', '0', '-1', '1', '1', '6$', '', '0', '34073', '0', '0', '0', '0', '', '0', '0', '', '500', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2837', '2', '', '0', 'Emnu', '18c5344832c95dd0b6f3f1e588e343cb', '2010-01-16', 'hannu.korvala@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263624691', '0', '1263624691', '1263625283', '1263625283', '1', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '213.216.232.232', '0', '1', '', '0', '0', '-1', '1', '1', '}d~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '197', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2702', '2', '', '0', '..ViPeR..', '5b22d1b80a7c5654416eb461e2864d81', '2009-10-25', 'smithersjay@live.co.uk', '0', '', 'http://mandown.xippy.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1256470434', '0', '1256569534', '1256587231', '1256569534', '11', '10', '5', '0', '2', '0', '0', '0', '45108567', '12-05-1989', '1989-12-05', '-1', '2', '93.97.30.236', '0', '0', '', '0', '0', '3', '1', '1', 'g^>', '', '0', '43902', '0', '0', '0', '0', '', '0', '0', '', '275', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2928', '2', '', '0', 'eversonj90', 'dcb2acc8772f450d43c5530523b5a426', '2013-06-14', 'jack.everson@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1271798265', '0', '1371213264', '1371213264', '1281108112', '1', '10', '5', '0', '1', '0', '0', '0', '36723927', '02-14-1990', '1990-02-14', '-1', '1', '82.2.17.30', '0', '0', '', '0', '0', '1', '1', '0', 'k:;Lc\\\\qL#Nvr|xv', '', '0', '76286', '0', '0', '0', '0', '', '0', '0', '', '3453', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '2', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2710', '2', '', '0', 'Vendetta', '8cd8e3f24998228edbe556249e0e8a60', '2009-10-30', 'harisnuhic@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1256931356', '0', '1258202093', '1258288133', '1257790376', '14', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '83.233.210.217', '0', '1', '', '0', '0', '-1', '1', '1', 'h6c', '', '0', '45167', '0', '0', '0', '0', '', '0', '0', '', '282', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2567', '2', '', '0', 'yamyam', 'f1c4bbd0c8a29baac57d98317de2731c', '2009-07-12', 'dozeoneuk@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1247437898', '0', '1247607052', '1255118165', '1255118165', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.145.73.77', '0', '1', '', '0', '0', '-1', '1', '1', 'pb$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '313', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,8|1 year registered|calendar_newred_16.png|calendar_newred_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2638', '3', '', '0', 'cod4gunner', '2197d18e1ebef38154b288b31d50aee7', '2009-09-07', 'funtobeme@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1252331026', '0', '1252331026', '1252331026', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.201.162.117', '0', '1', '', '0', '0', '-1', '0', '0', '$@y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2586', '25', '', '0', 'hill billy joe jim bob', 'cf43bbcaabe92236fa8fb3695b43fc2a', '2009-08-22', 'shilling.justin@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1249292248', '0', '1249292248', '1249292398', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '174.124.11.9', '1', '1', '', '0', '0', '-1', '0', '0', '.)]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2666', '21', '22,23', '21', 'homer7295', 'ce1447848ce70004eda9800b3ff1819a', '2009-09-27', 'homer_simpson99@hotmail.co.uk', '0', '', 'http://www.homerfights.blogspot.com', '', '', '', '2', '3', 'The Valiant - TF2 Admin', '1', '1254058560', '0', '1454254925', '1454271683', '1449679929', '1003', '10', '5', '0', '1', '0', '0', '0', '45632599', '02-07-0000', '0000-02-07', '-1', '2', '92.237.68.125', '0', '0', '', '0', '0', '-1', '46', '0', '>jb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2911', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '241834eb39381bf0b1a10f5784602434', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '232', '1288086473', '0', '3157', '156', '36', '43', NULL, '49.1803', '79.4118', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1314213480', '0', '0', '0', 'is reading peoples posts', '2', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2570', '3', '', '0', '_.:gmr:._joker', 'd94b0ee11c7a88cb2416d221924124b6', '2010-05-17', 'sporty_gul@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1248002137', '0', '1274701404', '1274701419', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '77.106.152.78', '0', '1', '', '0', '0', '-1', '2', '0', 'ds&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2571', '2', '', '0', 'SnakeDoctor', 'f6833422abdb6f2dcc3258e3c0d94bab', '2009-07-19', 'tfs.clan131@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1248009409', '0', '1250694413', '1250694413', '1249066067', '29', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '85.19.134.213', '0', '1', '', '0', '0', '-1', '3', '1', '1Xz', '', '0', '35914', '0', '0', '0', '0', '', '0', '0', '', '1830', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2572', '2', '', '2', 'samsaker', 'e7f35d030a59d697bc65bbb6c7707408', '2009-07-20', 'sam.handsaker@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Senior Member', '0', '1248084600', '0', '1313176935', '1337721949', '1337721863', '408', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.127.194.82', '0', '1', '', '0', '0', '-1', '4', '0', ')X1', '', '0', '77059', '0', '0', '0', '0', '', '0', '0', 'a:1:{i:144;s:3:\"144\";}', '2239', '2', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '11', '5', '8', NULL, '5.47445', '5.36913', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1306062960', '0', '0', '0', 'in fucking love with Sota', '2', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2610', '2', '', '0', 'pomp', '98b728ca11b99b2a0f02d28d838d6b21', '2009-08-17', 'pomp101@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1250538024', '0', '1250538024', '1250538829', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.134.74.66', '0', '1', '', '0', '0', '-1', '1', '1', 'xEA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '137', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2600', '2', '', '0', 'reQuiem NL', '88a614c41fe77e7a5e581e7745429000', '2009-08-13', 'wesszzel@live.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1250146985', '0', '1250146985', '1250147265', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.251.41.187', '0', '1', '', '0', '0', '-1', '1', '1', 'b(.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2576', '2', '', '0', 'BGA', 'd72e59cf01c30490f1f8818189a0fcb1', '2009-07-24', 'mikeross@eircom.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1248469517', '0', '1248469828', '1248955074', '1248469761', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.100.251.71', '0', '1', '', '0', '0', '-1', '1', '1', '*w!', '', '0', '35565', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2579', '2', '', '0', 'TF2 Man', '0e1e60ad48a2a2ea070ae4815724c515', '2009-07-27', 'ihatevegetables@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1248720029', '0', '1249312225', '1250104366', '1248720702', '1', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '92.10.123.12', '0', '1', '', '0', '0', '-1', '2', '1', 'E}J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '982', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2577', '2', '', '0', 'Sp3mK11er', '35de01cb6e1f5dc0967929e3c5c30f7c', '2010-02-02', 'Awsomelolz@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1248485966', '0', '1265147593', '1265147593', '1248490375', '2', '10', '5', '-8', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.56.115.163', '0', '1', '', '0', '0', '-1', '1', '1', 'PmA', '', '0', '35573', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2583', '25', '', '0', 'JoeFo', 'ac7b2eb31ffa174a4a5cac0a9995d19e', '2009-07-30', 'joe.foulkes@gmail.com', '0', '', '', '', '', '', '2', '0', 'Forum Lurker', '0', '1248956356', '0', '1248956356', '1248956471', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '85.158.139.99', '0', '1', '', '0', '0', '-1', '1', '1', 'aup', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '129', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2585', '2', '', '0', 'Monkey Guru', 'ef7e5a7c038ffa9577b2ed606c039ac2', '2009-07-31', 'monkey.guru@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Member', '0', '1249072644', '-1', '1268326519', '1268581312', '1255713092', '55', '10', '5', '0', '1', '0', '0', '0', '45108695', '08-26-1990', '1990-08-26', '40', '2', '193.216.62.135', '2318', '0', '', '0', '0', '-1', '4', '0', 'hc*', '', '0', '42735', '0', '0', '0', '0', '', '0', '0', '', '1643', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2654', '7', '5,21,23', '21', 'Farley_Gnu', 'fdfee22ddd39a59002d9bae62969c0f1', '2009-09-20', 'BeaumontyAlex@gmail.com', '43', '', '', '', '', '', '2', '3', 'Moderator / TF2 Community Liason', '1', '1253395500', '0', '1452871127', '1452871167', '1449682916', '2141', '10', '5', '0', '2', '0', '0', '0', '37228119', '01-25-0000', '0000-01-25', '20', '2', '90.210.169.151', '0', '0', '', '0', '0', '-1', '38', '1', 'sjz', '', '0', '83537', '0', '0', '0', '0', '', '0', '0', '', '4355', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '693ee40471eb20685231ffa52099a32d', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '4', '881', '500', '0', '0', '0', '1', '0', '0', '0', '0', '349', '176', '315', NULL, '99.9', '99.9', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1314585660', '0', '0', '0', 'baking cookies. :3', '1', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2938', '2', '', '0', 'HDK-Pondus', 'fe9c920eaf0890cc624f4150d614d9e7', '2011-02-27', 'rawrdinsau@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1272816853', '0', '1298835405', '1298840053', '1298839581', '20', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '193.90.170.248', '0', '1', '', '0', '0', '-1', '3', '0', '13=pU)06+~`CMplBoWU[t+p$Wr&m5Z', '', '0', '72336', '0', '0', '0', '0', '', '0', '0', '', '279', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '6.50759', '10.6007', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1298840040', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2590', '2', '', '0', 'Gazzy90', 'b19a51d948506cc77fa49b9a90d8df41', '2009-08-04', 'gazywazy@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1249424356', '0', '1249424356', '1249424454', '1249424453', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.155.43.114', '0', '1', '', '0', '0', '-1', '1', '1', ')O/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '185', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2592', '2', '', '0', 'James3112', '53aae030bb12cfab49c7a3cf58337db7', '2009-08-05', 'James3112@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1249486657', '0', '1249896597', '1249903825', '1249896597', '11', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '79.70.255.193', '0', '1', '', '0', '0', '-1', '1', '1', 'cLz', '', '0', '36452', '0', '0', '0', '0', '', '0', '0', '', '843', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2593', '2', '', '0', 'Complexx', 'b2ca3dcc60d8471757cbf38ba1944907', '2009-08-05', 'jordi-roer@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1249490947', '0', '1252155599', '1256233239', '1256233239', '12', '10', '5', '1', '2', '0', '0', '0', '45108439', '04-05-1993', '1993-04-05', '-1', '-1', '87.211.149.117', '0', '1', '', '0', '0', '-1', '1', '1', 'P/.', '', '0', '43557', '0', '0', '0', '0', '', '0', '0', '', '1004', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2594', '2', '', '0', 'Pyr0', 'a502b9bb93fdf80e336ab79b69c56f4a', '2009-08-05', 'ryanearp1@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1249500218', '0', '1249502875', '1250180986', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.205.4.19', '0', '1', '', '0', '0', '-1', '1', '1', 'l6,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '680', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2644', '2', '', '0', 'Strawberryjuice', 'cc613b528234ca8c219e5bfabfda2770', '2009-09-10', 'mortenotynell@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1252577646', '0', '1252610032', '1252618051', '1252618050', '7', '10', '5', '1', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.184.101.43', '0', '1', '', '0', '0', '-1', '1', '1', '#t8', '', '0', '39181', '0', '0', '0', '0', '', '0', '0', '', '165', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2663', '3', '', '0', 'creative', 'cec4c538d9ea977fe6634fa86e247ff4', '2009-09-26', 'nickvlak_abc@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1253969928', '0', '1253970085', '1253970085', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45370455', '', '0000-00-00', '-1', '-1', '77.249.148.173', '0', '1', '', '0', '0', '-1', '0', '0', '|Ii', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2636', '2', '', '0', 'Heskey', 'ef516c71711c8983eb5ddf66f14bee86', '2009-09-05', 'espiowned@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1252147600', '0', '1252876262', '1253015523', '1253015523', '6', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.193.54.49', '0', '1', '', '0', '0', '-1', '1', '1', 'Ahq', '', '0', '39496', '0', '0', '0', '0', '', '0', '0', '', '1315', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2596', '2', '', '0', 'Dale', '2b085d858d4b8bef1eff27ddfe7638fb', '2009-08-07', 'dale0404@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1249611776', '0', '1249633305', '1249636419', '1249636419', '3', '10', '5', '1', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.123.145.230', '0', '1', '', '0', '0', '-1', '1', '1', 'H5^', '', '0', '36321', '0', '0', '0', '0', '', '0', '0', '', '1003', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2757', '8', '', '0', 'IDANVEGH', '320a0da216949afd5e5f5cf7238a7614', '2009-12-09', 'IDANVEGH@HOTMAIL.COM', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1260372840', '0', '1260375645', '1260378120', '1260377121', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.177.0.95', '0', '1', '', '0', '0', '-1', '0', '0', 'J9a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '329', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2597', '3', '', '0', '=|BIA|= Donkey', 'b8e09c26d48a586717e1201c09711908', '2009-08-08', 'tejuma@luukku.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1249724287', '0', '1249729997', '1249729997', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '85.157.57.23', '0', '1', '', '0', '0', '-1', '0', '0', 'pq~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '128', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2598', '2', '', '0', 'Donkey', 'eddd18a836dd7173ac3942d550576550', '2009-08-08', 'tepa.hakala@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1249730092', '0', '1274599858', '1274887583', '1250273281', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.157.57.23', '0', '1', '', '0', '0', '-1', '2', '0', '\\{=', '', '0', '36922', '0', '0', '0', '0', '', '0', '0', '', '931', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2599', '2', '', '0', 'HeadHunter', '25fc673a106142f95d4df0e4e20e72a2', '2013-03-23', 'biglee2006@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1250017057', '0', '1258853145', '1364082601', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.105.112.130', '0', '1', '', '0', '0', '-1', '1', '0', '($;r:X//*=d[^uLgK{_X6@MtN6y&L3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '206', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2602', '8', '', '0', 'polska', '47601c13f3970925ce6ec02622fea387', '2009-08-13', 'hbass88@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1250154720', '0', '1250674149', '1250674169', '1250538605', '18', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '98.216.159.223', '1087', '1', '', '0', '0', '-1', '0', '0', 'sot', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1533', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2899', '21', '23', '21', 'Agent___Whatever', '28a634aa9d821d466b5da77056af1899', '2010-03-20', 'riduan93@hotmail.com', '0', '', '', '', '', '', '2', '2', 'TF2 Admin', '1', '1269129120', '0', '1347860599', '1348405685', '1345888113', '142', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-17-1993', '1993-01-17', '40', '1', '82.75.145.49', '0', '0', '', '0', '0', '-1', '0', '0', '-C}', '', '0', '78590', '0', '0', '0', '0', '', '0', '0', '', '1087', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '4.86618', '10.7383', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1310994600', '0', '0', '0', 'is not so bored anymore', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2603', '2', '', '0', 'Skymonkey', '2bd73e98ae3adedd191e2a662a237884', '2009-08-13', 'mickaelfroger@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1250170240', '0', '1250170587', '1250184662', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.15.249.123', '0', '1', '', '0', '0', '-1', '1', '1', '4N`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2604', '2', '', '0', 'Frank Encruncher', '9d32a37c9a374aabbe91baddab63eeb0', '2009-08-13', 'frnkncr@telus.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1250184322', '0', '1250185016', '1250187502', '0', '0', '10', '5', '-7', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '96.52.180.171', '0', '1', '', '0', '0', '-1', '1', '1', 'yqg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2611', '2', '', '0', 'megaerathia', '2096185187c647a6c00a5221ff72ba51', '2009-08-18', 'playstation2lover@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1250633759', '0', '1250970529', '1252653275', '1252653275', '5', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.57.255.27', '0', '1', '', '0', '0', '-1', '1', '1', '?k<', '', '0', '39191', '0', '0', '0', '0', '', '0', '0', '', '357', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2605', '2', '', '0', 'ṥḡṱ|Ṝұαη®', '51ed80e7052183e37711fb90953995e4', '2009-08-14', 'kubus14324@wp.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1250232457', '0', '1250232457', '1250232567', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.78.225.155', '0', '1', '', '0', '0', '-1', '0', '0', 'eP$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2649', '2', '', '0', 'Dark', '5845fa8762508e1875042d7ab4f17d63', '2009-09-13', 'leonard.03@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1252859826', '0', '1252859826', '1252859887', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.162.122.49', '0', '1', '', '0', '0', '-1', '1', '1', '4bM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2756', '2', '', '0', 'Fluffer', 'd1dfb177abb4083ad907f5fc9f3c1036', '2009-12-04', 'fluffer@thelastcause.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1259957528', '0', '1274912181', '1274916114', '1274812464', '10', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '149.254.219.43', '0', '1', '', '0', '0', '-1', '1', '0', 'Stm', '', '0', '61831', '0', '0', '0', '0', '', '0', '0', '', '343', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2606', '10', '21,22,23', '10', 'Prototype', '01c33ae0aeafe7a7182329ebb957ed10', '2010-08-02', 'makist3@yahoo.gr', '0', '', 'http://steamcommunity.com/id/PrOt0type', '', '', '', '2', '1', 'CSS Admin', '1', '1250358180', '0', '1359915588', '1406322467', '1320975394', '541', '10', '5', '3', '1', '0', '0', '0', '45108567', '07-23-1992', '1992-07-23', '-1', '1', '91.132.120.94', '0', '0', '', '0', '0', '-1', '0', '0', '*K%raYW*ZOB', '', '0', '42145', '0', '0', '0', '0', '', '0', '0', '', '213', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2633', '2', '', '0', 'Nycz', '9d8b30b5c4d966a8ae155cf45c6973a9', '2009-08-30', 'blowfish9757@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1251671239', '0', '1251675614', '1255821613', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.255.39.206', '0', '1', '', '0', '0', '-1', '1', '1', 'c}\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2631', '2', '', '0', 'sappermark', '4daf447ad28428abd03b275af1c84efd', '2009-08-30', 'rhian6@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1251635336', '0', '1251635336', '1251635393', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '82.45.112.144', '0', '1', '', '0', '0', '-1', '1', '1', '3{P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2634', '21', '', '0', 'Dusterdog', 'bd4a0ad2f6076f95132561624e88eb58', '2009-08-30', 'dusterdog1@verizon.net', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1251671700', '0', '1298054513', '1298547697', '1286234300', '112', '10', '5', '-5', '1', '0', '0', '0', '45108567', '10-14-1980', '1980-10-14', '-1', '-1', '71.188.125.212', '2382', '1', '', '0', '0', '-1', '1', '0', '`lm', '', '0', '68905', '0', '0', '0', '0', '', '0', '0', '', '2749', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '5.85556', '3.9968', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1286235420', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2661', '3', '', '0', 'iMute', 'fa46cedab5a0859b1c605a45c38d2518', '2009-09-25', 'alex.oc@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1253907098', '0', '1253907098', '1253907098', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.3.171.53', '0', '1', '', '0', '0', '-1', '0', '0', 'D_t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2670', '3', '', '0', 'ThEOffSpRiiNgZ95', '355418ea7b7009adaa05842ba0b17ae6', '2009-10-01', 'gavvoRlz@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1254419585', '0', '1254419585', '1254419585', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.12.36.113', '0', '1', '', '0', '0', '-1', '0', '0', '`V\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2691', '2', '', '0', 'Tiger', 'a889578261c260f36a4f10d5683b08a3', '2009-10-18', 'Andrealeks@Hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255858884', '0', '1255858884', '1255859252', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.208.185.164', '2532', '1', '', '0', '0', '-1', '1', '1', ';Av', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '143', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2717', '2', '10', '2', 'Keizoku', 'b626e8b527a836f79044cf20bfc2cf2a', '2009-11-03', 'jmcca_1994@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1257291558', '0', '1259519822', '1259519822', '1259169131', '40', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.180.220.118', '0', '1', '', '0', '0', '-1', '1', '1', 'c\"A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '515', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2635', '2', '', '0', 'ShamWoW', 'e830bbd325525f97a208eb999bff6e45', '2009-09-03', 'merin01@libero.it', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1251750568', '0', '1252605435', '1252608997', '1252540136', '17', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.55.149.37', '0', '1', '', '0', '0', '-1', '1', '1', 'b5M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2679', '8', '', '0', 'BOBHANDICAP', 'e8a0e64ae9c3ee76eb2a59c4caee4253', '2009-10-10', 'scottelwood@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1255174320', '0', '1260627816', '1260627816', '1255277665', '5', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.6.233.147', '0', '1', '', '0', '0', '-1', '0', '0', 'nZh', '', '0', '42347', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2768', '2', '', '0', 'Raziel', '3b1d9ac338a5849949c07e0807fe8877', '2009-12-18', '1337ality@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261142523', '0', '1261923469', '1262170472', '1261143981', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.69.95.73', '0', '1', '', '0', '0', '-1', '1', '1', 'V%L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2637', '2', '', '0', 'FOX', 'c66ca67d93dd98af96e9b4ea0a132c7c', '2009-09-06', 'aab5588@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1252203092', '0', '1252282283', '1252354263', '1252281839', '1', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '188.52.115.190', '2589', '1', '', '0', '0', '-1', '3', '1', '5%;', '', '0', '38802', '0', '0', '0', '0', '', '0', '0', '', '148', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2774', '2', '', '0', 'lizcon', '14048d958c1a6930b90e06d3ee4e0189', '2009-12-22', 'lizcon@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261516212', '0', '1272571160', '1272571160', '1272569870', '3', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '77.20.81.57', '0', '1', '', '0', '0', '-1', '0', '0', 'D=h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '223', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2639', '2', '', '0', 'Ringmaster', '651c289356db5b677e1d083ad78bad63', '2009-09-07', 'pixies666@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1252343778', '0', '1252343905', '1264967665', '1252343905', '1', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.40.222.116', '0', '1', '', '0', '0', '-1', '1', '1', 'Ezk', '', '0', '38877', '0', '0', '0', '0', '', '0', '0', '', '249', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2640', '2', '', '0', 'Tuna', 'f19b14292e6511338013deb23f2dcbcc', '2009-09-07', 'Heavy_metal_gutten@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1252357582', '0', '1322308675', '1322325885', '1322325884', '61', '10', '5', '0', '1', '0', '0', '0', '45108423', '01-18-1986', '1986-01-18', '-1', '-1', '90.149.99.78', '0', '1', '', '0', '0', '-1', '1', '0', 'G+^PHZYp\'fqWMU4c1UN', '', '0', '73504', '0', '0', '0', '0', '', '0', '0', '', '702', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '4.86618', '10.7383', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1308564720', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2714', '2', '', '0', 'garglingcatfish', 'aeadebe74d05e72228fb472b766c726f', '2009-11-01', 'daveqxl@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1257074975', '0', '1257075507', '1257792843', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.13.245.57', '0', '1', '', '0', '0', '-1', '1', '1', 'D.a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '153', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2780', '2', '', '0', 'Garbol', '74d2ffb430fd284c958a9aae3714787c', '2009-12-25', 'garbol87@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261778616', '0', '1261778616', '1261778818', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '85.221.174.131', '0', '1', '', '0', '0', '-1', '1', '1', ':SS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2657', '2', '', '0', 'Dremor', '6075374e03dd132bb30269963922b6a1', '2009-09-23', 'markus.keller@gmx.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1253741427', '0', '1261697476', '1262183633', '1253743513', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '217.224.114.55', '0', '1', '', '0', '0', '-1', '1', '1', 'OcU', '', '0', '40461', '0', '0', '0', '0', '', '0', '0', '', '547', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2658', '2', '', '0', 'AxA_Dust', '85b265f366f6db293a482e5ad7e59c98', '2009-09-24', 'snap_addic@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1253806073', '0', '1253806587', '1253872735', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.170.157.1', '0', '1', '', '0', '0', '-1', '3', '1', ':p}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '610', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2659', '2', '', '0', 'El Zombie', '3636fc25e55c7d7636fc401fafa581dc', '2009-09-24', 'el_zombie@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1253817737', '0', '1260114144', '1262453546', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '88.64.112.34', '0', '1', '', '0', '0', '-1', '1', '1', 'D+l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '128', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2660', '2', '', '0', 'ThePyro', '142ec921fa094ee7f718c81126fbe5a1', '2009-09-24', 'XBrOkeNDrEaMzX@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1253824958', '0', '1254153327', '1256053848', '1254074331', '14', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.15.18.50', '0', '1', '', '0', '0', '-1', '1', '1', '2kn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2725', '2', '', '0', 'κonix εpyx', 'efeb3b1619a5540ceb74d9267643b7e7', '2009-11-08', 'l337sniper7@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1257689422', '0', '1259004423', '1259441033', '1258312215', '10', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.204.11.82', '0', '1', '', '0', '0', '-1', '0', '0', 'j\">', '', '0', '45687', '0', '0', '0', '0', '', '0', '0', '', '494', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2800', '2', '', '0', 'Mr. Hitman', 'ddeca5bdee25b65517b0a8f458d14fcf', '2010-01-03', 'zenobras@yahoo.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262546070', '0', '1262803538', '1262806278', '1262806278', '5', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.135.187.8', '0', '1', '', '0', '0', '-1', '1', '1', '[T\\', '', '0', '50769', '0', '0', '0', '0', '', '0', '0', '', '123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2664', '2', '', '0', 'dutch pker', 'ca3c4790428e5008c7dbdfdde5fd73b3', '2009-09-26', 'p.vlakkie@live.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1253970136', '0', '1253971713', '1253975707', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.249.148.173', '0', '1', '', '0', '0', '-1', '1', '1', 'rvn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2665', '2', '', '0', 'L3monJu!c3', 'a2f7440fb2229fc2bdaffea25d653081', '2009-09-26', 'jon123hendrik@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1253978928', '0', '1254229532', '1254845216', '1254228267', '13', '10', '5', '2', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.119.174.66', '2575', '1', '', '0', '0', '-1', '1', '1', '3m\'', '', '0', '41098', '0', '0', '0', '0', '', '0', '0', '', '463', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2669', '3', '', '0', 'ReQRuIeM4@DrEaM', '92e952847eb87ccd0b71fbd5f480ef6d', '2009-09-30', 'gazomighty330@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1254334040', '0', '1254419182', '1254419182', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.12.36.113', '0', '1', '', '0', '0', '-1', '0', '0', 'E(A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2671', '2', '', '0', 'Kampfmaus', '50e8fdf93e20218b8fd5c4398cd6ab58', '2010-07-19', 'torsten.wosziedlo@freenet.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1254495865', '0', '1254495865', '1254496552', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.137.36.15', '0', '1', '', '0', '0', '-1', '1', '1', 'mnon!h.i%d:e0T=F((Gx=c6Ev_UDge', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2672', '2', '', '0', 'komm', '3149bc76b075f3979cf69e1931cbbe7b', '2009-10-02', 'davbryce@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1254522863', '0', '1255436246', '1255436246', '1255168238', '3', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.150.87.247', '2034', '1', '', '0', '0', '-1', '1', '1', 'O^q', '', '0', '42161', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2673', '21', '', '21', 'den0maniac', 'b2e6e398c592e2794883f350744917e4', '2009-10-03', 'angelos.g@hotmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1254524460', '0', '1272825838', '1272838725', '1272810490', '216', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.65.229.89', '2554', '1', '', '1261016628', '0', '-1', '26', '0', ']JU', '', '0', '59591', '0', '0', '0', '0', '', '0', '0', '', '1920', '3', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2807', '2', '', '0', 'fludie', 'cb5327af496f51e960d31b9db6025a2c', '2010-01-04', 'robz_mailz@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262615138', '0', '1262615138', '1262617818', '1262615755', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.16.102.0', '0', '1', '', '0', '0', '-1', '1', '1', 'lb8', '', '0', '50418', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3000', '21', '', '0', 'DeanMachine', '9dd981a1d0dcbf7a30d64def2bf09ea7', '2010-06-21', 'scholefieldd@aol.com', '43', '', '', '', '', '', '2', '3', 'TF2 Admin', '1', '1277141820', '0', '1448984739', '1452030403', '1439751980', '37', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-17-0000', '0000-04-17', '-1', '2', '92.9.150.89', '2654', '0', '', '0', '0', '-1', '1', '0', 'Z-|', '', '0', '83305', '0', '0', '0', '0', '', '0', '0', '', '757', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '11', '3', '3', NULL, '3.64964', '8.05369', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,29|New Achievement!||,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1301501400', '0', '0', '0', '', '9', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2840', '2', '', '0', 'saint', '3281dc869152bfc4e8c52154b13bddd2', '2010-01-19', 'neildolan@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263884367', '0', '1271740849', '1274921820', '1264020997', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '1', '92.8.57.201', '0', '0', '', '0', '0', '-1', '1', '0', '/.\'', '', '0', '52629', '0', '0', '0', '0', '', '0', '0', '', '135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2788', '2', '', '0', 'ozkan58', '4f02dc50cbf68a9eb9b3327f8490e620', '2009-12-30', 'zengin-ozkan@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262194915', '0', '1262790273', '1264056702', '1262475194', '12', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '88.180.76.119', '2787', '1', '', '1262265056', '0', '-1', '2', '2', 'O!8', '', '0', '50220', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2689', '2', '23', '2', 'Sanny', '1d1db6b4b8088b424c907b46dbb4677c', '2013-11-16', 'spacitti@hotmail.co.uk', '41', '', '', '', '', '', '2', '0', 'Senior Member', '0', '1255812360', '0', '1401897363', '1402509421', '1402509272', '998', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '1', '82.41.178.240', '2686', '0', '', '0', '0', '-1', '15', '0', 'MD!sR=zF_#7.`gBw0{r', '', '0', '82041', '0', '0', '0', '0', '', '0', '0', '', '2389', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'c56484f0e19d9b3e18181cc442c6b034', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '4', '2', '4', NULL, '4.25791', '9.39597', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1302987300', '0', '0', '0', 'insisting that you join Forgotten Honor today!', '9', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2825', '2', '', '0', 'NeXX4nd3r', '97eee6feb041b59fb173355c13c5194d', '2010-01-09', 'NeXX4nd3r@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263072335', '0', '1266321328', '1266835532', '1266321328', '21', '10', '5', '1', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '79.199.99.197', '0', '1', '', '0', '0', '-1', '1', '0', '\\7R', '', '0', '55420', '0', '0', '0', '0', '', '0', '0', '', '314', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2674', '2', '', '0', 'roweman', '3e08e3c25f7985dd8a3e2ed7192e16bf', '2009-10-04', 'mickrowe102@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1254696536', '0', '1254696536', '1254697052', '1254697052', '1', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.212.160.177', '0', '1', '', '0', '0', '-1', '1', '1', 'LKE', '', '0', '41687', '0', '0', '0', '0', '', '0', '0', '', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2686', '10', '', '0', 'CPC464', '1e6f376ad3a6a3e1d56552dc2611dcf3', '2012-05-12', 'psbatch123@yahoo.co.uk', '0', '', '', '', '', '', '2', '1', 'CSS Admin', '1', '1255553400', '0', '1360182336', '1360182336', '1336845438', '593', '10', '5', '0', '1', '0', '0', '0', '45108295', '08-14-1980', '1980-08-14', '-1', '-1', '82.22.48.223', '0', '1', '', '0', '0', '-1', '31', '0', '!rELV*?EiNMDB@r6\"7/nTs+6\\6]>O?', '', '0', '76969', '0', '0', '0', '0', '', '0', '0', '', '1951', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '53', '7', '11', NULL, '5.04202', '9.23077', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,3|Recommendation Second Class|recommendation_second_16.png|recommendation_second_32.png,', '1311957900', '0', '0', '0', '', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2751', '3', '', '0', 'Breath.Of.Death', '1ee107144600b4c4abc69c9ff5e1ce2b', '2009-11-29', 'tomas.morava@email.cz', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1259453392', '0', '1259453392', '1259453392', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '85.207.177.56', '0', '1', '', '0', '0', '-1', '0', '0', '0Ar', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2676', '2', '', '0', 'MrBiggles5', '75b746050c38b19c7b0ea0bbd69ee890', '2009-10-08', 'dan2392@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255005003', '0', '1268661833', '1268758054', '1268143375', '16', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.30.194.199', '0', '1', '', '0', '0', '-1', '2', '0', 'D=B', '', '0', '57014', '0', '0', '0', '0', '', '0', '0', '', '290', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2677', '21', '23', '21', 'Saxton Hale', '1a31927233581aaa6679f82c294f928e', '2009-10-08', 'spaceburak1@gmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Supervisor', '1', '1255006440', '0', '1414784314', '1418148213', '1409511653', '741', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '1', '83.21.100.39', '0', '0', '', '1295565069', '0', '-1', '11', '0', '0wO', 'spaceburak', '0', '82607', '0', '0', '0', '0', '', '0', '0', '', '3486', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'f31f0604005d41e602134128e43e6e9e', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '72', '78', '117', NULL, '98.3607', '99.6', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1314637680', '1', '0', '0', '', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2808', '2', '', '0', 'fabs', '49ef224b7a8c8d85e13be8a1b16f639b', '2010-01-04', 'fabi_thejanitor@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262638155', '0', '1262802085', '1263846321', '1262638709', '1', '10', '5', '1', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.134.79.163', '2412', '1', '', '0', '0', '-1', '1', '1', 'O*k', '', '0', '50465', '0', '0', '0', '0', '', '0', '0', '', '160', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2729', '21', '', '0', 'rambo92', '313505bbc7e230592ae84bcec23b7bb2', '2011-10-02', 'ethanrg92@hotmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1257992040', '0', '1317586661', '1321850387', '1289719534', '84', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '99.225.172.211', '0', '1', '', '0', '0', '-1', '8', '0', 'Ho&w*q5h:U,@&\\1F0Q)dxcdFZ/A~o]', '', '0', '69919', '0', '0', '0', '0', '', '0', '0', '', '731', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.43309', '5.36913', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1309469400', '0', '0', '0', 'wat', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2680', '2', '', '0', 'Furious', 'cf7bc84bbcec43d232f49db4b3f4fd86', '2009-10-10', 'guttormur123@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255183395', '0', '1255183395', '1255183569', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '194.144.22.248', '0', '1', '', '0', '0', '-1', '1', '1', 'ho=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2683', '3', '', '0', 'REDSCOUT', '88a91772c843895504aa5e7b3662ba59', '2009-10-13', 'red.scout3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255409974', '0', '1255410753', '1256936970', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '72.235.201.56', '0', '1', '', '0', '0', '-1', '0', '0', 'N>L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '205', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2684', '2', '', '0', 'BOBHANDYCAP', 'bc03333f5fe40c7a36420a0d5441a091', '2009-10-13', 'pooppooppoop1@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255442553', '0', '1255442553', '1255442675', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '90.212.109.66', '0', '1', '', '0', '0', '-1', '1', '1', '\"/t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2685', '2', '', '0', 'drayserawon', '026c04e8de3b8121ab99a15994f6af80', '2009-10-14', 'bahmanbmk@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255522944', '0', '1255523019', '1255526783', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '118.137.205.165', '0', '1', '', '0', '0', '-1', '1', '1', 'C{g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2695', '2', '', '0', '[TP]5ta1k3r', 'dc5f6a5130d556312d70ba3a6073a64b', '2009-10-19', 'dean.john@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255947251', '0', '1255947251', '1255947908', '1255947771', '1', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '81.109.204.121', '0', '1', '', '0', '0', '-1', '1', '1', '2p\'', '', '0', '43100', '0', '0', '0', '0', '', '0', '0', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2688', '2', '', '0', 'infernix', 'dd42b72b53a12cf74cbb8181a8e99dbb', '2009-10-17', 'monne_lol@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255771839', '0', '1256304951', '1256374986', '1256374986', '2', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.26.187.210', '0', '1', '', '0', '0', '-1', '1', '1', 's}\'', '', '0', '43661', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2690', '3', '', '0', 'pesultra', '73484c960c59158d0bc1bdd2a4d17d2c', '2009-10-17', 'matthewgriffin80@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255816431', '0', '1255816431', '1255816728', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.196.44.248', '0', '1', '', '0', '0', '-1', '0', '0', 'vsE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2692', '2', '', '0', 'Dogbert', '7f7e8e3a3a5b586ad352cf83303373f0', '2009-10-18', 'sirdogbert1@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255878199', '0', '1266343513', '1266749157', '1256064897', '2', '10', '5', '0', '1', '0', '0', '0', '45112407', '', '0000-00-00', '-1', '1', '90.213.159.33', '0', '0', '', '0', '0', '-1', '1', '0', 'X0Q', '', '0', '43332', '0', '0', '0', '0', '', '0', '0', '', '246', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2693', '2', '', '0', 'Emperor Nero', '84f1292184dcbb6d258e5f822e427efd', '2009-10-19', 'Skyboy1957@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1255910862', '0', '1260678219', '1261091869', '1260504332', '50', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '98.124.104.232', '0', '1', '', '0', '0', '-1', '12', '1', 'jnO', '', '0', '48027', '0', '0', '0', '0', '', '0', '0', '', '756', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2874', '2', '', '0', '-ZeN-', 'a018027b6f54f1b7ebd82835145aa6e5', '2010-02-24', 'ZeN@10tr.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1267014254', '0', '1282776670', '1282840895', '1267014666', '1', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.165.64.0', '0', '1', '', '0', '0', '-1', '1', '1', '?Yq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '358', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1282777320', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2694', '2', '', '0', 'Greenhaze', '6f0a7b8ac08757cbddd05b36bd75e538', '2009-10-19', 'kresssbosss@yahoo.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1255935884', '0', '1256059480', '1256104372', '1256059480', '7', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.184.213.222', '2555', '1', '', '0', '0', '-1', '1', '1', 'TL7', '', '0', '43290', '0', '0', '0', '0', '', '0', '0', '', '231', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2734', '2', '', '0', 'BuGz', 'fc653e62ef590afcaec6261b50baf88b', '2009-11-17', 'jmanderson@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258447826', '0', '1264143043', '1264715379', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.238.212.107', '0', '1', '', '0', '0', '-1', '1', '1', '_]r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '149', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2753', '21', '', '0', 'Kortz', '7b7f4c22d7518715c06024a30c2d9f51', '2009-11-30', 'kortspelaren@hotmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1259576580', '0', '1395438969', '1395516602', '1395516602', '39', '10', '5', '1', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '62.168.132.35', '0', '1', '', '0', '0', '-1', '0', '0', ')/@', '', '0', '81780', '0', '0', '0', '0', '', '0', '0', '', '450', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2', '2', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '1', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2697', '2', '', '0', 'Frank', 'cf960229a59e4ce9dcdefefb4f15131d', '2009-10-20', 'frankb85@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1256057479', '0', '1256057479', '1256058787', '1256058565', '4', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '95.34.252.107', '0', '1', '', '0', '0', '-1', '1', '1', '6#O', '', '0', '43285', '0', '0', '0', '0', '', '0', '0', '', '140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2769', '2', '', '0', 'Reason', '9c6ab1bd92f9dd3978e1d228f0cd4b34', '2009-12-20', 'mahciavelli@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261271961', '0', '1261272096', '1261272096', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.230.119.251', '0', '1', '', '0', '0', '-1', '1', '1', ')>s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '153', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2728', '10', '', '10', 'Gummischlange', 'aa8fc387ed2c516718f5de6e92f3af87', '2011-12-01', 'Peterhesse2@gmx.net', '0', '', '', '', '', '', '2', '1', 'CSS Admin', '1', '1257862800', '0', '1352471068', '1353251062', '1351975804', '493', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '93.210.226.14', '0', '1', '', '0', '0', '-1', '9', '0', 'YM8nZg0hlO`t^J#O>Kqr`[fWM#i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '156', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2724', '2', '', '0', 'mikeywrenn', '58bc19917d4e3b2b448988050081f827', '2009-11-07', 'mbenwr@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1257606229', '0', '1258319914', '1262896332', '1257798864', '7', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.23.51.161', '0', '1', '', '0', '0', '-1', '1', '1', 'm<7', '', '0', '45212', '0', '0', '0', '0', '', '0', '0', '', '249', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2731', '2', '', '0', 'Ducky!', '2da9941e83ea0febccb909472939cb60', '2009-11-14', 'doc703va@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258173130', '0', '1258217510', '1258313680', '1258217509', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.255.186.24', '0', '1', '', '0', '0', '-1', '1', '1', 'ZGk', '', '0', '45548', '0', '0', '0', '0', '', '0', '0', '', '143', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2722', '2', '', '0', 'Nerdlinger', '9de9a812efae38848d808699e3230f39', '2009-11-07', 'glenn.news@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1257585159', '0', '1258480867', '1258486031', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.8.239.96', '0', '1', '', '0', '0', '-1', '1', '1', 'V*W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2723', '2', '21', '2', 'Gnome', 'd99339a4bc2e110de32146178db18549', '2009-11-07', 'kenny_rogerz@hotmail.com', '0', '', '', '', '', '', '2', '1', 'Member', '0', '1257587400', '0', '1321219140', '1342108310', '1286951219', '42', '10', '5', '0', '1', '0', '0', '0', '45108295', '08-23-1991', '1991-08-23', '-1', '-1', '154.5.114.110', '0', '1', '', '0', '0', '-1', '2', '0', '\'Q)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1059', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1292648580', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2726', '2', '', '0', 'Dang3rmou$e', 'da89e1fa97c88faf9e4b1c1e7f9e1916', '2009-11-10', 'whammy-22@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1257719072', '0', '1258540296', '1259620098', '1258539946', '3', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '81.156.188.18', '2454', '1', '', '0', '0', '-1', '1', '1', 'L^i', '', '0', '46067', '0', '0', '0', '0', '', '0', '0', '', '168', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2727', '2', '', '0', 'Nhor', '32bbb0dca2ae0aead8b44b7fa10ffaaa', '2009-11-09', 'Nhor@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1257803380', '0', '1257803380', '1257804074', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.14.123.112', '0', '1', '', '0', '0', '-1', '1', '1', 'V$|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2730', '2', '', '0', 't88', 'd4fc53a5928a67f3149b361703b2bd26', '2009-11-12', 'te_hoang@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1257997312', '0', '1257997312', '1257998496', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.168.106.43', '0', '1', '', '0', '0', '-1', '1', '1', 'pA$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2758', '2', '', '0', 'daxian', '46503a5a72eeeeaecf41938031b19aa2', '2009-12-11', 'daxthedoc@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1260548704', '0', '1270913541', '1270914998', '1270025789', '5', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.196.104.113', '0', '1', '', '0', '0', '-1', '1', '0', '[m[', '', '0', '58037', '0', '0', '0', '0', '', '0', '0', '', '169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2743', '2', '', '0', 'youvegotsmoked', '08251bd71a9eaf576d1acfbe547e1e27', '2009-11-24', 'lazerbeamslayer@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1259104416', '0', '1259232475', '1259289699', '1259289624', '5', '10', '5', '-7', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '24.9.102.163', '0', '1', '', '0', '0', '-1', '2', '1', '~AX', '', '0', '46971', '0', '0', '0', '0', '', '0', '0', '', '181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2849', '2', '', '0', 'RAIBEN', '06d5911d998b4e33b7f7e7789374314e', '2010-01-26', 'morelosgm@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264471184', '0', '1264471184', '1264471586', '0', '0', '10', '5', '-6', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '187.146.4.243', '0', '1', '', '0', '0', '-1', '1', '1', 'yF)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2739', '3', '', '0', 'deano', 'b0f8c8f7f2a7e6f3f6bb576f77ee6299', '2009-11-19', 'dean@clan-hosts.org.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258638171', '0', '1258638171', '1258638171', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.105.193.180', '0', '1', '', '0', '0', '-1', '0', '0', 'iyh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2754', '2', '', '0', 'Snowcat', '46119328d179a12cef30f26dc9116f9a', '2009-12-01', 'snowcat@world-gamers.co.uk', '0', '', 'http://www.world-gamers.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1259653751', '0', '1259653751', '1259654332', '0', '0', '10', '5', '12', '2', '0', '0', '0', '45108439', '12-25-1963', '1963-12-25', '-1', '-1', '218.101.16.43', '0', '1', '', '0', '0', '-1', '1', '1', '0!x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2732', '2', '', '0', '=DA=Jono', '5c12e2a4c44407ffca4a439f61ee4af3', '2009-11-15', 'admin@thedaclan.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258327715', '0', '1258328859', '1258452236', '1258452235', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.97.166.47', '0', '1', '', '0', '0', '-1', '1', '1', 'b&h', '', '0', '45961', '0', '0', '0', '0', '', '0', '0', '', '302', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2766', '2', '', '0', 'NemesisWales', 'f0ee8a2b96c820671b2b9aed46d11510', '2009-12-16', 'luke_williams60@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261000135', '0', '1262449835', '1262452461', '1262449835', '9', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '95.144.245.78', '0', '1', '', '0', '0', '-1', '1', '1', 'iWV', '', '0', '50176', '0', '0', '0', '0', '', '0', '0', '', '372', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2764', '21', '', '0', 'serenity', '23ff2ebec544258773b86d3b9c204d34', '2009-12-14', 'soldier9178@yahoo.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1260811260', '0', '1266378937', '1277559359', '1263667936', '9', '10', '5', '-8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.122.93.9', '0', '1', '', '0', '0', '-1', '0', '0', ';\\\'', '', '0', '52001', '0', '0', '0', '0', '', '0', '0', '', '348', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2771', '2', '', '0', 'NothingOnMe', '6ab68da68673780fb1aa4a3b312a3109', '2009-12-21', 'bennis07@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261410479', '0', '1261436010', '1261451151', '1261433562', '9', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.101.91.160', '0', '1', '', '0', '0', '-1', '1', '1', '[8c', '', '0', '49030', '0', '0', '0', '0', '', '0', '0', '', '151', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2760', '2', '', '0', 'NewWinner', '604212afa573b466f64bcc7e1d979dd0', '2009-12-12', 'kyle.bowers@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1260620364', '0', '1260620364', '1260620454', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.29.200.204', '0', '1', '', '0', '0', '-1', '1', '1', '<(1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2736', '2', '', '0', 'HardTarget', 'cc4e7d885aa7b0c77ff2105d0b0068ef', '2009-11-17', 'hardtarget@cravo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258497814', '0', '1258497814', '1258498174', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.103.25.253', '0', '1', '', '0', '0', '-1', '1', '1', 'X[H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '145', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2735', '2', '', '0', 'dynamo150', '63d8a31bb4052ada528e539a4a428d1c', '2009-11-17', 'me@dynamo.mycybernetic.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258493473', '0', '1259967680', '1273392784', '1258656008', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '194.50.80.182', '0', '1', '', '0', '0', '-1', '1', '1', 'E5r', '', '0', '46184', '0', '0', '0', '0', '', '0', '0', '', '187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2737', '2', '', '0', 'Cpt.Yorange', 'a055e6bbd8d809bec23a052f885cd0b6', '2009-11-18', 'distrbdherts@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258583362', '0', '1269522248', '1269522300', '1258588646', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.42.13.43', '0', '1', '', '0', '0', '-1', '13', '0', 'C$)', '', '0', '46130', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2738', '2', '', '0', 'Billie', '76cec27606d546e3d06df808e0766cab', '2009-11-18', 'billie@bethere.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258587359', '0', '1270156868', '1270577308', '1270156534', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.105.204.119', '0', '1', '', '0', '0', '-1', '0', '0', 'dj7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '180', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2857', '2', '', '0', 'Serendipity', 'ddb6eb6550a95e174cf1a6f0b84fb756', '2010-01-30', 'ste71ni0@bigfoot.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264864332', '0', '1272702639', '1272709673', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '209.59.47.137', '0', '1', '', '0', '0', '-1', '2', '2', '%_h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '393', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2752', '2', '', '0', 'Criterion', 'ce73066333ad107b59570c5bb6bb5b19', '2009-11-29', 'leonel_n_antao@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1259535399', '0', '1277130335', '1277372995', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.180.218.162', '0', '1', '', '0', '0', '-1', '2', '0', 't&r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '233', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2826', '2', '', '0', 'Aop2', 'e85b6535c6ca8a01b895d8d9f68a12eb', '2010-01-12', 'restiagua2@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263319522', '0', '1266492506', '1267870480', '1266419181', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.220.239.194', '0', '1', '', '0', '0', '-1', '1', '0', '\\>T', '', '0', '55561', '0', '0', '0', '0', '', '0', '0', '', '452', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2740', '2', '', '0', 'fedor76', '5ef1d4a29112baaaec8e679b2172e89a', '2009-11-19', 'alius76@adinet.com.uy', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258666378', '0', '1258666441', '1258667964', '1258667950', '1', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '95.17.91.49', '0', '1', '', '0', '0', '-1', '1', '1', 'WNB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '344', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2741', '2', '', '0', 'Baxter', 'e0c72b4b3b4b28958f6482f24a3be11b', '2009-11-19', 'hughes407@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1258673602', '0', '1259446698', '1260044656', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.44.121.243', '0', '1', '', '0', '0', '-1', '1', '1', '\"kx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '154', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2791', '2', '', '0', 'Ogg2k', '88169280e0d26cd9120425081900e619', '2009-12-31', 'ogg2k@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262251134', '0', '1262253173', '1262271155', '1262251769', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.157.13.62', '0', '1', '', '0', '0', '-1', '1', '1', '3bV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '180', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2742', '2', '', '0', 'l<!$$', 'b94385b23daf0ddae2e87971b7e4f1a4', '2010-12-19', 'onizukaeikichi_gto@hotmail.com', '0', '', 'http://www.ltkclan.net', '', '', '', '2', '0', 'Member', '0', '1258837176', '0', '1299173025', '1299363289', '1296509590', '31', '10', '5', '0', '1', '0', '0', '0', '45108695', '09-06-1988', '1988-09-06', '-1', '-1', '90.60.81.230', '2588', '1', '', '0', '0', '-1', '1', '0', '6?o|T[1\\{1Zv6;6gPd/N*I@p`0NCqR', '', '0', '71787', '0', '0', '0', '0', '', '0', '0', '', '378', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '14.4613', '9.42285', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1296509580', '0', '0', '0', '', '2', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2781', '2', '', '0', 'Waffles', '4a5dd34af539c0fc1949aed979d29db1', '2009-12-27', 'wafflesmapper@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261873896', '0', '1261873896', '1261873945', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.192.23.84', '0', '1', '', '0', '0', '-1', '1', '1', '9tW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2745', '2', '', '0', '{SSD}NiTr0x', '13a649e107de3def253b9f5a1cfc0bfe', '2009-11-25', 'fastnastyblades@yahoo.gr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1259178874', '0', '1259178874', '1259179427', '1259179426', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.65.207.57', '0', '1', '', '0', '0', '-1', '1', '1', 'IG2', '', '0', '46874', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2747', '2', '', '0', 'Captain Obvious', 'fd4fc54cd0163a7edcdf160ad131823f', '2009-11-27', 'affenmonarch@yahoo.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1259353412', '0', '1259354020', '1259354936', '1259354935', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.244.246.24', '0', '1', '', '0', '0', '-1', '1', '1', 'gga', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '168', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2846', '2', '', '0', 'hydro', '02164bb77020c96c862a884efb63c361', '2010-01-24', 'urban-breakbeats-support@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264298836', '0', '1264305531', '1264354036', '1264352119', '3', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.3.138.174', '0', '1', '', '0', '0', '-1', '1', '1', 'HEZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2749', '2', '', '0', '-x$g-Desturbed', '50ccf98ed2684e216eb7a0ffaafec044', '2009-11-28', 'kappous1992@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1259416039', '0', '1259416039', '1259419819', '1259419193', '4', '10', '5', '2', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '195.167.65.105', '2606', '1', '', '0', '0', '-1', '1', '1', '*|_', '', '0', '47074', '0', '0', '0', '0', '', '0', '0', '', '174', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2750', '8', '', '0', 'AV2Player', '71abae936e24230d4a23b2af8308a1e7', '2009-11-29', 'lna2002@gmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1259453100', '0', '1259497350', '1259497320', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.180.218.162', '0', '1', '', '0', '0', '-1', '0', '0', 'j.b', '', '0', '47082', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2755', '2', '', '0', 'TaylerD', '39d70e6e2ba85d82e81dce81dbc955f6', '2009-12-01', 'brianbdonnelly@sky.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1259679247', '0', '1260455735', '1260463068', '1260462318', '6', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '94.0.1.153', '2', '1', '', '0', '0', '-1', '1', '1', '>gm', '', '0', '47980', '0', '0', '0', '0', '', '0', '0', '', '376', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2790', '21', '', '0', 'Morphine™', '7c03de88d9ef60601844ec3747ed9b29', '2010-04-06', 'anaesthesia@live.com.pt', '0', '', 'http://www.facebook.com/Morphinenoir', '', '', '', '2', '0', 'TF2 Admin', '1', '1262207580', '0', '1272627598', '1272629429', '1272629334', '13', '10', '5', '0', '1', '0', '0', '0', '45108439', '11-27-1989', '1989-11-27', '-1', '-1', '85.139.228.5', '0', '1', '', '0', '0', '-1', '1', '0', 'TR=', '', '0', '59447', '0', '0', '0', '0', '', '0', '0', '', '441', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2759', '21', '', '0', 'BlastingBull', 'df1c4719e5766f90ca966c616439415a', '2009-12-11', 'realbobo82@gmx.ch', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1260571980', '0', '1269525857', '1269684836', '1263907524', '24', '10', '5', '0', '1', '0', '0', '0', '36720342', '', '0000-00-00', '-1', '1', '81.62.122.109', '0', '0', '', '0', '0', '-1', '8', '0', 'lF\"', '', '0', '52382', '0', '0', '0', '0', '', '0', '0', '', '557', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2761', '8', '', '0', 'ANDYABUSE', 'c57ca4cbf85dcd58d5c264ea64aa9d2b', '2009-12-12', 'elwsamant@aol.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1260627720', '0', '1260628540', '1260628540', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '92.0.46.9', '1489', '1', '', '0', '0', '-1', '0', '0', '>sL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2762', '2', '', '0', 'T0m', 'd0be857697bd8125f39356e079feae33', '2009-12-12', 'tommigunn11@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1260638364', '0', '1263412699', '1269900672', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.37.188.174', '0', '1', '', '0', '0', '-1', '1', '0', '[\"d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '145', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2763', '2', '', '0', 'Lancast', 'fb14b3a960ee212ca192b4ea443e1895', '2009-12-16', 'lancastx@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1260651989', '0', '1260820050', '1260980253', '1260721866', '3', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.8.46.165', '0', '1', '', '0', '0', '-1', '8', '1', 'Nab', '', '0', '48281', '0', '0', '0', '0', '', '0', '0', '', '167', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2834', '2', '', '0', 'Sheekey', '37c7868538253eb68bed911ab802426b', '2010-01-14', 'sheekey_2k5_13_diesel@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263486416', '0', '1263486654', '1263488138', '1263488068', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.106.194.126', '0', '1', '', '0', '0', '-1', '1', '1', 'f%a', '', '0', '51842', '0', '0', '0', '0', '', '0', '0', '', '116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2765', '2', '', '0', 'garnhamr', '556a5e226eb1ea2d0ccd3c80f0070f91', '2009-12-14', 'robert@rgarnham.orangehome.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1260816971', '0', '1260920747', '1405365182', '1260847946', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '212.159.45.107', '0', '1', '', '0', '0', '-1', '1', '0', '*>-', '', '0', '48429', '0', '0', '0', '0', '', '0', '0', '', '403', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2860', '2', '', '2', 'Überectomy', '0f8a66690c9e18a72a974df59cb1e44b', '2010-02-02', 'LegionFormerPawnGamePro@gmail.com', '0', '', '', '', '', '', '2', '2', 'Member', '0', '1265147739', '0', '1295782940', '1295805164', '1295805163', '85', '10', '5', '0', '1', '0', '0', '0', '45243735', '02-17-1990', '1990-02-17', '-1', '2', '24.56.112.12', '0', '0', '', '0', '0', '-1', '5', '0', '#.,', '', '0', '71601', '0', '0', '0', '0', '', '0', '0', '', '831', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '5.06146', '8.24499', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1295806380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2895', '2', '', '0', 'TommyGun', '4e1941625e2b7df8f5ca1676b16ecfe8', '2010-03-18', 'tommisirkull@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1268951380', '0', '1268951962', '1269555224', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.192.140.31', '0', '1', '', '0', '0', '-1', '1', '1', '*\"w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2770', '2', '', '0', '.Griff.', 'fc09194ec3580b72b350d963f3637261', '2011-10-25', 'james.griffiths@gmail.com', '0', '', 'http://www.nango-gamers.co.uk', '', '', '', '2', '3', 'Junior Member', '0', '1261342382', '0', '1320605075', '1320679940', '1319994763', '10', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-04-1977', '1977-08-04', '-1', '-1', '93.97.168.119', '0', '1', '', '0', '0', '-1', '1', '0', '\\^2}9%!2_$\'8ZHx%Q23prFhs16Ai6C', '', '0', '75042', '0', '0', '0', '0', '', '0', '0', '', '528', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2907', '2', '', '0', 'Misswonderful', 'eb385c915b55cfa86736b1d1f88aefab', '2010-03-27', 'heidi.lyphout@telenet.be', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269708278', '0', '1317835599', '1319835187', '1285762599', '2', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.21.211.100', '0', '1', '', '0', '0', '-1', '1', '0', 'cW4', '', '0', '68756', '0', '0', '0', '0', '', '0', '0', '', '250', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.25309', '3.9968', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1285763100', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2858', '2', '', '0', 'aD.', '674088fff4e292cfeb3c4c2754151fd7', '2010-02-01', 'andypandy134@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1265051123', '0', '1265051123', '1265051235', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.237.168.62', '0', '1', '', '0', '0', '-1', '1', '1', '\"so', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2872', '2', '', '0', 'sharpshooter', 'd6e551e5c62a5264da701166b7f59b96', '2010-02-20', 'danny_boi_3105@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1266673435', '0', '1266673435', '1266673627', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.1.226.190', '0', '1', '', '0', '0', '-1', '1', '1', 'mLS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2772', '2', '', '0', 'schwarz', '83c153cab76427a832669be391b925bd', '2009-12-21', 'fab11h1@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261417229', '0', '1261417229', '1261417440', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '90.30.221.34', '0', '1', '', '0', '0', '-1', '1', '1', '1lR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2933', '2', '', '0', 'jouli', 'c1b4b0b0e5c590fb68d5e5f00800f73a', '2010-04-27', 'elizasmile25@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1272366763', '0', '1272366836', '1272437475', '1272437424', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '115.186.4.113', '0', '1', '', '0', '0', '-1', '1', '1', ']Bs', '', '0', '59290', '0', '0', '0', '0', '', '0', '0', '', '302', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2773', '2', '', '0', 'ChromeX', '78015bdf33b854e886359a92d5b3de30', '2009-12-22', 'kladinkos1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261494791', '0', '1261567726', '1271346667', '1261518551', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.9.62.217', '0', '1', '', '0', '0', '-1', '1', '0', 'Jz0', '', '0', '49117', '0', '0', '0', '0', '', '0', '0', '', '198', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2775', '3', '', '0', 'Logrey', '3f1040d6dd7a730bc85fb4136df10de7', '2009-12-22', 'eschryba@comcast.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261516410', '0', '1261516410', '1261517315', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '76.104.129.40', '0', '1', '', '0', '0', '-1', '0', '0', '-W\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2776', '2', '', '0', 'THE BALD ENGY', '8824b314ac9794b65a52858dc5e3444f', '2009-12-22', 'johnnymidnight1@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261521915', '0', '1261521915', '1261523077', '1261522241', '1', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '69.180.110.192', '0', '1', '', '0', '0', '-1', '1', '1', 'w61', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '137', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2830', '2', '', '0', 'kongehund', '66d2351d1b2209d8c2e39992435b2307', '2010-01-13', 'mss@seidenfaden.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263399495', '0', '1271860667', '1271864057', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.56.242.199', '0', '1', '', '0', '0', '-1', '1', '1', '{S^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '154', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2777', '2', '', '0', 'Slipstream', 'c293ff42da31e61f8ac7d274accc9bb1', '2009-12-24', 'slipstream@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261620962', '0', '1263727431', '1263729264', '1261622754', '1', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '88.78.153.180', '0', '1', '', '0', '0', '-1', '1', '1', 'Z*G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2779', '21', '23', '23', 'Uberagrippa', 'ed1a05120f2fb7f6b3f14c7d8224e9b5', '2009-12-24', 'uberagrippa@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1261653120', '0', '1428602910', '1430731932', '1428529827', '202', '10', '5', '0', '1', '0', '0', '0', '45108695', '06-18-1991', '1991-06-18', '-1', '2', '82.1.143.16', '0', '0', '', '0', '0', '-1', '17', '0', '-)T', '', '0', '83048', '0', '0', '0', '0', '', '0', '0', '', '1495', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'ff72f06645960159cfe1aaeb3d9069dc', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '14', '5', '7', NULL, '7.95372', '3.53357', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1298026920', '0', '0', '0', '', '5', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2966', '2', '', '0', 'Dant3z', '3e0bae5a0d14da87d9fe5a8e70a95181', '2010-05-22', 'Dant3z@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1274484973', '0', '1274485527', '1274488922', '1274487414', '1', '10', '5', '0', '1', '0', '0', '0', '43011287', '', '0000-00-00', '-1', '1', '95.93.133.91', '0', '0', '', '0', '0', '-1', '0', '0', 'F.d', '', '0', '61524', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2782', '2', '', '0', 'Regulus', 'ebadc8bfe34397104100bcda67c15216', '2009-12-27', 'alecmartin14@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261881533', '0', '1261900803', '1261900861', '1261881903', '1', '10', '5', '-6', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '70.178.54.250', '0', '1', '', '0', '0', '-1', '1', '1', ']j.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2784', '2', '', '0', 'alfons', '8416da2413634c359a6db580d1575e46', '2009-12-28', 'faked@directbox.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1261992464', '0', '1261999000', '1262005064', '1261992935', '2', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.119.177.210', '0', '1', '', '1261998987', '0', '-1', '1', '1', 'jKv', '', '0', '49488', '0', '0', '0', '0', '', '0', '0', '', '283', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2785', '2', '', '0', 'SamFruity', '42e640decefd89fdaec587dc4424ee34', '2009-12-28', 'sam.fruin1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262019641', '0', '1262021619', '1262092864', '1262092155', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.242.222.169', '0', '1', '', '0', '0', '-1', '1', '1', '\"[`', '', '0', '49663', '0', '0', '0', '0', '', '0', '0', '', '355', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2787', '2', '', '0', 'Heduhedu', 'd4f26fb4fc2977e577270fd9922711a3', '2009-12-28', 'hemuli_remuli@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1262031009', '0', '1277136417', '1283946377', '1267710417', '9', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-01-1994', '1994-03-01', '-1', '-1', '91.153.143.49', '2728', '1', 'hemuli_remuli@hotamil.com', '0', '0', '-1', '1', '0', '^:^', 'hedutheking', '0', '56625', '0', '0', '0', '0', '', '0', '0', '', '274', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1283947440', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2789', '2', '', '0', 'tehgewmbah', '19ce91222906de942f569d6b55f0b5c8', '2009-12-30', 'b489155@uggsrock.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262198304', '0', '1262198304', '1262198330', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.97.192.253', '0', '1', '', '0', '0', '-1', '1', '1', '`0J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '133', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2906', '2', '', '0', 'Brettuk', 'c576ac0c5bcf764b8366eaf31c6811a6', '2010-03-26', 'brettsalt1995@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269625220', '0', '1270858438', '1274284582', '1269642886', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.213.249.117', '0', '1', '', '0', '0', '-1', '1', '1', '{e\\', '', '0', '57842', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2792', '21', '23', '0', 'swarfega', '35bc08a110473c1e413043aa8c5bc572', '2009-12-31', 'swarfega@swarfegaonline.uk', '0', '', 'http://www.swarfegaonline.co.uk', '', '', '', '2', '0', 'TF2 Admin', '1', '1262253600', '0', '1420534331', '1451034918', '1451034915', '301', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-21-1967', '1967-06-21', '-1', '2', '86.129.197.230', '0', '0', 'swarfega@swarfegaonline.co.uk', '1321781464', '0', '-1', '3', '0', 'Z)3', '', '0', '83558', '0', '0', '0', '0', '', '0', '0', '', '1625', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '142092041250ff17869717b486df4d2c', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '5', '15', '16', NULL, '99.5', '99.4', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314436980', '0', '0', '0', 'scared of the monolith', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2793', '2', '', '0', 'tankman', '1de40cb7d3e8b45e9cb7e4b43a8ddabe', '2009-12-31', 'brewsablue@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262256124', '0', '1262256452', '1262535437', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.8.246.124', '0', '1', '', '0', '0', '-1', '1', '1', 'xg=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2794', '3', '', '0', 'Toivanen', 'f00cf572f3ed21118f79a2755a107a5f', '2010-11-19', 'elfish--94@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1262257444', '0', '1291187561', '1291187561', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108567', '01-02-1994', '1994-01-02', '-1', '-1', '88.112.146.144', '0', '1', '', '0', '0', '-1', '0', '0', 'S7Tp}-OR-yHpu;\'c8V!o?)O{N}Jhnm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.10742', '2.00602', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1291186380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2982', '2', '', '0', 'HotShot', 'd8cb80bd86435cdc38b98daff236b8d9', '2010-06-03', 'h.agkaya@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1275587713', '0', '1275602451', '1275656760', '1275592104', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.219.48.135', '0', '1', '', '0', '0', '-1', '0', '0', '1hw', '', '0', '62484', '0', '0', '0', '0', '', '0', '0', '', '141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2876', '21', '23', '21', 'LordGanon666', '0aeaa37f9ddbf839456dc2a1c92e158a', '2010-02-26', 'matthew.taylor73@ntlworld.com', '0', '', '', '', '', '', '2', '1', 'TF2 Admin', '1', '1267163820', '0', '1407238296', '1407239873', '1396792849', '238', '10', '5', '0', '1', '0', '0', '0', '45108439', '02-18-1991', '1991-02-18', '-1', '2', '194.80.32.10', '2860', '0', '', '0', '0', '1', '3', '0', 'o^~', 'lordganon666', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1355', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '612ffe6c4a167f54bbb419bb749fec89', '680718496', '1280409683', 'Matthew Taylor', 'vb', 'AAABcynZBOYUYBAHFrwwgZBQlpo2na443TTNLj5RIGDe4vqNZBdZCcpTzeewM3QS3hZAF4kH9ceCLzFXTOB90pTTqKsRNANcLl3Siq8ZASzwwZDZD', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '30', '16', '23', NULL, '6.55738', '11.7647', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314307740', '0', '0', '0', 'patrolling the streets of #5', '2', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2804', '2', '', '0', 'TEBBOU', 'fd9eba00718a06aba206eb3dee6ad046', '2010-01-04', 'teppo.aronen@luukku.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262603956', '0', '1264077814', '1264077814', '1262604450', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.248.31.131', '0', '1', '', '0', '0', '-1', '1', '1', '}Gz', '', '0', '50397', '0', '0', '0', '0', '', '0', '0', '', '152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2795', '2', '', '0', 'Gaw', 'ca47e9ecbfb182d15f3135508a6a34c9', '2010-01-01', 'lm_ck@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262379266', '0', '1263410790', '1264459317', '1263410103', '3', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.122.220.152', '0', '1', '', '0', '0', '-1', '1', '1', ']lz', '', '0', '51603', '0', '0', '0', '0', '', '0', '0', '', '243', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2873', '2', '', '0', 'Mentalduke', '7d329d4fbdcaab5668b869a1f7154bbf', '2010-02-23', 'andregallup@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1266889163', '0', '1331824250', '1335951387', '1331040612', '9', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.245.188.230', '0', '1', '', '0', '0', '-1', '1', '1', 'vFY', '', '0', '76296', '0', '0', '0', '0', '', '0', '0', '', '253', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2796', '2', '', '0', 'kazn', '21ee8079a097f3d67f80c1749562c0f9', '2010-01-03', 'resentials@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262482750', '0', '1262485948', '1273949958', '1273949571', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '95.132.108.33', '0', '1', '', '0', '0', '-1', '0', '0', 'Ww@', '', '0', '61073', '0', '0', '0', '0', '', '0', '0', '', '160', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2797', '2', '', '0', 'V1king', 'fb85ee7ae561bddacd83d5c57f00c9a8', '2010-01-03', 'tell_martin_88@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262485105', '0', '1262485105', '1262485387', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '84.215.85.236', '0', '1', '', '0', '0', '-1', '1', '1', '5ng', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '138', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2798', '2', '', '0', 'swyskys', '77907041db66de0769f43cb4fbed57cf', '2010-01-03', 'swyskys@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262515203', '0', '1265235757', '1265666979', '1262635069', '2', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '92.85.216.182', '0', '1', '', '0', '0', '-1', '1', '0', '$\"U', '', '0', '50454', '0', '0', '0', '0', '', '0', '0', '', '205', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2799', '2', '23', '23', 'GFE-Gambit', '0cf6063f48e1f308ce006229dc192ec4', '2011-01-17', 'gfe.gambit@gmail.com', '0', '', 'http://www.geforceelite.com', '', '', '', '2', '0', 'I\'m a Part!', '0', '1262519025', '0', '1295296717', '1296687058', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '06-11-1961', '1961-06-11', '-1', '-1', '84.29.10.117', '0', '1', '', '0', '0', '-1', '1', '0', 'h/n7PyeM4W\\ikK:j{4\\Cr7:kVB&az:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '237', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.1692', '1.17786', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1295297040', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2801', '2', '23', '0', 'Cubey', 'cfe958b2428bc77770cd913546548015', '2010-01-03', 'cubeydoom@ntlworld.com', '41', '', '', '', '', '', '2', '0', 'Senior Member', '0', '1262548800', '0', '1341785957', '1354187634', '1340742085', '592', '10', '5', '0', '1', '0', '0', '0', '45108823', '01-01-1980', '1980-01-01', '-1', '1', '80.5.12.108', '0', '0', '', '0', '0', '-1', '16', '0', 'L5\'', '', '0', '77613', '0', '0', '0', '0', '', '0', '0', '', '2100', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '342bdc2b1213fd0dc03e8deca2d55d61', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '24', '6', '7', NULL, '34.4262', '11.7647', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,20|1000 Experience Points|spheres_green_16.png|spheres_green_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,', '1314612720', '0', '0', '0', '', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2802', '2', '', '0', 'AndersLOL', '5d88479668f0430ef460a23a6e77e04c', '2010-01-03', 'badboj92@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262560156', '0', '1264702778', '1265194382', '1262560877', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.223.1.27', '0', '1', '', '0', '0', '-1', '1', '1', 'jOV', '', '0', '50337', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2803', '21', '', '0', 'Miniboss', '7d27114a1f3830dfb0863a5ad85a62e2', '2010-01-04', 'nettletondm@gmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1262569440', '0', '1294283150', '1294286915', '1276609445', '6', '10', '5', '-6', '1', '0', '0', '0', '45108823', '07-12-1991', '1991-07-12', '-1', '1', '70.105.92.157', '0', '0', '', '0', '0', '-1', '0', '0', 'ain', '', '0', '63228', '0', '0', '0', '0', '', '0', '0', '', '414', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.1692', '3.53357', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1293601620', '0', '0', '0', 'Conflict just ain\'t in my nature.', '8', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2805', '2', '', '0', 'Jayytee', 'caf0f29128aeee9a73f353bc0034ed24', '2010-01-04', 'josh_da_midge@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262605146', '0', '1262605415', '1264664833', '1262605415', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.10.77.30', '0', '1', '', '0', '0', '-1', '1', '1', 'W,i', '', '0', '50398', '0', '0', '0', '0', '', '0', '0', '', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2806', '2', '', '0', 'BIGTOMMYSAUSAGE', 'ea0eba98109917324a8509977f0e0410', '2010-01-04', 'tomm@inbox.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262607219', '0', '1262607219', '1262607557', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '86.173.90.84', '0', '1', '', '0', '0', '-1', '1', '1', '.B[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2809', '2', '', '0', 'Crusader', '1dc12a6d85677cbaa2fb586e9a6b1b94', '2010-01-04', 'olalyseggen@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262645732', '0', '1295572831', '1295803238', '1295572268', '13', '10', '5', '1', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '91.149.55.225', '2454', '1', '', '0', '0', '-1', '1', '0', '%Zw', 'ola.lyseggen', '0', '71438', '0', '0', '0', '0', '', '0', '0', '', '302', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '1012647317', '1295571878', 'Ola Lyseggen', 'vb', '102024793186630|2.KE3WqENh0OR7xZXS2UOp8g__.3600.1295809200-1012647317|vILEMXajdYg7expKFhfFfpm7cxY', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '0', '0', NULL, '2.1692', '3.53357', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1295572980', '0', '0', '0', 'Doing nothing important. Really Nothing!', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2810', '2', '', '0', 'SilverBane', '44d37b00aca3c939d68405a7add93897', '2010-01-04', 'tomphuricfielcide@hotmail.co.uk', '0', '', '', '', '', '', '2', '3', 'Junior Member', '0', '1262648493', '0', '1273616354', '1274219567', '1273616354', '13', '10', '5', '0', '1', '0', '0', '0', '45108439', '08-15-0000', '0000-08-15', '-1', '-1', '81.148.246.131', '2650', '1', '', '0', '0', '-1', '0', '0', 'cYF', '', '0', '60465', '0', '0', '0', '0', '', '0', '0', '', '256', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2811', '2', '', '0', 'Dragonhunt', 'aaa0ab14d5f7868c16982ca467b41f1f', '2010-01-05', 'yukon05@gmx.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262699022', '0', '1279114098', '1279908341', '1279114051', '13', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.133.48.135', '0', '1', '', '0', '0', '-1', '5', '0', 'X5v', '', '0', '65477', '0', '0', '0', '0', '', '0', '0', '', '337', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2812', '2', '', '0', 'Ryan', 'd05f976c4dec09e002e8a6ca8419ffa4', '2010-01-05', 'el_devino1@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262705379', '0', '1262705379', '1262706227', '1262706227', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.4.210.127', '0', '1', '', '0', '0', '-1', '1', '1', '*?O', '', '0', '50564', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2813', '2', '', '0', 'RyBebe', 'c4f7a3d805cf285d6c4454d821089e0f', '2010-01-05', 'mathiasloe@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262705934', '0', '1262706054', '1262706054', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '95.34.137.18', '2412', '1', '', '0', '0', '-1', '1', '1', '5_3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '142', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2853', '2', '', '0', '|J4F|Gorilla', '713bcbfa24fe47a9a33123874de6148c', '2010-01-27', 'guillaume@zone-infograph.net', '0', '', 'http://www.corpsserver.net', '', '', '', '2', '1', 'Junior Member', '0', '1264630667', '0', '1264669813', '1265128918', '1264640016', '2', '10', '5', '1', '2', '0', '0', '0', '45108311', '10-19-1971', '1971-10-19', '-1', '-1', '90.40.32.178', '0', '1', '', '0', '0', '-1', '1', '1', '_b:', '', '0', '53526', '0', '0', '0', '0', '', '0', '0', '', '245', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2815', '2', '', '0', 'DS X1', '0ba0df8908c510ca508c3aef8aadfacd', '2010-04-22', 'holmemosen@webspeed.dk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262739360', '0', '1262739941', '1271925956', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.59.118.59', '0', '1', '', '0', '0', '-1', '1', '0', 'Inz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2814', '2', '', '0', 'killpuppet', 'b2badea9f39c37afaecfee32252a8328', '2010-01-05', 'ffx_neurosonic_30stm@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262728474', '0', '1276107136', '1276109556', '1265832929', '14', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '95.149.58.135', '2689', '1', '', '0', '0', '-1', '1', '0', '-Jv', '', '0', '55001', '0', '0', '0', '0', '', '0', '0', '', '313', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2884', '2', '', '0', 'Giygas', '29e7a61ea07701c4157de7790f10b79f', '2010-03-04', 'dominik@mh-service.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1267739152', '0', '1273884026', '1276383787', '1273883665', '18', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '1', '94.218.30.181', '0', '0', '', '0', '0', '-1', '1', '0', '~!L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '369', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2816', '2', '', '0', 'nwo-cocaine', '3d34bcbc2ae7ab6db954a40f00d90bfd', '2010-01-06', 'envoy.division@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262770014', '0', '1262785231', '1262789908', '1262789875', '3', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.42.218.72', '0', '1', '', '0', '0', '-1', '1', '1', 'JqB', '', '0', '50720', '0', '0', '0', '0', '', '0', '0', '', '151', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2817', '2', '', '0', 'Myst1kaL', 'bc9902ecee741e87f68cefd2d648a831', '2010-01-06', 'DWDbloodhound@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262812497', '0', '1265104229', '1265132153', '1263575672', '2', '10', '5', '1', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.34.255.107', '0', '1', '', '0', '0', '-1', '1', '1', 'yhj', '', '0', '51893', '0', '0', '0', '0', '', '0', '0', '', '116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2818', '2', '', '0', 'cevn', 'b5bbca7ce753f3b22289ae29f95144b1', '2010-01-07', 'bjmagnus7@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262875967', '0', '1262875967', '1262876291', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.89.85.23', '0', '1', '', '0', '0', '-1', '1', '1', '#*g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2819', '21', '23', '21', 'thelion', '6d64c2fa0dd7f4fc625147a882fdcbbf', '2010-01-07', 'tzclucian@yahoo.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1262876760', '0', '1328613784', '1385224232', '1317745267', '83', '10', '5', '2', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.113.184.62', '0', '1', '', '0', '0', '-1', '2', '0', 'c%R', '', '0', '74760', '0', '0', '0', '0', '', '0', '0', '', '915', '5', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '4', '6', NULL, '6.08273', '10.7383', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1309280100', '0', '0', '1', 'RAWRing', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2820', '2', '', '0', 'HyperteX', 'c80b73d0586b00aa8698cc181099c266', '2010-01-07', 'Hypertex@corona-bytes.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262879653', '0', '1263118555', '1264694139', '1263040792', '2', '10', '5', '0', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '91.51.213.127', '0', '1', '', '0', '0', '-1', '1', '1', '#vP', '', '0', '51024', '0', '0', '0', '0', '', '0', '0', '', '116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2886', '2', '', '0', 'robban902', 'ab9524c1c8774ed888f193e8e10c844d', '2010-03-05', 'robert.96v@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1267831267', '0', '1267832819', '1267962562', '1267832819', '2', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '81.237.231.121', '2354', '1', '', '0', '0', '-1', '1', '1', 'J[+', '', '0', '56748', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2821', '2', '', '0', 'JackyD', 'c22f047d301b4bb31c7f9784be282aa6', '2010-01-07', 'jackyd@teamcrg.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262890447', '0', '1265125938', '1265146223', '1263605027', '5', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.98.93.208', '0', '1', '', '0', '0', '-1', '1', '1', '\"y0', '', '0', '51927', '0', '0', '0', '0', '', '0', '0', '', '198', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2869', '2', '', '0', 'Roymasters', '819a73a0f66dca6c8ed1f087fecabbb3', '2010-02-17', 'Romani_Slow@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1266396399', '0', '1266429088', '1266431689', '1266429052', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '189.217.197.58', '0', '1', '', '0', '0', '-1', '1', '1', 'Pj&', '', '0', '55585', '0', '0', '0', '0', '', '0', '0', '', '245', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2822', '2', '', '0', 'vortex', '3e04c99541a37fa1e89d45432a801513', '2010-01-08', 'staff@sharingfreelive.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262946348', '0', '1262946348', '1262946883', '1262946443', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.65.86.56', '0', '1', '', '0', '0', '-1', '1', '1', 'i~A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '274', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2823', '2', '', '0', 'NooOObie', '2b2b171b69c865c7e482c28c7c086828', '2010-01-08', 'NooOObie@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262971884', '0', '1262973326', '1262973326', '0', '0', '10', '5', '-8', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '65.185.80.172', '0', '1', '', '0', '0', '-1', '1', '1', 'Of{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2824', '2', '', '0', 'snapper11', '7aa8ec380fb2a8d6f80927c87f3e69a3', '2010-01-08', 'nicklas.spendler@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1262982901', '0', '1262982901', '1262983207', '1262983207', '1', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '77.213.239.134', '0', '1', '', '0', '0', '-1', '1', '1', 'Pcv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2866', '2', '', '0', 'bullfan', '74a9e3983224965898ec9aaf9b389cd0', '2010-02-10', 'jonte_grym@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1265824040', '0', '1265824040', '1265824700', '1265824568', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.226.50.114', '0', '1', '', '0', '0', '-1', '1', '1', '', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '243', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2856', '2', '', '0', 'rebmcr', '9188c468b533755e53b29800611888cb', '2010-01-29', 'ryan@mighty-micro.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264724440', '0', '1278459844', '1278461711', '1278458370', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.194.8.35', '0', '1', '', '0', '0', '-1', '1', '0', '^wq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '230', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2865', '2', '', '0', 'KenEvil', '6b8e1b482467475b8df89326515b8fe0', '2010-02-10', 'kms@gkmail.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1265764963', '0', '1265764963', '1265765331', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.106.188.232', '0', '1', '', '0', '0', '-1', '1', '1', '*(@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2827', '2', '', '0', 'Reticent', '22383476f2e7b5e2afa073b7fd1a3725', '2010-01-12', 'reticent-1971@hotmail.co.uk', '0', '', 'http://www.the22ndsasclan.net/', '', '', '', '2', '1', 'Junior Member', '0', '1263324815', '0', '1287937821', '1292575084', '1282583086', '5', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-19-1971', '1971-05-19', '-1', '-1', '92.239.212.68', '0', '1', '', '0', '0', '-1', '1', '0', 'O<2', '', '0', '67562', '0', '0', '0', '0', '', '0', '0', '', '843', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1292575680', '0', '0', '0', '', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2848', '2', '', '0', 'subzero', '34c529029a65a818dde3c55ab3b4dbda', '2010-01-24', 'doody-tom@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264371065', '0', '1264371577', '1264456088', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '93.97.216.37', '0', '1', '', '0', '0', '-1', '1', '1', '{s=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2828', '2', '', '0', 'Nightblink', '734ac6d5f654dec2a58cbc87e77d3a81', '2010-01-12', 'redrumhosting@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263339036', '0', '1263391497', '1263510379', '1263510378', '3', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.225.10.75', '0', '1', '', '0', '0', '-1', '1', '1', 'GfP', '', '0', '51861', '0', '0', '0', '0', '', '0', '0', '', '159', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2833', '2', '', '0', '_eKKo_', '193a067bd396424c6acf5b6ec1117677', '2010-01-13', 'danny_ashurst@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263411334', '0', '1279989306', '1279989503', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.33.128.96', '0', '1', '', '0', '0', '-1', '0', '0', 'fLM', '', '0', '51707', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '102024793186630|2.wCjucWlGY52Ht8vvZE0VFA__.3600.1279994400-526145898|5-bdaTZ7UyRnMjow_Uz0Bx3OnUc.', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1279990500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2829', '2', '', '0', 'Governor', '60582a353ff99a4f61dbeecc1ded7762', '2010-01-13', 'h.axors@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263390535', '0', '1263411290', '1263415584', '1263411139', '4', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '93.161.50.102', '0', '1', '', '0', '0', '-1', '1', '1', ')[{', '', '0', '51608', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2885', '2', '', '0', 'EgYpT_AiR_FoRcE', 'bccb3230aea849b822754c6aca0bb1b3', '2010-03-05', 'houssamdoko@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1267791156', '0', '1270163896', '1270229163', '1270043612', '4', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.237.64.27', '0', '1', '', '0', '0', '-1', '1', '1', ',;l', '', '0', '58045', '0', '0', '0', '0', '', '0', '0', '', '164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2831', '21', '', '0', 'Popz', '952372ab154bc80b37a2a68ce7c66665', '2010-01-13', 'bemused.undertaker@gmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1263403080', '0', '1342202622', '1344717763', '1342202621', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.41.182.218', '0', '1', '', '0', '0', '-1', '1', '0', '7?A', '', '0', '77963', '0', '0', '0', '0', '', '0', '0', '', '213', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1313348040', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2832', '2', '', '0', 'SenSitive', '55c42f51943269900ec800741351d632', '2010-01-13', 'lil.n@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263403345', '0', '1263403345', '1263404020', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.30.198.76', '0', '1', '', '0', '0', '-1', '1', '1', 'b{%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2920', '2', '', '0', 'destroyer25', '3ffe6a35dfffc3c153018ca3c423dee5', '2010-04-22', 'sebastian_012_08@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270406035', '0', '1272032649', '1272042442', '1272032649', '3', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '186.32.18.245', '0', '1', '', '0', '0', '-1', '1', '1', 'pU%', '', '0', '59011', '0', '0', '0', '0', '', '0', '0', '', '233', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2926', '2', '', '0', 'susan123', 'f0ca3eab22fedb86dac2610b5d33f236', '2010-04-14', 'susan.prince143@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1271243005', '0', '1271243005', '1271243136', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '119.152.80.232', '0', '1', '', '0', '0', '-1', '1', '1', 'frG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2835', '3', '', '0', 'gookster', '0f6b847c9559e443aaa1a7abbbdf9ef6', '2010-01-14', 'fu.fooker@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263502973', '0', '1263502990', '1263503103', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.244.157.248', '0', '1', '', '0', '0', '-1', '0', '0', 'rBm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2977', '2', '', '0', 'Sushi Cuttlefish', 'da5972288332069c17842f6a78816959', '2010-05-29', 'femininecuttlefish@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1275139207', '0', '1275161768', '1275163599', '1275161768', '4', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-02-1992', '1992-09-02', '-1', '-1', '97.81.199.42', '0', '1', '', '0', '0', '-1', '0', '0', 'J#S', '', '0', '62194', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2897', '2', '', '0', 'Rampant', '04dee960c5e32fd29550dfadd4f05c3c', '2010-03-19', 'rampant@esf-clan.org', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269038079', '0', '1269088388', '1269113453', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.217.109.152', '0', '1', '', '0', '0', '-1', '1', '1', 'XS,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2836', '2', '', '0', 'SnapHanen', '14f8ed7f5c0024be4b50b8dae59395d7', '2010-01-15', 'millknudsen@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263581278', '0', '1263581278', '1263581801', '0', '0', '10', '5', '1', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '188.176.10.60', '2484', '1', '', '0', '0', '-1', '1', '1', 'AlL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2939', '2', '', '0', 'n00b', '289b06a25e7488379187d99f4d32851e', '2010-05-03', 'rock.sockmail@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1272920044', '0', '1272920965', '1272925817', '1272925640', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '71.246.126.128', '0', '1', '', '0', '0', '-1', '0', '0', ';s&', '', '0', '59706', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2838', '2', '', '0', 'Graham[IE]', 'a5a2fc8bad689419a14640d46da24ada', '2010-01-16', 'graham@duk3.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263677140', '0', '1263812098', '1263813966', '1263739630', '2', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '89.100.82.150', '0', '1', '', '0', '0', '-1', '1', '1', 'c|g', '', '0', '52084', '0', '0', '0', '0', '', '0', '0', '', '342', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2841', '3', '', '0', 'Waffy', 'f4a4329b02e6848df2e53de7fe7cabf1', '2010-01-19', 'jt.totty@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1263935759', '0', '1263935759', '1263935777', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '74.63.93.147', '0', '1', '', '0', '0', '-1', '0', '0', '288', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2962', '2', '', '0', 'joebladon', 'd9216fab9161de7b34b7de980e8050bf', '2010-05-17', 'joebladon@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1274119774', '0', '1274171170', '1274194307', '1274191249', '5', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.128.73.196', '0', '1', '', '0', '0', '-1', '0', '0', 'LM=', '', '0', '61279', '0', '0', '0', '0', '', '0', '0', '', '149', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2842', '2', '', '0', 'mpd34', 'b27c2631d310ecff1199023c595e20de', '2010-01-20', 'johndudash75@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264009806', '0', '1264009806', '1264010432', '0', '0', '10', '5', '-5', '2', '0', '0', '0', '45108375', '', '0000-00-00', '-1', '-1', '75.69.187.220', '0', '1', '', '0', '0', '-1', '1', '1', 'y&O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2843', '2', '', '0', 'aim.ZeroX', '0830be502d9ebfaa18868b101c0196b2', '2010-01-20', 'laurens.kusters@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264017446', '0', '1269094829', '1269115611', '1264415816', '4', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.208.85.89', '0', '1', '', '0', '0', '-1', '1', '0', ']wN', '', '0', '53124', '0', '0', '0', '0', '', '0', '0', '', '217', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2845', '2', '', '0', 'RR|Goof', '21fde141385343441a514f7db8881059', '2010-01-24', 'stevephilips@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264295374', '0', '1264295374', '1264296038', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '80.5.189.134', '0', '1', '', '0', '0', '-1', '1', '1', 'o<_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2847', '2', '', '0', 'Rachey', '78c20349fcd76d3fa03f5e0149100a33', '2010-01-24', 'rrp2008@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264333393', '0', '1264859866', '1264859914', '1264333563', '1', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '86.134.84.246', '0', '1', '', '0', '0', '-1', '1', '1', 'DIM', '', '0', '52972', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2850', '2', '', '0', 'OnyX#', 'b90c4b1e8eecb6c88368c9edbcb4485e', '2010-11-22', 'rudolf.mevik@hotmail.com', '0', '', '', '', '', '', '2', '1', 'Member', '0', '1264520596', '0', '1293804761', '1294764977', '1293799709', '93', '10', '5', '1', '1', '0', '0', '0', '45108311', '06-30-1994', '1994-06-30', '-1', '-1', '88.89.42.181', '0', '1', '', '0', '0', '-1', '0', '0', '(2KCNy(%z#+MS7.zCTrFAu[MPJ_T-T', '', '0', '70972', '0', '0', '0', '0', '', '0', '0', '', '651', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3d4c2ed9183ed0d24f962683f810ccf0', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '2', NULL, '99.4', '60.0707', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1293800040', '0', '0', '0', 'cahn I haz cheezburger?', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2852', '2', '', '0', 'Sturm7', '3c0aee8284142ad6c2afe91e423936e4', '2010-01-27', 'Sturm7@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264616204', '0', '1264751203', '1270240904', '1264624410', '2', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '91.37.93.80', '0', '1', '', '0', '0', '-1', '1', '1', 'vB?', '', '0', '53469', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2892', '2', '', '0', 'Boba Fett', '4b99158472333c70b6a0d6b238f57632', '2010-03-15', 'welshwargames@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1268677844', '0', '1268677844', '1268677931', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.172.47.50', '0', '1', '', '0', '0', '-1', '1', '1', '?Ma', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2851', '21', '', '0', 'Dr. Who', 'fa507343efa847c632945cb5bdebe818', '2010-01-26', 'adam@culka.cz', '42', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1264521660', '0', '1453312845', '1454083456', '1409254531', '265', '10', '5', '1', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '2', '62.245.68.101', '2651', '0', '', '0', '0', '-1', '3', '0', ';$-', '', '0', '82598', '0', '0', '0', '0', '', '0', '0', '', '1632', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '4f0995e6b1fbbf27be7bca9a1334fc9c', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '22', '21', '29', NULL, '18.0328', '11.7647', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,19|500 Experience Points|spheres_grape_16.png|spheres_grape_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314265620', '0', '0', '1', '<*)]]]><', '5', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2854', '2', '', '0', 'GamerOfFreedom', '7ab0e81ba0bdfb7d4b94a4b8b8608f4c', '2011-10-30', 'gameroffreedom@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264640424', '0', '1268583750', '1320010139', '1267462916', '1', '10', '5', '1', '1', '0', '0', '0', '45108311', '09-12-1992', '1992-09-12', '-1', '-1', '87.50.29.171', '0', '1', '', '0', '0', '-1', '1', '0', 'T7XI`?,,WEQ\\qQ-E`l&\"~%WCcWR}!\\', '', '0', '56413', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2855', '2', '', '0', 'Masseeee', '70e6e44b07c12abe2041f97ca09d678d', '2010-01-28', 'Maskell001@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1264719733', '0', '1265228276', '1265229264', '1265137859', '1', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '86.151.237.43', '0', '1', '', '0', '0', '-1', '1', '1', 'q[<', '', '0', '54065', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2867', '2', '', '0', 'McTavish', 'd85af9bdf399192855900bf9da738261', '2010-02-11', 'william.lukas@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1265915595', '0', '1278010030', '1278098130', '1265916446', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.41.18.189', '2766', '1', '', '0', '0', '-1', '0', '0', '!\\Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '318', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2918', '2', '', '0', 'GasBob', 'efb3443e2b5038a7988a2519045af21b', '2010-04-02', 'lololwut@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270231028', '0', '1270930814', '1271194389', '1270297472', '7', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '93.139.38.125', '0', '1', '', '0', '0', '-1', '1', '1', 'cgq', '', '0', '58183', '0', '0', '0', '0', '', '0', '0', '', '222', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2859', '2', '', '0', 'Sgt.Engineer', '3b0b09f5549b7e89c30e08b76ae77681', '2010-02-01', 'jamesmatthews@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1265065328', '0', '1265065328', '1265067673', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.41.248.249', '0', '1', '', '0', '0', '-1', '1', '1', 'p6a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '156', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2952', '3', '', '0', '[GD] Painis Cupcake', 'a5e11c03b2f29eba20c969e66e0a0822', '2010-05-12', 'gmail@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273661700', '0', '1273661700', '1273661791', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45108247', '', '0000-00-00', '-1', '-1', '69.249.168.103', '0', '1', '', '0', '0', '-1', '0', '0', '|,H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2901', '2', '', '0', 'THVC', 'e875c96d5fe2678a5c23ce2abf8f8229', '2010-03-22', 'admin@triggerhappyvc.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269271329', '0', '1269271329', '1269274100', '1269271486', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.221.103.13', '0', '1', '', '0', '0', '-1', '1', '1', '~FW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '418', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2953', '2', '', '0', 'J0n3zz', '27b1ccd76752486da26b8842cafe9cf5', '2010-05-12', 'j0n3zz@steamgamers.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273676598', '0', '1316103576', '1321115437', '1316103575', '15', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.130.113.35', '0', '1', '', '0', '0', '-1', '0', '0', 'BUd', '', '0', '74498', '0', '0', '0', '0', '', '0', '0', '', '232', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.25791', '9.39597', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1308478200', '0', '0', '1', 'cake.', '7', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2861', '2', '', '0', 'Irishdude', '90d99fcb4637fbc96656905da39d8163', '2010-02-04', 'irishdude1968@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1265289649', '0', '1265289649', '1265291159', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '81.58.161.8', '2325', '1', '', '0', '0', '-1', '1', '1', 'bv:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2923', '2', '', '0', 'Emalkay', '6df1e2c6e7b071a6eab1f94809b91a8e', '2010-04-06', 'westy917@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270585536', '0', '1271345254', '1271345254', '1271326765', '3', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.154.50.241', '0', '1', '', '0', '0', '-1', '1', '1', '\"N|', '', '0', '58685', '0', '0', '0', '0', '', '0', '0', '', '304', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2883', '2', '', '0', 'Warrior_Much_?', 'e83f2172a29c0f40e56f3bc5c01126fa', '2010-03-03', 'gm.user.011@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1267652691', '0', '1267952806', '1268069253', '1267911520', '14', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '85.103.88.226', '0', '1', '', '0', '0', '-1', '1', '1', 'U7$', '', '0', '56795', '0', '0', '0', '0', '', '0', '0', '', '181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2871', '2', '', '0', 'F4T4L1TY', 'b400b23345316b9568af6def61ccd188', '2010-02-18', 'dieclan@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1266458645', '0', '1266458645', '1266458928', '0', '0', '10', '5', '-8', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.23.215.39', '0', '1', '', '0', '0', '-1', '1', '1', 'lKy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '160', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2961', '2', '', '0', 'Thermonuclear', '459a8a44c47610078ca3264019746eb2', '2010-05-15', 'temp101@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273956992', '0', '1273970561', '1274143814', '1273962503', '3', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '86.169.170.72', '0', '1', '', '0', '0', '-1', '0', '0', '\"&q', '', '0', '61105', '0', '0', '0', '0', '', '0', '0', '', '169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994560', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2880', '2', '', '0', 'ZombieServers', '520cdcf9661dd314d077c3bd3ac80ec4', '2010-03-01', 'partypanda88@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1267402302', '0', '1267991849', '1273003529', '1267991849', '10', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '93.97.29.141', '0', '1', '', '0', '0', '-1', '1', '1', ',Lb', '', '0', '56869', '0', '0', '0', '0', '', '0', '0', '', '392', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2864', '2', '', '0', 'Superking', '827c638ad154b26bcd8ab8ee6d4cf58f', '2010-02-07', 'dereksoccer@rogers.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1265584012', '0', '1265769538', '1284332212', '1284332191', '4', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.33.141.60', '0', '1', '', '0', '0', '-1', '1', '1', 'X!:', '', '0', '68314', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1284332280', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2890', '2', '', '0', 'Ihmeepeli', '0b0d0560814a2dfcdf1047e168f77e3e', '2010-03-11', 'tuomas_eira@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1268342463', '0', '1268343686', '1269187815', '0', '0', '10', '5', '2', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.156.82.45', '0', '1', '', '0', '0', '-1', '1', '1', 'uAZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2931', '21', '', '0', 'Fuelednrdy', 'f22c6674093c9cfcf34bf9907d34a4ef', '2010-05-08', 'rootsrockriot@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1272140940', '0', '1273389840', '1273853877', '1273389821', '4', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.132.149.91', '0', '1', '', '0', '0', '-1', '1', '0', 'hnq', '', '0', '60168', '0', '0', '0', '0', '', '0', '0', '', '218', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2889', '2', '', '0', '(ssd)daddypete', 'dfffe170a69b2b6a7738313ff364b33f', '2010-03-08', 'ritchie71@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1268053719', '0', '1268053814', '1268055776', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.39.214.242', '0', '1', '', '0', '0', '-1', '1', '1', 'I+n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '355', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2881', '2', '', '0', 'Dread', '1527312abdc5110180c258c904bd622c', '2010-03-01', 'dread.sweet@gmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1267467567', '0', '1267467567', '1267467732', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '06-24-1988', '1988-06-24', '-1', '-1', '93.96.218.203', '0', '1', '', '0', '0', '-1', '1', '1', '(n7', 'dreadsweet', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2862', '2', '', '0', 'gdkfhgb45', '2fefe12090c63ce9434de8f0d87eba70', '2010-02-07', 'b3515992@uggsrock.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1265544098', '0', '1265544098', '1265550850', '1265545839', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.172.13.52', '0', '1', '', '0', '0', '-1', '1', '1', '9f]', '', '0', '54637', '0', '0', '0', '0', '', '0', '0', '', '170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2891', '2', '', '0', 'Rossava', '8ef7f9dc114b3aa0484e72a0a4b9e629', '2010-03-13', 'ruskonopelko@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1268516995', '0', '1268641725', '1268647435', '1268639168', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '95.220.29.200', '0', '1', '', '0', '0', '-1', '1', '1', '/Cj', '', '0', '57192', '0', '0', '0', '0', '', '0', '0', '', '236', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2863', '2', '', '0', 'sharkserious2', 'a0f27dbfcbc9509db229a37c16571570', '2010-02-07', 'sharkserious2@centrum.sk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1265567451', '0', '1284289703', '1284289703', '1265567946', '1', '10', '5', '1', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '89.173.0.24', '0', '1', '', '0', '0', '-1', '1', '1', '6P\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1284290340', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2887', '2', '', '0', 'SharpShot.gif', '197471ad49bf0c8591a8d8b20341398a', '2010-03-07', 'sharpshot2003@gmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1267978781', '0', '1274224477', '1277824541', '1268097141', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '10-25-1988', '1988-10-25', '-1', '-1', '213.107.81.119', '0', '1', '', '0', '0', '-1', '1', '0', '15s', '', '0', '56975', '0', '0', '0', '0', '', '0', '0', '', '356', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2868', '2', '', '0', 'Ritoxic', '67056fb6070a5489fbaa34733cc63c47', '2012-05-29', 'alvarito_benito@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1266108826', '0', '1338317942', '1338319585', '1338319308', '11', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '79.145.57.39', '0', '1', '', '0', '0', '-1', '1', '1', '', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '203', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2903', '2', '', '0', 'jonas', '5354bc3a7bc3f79e0b63f313f6eb6f11', '2010-07-19', 'vielabraukis@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269294720', '0', '1269294720', '1269295310', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.118.125.61', '1376', '1', '', '0', '0', '-1', '1', '1', '@3DLX@sQtd9AVA[WY+yf:$`ZjM*4y4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2927', '2', '', '0', '=WBG=Sandman', 'c896638e19fda056ca9e716d3ceb46b3', '2010-04-20', 'lortie_3@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1271764629', '0', '1272969026', '1272972930', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '24.200.173.205', '0', '1', '', '0', '0', '-1', '0', '0', 'NOp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2904', '2', '', '0', 'kristyle74', '0a604c5868423588f47d66f728062608', '2010-03-23', 'kris@bbox.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269374385', '0', '1269374385', '1269374563', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '62.35.171.152', '0', '1', '', '0', '0', '-1', '1', '1', 'gBb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2908', '4', '', '0', 'huntergbh', 'bf4a60f779ea095495c23b249039fa0f', '2010-03-28', 'huntergbh@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269793869', '0', '1269793869', '1269793941', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.168.152.26', '0', '1', '', '0', '0', '-1', '0', '0', 'g#Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2909', '4', '', '0', 'Dennis', 'b6b3198655077d4bba07f77b9a04b91a', '2010-03-28', 'dennis_svensson_7@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269814655', '0', '1269814655', '1269815362', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.240.64.69', '0', '1', '', '0', '0', '-1', '0', '0', 'mf^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2981', '2', '', '0', 'Aet', 'b2afde7ec4a8eded4f6e5c0da3654069', '2010-06-03', 'me_frido@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1275579486', '0', '1275579486', '1275581606', '1275580849', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.197.61.132', '0', '1', '', '0', '0', '-1', '0', '0', 'v_J', '', '0', '62466', '0', '0', '0', '0', '', '0', '0', '', '160', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2910', '4', '', '0', 'ducksantos', '3246cc628cbcd6ce77f5542b1c9e8639', '2010-03-29', 'ducksantos@yahoo.com.br', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269871178', '0', '1269871178', '1269871521', '0', '0', '10', '5', '-3', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '189.105.209.54', '0', '1', '', '0', '0', '-1', '0', '0', '-aX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2911', '2', '', '0', 'Rexdale_Punjabi', '05748ea8661b48161f04d8e7b56bd3aa', '2010-03-30', 'fdhk_15@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1269905019', '0', '1270215106', '1270215106', '1270215038', '2', '10', '5', '-5', '2', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '173.206.104.130', '0', '1', '', '0', '0', '-1', '1', '1', 'KE\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '153', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2913', '2', '', '0', 'subcide', 'e00f5ab635f0ba7a851d2deb81c744e5', '2010-03-31', 'neurocide420@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270022760', '0', '1286573703', '1286573703', '1272697813', '2', '10', '5', '-5', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '67.68.209.90', '0', '1', '', '0', '0', '-1', '1', '0', ',8e', '', '0', '59509', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1286573400', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2914', '2', '', '0', 'george.mikal', '93af255765c2610f346b63275014be34', '2010-03-31', 'george.mikal@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270034595', '0', '1270034595', '1270034786', '1270034786', '1', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '119.73.34.165', '0', '1', '', '0', '0', '-1', '1', '1', 'cTM', '', '0', '58043', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2948', '2', '', '0', 'gr4fun', '466791a205bc2008b894ff9279997c25', '2010-05-10', 'sitting_bull_0053@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273512030', '0', '1307700086', '1307740546', '1306592545', '4', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.198.201.242', '0', '1', '', '0', '0', '-1', '0', '0', '6!m', '', '0', '73367', '0', '0', '0', '0', '', '0', '0', '', '220', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '7.29927', '16.1074', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1306595880', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2915', '3', '', '0', 'Knurixx', '64a601b44ff0ae41d3294de873036b15', '2010-04-01', 'wiktor2511@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270137738', '0', '1270137738', '1270137738', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '213.106.33.20', '0', '1', '', '0', '0', '-1', '0', '0', 'O4Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2916', '2', '', '0', 'driving555', 'a1e2d161a2f13b176446abaf82247d90', '2010-04-01', 'david.fisher555@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270138290', '0', '1270138504', '1270181031', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.168.46.58', '0', '1', '', '0', '0', '-1', '1', '1', 'MI\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2917', '21', '', '0', 'crazychicken', '7d4d1165df64ea0b8aab7ead40acf41c', '2010-04-02', 'crazychikn@gmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1270202280', '0', '1273616480', '1273617720', '1273483719', '19', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '149.254.182.199', '0', '1', '', '0', '0', '-1', '1', '0', 'V][', '', '0', '60210', '0', '0', '0', '0', '', '0', '0', '', '298', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2937', '2', '', '0', 'chocolater2', 'cadb6a3483949f8605eee123c77dbe45', '2010-05-01', 'koolkidinc12@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1272670931', '0', '1272671119', '1272697163', '1272697131', '1', '10', '5', '-8', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '24.23.185.220', '0', '1', '', '0', '0', '-1', '1', '1', 'FY,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2919', '2', '', '0', 'atis002', '6b302e561aa1559b02778904570d0b02', '2010-04-03', 'gameservers002@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270266889', '0', '1270266900', '1270270049', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.54.47.68', '0', '1', '', '0', '0', '-1', '1', '1', 'L.L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2921', '21', '23', '21', 'Myst', 'ca5f19748a58a1ace74b26ab13c250f4', '2010-04-05', 'jmoos12@gmail.com', '41', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1270438680', '0', '1365481343', '1377213041', '1362352987', '99', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '1', '98.127.0.129', '0', '0', '', '0', '0', '-1', '13', '0', '\"7<', '', '0', '80032', '0', '0', '0', '0', '', '0', '0', '', '860', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '8', '7', '9', NULL, '6.50759', '4.71143', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1300008780', '0', '0', '0', 'Killer of Trolls', '5', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2922', '2', '', '0', 'Groper', 'de1f7c8a0d0abfd1fc9c0c3b1d6bf444', '2010-04-05', 'ww2_uk@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270505942', '0', '1270547297', '1270558925', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.16.122.92', '0', '1', '', '0', '0', '-1', '1', '1', 'A,|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2997', '2', '', '0', 'brianhoare', 'c40e174d6c43665ad01a611445e4345b', '2010-06-17', 'trekki@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1276773427', '0', '1276866423', '1276962579', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '217.41.63.214', '0', '1', '', '0', '0', '-1', '0', '0', 'I_w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2925', '2', '', '0', 'Yanush', '0a460473b35e9221dc76d3f96c9f0313', '2010-04-07', 'yanoosh.pro@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1270650329', '0', '1270942174', '1274274672', '1274274671', '5', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.156.97.228', '0', '1', '', '0', '0', '-1', '1', '0', 'O-@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '226', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2967', '3', '', '0', 'Robert2812', 'e76f349996304217bca0259d77202a1a', '2010-05-22', 'Robert@redfox.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1274555300', '0', '1274555300', '1274555382', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.71.31.46', '0', '1', '', '0', '0', '-1', '0', '0', 'dyv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2929', '2', '', '0', 'slim_shady009', '2039c0a134e049a9a73e9fda05a1938a', '2010-04-22', 'muhammad_bilal322@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1271960028', '0', '1271960028', '1271960264', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '119.153.32.207', '0', '1', '', '0', '0', '-1', '1', '1', 'Dec', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2934', '3', '', '0', 'wellsy1231', '83cf8386ec648b53d886531d053dcad0', '2010-04-27', 'WellZee--@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1272406168', '0', '1272406168', '1272406168', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.11.253.205', '0', '1', '', '0', '0', '-1', '0', '0', '0,t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2930', '2', '', '0', 'Suggestive', 'e99331b4dc38b68468d619d6e88e7bbf', '2010-04-24', 'whoatherepickle@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1272099852', '0', '1282580124', '1282673822', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '217.43.195.12', '0', '1', '', '0', '0', '-1', '0', '0', 'TZK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '151', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1282579860', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2932', '2', '', '0', 'Tex', 'b367c793be503e870d246bbc81feab5a', '2011-01-08', 'icicles909@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1272155353', '0', '1272155707', '1276731579', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.194.94.141', '0', '1', '', '0', '0', '-1', '0', '0', 'kX<)?j`cTWt2l$r:-h!^+7C9{Uy!4I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2996', '2', '', '0', 'FuzzyWuff', '1212b4b87356c2708b3e42b1b2128b32', '2010-06-16', 'admin@pawsome.us', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1276727033', '0', '1277302644', '1277691909', '1276731548', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.196.144.46', '0', '1', '', '0', '0', '-1', '0', '0', 'o%,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2974', '2', '', '0', 'clarkd', '919fd21bf9d15b58746d4916f6e68e1d', '2010-05-27', '02DClarke@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1274983922', '0', '1298491704', '1299455491', '1298491703', '13', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.186.16.4', '0', '1', '', '0', '0', '-1', '0', '0', 'VmT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '99075a5caafe87becd98d4be8400aa5d', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '5.78453', '9.42285', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1299455460', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2989', '2', '', '0', 'Agro', '457e2a5ea4c10294e0e3269834a457ca', '2010-06-11', 'agro@kritzkast.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1276292907', '0', '1276349438', '1276445586', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.86.168.176', '0', '1', '', '0', '0', '-1', '0', '0', 'ggT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2936', '2', '', '0', 'DeagleMan', '370ffa10a67913e0f09c192c53fbee61', '2012-10-27', 'reinoutkruger@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1272534458', '0', '1361800265', '1361980958', '1351372454', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '77.162.59.169', '0', '1', '', '0', '0', '-1', '1', '0', '>=MdL7ltnT9v*<1-~=/l=Lm.nmR\"5k', '', '0', '79229', '0', '0', '0', '0', '', '0', '0', '', '270', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3005', '2', '', '0', 'Mateck', '5921834ca6bb7a53b262ac3b401c9e2c', '2010-06-25', 'mateck@tlen.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1277482329', '0', '1277482481', '1277483081', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.23.72.237', '0', '1', '', '0', '0', '-1', '0', '0', '/RT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2975', '2', '', '0', 'Comentarinformal-MPP?', '3ebee047f3639e284035ae02554d1a40', '2015-09-15', 'wey.peje@yahoo.es', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1275075407', '0', '1353027549', '1442279411', '1325066176', '12', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '81.172.13.52', '0', '1', '', '1321785267', '0', '-1', '0', '0', 'R^m.\'$E^zO{UDg[\\}yMhSI[tE\"t_>)', '', '0', '75681', '0', '0', '0', '0', '', '0', '0', '', '469', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3747e9b508773e443095f8c70a9d90df', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '0', '0', NULL, '2.43309', '0', '29|New Achievement!||,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1310226840', '0', '0', '0', 'This user has no statits.', '5', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2984', '2', '', '0', 'mahoneyuk', 'b425ab2ee197428fea06424bb43e0818', '2010-06-06', 'keller1994@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1275858068', '0', '1275858068', '1275858263', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '92.238.213.122', '0', '1', '', '0', '0', '-1', '0', '0', ';9H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2986', '2', '', '0', 'DeDKiN', 'c251a0f6dcdbe005ad961a338b97225d', '2010-06-07', 'dedkin70@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1275898922', '0', '1275898922', '1275899214', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '213.246.73.10', '0', '1', '', '0', '0', '-1', '0', '0', '#EA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2955', '21', '', '0', 'Swiss-UK', '158b2178948966d15115750adef92d6b', '2010-05-13', 'swiss_@hotmail.co.uk', '43', '', '', '', '', '', '2', '3', 'TF2 Admin', '1', '1273771260', '0', '1420633729', '1434435927', '1420633700', '206', '10', '5', '0', '1', '0', '0', '0', '45108695', '04-04-0000', '0000-04-04', '-1', '1', '87.194.206.43', '0', '0', '', '0', '0', '2', '11', '0', 'X@j', '', '0', '82911', '0', '0', '0', '0', '', '0', '0', '', '990', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '26', '10', '10', NULL, '88.0399', '13.0391', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1291297800', '0', '0', '0', 'always Online due to excessive caffien', '1', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2944', '2', '', '0', 'airbrushNY', '52efc088ca4b3fa477af18399e5af35e', '2010-05-06', 'peacelovesuccess@gmail.com', '0', '', 'http://www.nysdwi.com/', '', '', '', '2', '0', 'Junior Member', '0', '1273122607', '0', '1273122607', '1273122912', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1980', '1980-03-17', '-1', '-1', '121.96.177.27', '0', '1', '', '0', '0', '-1', '0', '0', 'ipF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2940', '2', '', '0', 'SAS Armed', '029c9adc24651d7034601a607a0f20a2', '2010-05-03', 'markmurray99@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1272924370', '0', '1272924370', '1272924458', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.150.253.99', '0', '1', '', '0', '0', '-1', '0', '0', 'X11', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2941', '2', '', '0', 'Tiashi', '4b7d4e8f06c0cbf890cb3a32447fd219', '2010-05-04', 'tiashixpx@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1272944637', '0', '1272996521', '1272996521', '1272995279', '2', '10', '5', '0', '1', '0', '0', '0', '45112663', '', '0000-00-00', '-1', '1', '188.218.89.128', '0', '0', '', '0', '0', '1', '0', '0', '~}\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '449', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2943', '2', '', '0', 'SandyG', '2e8c1f920709d92019816a6a39f03675', '2010-05-06', 'sgsaunderson@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273105526', '0', '1273106457', '1273154812', '1273154392', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.240.35.63', '0', '1', '', '0', '0', '-1', '0', '0', 'Z}A', '', '0', '59896', '0', '0', '0', '0', '', '0', '0', '', '116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2942', '2', '', '0', 'MrFox', '3418e14f872d0409decc81f6a9cc3816', '2010-05-04', 'pro_foxy@hotmail.com', '0', '', 'http://gamingdeluxe.co.uk/forums2/profile.php?do=editprofile', '', '', '', '2', '2', 'Junior Member', '0', '1272995358', '0', '1275003402', '1275010909', '1273341824', '23', '10', '5', '0', '1', '0', '0', '0', '45108439', '09-14-1992', '1992-09-14', '-1', '-1', '92.29.2.100', '1087', '1', '', '0', '0', '-1', '0', '0', 'wdn', '', '0', '60132', '0', '0', '0', '0', '', '0', '0', '', '154', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2945', '2', '', '0', 'PsychoAlex', '156978acf7566fc19d457c4c2b57c402', '2010-05-07', 'psychoalex@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273186942', '0', '1273483799', '1274617499', '1273483741', '6', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.16.26.159', '0', '1', '', '0', '0', '-1', '2', '0', 'tE8', '', '0', '60211', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2947', '2', '', '0', 'wimpzilla', '879079633d14ff0d4d7aa663c162b51f', '2010-05-10', 'wimpzilla@hotmail.it', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273481125', '0', '1273481125', '1273481250', '1273481234', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.5.126.149', '0', '1', '', '0', '0', '-1', '0', '0', 'hB\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2946', '2', '', '0', 'BasementCat', '381b0707c41a20332ae7964302c33479', '2010-05-09', 'whycatwhy13@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273363904', '0', '1273363904', '1273365009', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.192.225.19', '0', '1', '', '0', '0', '-1', '0', '0', 'tzw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2956', '2', '', '0', 'mrhanky13', '57438ba3c00fb8458700229496b5416b', '2010-05-14', 'paul.hammond13@btopenworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273842935', '0', '1273843038', '1276888932', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.165.33.8', '0', '1', '', '0', '0', '-1', '0', '0', 'PEV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2949', '2', '', '0', 'Analhengst', 'c9e137f0c0cc067c77d595964ae6a6d1', '2010-05-11', 'moroccn@gmx.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273584077', '0', '1278266758', '1278269011', '1278269010', '15', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.107.194.47', '0', '1', '', '0', '0', '-1', '0', '0', 'DGq', '', '0', '64791', '0', '0', '0', '0', '', '0', '0', '', '224', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2950', '3', '', '0', 'Dean Mac', '95e81cd6225c21ad138be26b1e53eae2', '2010-05-11', 'deansporsche@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273584272', '0', '1273584272', '1273584470', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '92.4.50.19', '2686', '1', '', '0', '0', '-1', '0', '0', 'J]w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2951', '8', '', '0', 'KungFuEditor', 'c432ba87d96d00cbbd25e50ee902578f', '2010-05-11', 'lol@live.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1273607340', '0', '1273607348', '1273608900', '1273608390', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '98.143.146.84', '2612', '1', '', '0', '0', '-1', '0', '0', '<_t', '', '0', '60412', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2954', '21', '', '0', 'LorenXo', 'c0f7c448444dd334f33b14861f14f773', '2012-07-13', 'lorenxo.lnx@gmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1273692720', '0', '1393228893', '1393833167', '1392626014', '10', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.30.147.27', '0', '1', '', '0', '0', '-1', '0', '0', 'v66v%I{H!\":mm[WaqOKC\"YAj2Pi`U]', '', '0', '81621', '0', '0', '0', '0', '', '0', '0', '', '256', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '1.44613', '0', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1296949380', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2987', '2', '', '0', 'Bigglesworth', 'f14faaa8e701bb2e8a52e1d9369ec1c7', '2010-06-10', 'cptbigglesworth94-ps2games@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1276160258', '0', '1276168538', '1276425204', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.131.228.205', '0', '1', '', '0', '0', '-1', '0', '0', 'np#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '201', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2957', '2', '', '0', 'pritz', 'ce7eac30c7f47f2c0e0b8398b6a69b60', '2010-05-14', 'prits_88@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273851652', '0', '1274029336', '1276013769', '1273856561', '3', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.9.103.244', '0', '1', '', '0', '0', '-1', '0', '0', '1mS', '', '0', '60899', '0', '0', '0', '0', '', '0', '0', '', '161', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2958', '2', '', '0', 'BettyHoover', '59df66da6f83e6ffdedf0ce36a22b195', '2010-05-14', 'randalhairston@yahoo.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1273854384', '0', '1273854384', '1273854850', '1273854829', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-16-1987', '1987-09-16', '-1', '-1', '119.111.124.194', '0', '1', '', '0', '0', '-1', '0', '0', 'tES', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2959', '2', '', '0', 'SLASHER', '2bf672f8357f5289f58d2abd5e4bb9f8', '2010-05-14', 'SLASHER78100@hotmail.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273861451', '0', '1314833119', '1320033010', '1299535354', '8', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '79.82.27.223', '0', '1', '', '0', '0', '-1', '3', '0', 'QEA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '302', '1', '2', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.86618', '10.7383', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1300550040', '0', '0', '0', '', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2960', '2', '', '0', 'prd', '18c29f02e2119d1ccc04354d1fc6ce6d', '2010-05-15', 'steven.annand@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1273879221', '0', '1273879221', '1273879783', '1273879485', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.129.30.104', '0', '1', '', '0', '0', '-1', '0', '0', '*p?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2990', '2', '', '0', 'The BigBoss', '7b7a7fd055bd1e90a0606f6a957a2b69', '2010-06-12', 'gogetassj-franck@hotmail.it', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1276335708', '0', '1276335708', '1276335785', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.10.29.104', '0', '1', '', '0', '0', '-1', '0', '0', ']1M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2963', '2', '', '0', 'jamesrann', 'b24a1b8c504cf2036a57c6dd280e2e41', '2010-05-20', 'jrann@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1274367457', '0', '1274367457', '1274367896', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.220.37.13', '0', '1', '', '0', '0', '-1', '0', '0', '$\'6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994620', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('2964', '2', '', '0', 'Berliche', 'c6507c8c009f941e426c7f881e3ead6e', '2010-12-26', 'casanojulien@free.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1274446031', '0', '1299830810', '1300004553', '1294064918', '9', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.224.36.68', '0', '1', '', '0', '0', '-1', '0', '0', 'qD=SU#ZC[3{&ED-\\R$:J*/O/Gn0p', '', '0', '64102', '0', '0', '0', '0', '', '0', '0', '', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994680', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3007', '2', '', '0', 'BenJMan', '3e0ac4ccfd486afa5eec1bd522015c21', '2010-06-25', 'simontowse@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1277489172', '0', '1277489172', '1277489694', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.17.10.75', '0', '1', '', '0', '0', '-1', '0', '0', 'Oi~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994680', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3009', '2', '', '0', 'neoseeker', 'e5c174880b777f763a45cc58f249dcf6', '2010-06-27', 'jamesloy176@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1277652975', '0', '1277653878', '1277657391', '1277653343', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.141.36.87', '0', '1', '', '0', '0', '-1', '0', '0', 'S8G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '142', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994680', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3025', '2', '', '0', 'terminator2k2', '7e093287f4d0f80028d852a7974217d6', '2010-07-11', 'claridgeservice@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278860273', '0', '1360971114', '1363543357', '1360783005', '16', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.237.60.110', '0', '1', '', '0', '0', '-1', '0', '0', ':.8', '', '0', '79967', '0', '0', '0', '0', '', '0', '0', '', '372', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '68e25651f7073d38dc55d2dfe2e41f81', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2', '3', NULL, '6.55738', '11.7647', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1313748240', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3014', '3', '', '0', 'ArabianKnight', '9b83b6b7fba1f48a431dd2581f498498', '2010-07-06', 'bilalzahran@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278440362', '0', '1278440362', '1278440369', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '76.237.20.26', '0', '1', '', '0', '0', '-1', '0', '0', 'B#m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `skype`, `adminoptions`, `lastpostid`, `sigpicrevision`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `threads`, `favcache`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `importuserid`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `mediafaves`, `dbtech_infopanels_blocks`, `dbtech_infopanels_settings`, `arcade_ban`, `times_played`, `is_arcade_mod`, `fav_games`, `user_sort`, `user_order`, `user_g_pp`, `user_s_pp`, `def_g_cat`, `game_skin`, `arcade_mod_privs`, `arcade_pmactive`, `games_played`, `time_played`, `arcade_points`, `arcade_spent`, `arcade_won`, `arcade_high`, `create_tourney`, `arcade_sess_gid`, `arcade_sess_start`, `arcade_gtype`, `arcade_session`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `creditspermissions`, `xperience_ppd7`, `xperience_ppd30`, `xperience_achievements`, `xperience_lastupdate`, `xperience_awardcount`, `xperience_promotioncount`, `xperience_achievementcount`, `dbtech_status_status`, `dbtech_status_mood`, `dbtech_vbactivity_achievementcount`, `dbtech_vbactivity_points`, `dbtech_vbactivity_pointscache`, `dbtech_vbactivity_pointscache_day`, `dbtech_vbactivity_pointscache_week`, `dbtech_vbactivity_pointscache_month`, `dbtech_vbactivity_rewardscache`, `dbtech_vbactivity_trophycount`, `dbtech_vbactivity_medalcount`, `dbtech_vbactivity_settings`, `dbtech_vbactivity_autocollapse_stats`, `dbtech_vbactivity_autocollapse_bar`, `dbtech_vbactivity_excluded`, `dbtech_vbactivity_medalmoderatecount`, `ezircvb4_username`) VALUES ('3012', '2', '', '0', 'Flex', 'e19c0e7f75c5a00322a75f6b27a896aa', '2010-07-02', 'amaster@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278028002', '0', '1278028274', '1278028274', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.171.208.35', '0', '1', '', '0', '0', '-1', '0', '0', '/0K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994680', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3020', '21', '', '0', 'Male_07', 'b20ebfb7a46cc26938baadb95db8c057', '2010-07-09', 'sdempster64@googlemail.com', '0', '', '', '', '', '', '2', '1', 'TF2 Full Admin', '1', '1278690900', '0', '1296075639', '1296259741', '1296075604', '26', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-12-1991', '1991-07-12', '-1', '-1', '82.36.114.81', '0', '1', '', '0', '0', '-1', '2', '0', 'jkR', '', '0', '71676', '0', '0', '0', '0', '', '0', '0', '', '300', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0206fde334d8dea53e61df99caae6551', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1296076020', '1', '0', '1', 'Beastin\'', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3031', '2', '', '0', 'hoteldebotel', '6203511150e7bad4bf38d5bdc8401fcb', '2010-07-12', 'hoteldebotel11@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278950405', '0', '1290447818', '1290600458', '1290352092', '4', '10', '5', '1', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '94.210.18.224', '0', '1', '', '0', '0', '-1', '4', '0', 'm$Y', '', '0', '70014', '0', '0', '0', '0', '', '0', '0', '', '265', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '6.64452', '12.0361', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,', '1290439980', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3018', '2', '', '0', 'Hawky', '1e57edb46fe032c7bcca9632f3e9d68d', '2010-07-07', 'hkn-is@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278500906', '0', '1278710393', '1278906768', '1278906454', '3', '10', '5', '0', '1', '0', '0', '0', '45108567', '08-29-1994', '1994-08-29', '-1', '-1', '95.34.80.244', '2449', '1', '', '0', '0', '-1', '0', '0', '@Kl', '', '0', '65274', '0', '0', '0', '0', '', '0', '0', '', '246', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3028', '10', '', '0', 'Freemason', '9217ac6ce1624e83b15a55b8ed0a17ba', '2010-07-11', 'amcs@live.com', '0', '', '', '', '', '', '2', '0', 'CSS Admin', '1', '1278881100', '0', '1343393479', '1359452020', '1343217607', '128', '10', '5', '0', '1', '0', '0', '0', '45108567', '03-31-1983', '1983-03-31', '-1', '-1', '86.157.157.126', '0', '1', '', '0', '0', '-1', '3', '1', ':[v', '', '0', '78096', '0', '0', '0', '0', '', '0', '0', '', '1060', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3116e4248f1ad1482d8c10199b080cfc', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '5', '15', '26', NULL, '6.08273', '1.34228', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,11|Created Album pictures|pictures_16.png|pictures_32.png,', '1302166320', '0', '0', '0', 'Chillin and Killin', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3010', '2', '', '0', '=WBG=Ron', 'a3398d5ef16f4efb414b0d737526dbda', '2010-06-28', 'cameron1977@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1277717022', '0', '1277717022', '1277717629', '1277717605', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '91.109.73.117', '0', '1', '', '0', '0', '-1', '0', '0', 'zIv', '', '0', '64331', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994680', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3011', '3', '', '0', 'Nazgul', 'f4b361c0d21753fc93124fe4ea775a22', '2010-06-29', 'br1001@wp.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1277805400', '0', '1281265086', '1281278250', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '83.20.195.74', '0', '1', '', '0', '0', '-1', '11', '1', 'w1k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994680', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3030', '2', '', '0', 'Ark Angel', 'b7f8878d683fcfd168b1e85fb3ace21c', '2010-07-12', 'umberto202@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278927937', '0', '1278927937', '1278928386', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.225.178.185', '0', '1', '', '0', '0', '-1', '0', '0', '7[E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3013', '2', '', '0', '-1PARA-JaR=CO=', '30e633dae40631536af04913a9f7aca4', '2010-07-02', 'memoka85@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278106960', '0', '1278109104', '1278204781', '1278204780', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.176.100.120', '0', '1', '', '0', '0', '-1', '0', '0', '@hG', '', '0', '64748', '0', '0', '0', '0', '', '0', '0', '', '342', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', 'a:2:{i:0;a:0:{}i:1;a:0:{}}', '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1278994680', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3015', '2', '', '0', 'Heaven Implode', '9875b234a3a395c0f50bc14cc9a3a3f6', '2010-07-06', 'earfolds@gmail.com', '0', '', 'http://onmix.co.uk/', '', 'earfolds', 'earfolds', '2', '1', 'Junior Member', '0', '1278456634', '0', '1278559872', '1278559901', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '01-31-1991', '1991-01-31', '-1', '-1', '86.149.144.48', '0', '1', 'earfolds@live.com', '0', '0', '-1', '0', '0', '6(2', 'earfolds', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3016', '2', '', '0', 'Katherine.Rose1983', '5c7a439873f07e357acead9ae667a2ef', '2010-07-07', 'chenting.alice@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278467953', '0', '1278467953', '1278467953', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '116.21.125.206', '0', '1', '', '0', '0', '-1', '0', '0', ';&1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3017', '2', '', '0', 'Tirrik', '3ee84c28d3011a4688845f6d68d8b29a', '2010-07-07', 'youre_not_a_pirate_yet@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278468434', '0', '1279204224', '1280094730', '1280094730', '5', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.12.115.93', '0', '1', '', '0', '0', '-1', '0', '0', '{V7', '', '0', '66062', '0', '0', '0', '0', '', '0', '0', '', '199', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '12.6582', '12.6582', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,11|Created Album pictures|pictures_16.png|pictures_32.png,', '1280095500', '0', '0', '1', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3019', '2', '', '0', 'modern', '4003d9d02c0cb5c2b5bb3c31e54cc497', '2010-07-07', 'markrobinson42@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278505867', '0', '1278505867', '1278505890', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '120.61.152.227', '0', '1', '', '0', '0', '-1', '0', '0', '|&d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3021', '2', '', '0', 'Carpet Burn', 'a2b7873aa717c3addd84025e1cca219c', '2010-07-11', 'guitarist_tom@hotmail.co.uk', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1278706249', '0', '1278866440', '1278866834', '1278866831', '4', '10', '5', '0', '1', '0', '0', '0', '45108695', '12-05-1991', '1991-12-05', '-1', '-1', '94.172.140.105', '3020', '1', '', '0', '0', '-1', '0', '0', '\"jS', '', '0', '65219', '0', '0', '0', '0', '', '0', '0', '', '375', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3022', '3', '', '0', 'Sandwich89', '7c41084804352b47646cd36d03d1b2f0', '2010-07-10', 'donald98@roadrunner.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278719776', '0', '1278719776', '1278719788', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '72.228.191.156', '0', '1', '', '0', '0', '-1', '0', '0', '%7#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3023', '2', '', '0', 'Kammerjunk', '896e44b884f6fba80619af6aad4486e0', '2010-07-10', 'kasperuhre@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278778504', '0', '1278778504', '1278778578', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.143.232.102', '0', '1', '', '0', '0', '-1', '0', '0', 'D2G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3024', '2', '', '0', 'PooKer', '1ccfb68184f4b52bd107070368407efc', '2010-07-10', 'langarzoid@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278779204', '0', '1278779204', '1278779569', '1278779357', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.81.6.195', '0', '1', '', '0', '0', '-1', '0', '0', 'Q0\\', '', '0', '65166', '0', '0', '0', '0', '', '0', '0', '', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3026', '2', '', '0', 'synth', '9fa8782ddf4f21ab1fa50572be7b6195', '2010-07-11', 'mathewmaynelle500@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278861487', '0', '1278861487', '1278861544', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.43.232.120', '0', '1', '', '0', '0', '-1', '0', '0', '2wq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3027', '2', '', '0', 'Sammygm', '146eac1935b84eca0f69f491c7024570', '2010-07-11', 'scorrion@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1278865305', '0', '1286983688', '1286993606', '1278871923', '4', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '91.181.16.144', '0', '1', '', '0', '0', '-1', '0', '0', '{Pc', '', '0', '65228', '0', '0', '0', '0', '', '0', '0', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1280115660', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3029', '2', '', '0', 'GeIveI2aL', 'e6ec7c8b38c57900d34d9dcc796b633c', '2010-07-11', 'general.bigdave@googlemail.com', '0', '', 'http://www.xfire.com/communities/purecodgaming/', '', '', '', '2', '1', 'Junior Member', '0', '1278889040', '0', '1278889040', '1278889149', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '10-23-1987', '1987-10-23', '-1', '-1', '90.217.228.53', '0', '1', '', '0', '0', '-1', '0', '0', 'wH~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1278994680', '0', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3048', '2', '', '0', 'LaMqTa', '69ee08ba73c788f346e5feab1c9dacaa', '2010-07-21', 'sa6ko19@abv.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1279694667', '0', '1298505274', '1298737672', '1288441282', '7', '10', '5', '0', '1', '0', '0', '0', '36719703', '', '0000-00-00', '-1', '-1', '79.100.97.245', '0', '1', '', '0', '0', '-1', '2', '0', '`cz^6l\\HPQ\"5^Sv1~gH1|InkKM\'*):', '', '0', '69646', '0', '0', '0', '0', '', '0', '0', '', '405', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '102024793186630|2.QzVsE9LtDmRwagg7IbNw_Q__.3600.1298743200-1425164321|a5XiMpMgiRrNxY25dYc2UxIX-t0', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0.723066', '0', '13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1295742180', '0', '0', '0', 'Samurai Jack!', '8', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3032', '2', '', '0', 'Voyager', '16c1b88cc70c56ed927891d6b993933e', '2010-07-13', 'pedruh_mik@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1279020530', '0', '1279020530', '1279020779', '1279020669', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.196.146.10', '0', '1', '', '0', '0', '-1', '0', '0', 'lhHt-0@P|;k]Vz+XpgOQaV8dEwE@ut', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '134', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1279020780', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3045', '2', '', '0', 'Karen Metcalfe', '461b8e60e1054645d5a8198012116bbe', '2010-09-05', 'ffd-charmed@hotmail.co.uk', '0', '', 'http://www.ctfserver.com', '', '', '', '2', '0', 'Junior Member', '0', '1279540289', '0', '1283689475', '1283719959', '1283689369', '8', '10', '5', '1', '1', '0', '0', '0', '36719623', '', '0000-00-00', '-1', '-1', '83.100.229.235', '0', '1', '', '1279562110', '0', '-1', '0', '0', 'ZH}U;.)4nI}i/Aa_cOk}Y08y-M1[>D', '', '0', '68021', '0', '0', '0', '0', '', '0', '0', '', '329', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '1279540294', 'Karen Metcalfe', 'vb', '102024793186630|2.dTAnIBdwWFHcNgVScMetsw__.3600.1283724000-1324427505|_HwWhwXZjP4h4Q95lDNy1ETjAGc.', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '22.7716', '10.3917', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1283718720', '0', '0', '0', NULL, '8', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3035', '2', '', '0', 'RT. Green Label', '9e716b3b0d18ee8060cbb6f062984f9a', '2010-07-14', 'robintorrez@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1279115933', '0', '1282321563', '1283876525', '1279806048', '3', '10', '5', '1', '1', '0', '0', '0', '36719831', '', '0000-00-00', '-1', '-1', '78.22.186.33', '0', '1', '', '0', '0', '-1', '8', '0', '&vzph};zVxM#=T,j#6wIs\"DW_Ioq48', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '228', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '31.8471', '31.8471', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1279806060', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3036', '2', '', '0', 'DaRudes', 'cbd3155e7af73da6f043a2045d00b7d5', '2010-07-14', 'underground_customs@live.ca', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1279126550', '0', '1279126550', '1279126607', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '36720087', '', '0000-00-00', '-1', '-1', '72.38.21.213', '0', '1', '', '0', '0', '-1', '0', '0', '_U2|{_sndL+]=BV\'OGlQ$z:Hup[', '', '0', '68539', '0', '0', '0', '0', '', '0', '0', '', '243', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '28.6272', '35.1719', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,29|New Achievement!||,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1285154820', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3046', '21', '', '0', 'Montague Reginald', '3a91b06a52164ad92df68daa8a230704', '2012-02-19', 'lolitsmanni@googlemail.com', '0', '', '', '', '', '', '2', '2', 'TF2 Admin', '1', '1279620300', '0', '1407072562', '1409513049', '1406414760', '59', '10', '5', '1', '1', '0', '0', '0', '36719623', '', '0000-00-00', '-1', '-1', '92.17.83.24', '0', '1', '', '0', '0', '-1', '1', '0', ':^>Vpufy:_mu)ZhvO4p}vXCtdo%{#S', '', '0', '82406', '0', '0', '0', '0', '', '0', '0', '', '624', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'efa9ec48ed6af8587b6a9026900a1ea6', '1.0000033189E+14', '1279620322', 'Montague Reginald', 'vb', '102024793186630|2.7C4XGU8J6LNBdDDN_we_fQ__.3600.1299970800-100000331890090|B6yQM78sgDLG7g1Hi_W79cYumew', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '13', '13', '26', NULL, '0', '0', '29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1298761920', '0', '0', '0', NULL, '1', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3038', '6', '', '0', 'Rizla', 'b9c59f158119aed8dd394be0463a265a', '2014-05-06', 'sam@gamingdeluxe.co.uk', '0', '', '', '', '', '', '2', '0', 'Administrator', '0', '1279199280', '0', '1454171907', '1454173436', '1454171906', '227', '10', '5', '0', '1', '0', '0', '0', '36719703', '', '0000-00-00', '-1', '-1', '109.152.213.52', '0', '1', '', '0', '0', '-1', '27', '2', 'l#>FpyCNY$\'>}kc.M+x^260dO$2bMX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6267', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '3', '15', '21', NULL, '0', '0', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1312256880', '0', '0', '1', 'nom', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3039', '2', '', '0', 'Postal_Mate', '080657df8f11144244baad539fef00be', '2010-07-15', 'HellManRock@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1279218130', '0', '1286363863', '1288182051', '1286284300', '4', '10', '5', '0', '1', '0', '0', '0', '36719687', '', '0000-00-00', '-1', '-1', '95.42.219.101', '0', '1', '', '0', '0', '-1', '0', '0', 'aky!f6[Jz7DZbRS`$l39%k#pl;AE>*|k5Rd-}GX&IoushPB(M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1279374840', '1', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3043', '2', '', '0', 'Kuekuatsu', '4a20e02ddc9b7d56cc3d0e3340432949', '2010-07-18', 'redstarinc@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1279448836', '0', '1279448836', '1279448930', '1279448930', '1', '10', '5', '0', '1', '0', '0', '0', '36719959', '', '0000-00-00', '-1', '-1', '87.194.219.94', '0', '1', '', '0', '0', '-1', '0', '0', ')qYyyW<{~Q@0!lzd/G7[kv7MhK/08S', '', '0', '65627', '0', '0', '0', '0', '', '0', '0', '', '116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1279450800', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3044', '2', '', '0', 'Mr.Ben', '412ff575927bb928c04394d72069e675', '2010-11-11', 'mrbenjamas@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1279463361', '0', '1289742373', '1289863100', '1279463946', '1', '10', '5', '0', '1', '0', '0', '0', '36719703', '02-26-1983', '1983-02-26', '-1', '-1', '90.213.183.1', '0', '1', '', '0', '0', '-1', '0', '0', '>:&?$1-cLgRcLVy-X|_I$5.KKO%RrJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '153', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1289575560', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3049', '2', '', '0', 'ck-claw', '1cc3f64e94227fec7c91baf87a959440', '2010-07-21', 'ck66@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1279718501', '0', '1279718501', '1279719129', '0', '0', '10', '5', '0', '1', '0', '0', '0', '36719703', '', '0000-00-00', '-1', '-1', '86.135.77.229', '0', '1', '', '0', '0', '-1', '0', '0', 'ds-A6n]+91]O>+9igI7{yk=D|P\'7{E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1279718820', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3064', '2', '', '0', 'Dotiko', '1f8c9ac4e1052719ca1d2f6e4a9a01d6', '2010-07-29', 'emil_storhaug@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1280432509', '0', '1282064825', '1282140136', '1282064773', '6', '10', '5', '0', '1', '0', '0', '0', '36719703', '', '0000-00-00', '-1', '-1', '195.18.216.161', '0', '1', '', '0', '0', '-1', '0', '0', 'gi6@MRhft$meE+g(bAF9ol4=6pi#p1', '', '0', '67319', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '11.2782', '11.2952', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1282065060', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3060', '2', '', '0', 'byteslam', '1d1ce3ee3f2b59116006be44a784c207', '2010-07-27', 'byteslam@bermuder.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1280238067', '0', '1280238230', '1280238991', '1280238990', '1', '10', '5', '0', '1', '0', '0', '0', '36719703', '', '0000-00-00', '-1', '-1', '81.92.225.168', '0', '1', '', '0', '0', '-1', '0', '0', 'no=gGk^QnE_Zr6eAbU\"Zow6+TD)[iG', '', '0', '66155', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1280239440', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3059', '2', '', '0', 'zaplin', 'ff13aefb421262061d14a1f80417beda', '2012-08-08', 'bill_farrier@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1280143551', '0', '1280143618', '1344413580', '1344413289', '2', '10', '5', '0', '1', '0', '0', '0', '36719831', '', '0000-00-00', '-1', '-1', '86.177.89.29', '0', '1', '', '0', '0', '-1', '1', '0', '2T_}YZR~\\|z|43Dad.-P#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '568', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '38650d559234ac79603315bb5096da82', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '3', '6', '23', NULL, '1.82482', '0', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1309177020', '0', '0', '1', NULL, '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3063', '2', '', '0', 'foxskywalker64', 'b03fa2e86b844fa99e1918faf90988f8', '2010-07-29', 'foxskywalker64@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1280398175', '0', '1280419311', '1318070319', '1318070147', '3', '10', '5', '0', '1', '0', '0', '0', '36719831', '', '0000-00-00', '-1', '-1', '92.232.204.151', '0', '1', '', '0', '0', '-1', '0', '0', '#VA\'*[X0:1l(0/(Hj)m.Dy]H%&6{ay&Ws', '', '0', '66321', '0', '0', '0', '0', '', '0', '0', '', '136', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '12.6582', '12.6582', '29|New Achievement!||,', '1280519820', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3067', '2', '', '0', 'Hubert Cumberdale', '73bc1e28199b5858a7d7127498c4ab29', '2010-08-02', 'tjwade@comcast.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1280715259', '0', '1301964765', '1301965253', '1288740870', '4', '10', '5', '-5', '1', '0', '0', '0', '36719831', '', '0000-00-00', '-1', '-1', '24.61.74.20', '0', '1', '', '0', '0', '-1', '0', '0', 'L2mj8RjK!e[$//9`mN9aN7(o{aqmb.', '', '0', '69716', '0', '0', '0', '0', '', '0', '0', '', '256', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1301964960', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3068', '2', '23', '23', 'Dutchbag', 'e2830948e95907f11b176521ed197d69', '2010-09-12', 'fonsvdw@telfort.nl', '0', '', '', '', '', '', '2', '0', 'I\'m a Part!', '0', '1280752809', '0', '1299612215', '1299682242', '1299682232', '123', '10', '5', '1', '1', '0', '0', '0', '36719959', '02-14-1994', '1994-02-14', '40', '2', '82.169.26.89', '0', '0', '', '0', '0', '-1', '9', '0', '_K/j79[r*iz){(45g#{5/9n!W))L=F', '', '0', '72599', '0', '0', '0', '0', '', '0', '0', '', '889', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '62035b4b31d222b986bb642df9521a53', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '7', '1', '1', NULL, '47.7223', '55.3592', '1|Three Friends|people_dude4_16.png|people_dude4_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1299682260', '0', '0', '0', 'solving practical problems...with high explosives.', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3069', '2', '', '0', 'Skream.', '24949d7cf83206df34d4e4a935191164', '2010-08-02', 'thelambmister@gmail.com', '0', '', '', '', '', '', '2', '3', 'Junior Member', '0', '1280784013', '0', '1281175401', '1281185466', '0', '0', '10', '5', '0', '1', '0', '0', '0', '36719831', '05-11-0000', '0000-05-11', '-1', '-1', '92.3.103.39', '2728', '1', '', '0', '0', '-1', '1', '0', '7De9To(Z,R#<#E$WnZm4Bx\'!+`mU)H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '342', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.36799', '1.36799', '29|New Achievement!||,', '1280820480', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3074', '2', '', '0', 'excuse', '22309e38780c315f3fbfdc1c5d42d5b7', '2010-08-04', 'ruben_breemans@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1280919782', '0', '1280919782', '1280919971', '0', '0', '10', '5', '1', '1', '0', '0', '0', '36719703', '', '0000-00-00', '-1', '-1', '213.118.169.17', '0', '1', '', '0', '0', '-1', '0', '0', '7*i`nB}1X:~Pt$9e.Q<|Q;?{@kQ8pn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1280920380', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3070', '2', '', '0', 'Cronik', '741aa658b1ba691533540eb235ecc56f', '2010-08-03', 'hilton.darrell@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1280858115', '0', '1280858115', '1280859002', '1280858354', '1', '10', '5', '0', '1', '0', '0', '0', '36719703', '', '0000-00-00', '-1', '-1', '68.57.74.8', '0', '1', '', '0', '0', '-1', '0', '0', 'e#K:D6&\"f;kNQ{Cz8xr%,@Z{!t`Rwt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '206', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1280858700', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3071', '2', '', '0', 'Techbot', '1265b1b2cfa36016d9a3a04be869df26', '2010-08-03', 'techbot121@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1280864286', '0', '1280864286', '1280867038', '1280865449', '1', '10', '5', '0', '1', '0', '0', '0', '36719703', '', '0000-00-00', '-1', '-1', '78.43.91.242', '0', '1', '', '0', '0', '-1', '0', '0', 'PmyP_Gqlt94BD:Ok<)k\'4^9a4[#/=:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1280865660', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3139', '2', '', '0', 'tiohurltega', 'e8429ec27133c6ce59c60936031ae539', '2010-09-20', 'g.e.ntryjosh.u.a.01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285021818', '0', '1285021818', '1285022015', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '200.119.10.198', '0', '1', '', '0', '0', '-1', '0', '0', 'JNmpjm$|6Yyd1Gg3)>/8', '', '0', '75257', '0', '0', '0', '0', '', '0', '0', '', '12', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'f5db8de4267f15c211cec89b692b4467', '100000606577237', '1311375400', 'Juan Pablo Alcocer Hönninger', 'vb', 'AAABcynZBOYUYBAMuiaQ1YCHSZCNZCDXY225TzBQZCG6yZCA0RYslemMcrHuX5j0gMjjrLIIXKpZByZAIk9B9XNbZAIYX8tjOGTQlZAaSyPlEG3rVCld35dbHh', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '10.3406', '5.36913', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,1|Three Friends|people_dude4_16.png|people_dude4_32.png,29|New Achievement!||,', '1302205440', '0', '0', '0', NULL, '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3090', '2', '', '0', 'Ape', '8ea262238b13f9aae57717ca2612c8ec', '2010-08-15', 'affenmonarch22@yahoo.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1281828925', '0', '1287320114', '1287320721', '1287320538', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '109.90.32.45', '0', '1', '', '0', '0', '-1', '0', '0', '6g#ZMjh:hIh|n5]U5s-y8(>3_4OOTh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0.650618', '0.799361', '29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1287320580', '0', '0', '0', 'Relaxed', '1', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3087', '2', '', '0', 'Den1s', 'bf5ca8fcf0322db34af211c6a7b10008', '2010-08-14', 'Deniuxa@gmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1281802043', '0', '1297353581', '1420710210', '1294244440', '15', '10', '5', '0', '1', '0', '0', '0', '45108231', '07-03-1994', '1994-07-03', '-1', '-1', '88.118.76.168', '0', '1', '', '0', '0', '-1', '0', '0', 'Tux&yzvJh&Fvw.n\'7~8ueN;(;$FKnY', 'matrixa4', '0', '71128', '0', '0', '0', '0', '', '0', '0', '', '324', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '5.06146', '8.24499', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1294244880', '0', '0', '0', 'Awake', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3088', '2', '', '0', 'Tentacle', 'f5b1a81ccbe18d5119d493f4a6bf5b9f', '2010-08-14', 'heartybeefnpotatogoodsoup@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1281810479', '0', '1299444396', '1313776934', '1295562075', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '81.111.65.225', '0', '1', '', '0', '0', '-1', '0', '0', '^WBzdjFlagi5vyWg`!3zn:*tORfE1P', '', '0', '71409', '0', '0', '0', '0', '', '0', '0', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1313777520', '0', '0', '1', 'capable of backstabbing heavies... THROUGH THEIR FACES.', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3089', '2', '', '0', 'Aracros', 'f1e96695e9ca4fb3e1053e1fac968054', '2010-08-15', 'koen-alik@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1281827283', '0', '1333291053', '1374242850', '1374242850', '9', '10', '5', '0', '2', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.87.207.137', '0', '1', '', '0', '0', '-1', '1', '1', 'Wea|p*]9!Xj13>w^xSUN2dx1\\s37ID', '', '0', '80696', '0', '0', '0', '0', '', '0', '0', '', '371', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1300572780', '0', '0', '1', 'eating butter-on-a-stick.', '4', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3091', '2', '', '0', 'mango', '05ac7fcdb02ba8fddfda99a702107238', '2010-08-15', 'surrealistic1@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1281894745', '0', '1281894745', '1281896549', '1281894898', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.75.69.59', '0', '1', '', '0', '0', '-1', '0', '0', 'Uh[W<51K9__Q,=Xp4sL\\,FnN.&=p{W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1281895320', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3117', '2', '', '0', 'junctestwobbstan', 'ecf879a6be1a10807480491a390ecb0a', '2010-09-09', 'g.e.n.t.r.yj.o.shua0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284040044', '0', '1284040044', '1284040210', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.148.185.183', '0', '1', '', '0', '0', '-1', '0', '0', 'Ns0p{A_aehi#_;^=&dxcGZ?,r}m/ce', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284040380', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3092', '2', '', '0', 'Couch Radish', '8d56842b14b977f05e8af70ba302f0c8', '2010-08-17', 'gabehorstmann@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1282007668', '0', '1282007861', '1282012193', '1282011869', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '76.0.99.241', '0', '1', '', '0', '0', '-1', '0', '0', 'HPH0Ee8UO$V!4_om3ssJR&nzK7`\"Hy', '', '0', '67268', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.7594', '3.76506', '', '1282014060', '0', '0', '0', 'Falling into insanity.', '1', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3093', '2', '', '0', 'Xörcutiönèr', 'c89948a017c3279a3f620f98e04ccb9e', '2010-08-17', 'mrushman23@gmail.com', '39', '', 'http://www.no2-commandos.ucoz.com', '', '', '', '2', '1', 'Junior Member', '0', '1282040535', '0', '1282290863', '1282291763', '1282118233', '9', '10', '5', '0', '1', '0', '0', '0', '45108231', '06-11-1986', '1986-06-11', '-1', '2', '83.104.216.97', '0', '0', '', '0', '0', '-1', '0', '0', 'U~VVE#\'u-)yKF95dAbx=I<-Z{8[!\\0', '', '0', '67369', '0', '0', '0', '0', '', '0', '0', '', '389', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '14.2857', '14.3072', '29|New Achievement!||,', '1282290840', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3094', '2', '', '0', 'Custard88', '821232d3a765a05d81c53b87acdcd649', '2010-08-17', 'jonathan.wanless@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1282053591', '0', '1283709750', '1283713297', '1282123281', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.147.56.22', '0', '1', '', '0', '0', '-1', '2', '0', 'vnz/wr}vM$>P6W:LRo2U]vNWA_4*v>', '', '0', '67370', '0', '0', '0', '0', '', '0', '0', '', '225', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '6.76692', '6.77711', '29|New Achievement!||,', '1282124040', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3095', '2', '', '0', 'hotsales', '3013f6daea437bcf8f1971cfff077e41', '2010-08-17', 'chopeverytin@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1282057856', '0', '1282057856', '1282142078', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '95.142.132.26', '0', '1', '', '0', '0', '-1', '0', '0', 'L_Yk\"\\.*b-L]0*Grz{\\qNHBx+7%Fv;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1282142640', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3103', '2', '', '0', 'Adiost', 'bf67cd09fc3db5db33f7b69cfd3bf0eb', '2010-08-27', 'dmitry_pon@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1282891273', '0', '1283133243', '1283246995', '1282891763', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '95.26.45.112', '0', '1', '', '0', '0', '-1', '0', '0', 'a-o>R4agn/fa8jlK:r\'iUyv{F9PPi1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1282895940', '0', '0', '0', 'wergwergwerg', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3096', '2', '', '0', '-=LKW=-HELLBOY[WO]', '20a13b546894f91f9c02da4cc1eaa33e', '2010-08-18', 'sicla2009@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1282142466', '0', '1282142466', '1282142680', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '80.5.30.99', '0', '1', '', '0', '0', '-1', '0', '0', 'H*1lJ|_bPt;\'Sbri*-FKPd8-6\\7)Ll', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '300', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1282142640', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3136', '2', '', '0', 'Barft', '4e46cb19db1547f7171517d4798d3d49', '2010-09-19', 'barthollants@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284914470', '0', '1284914470', '1284914886', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '77.109.104.128', '0', '1', '', '0', '0', '-1', '0', '0', 'ZB\\+K#ltdqiVG{x1L+Y}6\\', '', '0', '68196', '0', '0', '0', '0', '', '0', '0', '', '216', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '11.0605', '13.5891', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1283970180', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3123', '21', '', '0', 'LBS-Sam', '1f055a97d1d167f0de2a964e0d1800be', '2013-09-10', 'lbs-sam@hotmail.de', '0', '', '', '', '', '', '2', '3', 'TF2 Supervisor', '1', '1284303480', '0', '1450092689', '1450104071', '1436602555', '175', '10', '5', '0', '1', '0', '0', '0', '45108231', '07-06-0000', '0000-07-06', '-1', '-1', '86.32.8.101', '0', '1', '', '0', '0', '-1', '8', '0', 'lOfmnzogpT&0Mr5keIQPiAqJZOT@Lb', '', '0', '83221', '0', '0', '0', '0', '', '0', '0', '', '1103', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'fbb19bc7968803483941715e0808c590', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '59', '33', '47', NULL, '7.90754', '13.4228', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1309277580', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3105', '2', '', '0', 'df33', 'a7580d19c4f20719aa01bc99cc7ca8ad', '2010-09-02', 'bushg.ri@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1283414422', '0', '1283414453', '1283414453', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.148.185.183', '0', '1', '', '0', '0', '-1', '0', '0', 'kT7vRMX\'1ia+KiY{J5iX!&T/b%hRK;kfk6UD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '254', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'c8ec3df7162972cf42ca9bcd713ab0aa', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '31.0918', '8.24499', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1299432480', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3281', '2', '', '0', 'Stany01', '4b9b28e28def216959ba7b537c3e8183', '2011-01-14', 'ednaraid@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295026230', '0', '1295029397', '1295121649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '68.173.233.218', '0', '1', '', '0', '0', '-1', '0', '0', '-):{kFyE\"}oJ_r:Tl;~Nt=Fj:r\'J1^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '156', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1295027760', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3115', '2', '', '0', 'Hellpwnage', 'c267d80fff99e60841082c32ef0898cf', '2010-09-07', 'Yorrick_wierschowski@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1283861371', '0', '1294412425', '1297434761', '1283869602', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '84.25.223.249', '0', '1', '', '0', '0', '-1', '0', '0', 'XzL}RWZhli(llth96g', '', '0', '68113', '0', '0', '0', '0', '', '0', '0', '', '213', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '13.663', '16.7866', '29|New Achievement!||,', '1283963100', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3163', '2', '', '0', 'SaGaRusH', 'e2c474f9731fe568f2dfd55706bb2f9d', '2010-09-30', 'superjet@videotron.ca', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285868800', '0', '1285871948', '1285885670', '1285870031', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '96.22.154.58', '0', '1', '', '0', '0', '-1', '0', '0', 'X*JgbZ\\,XMcV/cl#[ja5QZ8\'/:OHJt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.95185', '2.39808', '', '1285885620', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3111', '2', '', '0', 'techomochtill', 'be27a09d21b7f55c9e8609516dc864ad', '2010-09-06', 'gen.t.ry.joshua01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1283804988', '0', '1283804988', '1283805355', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.148.185.183', '0', '1', '', '0', '0', '-1', '0', '0', '}-!l\\f_In`b0ecM~\"VH}j|i=D&Ts/m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1283805300', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3112', '2', '', '0', 'bullglocarer', '2cbab02ec8d32535967f1696173435cc', '2010-09-06', 'g.e.ntr.yj.o.shua.01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1283809530', '0', '1283809530', '1283809988', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.148.185.183', '0', '1', '', '0', '0', '-1', '0', '0', '.8elix|W>{?tIfhMaY0-SWda7dMiP\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1283809920', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3113', '2', '', '0', 'quodrogwatri', '9ea3e788126c4ffee0beb42678463d51', '2010-09-06', 'g.ent.ryjos.hua01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1283811154', '0', '1283811154', '1283811232', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.148.185.183', '0', '1', '', '0', '0', '-1', '0', '0', '4w,-Ye1^d/mt\",[\"izY3jw(@x*xmg]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '133', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1284851100', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3311', '2', '23', '2', 'Blade', 'a14ae274117d7d286ecccda7c864c520', '2013-02-11', 'tommykorsmo@hotmail.com', '0', '', 'http://www.3para-gu.com', '', '', '', '2', '0', 'Junior Member', '0', '1297552881', '0', '1368548551', '1386528483', '1363286887', '23', '10', '5', '0', '1', '0', '0', '0', '45108231', '12-05-1973', '1973-12-05', '-1', '-1', '81.235.18.244', '0', '1', '', '0', '0', '-1', '0', '0', 'vNJ>g9c>oy]4.NE@stK@dZFO81.!$8', '', '0', '80088', '0', '0', '0', '0', '', '0', '0', '', '823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '1', '1', NULL, '6.08273', '2.68456', '2|Your first Group|people_users2_16.png|people_users2_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1310161620', '0', '0', '1', NULL, '9', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3147', '2', '', '0', 'pretfekoncua', '15aff50b6e77f8a77e3663cf745faa14', '2010-09-21', 'gent.r.yj.o.s.hua.0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285078454', '0', '1285078454', '1285078722', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '83.230.190.184', '0', '1', '', '0', '0', '-1', '0', '0', '8C%X.YSdTB!b]9=4\\ilshX$m->pluN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285079100', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3116', '2', '', '0', 'sas30uk', 'e467c72ff4f8027342b482de2bce87f1', '2010-09-26', 'ASFSAS@Gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284032686', '0', '1284034219', '1285462144', '1284033720', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.162.166.139', '0', '1', '', '0', '0', '-1', '0', '0', '_gEff\\NOW\"Ym3b=)\"\\^PNmZ7I#E0lZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '148', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.95185', '2.39808', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1285463160', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3203', '2', '', '0', 'AAT_Blackstorm', 'a2d171dc0a39f1728940301b7300326e', '2010-11-02', 'dave.vaughan81@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1288679155', '0', '1364889186', '1365150534', '1288679604', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '62.255.144.167', '0', '1', '', '0', '0', '-1', '0', '0', 'CRQTM\"fIOxuRO-i\'aY9x@6<\\M=EhAM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '184', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '6b826d5a3a219f1ffbcaaba166ba1fc9', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1288679580', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3118', '2', '', '0', 'thoninmales', '0f88f50000360cefabea69db534c2771', '2010-09-09', 'ge.n.t.r.y.jo.shua0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284042502', '0', '1284042502', '1284042618', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.148.185.183', '0', '1', '', '0', '0', '-1', '0', '0', 'L>P3oRe%YFSJE~5o\";:%`1J~sD9W|1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284043260', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3119', '2', '', '0', 'furhketaha', 'b00c095f0cdc387fa169785966d733fa', '2010-09-09', 'ge.nt.r.y.j.o.s.hu.a.01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284059883', '0', '1284059883', '1284060163', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.148.185.183', '0', '1', '', '0', '0', '-1', '0', '0', 'Z!BWd}2T0\\Anl}8qf2VRs,`*!6q}Ba', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284060120', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3121', '2', '', '0', 'contramkingtrim', '5932772dacd008dad8ff1edab458a869', '2010-09-10', 'g.e.n.tryj.os.h.u.a0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284107238', '0', '1284107238', '1284107377', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.148.185.183', '0', '1', '', '0', '0', '-1', '0', '0', 'Z;qD<-CvJ^2Rqc%td|c))+WzDro.?d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284107340', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3122', '2', '', '0', 'asvobumi', '99b8972fe2919ce7cac8d07e2dd0f4f0', '2010-09-10', 'g.e.n.t.r.y.josh.ua.01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284108997', '0', '1284108997', '1284109463', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.148.185.183', '0', '1', '', '0', '0', '-1', '0', '0', '2:PKa:8|cVaEmp\\Z=Uw2950B>w<|eA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284109440', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3189', '2', '', '0', 'Dragonin', '4f29b2aeac21f6c8013b64876db43d1e', '2010-10-13', 'dragonin300@interia.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286995845', '0', '1286996069', '1286999900', '1286999894', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.175.23.26', '0', '1', '', '0', '0', '-1', '0', '0', 'x:DA;wpnXf=fTU`=E#q36p`/eYSK-K', '', '0', '69241', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '5.20494', '6.39488', '29|New Achievement!||,', '1287000720', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3187', '3', '', '0', 'the ninja', '5a679139cc04a023518378716d49d42f', '2010-10-05', 'bennywilhelm@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286303595', '0', '1286303595', '1286303789', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '88.91.236.76', '0', '1', '', '0', '0', '-1', '0', '0', '][]t@M!E+}UE%WYkX\'8eI@GzF}c*HH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286304180', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3124', '2', '', '0', 'jetsurfreme', '1981883eff05971f3eb1de74f9cb4801', '2010-09-13', 'ge.n.t.r.y.joshu.a.0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284370571', '0', '1284370571', '1284370654', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.148.185.183', '0', '1', '', '0', '0', '-1', '0', '0', '=rZ@74FS{uP\"KrkVY6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284370920', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3132', '2', '', '0', 'tripaqicchris', '2cb9140d3b8e3071dac0327410de413b', '2010-09-19', 'ge.nt.r.y.j.oshua.0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284864175', '0', '1284864175', '1284864663', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '64.141.103.162', '0', '1', '', '0', '0', '-1', '0', '0', 'QPOS~\\ky/8_*R\')&6*^rR;PmACZmcx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284864660', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3125', '2', '', '0', 'Fortune-Hunter', '6de1d8a94b5933372df58bab70b4ef05', '2010-09-14', 'm.b.raider@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1284499734', '0', '1284810464', '1321970409', '1321970409', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '09-27-1991', '1991-09-27', '-1', '-1', '62.132.47.57', '0', '1', '', '0', '0', '-1', '1', '0', 'rI,aLcG*YAkwx$2snc-=@aE5x&6)zq', '', '0', '75352', '0', '0', '0', '0', '', '0', '0', '', '506', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.60247', '3.19744', '29|New Achievement!||,', '1284565560', '0', '0', '0', 'me, myself and I :D', '7', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3126', '2', '', '0', 'goosebumps', '3f68b85b38b4c55a994b9d312ed6b724', '2010-09-15', 'no_goosebumps@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284524364', '0', '1284524364', '1284524424', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '41.234.85.216', '0', '1', '', '0', '0', '-1', '0', '0', '@>H6\"\\YJNze]KK:j5|9Yxb5;I-.H8j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284528360', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3127', '2', '', '0', 'King Ed', '3fd0449701a6f18b665029c995f3984f', '2010-09-17', 'edwin__@live.nl', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1284736086', '0', '1294527071', '1295249735', '1294144682', '32', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '95.36.1.138', '0', '1', '', '0', '0', '-1', '0', '0', 'hV[$2oh~9^fJW8,>Moal^f\\%B-RUY$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '389', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '16.6305', '23.5571', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1294146060', '1', '0', '0', 'lol', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', 'a:0:{}', '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3385', '2', '', '0', 'patriciohop', '86781ed8e374141cf34fd2e1c3aea8a3', '2011-04-28', 'patriciohopper@gmail.com', '0', '', 'http://www.sportsgamesonlinefree.com/', '', 'patriciohop', '', '2', '0', 'Junior Member', '0', '1303980791', '0', '1303980791', '1303996887', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '05-13-1988', '1988-05-13', '-1', '-1', '114.143.69.246', '0', '1', '', '0', '0', '-1', '0', '0', 'w9Dz!{Wv2m!lqxdUW+Nh^=c\\;pG@>D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284862080', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3129', '2', '', '0', 'Vidgamer', '00d9f862690ad0ab5db41a62d155d485', '2010-09-17', 'stuartawilson@gmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1284758203', '0', '1284758203', '1284758696', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '03-29-1981', '1981-03-29', '-1', '-1', '62.249.244.205', '0', '1', '', '0', '0', '-1', '0', '0', '90o0#GCmaZd!Ib)GKGw$Md\"dX(7z;8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1284758640', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3131', '2', '', '0', 'tripebbephe', '0eb53eb81330c0a1da2d065bfb7c9c07', '2010-09-19', 'g.entry.j.oshu.a01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284863461', '0', '1284863461', '1284863514', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '88.146.218.4', '0', '1', '', '0', '0', '-1', '0', '0', 'x@4GM2ah@;4(8o@JceLULzcgI`gY8m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284863460', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3133', '2', '', '0', 'watchwarape', 'bbb3b219a1f4873e3470c397904552c9', '2010-09-19', 'gentr.y.joshua01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284880483', '0', '1284880483', '1284880504', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '187.6.85.3', '0', '1', '', '0', '0', '-1', '0', '0', ']J*M8Fj{]L5.X\\6zMezC.8_}~DY>/k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1284881580', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3256', '2', '', '0', 'Hypnos', '7d4179d68216676642f0c5056012b18e', '2010-12-21', 'fenixapocalipse@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1292915773', '0', '1292915773', '1292915889', '1292915887', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '189.7.118.242', '0', '1', '', '0', '0', '-1', '0', '0', 'AIY8-AvL#@ugRYD.==_R@fA(?/|6(8', '', '0', '70778', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1292917020', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3153', '2', '', '0', 'Russian Guyovich', 'ac2aea8c0ff20766e8a8349598d24cf4', '2010-09-25', 'stu_milne2k@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285436125', '0', '1286728539', '1287402376', '1285516306', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '62.56.122.99', '0', '1', '', '0', '0', '-1', '0', '0', 'uBlUCiw4P.Gx1>4g9wat/h|UX.i39z', '', '0', '68697', '0', '0', '0', '0', '', '0', '0', '', '116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '5.85556', '7.19424', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1286430180', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3134', '2', '', '0', 'degeciper', '9b85fed75d0355a4ed2ec67b74799d79', '2010-09-19', 'g.e.n.tryj.oshua.0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1284881700', '0', '1284881700', '1284881723', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '66.177.249.140', '0', '1', '', '0', '0', '-1', '0', '0', '\"?8a2r\'h2*(9^r12r/ldl<1mVH>', '', '0', '72571', '0', '0', '0', '0', '', '0', '0', '', '1066', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2', '2', NULL, '0', '0', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1314460920', '0', '0', '0', NULL, '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3143', '2', '', '0', 'threadipenel', '234e5534c1f1b8a16c55010f54831de5', '2010-09-21', 'ge.ntry.j.o.sh.ua.0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285030391', '0', '1285030391', '1285030456', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '80.92.183.202', '0', '1', '', '0', '0', '-1', '0', '0', 'DcXm2[S!UDlQuae7+m`)2V@`F\'#Wsr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285030920', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3145', '2', '', '0', 'MAYLINS', 'a427f6fb940cabfda93e2dd6716fa27a', '2010-09-21', 'maylin.james@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285055874', '0', '1285055874', '1285057221', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '72.254.128.201', '0', '1', '', '0', '0', '-1', '0', '0', '[,9LI)dENUS(gET=zO.(D)7BMZ=_be', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285059540', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3146', '2', '', '0', 'heatsinkbod', 'c7302442e2f39677c27b180bfa150f65', '2010-09-21', 'heatsinkbod@idnet.com', '39', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285057159', '0', '1364048251', '1366549264', '1363712056', '11', '10', '5', '0', '1', '0', '0', '0', '45112599', '', '0000-00-00', '-1', '1', '212.57.240.109', '0', '0', '', '0', '0', '1', '2', '0', 'WEgQ%$ZZVa,Vqj,R[CJ9*MKb:;[l[T', '', '0', '80116', '0', '0', '0', '0', '', '0', '0', '', '487', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2', '2', NULL, '2.89226', '0', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1295005320', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3148', '2', '', '0', 'rianongraloc', 'cd76758f4ed5b7ea1a6ffeff8c3b06f2', '2010-09-21', 'g.entr.y.jos.hu.a.01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285079397', '0', '1285079397', '1285079797', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '41.234.203.20', '0', '1', '', '0', '0', '-1', '0', '0', 'b)C)DLbtyyvN+{qJog8gP7vR`u)I!`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285079820', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3150', '2', '', '0', 'moltumafib', 'e0a447bdb27ebe2d711b313cc26d9066', '2010-09-23', 'gen.t.r.y.j.o.sh.u.a.01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285222645', '0', '1285222645', '1285222645', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '84.38.68.65', '0', '1', '', '0', '0', '-1', '0', '0', 'atIi0{RJw-{g^i@h+p}TGSbs>,BrC-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285224060', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3151', '2', '', '0', 'ladonaci', '60f9bb12fa61bcc33c583a4b4038a980', '2010-09-23', 'g.e.n.t.r.y.josh.ua.0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285223671', '0', '1285223671', '1285223748', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '85.25.5.37', '0', '1', '', '0', '0', '-1', '0', '0', 've>1haR\\EsY}4MlO\"0YYQQua+Z!{T7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285224060', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3152', '2', '', '0', 'carsuilasorp', '12609896a0295ee733e285ac7b11a385', '2010-09-23', 'g.en.tryjo.sh.ua.01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285254652', '0', '1285254652', '1285255459', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '93.166.121.106', '0', '1', '', '0', '0', '-1', '0', '0', 'XxHEL_GdYuqQ_n=,O\'/S]RQ&!n=Kbi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285255140', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3155', '2', '', '0', 'Ninn', '353cbe4f16e44c3b6585b31d0b7e5b69', '2010-09-26', 'robinvanderl@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285529458', '0', '1286056116', '1286228658', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '80.57.92.165', '0', '1', '', '0', '0', '-1', '0', '0', 'uF]Dt;KOnR0l8#h.YDNOixYSY;@}>N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285529520', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3154', '2', '', '0', 'grudinwilho', 'a1cad09752927f61c5e3d092f8c0235f', '2010-09-26', 'gentr.yj.o.s.h.ua0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285480482', '0', '1285480482', '1285480482', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '200.48.250.97', '0', '1', '', '0', '0', '-1', '0', '0', 'q-49hP{8edwIAI8h[-SNT:go/clG}p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285483260', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3156', '2', '', '0', 'daecatherke', 'c82a4fcfe75e195137576eb748451675', '2010-09-26', 'gen.tr.y.j.o.s.hua01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285538450', '0', '1285538450', '1285538640', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '75.138.189.168', '0', '1', '', '0', '0', '-1', '0', '0', 'E,Z(aNF^YDH}X&a-puiW:ySO&A1U\"u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285538640', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3157', '2', '', '0', 'skatcalbonddan', '16d5358a6f4fc554848ee5a37781a45a', '2010-09-27', 'gen.tr.y.j.o.sh.ua0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285543401', '0', '1285543401', '1285543632', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '217.24.250.235', '0', '1', '', '0', '0', '-1', '0', '0', 'b{stR\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285734840', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3254', '2', '', '0', 'robert101', 'd9a191c85c4d4009c21866b9fb431496', '2015-04-01', 'robert_96@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1292685513', '0', '1427844242', '1427844242', '1294059944', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.4.121.235', '0', '1', '', '0', '0', '-1', '0', '0', 'XA>Y1SK?cZF*vNJ)=i1VJGM}*f)9xM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.44613', '2.35571', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1294060980', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3164', '2', '', '0', '=I|S|U=Hope', '33fd44cea249986f210eb616ac9c8137', '2010-09-30', 'colin0001@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285880273', '0', '1286913256', '1287075538', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.16.210.68', '0', '1', '', '0', '0', '-1', '0', '0', 'd(:fjxOh6`gRD*hOQw&PVN=$7,:I(%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286224560', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3165', '2', '', '0', 'OTLWS STONE', '617c155d155d73f8b334b2cd79dc5d7d', '2010-10-01', 'deenahiggins@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1285947195', '0', '1285947195', '1285947317', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '81.105.214.219', '0', '1', '', '0', '0', '-1', '0', '0', 'cC0B$Jj]ieC#@)KYq\'4O@eNmt9k<[k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1285947240', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3166', '2', '', '0', 'birdclonacpea', '42e1fbee43b9395ab57f178e9e2eb83c', '2010-10-02', 'g.e.n.tr.y.jo.sh.u.a0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286028439', '0', '1286028439', '1286028493', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '125.230.51.195', '0', '1', '', '0', '0', '-1', '0', '0', '7GvKqV*OGr*npf*4hYehxh\'mK)x2a-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286028660', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3167', '2', '', '0', 'faegnosofpar', '89358c4efc1b6ae911f6ebdd6b684deb', '2010-10-02', 'g.e.n.t.ry.josh.ua01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286028939', '0', '1286028939', '1286028984', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.138.104.8', '0', '1', '', '0', '0', '-1', '0', '0', 'uT1+%5y?r0/TAjA>R(~1w`a~Kh-$aV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286030520', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3168', '2', '', '0', 'Furkan', 'cb1c2ce39e686ee64238c521ed90f4e1', '2014-10-23', 'furby-7@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286055602', '0', '1414094998', '1414095342', '1306009133', '7', '10', '5', '0', '1', '0', '0', '0', '45108231', '01-01-1998', '1998-01-01', '-1', '-1', '212.83.81.69', '0', '1', '', '0', '0', '-1', '0', '0', '!w^Ec!/C@&+PrYZS\"z8c=OiD=zcR{%_*,9L`>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286084460', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3172', '2', '', '0', 'reodizmemin', 'ad689f9d1c9fc70fa54d5a70cb9272a9', '2010-10-03', 'g.e.ntr.yj.os.hu.a01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286084850', '0', '1286084850', '1286084850', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '80.191.114.240', '0', '1', '', '0', '0', '-1', '0', '0', '|R$5#%Ok01L9p[)9s+;8{;x/r_eAJ2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286087040', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3173', '2', '', '0', 'gapaphypa', '43bce37c8159019834561235a20288d1', '2010-10-03', 'ge.ntr.y.j.os.hu.a0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286085950', '0', '1286085950', '1286085950', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '110.136.168.184', '0', '1', '', '0', '0', '-1', '0', '0', 'tBMK+qNE._\"\"bgwQN`\\7BoH#!#jD05', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286087040', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3174', '2', '', '0', 'odintichi', '346e63d6bb709067d7f40d4ccc119b80', '2010-10-03', 'g.en.tr.y.j.os.h.ua.0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286086356', '0', '1286086356', '1286086356', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '189.127.144.137', '0', '1', '', '0', '0', '-1', '0', '0', 'gnW(0;9K$7YmecbUXH^A}L>@6#,2g\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286087040', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3175', '2', '', '0', 'tipeplorcvidh', '2c12381c86b1df0acb2cc295797ee80a', '2010-10-03', 'ge.ntry.jo.sh.ua.01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286086819', '0', '1286086819', '1286086867', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '212.92.228.97', '0', '1', '', '0', '0', '-1', '0', '0', 'L$/:!YK#/+BN,nFGEsUkK\'xFV7+$R5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286087040', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3176', '2', '', '0', 'crysobadret', '544ba28e4c57656d31eaf70eb39cf5dd', '2010-10-04', 'g.e.n.tr.y.jos.h.u.a.0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286162786', '0', '1286162786', '1286162786', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '61.145.124.23', '0', '1', '', '0', '0', '-1', '0', '0', 'Cz*2V3Tfko/B-ea4*=%F*2YyV!Fz#Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286167200', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3177', '2', '', '0', 'inajceruj', '0e2fa6b7adad24759384f0e798df75b3', '2010-10-04', 'g.ent.r.yjoshu.a01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286163261', '0', '1286163261', '1286163409', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '87.246.175.155', '0', '1', '', '0', '0', '-1', '0', '0', 'Ml=SY;9b53{0q8z$+.l-W^4T2N8Dem', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286167200', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3178', '2', '', '0', 'kindtorneupaws', '4a8783cef52b0575e110dec1aa50ec9d', '2010-10-04', 'ge.nt.ryj.os.h.ua.01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286167242', '0', '1286167242', '1286167318', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '173.203.109.55', '0', '1', '', '0', '0', '-1', '0', '0', 'p[!FV#kG4P1-#x3cT$2;wyV2lx/~K|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286167200', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3180', '2', '', '0', 'ruredenusc', '70fcefc2d53bf28fd642f1e2102504a7', '2010-10-04', 'g.e.n.t.r.yj.o.sh.ua.0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286180961', '0', '1286180961', '1286181102', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '187.111.12.22', '0', '1', '', '0', '0', '-1', '0', '0', 'dYhp%^d0$Jv%kG}:?{$N^9CuNB}=jY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286180940', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3181', '2', '', '0', 'haiflavfectio', '35228122cc5b7d246a804d693476613a', '2010-10-04', 'ge.n.tr.y.jo.s.h.u.a01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286182710', '0', '1286182710', '1286182761', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '183.91.87.16', '0', '1', '', '0', '0', '-1', '0', '0', '-=vq6e,?E!Pl4:Ff6C/D)[gPo5~Xu\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1286184180', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3182', '2', '', '0', 'healthslekdelstem', '668ba4ee00a307d9cdba73ce315bff00', '2010-10-04', 'g.e.ntr.y.jos.h.u.a01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1286202392', '0', '1286202392', '1286202489', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '88.208.222.99', '0', '1', '', '0', '0', '-1', '0', '0', 'vR[~jl2r\"Xcc3fNL!nDoZm}:zyOvr(t%TNVJ.%TlJf\'', '', '0', '78408', '0', '0', '0', '0', '', '0', '0', '', '318', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1288990620', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3193', '2', '', '0', 'Iona', 'c35127c6da3fec4594cdf5200f7b50c6', '2010-10-19', 'qizhishunv2010@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1287453091', '0', '1287453091', '1287971870', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '204.152.213.229', '0', '1', '', '0', '0', '-1', '0', '0', 'yD;\"ia=rTW9dv.cQ-COpyy);Q/V->+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1287975180', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3241', '2', '23', '2', 'Darknova', '6f28d8db846956e1aa61957e0cdba941', '2010-12-05', 'darknova@infinityzero.net', '39', '', 'http://infinityzero.net', '', '', '', '2', '1', 'Junior Member', '0', '1291560030', '0', '1369944768', '1385481237', '1319239935', '6', '10', '5', '0', '1', '0', '0', '0', '45112663', '07-23-1989', '1989-07-23', '-1', '1', '86.28.208.109', '0', '0', 'darknova@live.com', '0', '0', '1', '0', '0', 'h9V.:HIgu9@tc\":J}_+5O0j*K^d', '', '0', '74890', '0', '0', '0', '0', '', '0', '0', '', '466', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '2', '2', NULL, '3.04136', '5.36913', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1305384720', '0', '0', '0', 'Infinity Zero', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3190', '2', '', '0', 'beikistandplos', '0cb087a00018128c1c51051972affd9e', '2010-10-15', 'g.en.t.r.y.j.osh.u.a.0.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1287133580', '0', '1287133580', '1287133580', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '217.66.205.16', '0', '1', '', '0', '0', '-1', '0', '0', 'r-V68VuA~il\"6yLO@-QpK]N\\i{9o5|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1287134820', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3198', '2', '', '0', 'weedkiller', 'a060ee0dba6cfde2a2c679b49200c278', '2010-10-24', 'ukweedkiller@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1287920302', '0', '1287920302', '1287920359', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '77.103.212.175', '0', '1', '', '0', '0', '-1', '0', '0', 'r!l9u)&V>8Z>qHNbiXKs|D%E\"sX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1287431640', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3194', '2', '', '0', 'Lolkork', '312243333c4298b13e93ab79e11100dd', '2010-10-21', 'joar.aslund@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1287667789', '0', '1293656669', '1293734803', '1293652171', '6', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.254.59.249', '0', '1', '', '0', '0', '-1', '0', '0', 'hV^aXl_vYb\\E#|\'\\?Ff$iD~R\'~w\"#l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '10.846', '14.1343', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1293652380', '0', '0', '0', 'offline.', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3201', '8', '', '0', 'BryanNL', '6940b3e2dde245cda4d0c5cf2f30f3d5', '2010-10-31', 'bryan_meeuwissen@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1288541891', '0', '1397509485', '1397509485', '1397509279', '15', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.215.56.210', '0', '1', '', '0', '0', '-1', '0', '0', 'PP?,x9EFM{zT<%_8!q7/J=t%y.D5L}', '', '0', '81830', '0', '0', '0', '0', '', '0', '0', '', '275', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1c1ef515b010bfb818b2d833ca21d2ff', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '4', '4', NULL, '15.8151', '21.4765', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1306415820', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3195', '2', '', '0', 'Gengar UKz', '95f994ec56d2286c3e1e19a60bb3536c', '2010-10-21', 'maxtomlinson13@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1287675796', '0', '1288348168', '1288354497', '1288354497', '7', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.21.46.69', '0', '1', '', '0', '0', '-1', '0', '0', 'qE\"^G!-WBEPYcd\"0\'d!O&V\"K||oA:3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1289131860', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3209', '2', '', '0', 'Obnoxious', '3ea32e967886cf1df22ef7e3076b58df', '2010-11-11', 'gregoirechannac@hotmail.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1289519363', '0', '1289519363', '1289522496', '1289522001', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.144.95.107', '0', '1', '', '0', '0', '-1', '0', '0', '-osGKJ=}dl]+f7LKL,JlOaQEouWLGG', '', '0', '69879', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.76855', '5.01505', '', '1289523480', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3215', '2', '', '0', 'LondonLad', 'abfd9d873266dfa02b89f5dfd77d4e69', '2010-11-15', 'paul_londonlad@hotmail.com', '0', '', 'http://www.sigames.com', '', '', '', '2', '0', 'Junior Member', '0', '1289858136', '0', '1291066514', '1291557303', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.11.75.73', '0', '1', 'paul_londonlad@hotmail.com', '0', '0', '-1', '0', '0', 'TkDv=+cbTLc3J0-a\\VAN1SH}x4^gHY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '223', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1291066800', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3218', '2', '', '0', 'vasus', '062b02214b40aa6140a73f93dc8d7f6e', '2010-11-17', 'vasus135@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1289996614', '0', '1289996614', '1289996886', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '90.179.3.66', '0', '1', '', '0', '0', '-1', '0', '0', '@\\8Z5k0YlH)7+J-Y]vP=d8:ao3e@9B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1289996760', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3211', '2', '', '0', 'Modplod Man', '90380e50cf2cf02ed249639604e6e463', '2010-11-13', 'theamazingjanet@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1289609695', '0', '1289616954', '1325372975', '1325372973', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '91.108.139.171', '0', '1', '', '0', '0', '-1', '0', '0', 'IJ9!)Q.S2mMkSHl-xSZRsm!N9W3\'6B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '58a13c2e6108f385b02abf008b423c98', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1289611380', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3212', '2', '', '0', 'monkeyshotg', '47ab4fca16c44e8c023416436840aa2e', '2010-11-13', 'magicraven88@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1289644233', '0', '1293143259', '1293416836', '1293106544', '5', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '80.56.97.35', '0', '1', '', '0', '0', '-1', '0', '0', 'vam\\_[28UyfLCQF(i#ff2]qRl^]7j{', '', '0', '70841', '0', '0', '0', '0', '', '0', '0', '', '147', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '6.36943', '12.7065', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1293106560', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3213', '2', '', '0', 'Immortal', '9e58050de501524177cd9873767f9843', '2010-11-13', 'immortal_bbk@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1289660064', '0', '1289660832', '1289664271', '1289664271', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.29.19.49', '0', '1', '', '0', '0', '-1', '0', '0', 'X?D8C/K;{YoJ}^pq_y$}}<;qc{VWBv', '', '0', '69914', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.76855', '5.01505', '', '1289665680', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3307', '2', '', '0', 'sharleenreyna', 'b83b2a080232d67f5f67703e15beca1f', '2011-02-07', 'sharleenreyna@sify.com', '0', '', 'http://u2c.in', '', '', '', '2', '0', 'Junior Member', '0', '1297071616', '0', '1297071863', '1297071863', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '09-12-1987', '1987-09-12', '-1', '-1', '59.99.188.106', '0', '1', '', '0', '0', '-1', '0', '0', 'LgypM;;v,tsvBcB`_?(;7uT5!Ct:\"T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1297071600', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3216', '2', '', '0', 'Nub Cake', 'a969c94e76d50f877e7634e9dadf9f8c', '2010-11-16', 'matthewhudson9@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1289905491', '0', '1289905663', '1289913035', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '212.219.8.109', '0', '1', '', '0', '0', '-1', '0', '0', '$d3947ISS$bdT?$>,^izZ8%XN=;g).', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1289913960', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3217', '2', '', '0', 'NightLinks', '4eb6d6e721a6ebc49ab9dd506b82f023', '2010-11-16', 'xjuliox@gmail.com', '0', '', 'http://noobgamers.com/', '', 'NightLinks', '', '2', '0', 'Junior Member', '0', '1289942881', '0', '1289942881', '1289943303', '1289943118', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '24.44.132.67', '0', '1', '', '0', '0', '-1', '1', '0', 'M&X@nb?XpdXp\'DS]^/dKvR|;K\'_s\"4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1289943240', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3219', '3', '', '0', 't0ivan3n', '3e3c9adab379e3036ac254bae8db4cc8', '2010-11-19', '1006144@edu.pkky.fi', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1290149797', '0', '1291878352', '1291878352', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '01-02-1994', '1994-01-02', '-1', '-1', '62.148.100.131', '0', '1', 'elfish--94@hotmail.com', '0', '0', '-1', '0', '0', 'Z#7!JhgC|p}=&m-QU]^${B\'#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1290213780', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3223', '2', '', '0', 'Michelle', 'ab0b513710293a685904f776087f7d71', '2010-11-22', 'michelle731@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1290449607', '0', '1290449607', '1290450344', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.193.245.97', '0', '1', '', '0', '0', '-1', '0', '0', 'v>Zjdk4rFR$Z)Vh%E9}}1(r@M20nK5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1290449700', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3247', '2', '', '0', 'smiden', '9177d16ec0b94409036a5b61aff1bf17', '2010-12-10', 'letterwel@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1291982567', '0', '1291982567', '1291982974', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '174.120.56.89', '0', '1', '', '0', '0', '-1', '0', '0', 'f2\'>xtll\'a2&^p!heySw*c!.tpYVlc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1291982880', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3221', '2', '', '0', 'azahoth', 'a6be432bde801d4226b102ddbd39e960', '2010-11-21', 'data@beatknit.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1290351518', '0', '1290438719', '1290952531', '1290368999', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '02-16-0000', '0000-02-16', '-1', '-1', '87.194.154.199', '0', '1', '', '0', '0', '-1', '0', '0', 'c[\'l?fJ?i=.4J\'XIuTaO!K_0(>-%8(', '', '0', '70020', '0', '0', '0', '0', '', '0', '0', '', '158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '34819dfc1cf296021d16d593259e6192', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.32226', '6.01805', '29|New Achievement!||,', '1290369720', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3222', '2', '', '0', 'Dany Maddog Mitchel', 'f3c11268601c6cd203c1b326a5375329', '2010-11-22', 'longskater@msn.com', '0', '', 'http://www.28cdm.com', '', '', '', '2', '1', 'Junior Member', '0', '1290435958', '0', '1293055448', '1293536721', '1291373530', '23', '10', '5', '-12', '1', '0', '0', '0', '45108231', '12-24-1969', '1969-12-24', '-1', '-1', '90.200.233.150', '0', '1', '', '0', '0', '-1', '0', '0', 'Np~@B(u[$6:p+-OtI}Dh/EV>&q&U?i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '986', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'bb8686908270c87dc5fc081c9fe92fe9', '100000100643793', '1290435960', 'Dany Maddog Mitchel', 'fb', '102024793186630|2.b_iRunRNLKW_5qf5GnJIBA__.3600.1293541200-100000100643793|xqNKVcT3LgZhTISlUHGc5tseMk0', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '52.0607', '76.5607', '2|Your first Group|people_users2_16.png|people_users2_32.png,18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,11|Created Album pictures|pictures_16.png|pictures_32.png,29|New Achievement!||,', '1293537960', '0', '0', '1', 'looking for servers', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3228', '2', '', '0', 'cropper', '7c689cb7e9994eaee3254cd9c5d57e23', '2010-11-24', 'richard@phoenix.gi', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1290626095', '0', '1290626095', '1290626644', '1290626643', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '80.58.205.40', '0', '1', '', '0', '0', '-1', '0', '0', 'rhlRwZ]ozf^f&:dV|`D{?g>+;M3AP?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,', '1290627420', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3248', '2', '', '0', 'WindowLicker', '923db06e6381ac75be350439eaf6d93e', '2011-01-12', 'gmodlua@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1292227626', '0', '1294872798', '1294907572', '1294907571', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '88.108.15.194', '0', '1', '', '0', '0', '-1', '0', '0', 'B#.O^Q:CyhT8hBV)Aj>kDQb:SMWP.|', '', '0', '71222', '0', '0', '0', '0', '', '0', '0', '', '215', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '9.39986', '5.88928', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1294911780', '0', '0', '0', 'a Window Licker.', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3224', '2', '', '0', 'beestje.nl', 'c48ff102df2dc6ba2b9d4b0fae6e7b6c', '2010-11-22', 'mikeyday@live.nl', '0', '', 'http://valuableplayers.webs.com/', '', '', '', '2', '0', 'Junior Member', '0', '1290459714', '0', '1290539222', '1290980445', '1290538329', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '02-05-1993', '1993-02-05', '-1', '-1', '83.119.170.35', '0', '1', '', '0', '0', '-1', '0', '0', '$WmnC`m\"SP`KIzqlecv}L,v\\gZ/6\\*', '', '0', '70063', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1290538440', '0', '0', '0', 'doing good', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3226', '2', '', '0', 'Rascal', '2bf4bee86999a868e7ff80797ce3d3b4', '2010-11-23', 'rascal@walkbyday.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1290528250', '0', '1290530004', '1290532087', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '217.113.166.50', '0', '1', '', '0', '0', '-1', '1', '0', 'zIdtsj04~Y\'Q)%rbi_K%\\^@|+\"[P2I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1290531600', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3225', '2', '', '0', 'scorpious', '891495ded272ebb5982d70d7a7832d0e', '2010-11-23', 'john_clegg@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1290523379', '0', '1341827721', '1345317280', '1341827712', '5', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.172.132.109', '0', '1', '', '0', '0', '-1', '0', '0', 'LZ@%|c5w9@5l+#GvI1@OJ6(}$(7Ipj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '6.691', '14.7651', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,29|New Achievement!||,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1301312340', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3227', '2', '', '0', 'gtjardim', 'ef9af9a539f6e8aa5cc3d4189ce0256b', '2010-11-23', 'zemanedofut@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1290540970', '0', '1290540970', '1290541391', '1290541390', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '79.168.69.43', '0', '1', '', '0', '0', '-1', '0', '0', '_l\"4*ndUC\"p{Y1=Z^$!?_B\'vzJEABG', '', '0', '70073', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1290541680', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3229', '2', '', '0', 'Stephen Morrish', '078a8d5c5585ec6521c308b9781f851f', '2015-12-03', 'stephen.morrish@gmail.com', '0', '', 'http://www.fortyfour.org.uk', '', '', '', '2', '2', 'Junior Member', '0', '1290779536', '0', '1449180079', '1449180155', '1320089192', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '02-04-1965', '1965-02-04', '-1', '-1', '82.27.113.200', '0', '1', '', '0', '0', '-1', '0', '0', ']+{[,8>F-a}rQ@?rVkzI85UK2_f_B|', '', '0', '75074', '0', '0', '0', '0', '', '0', '0', '', '250', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '1063522548', '1290779536', 'Stephen Morrish', 'vb', 'AAABcynZBOYUYBACPE2ga1Yo5lFZAwwLqT6MpRxFYFD8IlmFDhKo5TYkLozhXBLRl2tTsZCeZB1FzQSvo4OrG94nEslcIdBlGEi6e9kjHLyCK0YvtAo0L', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.21654', '2.68456', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1310235840', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3235', '2', '', '0', 'Smoky Valle', '4faf76853170fa94102250f5f94133da', '2012-06-25', 'strongervideo@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1290983967', '0', '1349464071', '1349474333', '1346423597', '16', '10', '5', '0', '1', '0', '0', '0', '45108231', '09-14-0000', '0000-09-14', '-1', '-1', '92.246.17.28', '0', '1', '', '0', '0', '-1', '3', '0', 'W3QlVHi\'&)@\\A_l[{(HSq?f#wAVdXx', '', '0', '78707', '0', '0', '0', '0', '', '0', '0', '', '343', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '4', '0', '0', NULL, '13.7382', '22.3793', '29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1296938280', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3232', '2', '', '0', 'Alexander Kolev', 'da849d2f3ddf2dc0ffa36ede01f36f29', '2010-11-27', 'aleksandar1234567@abv.bg', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1290866757', '0', '1290866757', '1290866777', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '95.43.26.250', '0', '1', '', '0', '0', '-1', '0', '0', 'HVi&`dEtEFN,z-(a2A)K\'Z+Su%VEcD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '1425164321', '1290866758', 'Alexander Kolev', 'fb', '102024793186630|2.bsimyAnF2T0MPSLdBGwnSQ__.3600.1290873600-1425164321|zNrsIB8-npTKvi0lNXkdsJmRohI', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1290866880', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3231', '2', '', '0', 'yyfq007', '4890829cf7af009b10aca92ae1283be1', '2010-11-27', 'yyfq888@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1290851296', '0', '1290851296', '1290851332', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '121.57.168.31', '0', '1', '', '0', '0', '-1', '0', '0', 'qg+}%Hv%:c,gy4wj|~\":aUJ>QyBI;W2\\8E$`', '', '0', '70193', '0', '0', '0', '0', '', '0', '0', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '6.64452', '12.0361', '29|New Achievement!||,', '1290812520', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3236', '2', '', '0', 'iamsogreat200', 'ce1ecd2061cf55a87ae68b5428c4427b', '2010-11-29', 'iamsogreat200@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1291063559', '0', '1291740676', '1293271863', '1293271862', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '93.97.119.48', '0', '1', '', '0', '0', '-1', '0', '0', '!^H.~H>M7x>1uVa;z4;bUpbEPRP|A8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.89226', '4.71143', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1293272220', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3234', '2', '', '0', 'GamerLocus', '2311b02174c012a137f5ee3be7c85cd6', '2010-11-27', 'alex@gamerlocus.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1290890753', '0', '1291590685', '1291593211', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '81.97.186.70', '0', '1', '', '0', '0', '-1', '0', '0', '-2|v\"Urg<{^!Q\'2u&6Hf]GTg%oT>ty', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '288', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1290896580', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3233', '2', '', '0', 'ERSQ_Scarecrow', 'fc3b1acc27fc8921bc06501e92e0c3cc', '2010-11-27', 'ianmcgowan@virginmedia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1290889532', '0', '1322325253', '1322325253', '1322325153', '8', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.30.186.242', '0', '1', '', '0', '0', '-1', '0', '0', 'az%O[7>ZP4Xn<*yP*c]Z.-h1=A!`I|', '', '0', '75400', '0', '0', '0', '0', '', '0', '0', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.66113', '3.00903', '29|New Achievement!||,', '1290931200', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3238', '2', '', '0', 'RELIC', '8fbd95205a99ee0e97df96b2692c59b8', '2010-12-02', 'eriktherenders@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1291320384', '0', '1291323353', '1292714068', '1291320622', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '77.248.159.252', '0', '1', '', '0', '0', '-1', '0', '0', ']W]t6@)6Jn^+eIU7Fr|PaLv>MI`0|[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.66113', '3.00903', '', '1291323300', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3245', '2', '', '0', 'hirntot', '782a5590e4b8c24257ec2966fbe71b3f', '2010-12-07', 'sebastianbehnisch@freenet.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1291764026', '0', '1291812282', '1291812430', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '80.243.52.130', '0', '1', '', '0', '0', '-1', '6', '1', 'yBMI\\F:zZW[/(2D\\@jp\\kouOu#y=[\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '273', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1291802880', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3237', '2', '', '0', 'Eddzzz', '8611f954fb3fb94dccd264179c4fce18', '2010-11-29', 'kristian.edwards@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1291064659', '0', '1292502622', '1298333827', '1291477130', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.179.84.246', '0', '1', '', '0', '0', '-1', '0', '0', 'jHaOF!r2v;VlL)J8*RBy%e9^,SJ-{%', '', '0', '70421', '0', '0', '0', '0', '', '0', '0', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.42968', '8.02407', '29|New Achievement!||,', '1291478040', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3240', '21', '23', '0', 'MrMusicalmatt', '602253eed6cf0890e9235921544e3b5a', '2010-12-05', 'mattberry9968@sky.com', '43', '', 'http://www.youtube.com/user/MrMusicalmatt', '', '', '', '2', '2', 'TF2 Admin', '1', '1291550640', '-1', '1453316897', '1453912917', '1451733502', '892', '10', '5', '0', '1', '0', '0', '0', '45108295', '05-10-1995', '1995-05-10', '-1', '2', '85.210.79.220', '0', '0', '', '1406720995', '0', '1', '41', '0', ',<\\l0h`k`F\\eZ;,xzxDTqNk{^a6<4;', 'mrmusicalmatt', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2483', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '7dd2c17861b590181c67c75ae63c956e', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '219', '120', '152', NULL, '3.32226', '6.01805', '29|New Achievement!||,', '1291569240', '0', '0', '0', 'the red CAKE!', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3301', '2', '', '0', 'wayz', 'a5b997ec19bfc4cf0f73e551a18033d6', '2011-01-27', 'crazyfrog_tnt69@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1296159782', '0', '1296159782', '1296160453', '1296160441', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '79.169.40.160', '0', '1', '', '0', '0', '-1', '0', '0', 'StKZEZ+sIMe}VohZV||7}Jv\'IWkkA0', '', '0', '71688', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.44613', '2.35571', '29|New Achievement!||,', '1296161040', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3239', '2', '', '0', 'WOODZ', 'f41b1a63e337df81ed9f834834d98b0a', '2010-12-03', 'bmxing123@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1291380532', '0', '1291386547', '1291492782', '1291382279', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.11.139.7', '0', '1', '', '0', '0', '-1', '0', '0', 'o&he\\m:L$A`i4DZ}oni/qnHzXxGZ.X', '', '0', '70405', '0', '0', '0', '0', '', '0', '0', '', '183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.10742', '2.00602', '', '1291382760', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3242', '2', '', '0', 'beegee7730', 'a85279fbbcbdf4e78abaadb50bb39ad9', '2010-12-05', 'beegee7730@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1291581264', '0', '1347094773', '1347094949', '1347047889', '6', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.15.132.22', '0', '1', '', '0', '0', '-1', '0', '0', 'LF[7n*PlD&p%mEdG9JfC,=x]}}wQW*', '', '0', '78884', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '5.73248', '11.4358', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1292936580', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3272', '2', '', '0', 'NOFX', '26b3ddb6d287ae16bb967627486acce8', '2011-01-06', 'n0.use.f0r.a.n4m3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1294347821', '0', '1294749455', '1294749460', '1294577027', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '79.83.115.224', '0', '1', '', '0', '0', '-1', '0', '0', '`,V.YesA6&_[*tW|L+_?,A[!ZFQ`99', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '137', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '796e3259567cb568170111acf5c947fc', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '8.67679', '14.1343', '29|New Achievement!||,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,', '1294753200', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3243', '3', '', '0', 'legatus', '15b235bd2c1e74115b37b54a4e8051dc', '2010-12-05', 'leroy8c@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1291585724', '0', '1291585724', '1291585753', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '84.26.38.2', '0', '1', '', '0', '0', '-1', '0', '0', 'tm=}K=E*F5Zl0Wlki3>iak86O)jfWn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1291585980', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3268', '2', '', '0', 'Mens Mayonnaise', '1211c19dae3c22e7c77df7f709a928d3', '2011-01-01', 'orsonkarte@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1293899026', '0', '1314732646', '1323988043', '1294594649', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '78.145.105.212', '0', '1', '', '0', '0', '-1', '0', '0', ',.AK/ZBtew:M|~\\LxbXoS63', '', '0', '70667', '0', '0', '0', '0', '', '0', '0', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '3', '0', '0', NULL, '12.7389', '25.413', '29|New Achievement!||,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,', '1292504040', '0', '0', '0', 'HOPE I GET ALL TEH VOUCHES!!!!', '2', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3251', '2', '', '0', 'floydmayweather', '94566fe9b0bf5919a865889ca30b12f8', '2010-12-15', 'dan_uk201@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1292428719', '0', '1298933084', '1299085379', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '2.122.193.108', '0', '1', '', '0', '0', '-1', '0', '0', 'B4<]!qK_9t=Hcf%2<*65%\'g-=,]\"&+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0.723066', '1.17786', '29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1299086160', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3299', '2', '', '0', 'SoulRicky', '452e6b0644c175e0b4bc5220b6f7fab2', '2011-01-26', 'soulricky@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1296005283', '0', '1296005283', '1296005430', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '72.178.2.90', '0', '1', '', '0', '0', '-1', '0', '0', 'iK\"!#bH0]2NB**xvDt,(wS-!HIPI/a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1296011760', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4692', '3', '', '0', 'DannyOkb', '4b5ad8156974946cdab9171fe102bb24', '2014-01-10', 'moldt4@safe-mail.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389325251', '0', '1389325251', '1389758668', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.210.140.39', '0', '1', '', '0', '0', '-1', '0', '0', '=B)w{oIBjZ2.nE-F/66q#\"7+\"1i\\{k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4694', '2', '', '0', 'LoisWhiti', 'e508d03c4bbf39452dfeb504f6caf612', '2014-01-10', 'OrganicVest916@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389379990', '0', '1389379990', '1389379990', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.232.105.236', '0', '1', '', '0', '0', '-1', '0', '0', 'I:xp%@%g)LKfrtA7N}jf$=F^#hE\'#w):g4)p|)=Uy9].kU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '100001124016370', '1293392004', 'Neil Hobson', 'fb', '102024793186630|2.5SqCEP_7fo0SRYMWlc3YqQ__.3600.1293397200-100001124016370|LL0ij2-zlTWk_6r3qwXIFIWLHu0', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1293392580', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3266', '2', '', '0', '{UN}Heinztomato', '1959226fa8fd589736c5e98a58be7564', '2010-12-31', 'cheet@zeelandnet.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1293806858', '0', '1293806858', '1293807128', '1293807007', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.176.241.186', '0', '1', '', '0', '0', '-1', '0', '0', 'lT\\`brfBD9KJ/K}yZ\'S7V+l:2Nztmp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '2', NULL, '0', '0', '', '1293807780', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3255', '2', '', '0', 'JVanover', '886213d56b349ee434a115f7c40c3486', '2010-12-21', 'desertyetti@firestormstudios.us', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1292914623', '0', '1292915448', '1292917366', '1292917108', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '69.96.252.243', '0', '1', '', '0', '0', '-1', '0', '0', '-M+fJ-i-..fNg^M\\GfzN=y\"jasG|X#', '', '0', '70780', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '102024793186630|2.XKnKyNhPbRGrcowWt_TYNQ__.3600.1292922000-100000511754347|UujSd85soqSEreYRcTwS0TzkcQk', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.18471', '6.35324', '29|New Achievement!||,', '1292917980', '0', '0', '0', 'Working.', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3269', '2', '', '0', 'danderton', 'bd5057ab6896ceee1b985d0b0acce1d4', '2011-01-02', 'danielanderton@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1293954645', '0', '1293962599', '1294875122', '1293958407', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.19.171.196', '0', '1', '', '0', '0', '-1', '0', '0', '%usk*4R>[]c-.IOeuSvBg(-NLG@SK|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '212', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.61533', '5.88928', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,', '1294875900', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3329', '2', '', '0', 'davidmn', '6423770bffa89992829cfcd2241f774e', '2011-03-03', 'gcndavidmn@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1299176360', '0', '1299439387', '1299652691', '1299357563', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.150.63.167', '0', '1', '', '0', '0', '-1', '0', '0', 'mIx%uneB~0\".dho%N[CQ-aP+#.hV:0', '', '0', '72496', '0', '0', '0', '0', '', '0', '0', '', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.33839', '7.06714', '29|New Achievement!||,', '1299357540', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3258', '2', '', '0', 'qbol', '047bfc985b390b2c630f7b3ea4ccd67e', '2010-12-24', 'punono8@wp.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1293186767', '0', '1293189308', '1293268745', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '178.252.24.40', '0', '1', '', '0', '0', '-1', '0', '0', 'U|cOG4teoHo)8[O;7wq#0`Jatj%*Em', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1293268680', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3259', '2', '', '0', '(SSD) Dog', 'b6d512e25525b4da906b08f781559e28', '2010-12-25', 'stripes@live.co.uk', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1293319491', '0', '1293319491', '1293319724', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '09-01-1969', '1969-09-01', '-1', '-1', '86.171.44.79', '0', '1', '', '0', '0', '-1', '0', '0', 'f:4tIm>|DVSk!(^f\"N(,3t!W2[]]b5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '279', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1293320940', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3263', '2', '', '0', 'Admiral', '284043abbfd6db4ca9b9d4c46de94ea8', '2010-12-29', 'AdmiralGoatse@gmail.com', '0', '', '', '', '', '', '2', '3', 'Junior Member', '0', '1293647133', '0', '1414785181', '1414785181', '1305476724', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '11-28-0000', '0000-11-28', '-1', '-1', '90.210.214.38', '0', '1', '', '0', '0', '-1', '0', '0', 'K48M(Ya{2&TazfU1QoDSU\'(f/h~)9i', '', '0', '73252', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1305477060', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3261', '2', '', '0', 'Sander Lienaerts', 'ff54b1f846a87510b54a41f914aaa982', '2010-12-26', 'sander-rjc@live.nl', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1293400547', '0', '1320511719', '1320511889', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '87.209.3.81', '0', '1', '', '0', '0', '-1', '0', '0', '%!(E\'X[0rWO;_nQ6N)78B~S.r(xL-+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '185', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '100000675235922', '1293400548', 'Sander Lienaerts', 'fb', 'AAABcynZBOYUYBABoT6vuPhnGZAzM2VZCS6oZAh7Tp0oZBs76ZBD92x8HzEAUflWOkJla6NLkcy6dsHhCDcWDYPqZBA4ab7Dlm4ydLdex1EDUqg5q93WvRxm', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1293402360', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3267', '2', '', '0', 'TitchBits', 'a828a00d248ab5713729a610ab53bcc5', '2010-12-31', 'vikki_dalrymple@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1293815705', '0', '1293815991', '1293815991', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '217.43.149.10', '0', '1', '', '0', '0', '-1', '0', '0', 'W)e\'|/,mr*qtU+kfurc|\\V{i<-UuB+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1293816720', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3262', '2', '', '0', 'Matt Williams', '6e56b9f33db100313406bb6df82dddb1', '2010-12-27', 'matt.sw@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1293488647', '0', '1293488647', '1293488647', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.29.254.149', '0', '1', '', '0', '0', '-1', '0', '0', 'Z4Y!?ZlPn\"G|gjnQ^:xm:0co1U=,s\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '100000807593693', '1293488648', 'Matt Williams', 'fb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1293488880', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3264', '2', '', '0', 'FluffyBunnykins', '194a8f7713448edb2b13fb3ab350f7d8', '2010-12-30', 'doilooksensible@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1293697373', '0', '1310710043', '1319703546', '1308986999', '5', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '89.18.67.81', '0', '1', '', '0', '0', '-1', '0', '0', '7vlr[`G[W0P(C2b%3)!hF6>a9/DY5p', '', '0', '73546', '0', '0', '0', '0', '', '0', '0', '', '259', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1308990000', '0', '0', '1', NULL, '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3265', '2', '', '0', 'Rasir', 'b7b2e520c7a9a0e2004fba8f0a940191', '2010-12-30', 'lukas.bagge@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1293744200', '0', '1293800457', '1293899495', '1293899494', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '85.157.80.143', '0', '1', '', '0', '0', '-1', '0', '0', 's4!ZS5q]Z6J5vpBFc.D;M@w[Ei}P&g', '', '0', '71020', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '5.78453', '9.42285', '29|New Achievement!||,', '1293899460', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3273', '2', '', '0', 'JKearnzy', '54a7171c00d9e60b84f3a8ced855cb29', '2011-01-07', 'JKearns94@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1294427335', '0', '1294437562', '1294478969', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.11.237.113', '0', '1', '', '0', '0', '-1', '2', '0', '?o\\eDe]#Qs0CJ_z?=\'lu#_1SCC=>XE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '147', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1294427400', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3271', '2', '', '0', 'KingBlizz', 'bdf8b39c6da4a16a1a7752f6fa172769', '2011-01-04', 'testy16@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1294143504', '0', '1294184982', '1313487779', '1294184981', '5', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '79.201.36.171', '0', '1', '', '0', '0', '-1', '0', '0', '^h~\"y@\'j[]O7GSEu[&&~Iv}Pr!*\'af', '', '0', '71117', '0', '0', '0', '0', '', '0', '0', '', '206', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1313487780', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3270', '2', '', '0', 'Heineken', 'b58e8b88f141a9e7c873da43b0ca3c7e', '2011-05-03', 'erhan.akoglu@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1293985053', '0', '1304422221', '1304422397', '1304422355', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.244.11.40', '0', '1', '', '0', '0', '-1', '0', '0', 'C_/kA>`5puDykm\';x|pM\">\"Pif<;Q$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '246', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0.608272', '1.34228', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1304424780', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3294', '2', '', '0', 'kasulis', '71c024ea3e5ce87099ab36cc92cde8a1', '2011-01-23', 'deividaskasulis@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295741566', '0', '1296128003', '1296177352', '1295863794', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '90.218.107.203', '0', '1', '', '0', '0', '-1', '0', '0', '$I:4\\bF2mbxp_Nab(pH^B:_vz7~9pQ', '', '0', '71637', '0', '0', '0', '0', '', '0', '0', '', '161', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.89226', '4.71143', '29|New Achievement!||,', '1295863740', '0', '0', '0', 'Whaaat?', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3279', '2', '', '0', 'Barlk', '64ad4927705de100143ada5e452c37da', '2011-01-13', 'Joe@morninglight.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1294956404', '0', '1294956404', '1294956404', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '77.101.0.146', '0', '1', '', '0', '0', '-1', '0', '0', 'aAT5=_[:yKICET/Xi$pP|)|OY9Wh%P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1294957920', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3276', '2', '', '0', 'Gunner', 'eba255a7d6eab63c292c431197537088', '2011-01-10', 'gunner@sawclan.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1294687844', '0', '1294688267', '1301512071', '1301512046', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.34.7.140', '0', '1', '', '0', '0', '-1', '0', '0', 'Kn`yO$PbD*f5Na#w~J!/>R6}me\'C9v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1301512800', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3275', '2', '', '0', 'Drogo12345', '65c6fed72f5b35c1d60ac1710655e6dc', '2011-01-09', 'Seanycross@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1294571119', '0', '1294571119', '1294572185', '1294571738', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.171.211.142', '0', '1', '', '0', '0', '-1', '0', '0', 'p7tD+,*`I+E{B}{M|&8$I,\"1ezkP0d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '191', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1294572720', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3277', '2', '', '0', 'Bulldog1', 'bf5df97e99220bdcdc7a36c3792842d1', '2011-01-10', 'bulldog.bcu@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1294693109', '0', '1294693151', '1419453980', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '78.147.180.201', '0', '1', '', '0', '0', '-1', '0', '0', '\'VH6itZPW5J}bwa@)+1fN;P>L5&>|-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1294693380', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3278', '3', '', '0', 'Dieselblue9', 'b6f9f9f7e4d33b0fb2f19f49cb696cb0', '2011-01-11', 'connerspear@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1294772909', '0', '1294772909', '1294773069', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.17.248.183', '0', '1', '', '0', '0', '-1', '0', '0', 'S>rBEnY,>S\\E~:v0[_G)9]$={1fFOR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1294773540', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3327', '2', '', '0', 'Edarox', 'cef2bdc4c7c3a440976167eebc7e10c3', '2011-03-01', 'edarox@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298999803', '0', '1299867317', '1300040649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '80.6.12.212', '0', '1', '', '0', '0', '-1', '0', '0', 'A+F?\\H|^I.ecUMfv_\'Jdo].G1rPPua', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1299000420', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3331', '2', '', '0', 'WTF', '346280a4db712bce978ecd704ef05122', '2011-03-07', 'axel.darklarry@hotmail.es', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1299521181', '0', '1302979982', '1303378738', '1301780512', '6', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '87.219.225.39', '0', '1', '', '0', '0', '-1', '0', '0', ')FO>%:#7E~;2XdD1TUz~Ea^CdiHm+R', '', '0', '72831', '0', '0', '0', '0', '', '0', '0', '', '141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '7.90754', '17.4497', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1301780760', '0', '0', '1', 'Fuck y\'all', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3283', '2', '', '0', 'phooey1', '27f21ad2df42c9c49ccecb3332d1302e', '2011-01-16', 'phooey9@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295167162', '0', '1295251769', '1295860264', '1295194436', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.30.147.222', '0', '1', '', '0', '0', '-1', '0', '0', 'Zia~I0JK.P=]{T!,(1|%h4P3]\"oPZS', '', '0', '71276', '0', '0', '0', '0', '', '0', '0', '', '141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.89226', '4.71143', '29|New Achievement!||,', '1295195400', '0', '0', '1', NULL, '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3280', '2', '', '0', 'Remilia Scarlet', 'b65fea1c2159da2591877973773536e6', '2011-01-14', 'ashemayu@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295025540', '0', '1297275879', '1297378763', '1295259690', '8', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.8.151.206', '0', '1', '', '0', '0', '-1', '0', '0', 'h>djcuzf{}hf$WsUQcpMv!ZZ5I^aw!', '', '0', '71297', '0', '0', '0', '0', '', '0', '0', '', '148', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '4', '0', '0', NULL, '6.50759', '10.6007', '29|New Achievement!||,', '1295260200', '0', '0', '0', NULL, '2', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3284', '2', '', '0', 'Jiggy', 'aa859b3f75252f0dfb340de05855553a', '2011-01-16', 'alexander.ingham@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295200391', '0', '1295200391', '1295200670', '1295200669', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.139.202.203', '0', '1', '', '0', '0', '-1', '0', '0', 'onkbs\'ka8A5X:JW,/xIyg=x\\{.NH^?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1295201100', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3285', '2', '', '0', 'tronic592001', '265a01d4a5cbdf8f53a9c3aa8fcb6a10', '2011-01-17', 'tronic592001@sky.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295251445', '0', '1295251858', '1295526459', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.6.96.254', '0', '1', '', '0', '0', '-1', '0', '0', '.Ae800/`M@UR]\'?*E)f/ot4bKt:Tqy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1295526360', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3287', '2', '', '2', 'Goldine', '45c4c8714844a5b13ab7b0deff628827', '2011-01-18', 'wotsup1234@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295375404', '0', '1295636954', '1295636954', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.4.95.28', '0', '1', '', '0', '0', '-1', '0', '0', 'EFo4^gx#XqP7wAdRoR,t*|tz!x!.Ve', '', '0', '71399', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.61533', '5.88928', '', '1295637240', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3286', '2', '', '0', 'Desto', '1446edea14e2da1b0093696bdc736815', '2011-01-18', 'lazer_anic@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295309699', '0', '1295742895', '1295809275', '1295809223', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '83.249.144.113', '0', '1', '', '0', '0', '-1', '0', '0', 'M=dFap[_nZZTZ%!@$z8[*neZgw;_~T', '', '0', '71604', '0', '0', '0', '0', '', '0', '0', '', '245', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '6.50759', '10.6007', '29|New Achievement!||,', '1295809260', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3289', '2', '', '0', 'King Burn The Untochable', 'e22f7c1781f2c34be90be8f5b814aae2', '2011-01-20', 'sopov.dima687@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295567800', '0', '1298904267', '1299130704', '1298894284', '9', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '91.122.60.65', '0', '1', '', '0', '0', '-1', '0', '0', 'ISd}.$S|B-)C1SR!D\'%Nu+}c2b)6,5', '', '0', '72355', '0', '0', '0', '0', '', '0', '0', '', '243', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '15.9074', '15.3121', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1298894400', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3305', '2', '', '0', 'VeMi', '292f3d15f6eaedd6cf2527a3671106e3', '2011-02-03', 'uberpwn3@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1296771724', '0', '1296771724', '1296771762', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '90.227.249.16', '0', '1', '', '0', '0', '-1', '0', '0', 'UFR3ODsOQ`b%Eg~}P|8\"a@9I)$4/Z`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1296773700', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3290', '2', '', '0', 'Moe Guays', 'd590a998ab58d27f4eebdfea97b2dcbe', '2011-01-21', 'moeguays@yahoo.co.uk', '0', '', '', '', '', '', '2', '3', 'Junior Member', '0', '1295631475', '0', '1295631747', '1295634323', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '04-14-1991', '1991-04-14', '-1', '-1', '194.80.178.253', '0', '1', 'moeguays@hotmail.com', '0', '0', '-1', '0', '0', '+`MO3:]lH[:^QdVH*}3q[hTB|Mi),)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '100001917129255', '1295631476', 'Moe Guays', 'fb', '102024793186630|2.4nwV9lfHL1xKlGqFXtFJ_A__.3600.1295640000-100001917129255|LB7lr3AYzmWOvLH2dER_xAlO8i4', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1295634120', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3293', '2', '', '0', 'Ben Meikle', '9bc3266fda95831b340fbe5a50a7b899', '2011-01-21', 'bennie_51@hotmail.co.uk', '39', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1295641892', '0', '1295641892', '1295641983', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108743', '', '0000-00-00', '-1', '1', '86.9.79.146', '0', '0', '', '0', '0', '-1', '0', '0', '\'Yw\'cHCEjY9y`Srd975\"%YPo>4/N5\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '592388038', '1295641893', 'Ben Meikle', 'fb', '102024793186630|2.VyvSjqawK9fyOzpCmkoRfg__.3600.1295647200-592388038|Pc4A0cxKFf1JVTP0X-cPxKMpT6g', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1295641920', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3291', '2', '', '0', 'Ninja Space Pirate Ghost', '14a119132b4ec10a69e26f69b208ebc6', '2011-01-21', 'jojo.jakes@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295636346', '0', '1296585790', '1296592143', '1296492574', '6', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '83.161.250.85', '0', '1', '', '0', '0', '-1', '0', '0', 'K7np0oWcp%7B~\\pWEw^N]%;Bz6dX|+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '12.2921', '20.0236', '5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1296493020', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3295', '2', '', '0', 'mackan242', '932df0af1d0a15e9af5163e98d18100f', '2011-01-23', 'markusprivate2@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295813435', '0', '1295822924', '1296746316', '1295822922', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '03-08-1997', '1997-03-08', '-1', '-1', '78.73.116.76', '0', '1', '', '0', '0', '-1', '0', '0', 'pT*=pmQtoPQ81gPxC1lP2=0l8jEC~\"', '', '0', '71625', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '102024793186630|2.ctTf8t9sgvIhaav4Zk4u0A__.3600.1296752400-100000289507309|IsbUar7xbf6zJMzG09rRHHjvgKM', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.1692', '3.53357', '29|New Achievement!||,', '1295823240', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3298', '2', '', '0', 'Danny', 'd1d578f2534e21a2c8fed8609733956d', '2011-01-24', 'dannybuurke@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295901206', '0', '1295965845', '1296249743', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.212.146.227', '0', '1', '', '0', '0', '-1', '3', '0', '&~N1Dl_qCrq*yAR8>/<:DdXFJl[bz$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1295904180', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3296', '3', '', '0', 'Fin', 'ee11d01f61563837ce3cee3b9cb301e4', '2011-01-23', 'finlaybalfour@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295823870', '0', '1295823870', '1295824442', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '212.159.26.247', '0', '1', '', '0', '0', '-1', '0', '0', '1+1s;+@Nl#9r!uDp8hR?AdWJT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1295824020', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3297', '2', '', '0', 'Mongol', 'd9660004d29f77b59436cb91d6c8067a', '2011-01-24', 'misko195@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1295896846', '0', '1295896846', '1295896879', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '77.28.105.181', '0', '1', '', '0', '0', '-1', '0', '0', '72*y$%![<9UIJq>o&.s][IkDIGN\"8~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1295897220', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3300', '2', '', '0', 'cann1baL', 'ebf92543534e86c399e7c0950030df4c', '2011-01-27', 'fknbiatch@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1296132665', '0', '1296132665', '1296133764', '1296133026', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.172.177.222', '0', '1', '', '0', '0', '-1', '0', '0', 'MjEsMP(Kzx7<}22tJ6a:E[baW7Lgbw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1296133500', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3303', '2', '', '0', 'mrjetblack', 'c7d4de09bc14e64bd811e5c0bd294535', '2011-01-29', 'mrjetblack01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1296330351', '0', '1296330351', '1296332178', '1296332177', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '178.117.186.74', '0', '1', '', '0', '0', '-1', '0', '0', '!jjj*q%waiAM2jA8NisEGw7;@BRSw|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.44613', '2.35571', '29|New Achievement!||,', '1296333180', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3304', '2', '', '0', 'Losbad', '63fffe7f688aa37387c498ec4b9f83a2', '2011-02-02', 'gn@gjkln.plus.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1296655752', '0', '1296655752', '1296656012', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '01-04-0000', '0000-01-04', '-1', '-1', '62.171.194.21', '0', '1', '', '0', '0', '-1', '0', '0', 't^pbh{..QBt]{pL!aM5$}>IirtMap:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1296656400', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3302', '2', '', '0', 'bloodshot', 'c86ccc825b6ea6eb0b27bbd27928edac', '2011-01-28', 'chaser0426@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1296246031', '0', '1296246031', '1296246583', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '76.64.204.150', '0', '1', '', '0', '0', '-1', '0', '0', 'Yt4dvf0}F^U!LOqbPq;.l=gEu:SUkl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1296247560', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3306', '2', '', '0', 'Creationroleplay', 'b20d956093f620173d90b002c34477a7', '2011-02-06', 'walkthedino@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1296994993', '0', '1296994993', '1296995742', '1296995127', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '95.148.50.41', '0', '1', '', '0', '0', '-1', '0', '0', '=h.LA]?#ozc[kHJKk-PwA]i.$]l78V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1296995520', '0', '0', '0', 'Some 1 crashing server :(', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3309', '2', '', '0', 'Megaboost', '5bea2bdbe8b29d97c9a44e2854796389', '2011-02-07', 'megaboost.gcg@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1297095231', '0', '1297095258', '1297123826', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '93.97.168.43', '0', '1', '', '0', '0', '-1', '0', '0', '^Qddyg^c>IqOI>&^Co`>jMdTzM.B=>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1297124700', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3324', '2', '', '0', 'The Angry Demoman', '48582ed25a21085f60ae65d979dfd55f', '2011-02-26', 'stuartk11@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298759135', '0', '1311086378', '1311088133', '1311083363', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.174.192.210', '0', '1', '', '0', '0', '-1', '0', '0', 'I:5\'%Z^d54v5Jto$@6J`]jsbE\'y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1298563980', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3312', '2', '', '0', 'pottyy', '33268ba28c2003f7afad86b0c8c8a7b3', '2011-02-14', 'flashthemanuk@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1297687449', '0', '1297706667', '1297708254', '1297708253', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '77.100.192.190', '0', '1', '', '0', '0', '-1', '0', '0', ',yFT0]W^wXDO[XZpigaFso3tQ0n9H[', '', '0', '72109', '0', '0', '0', '0', '', '0', '0', '', '195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.61533', '5.88928', '', '1297708860', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3313', '2', '', '0', 'oLaz', '3cad340d476cd81f85394454d9154e46', '2011-02-17', 'afronumber1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1297974289', '0', '1297974289', '1297974317', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '95.52.79.136', '0', '1', '', '0', '0', '-1', '0', '0', 'jrgiZmo^}B2rh^xt0z{0#jsdrGK1lL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1297974840', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3314', '2', '', '0', 'Pain Monopoly', '08a04cb652a4b6c74aec48616bd3c68e', '2011-02-22', 'a436539@jnxjn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298335120', '0', '1299956286', '1299957903', '1299957790', '6', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '76.14.57.121', '0', '1', '', '0', '0', '-1', '0', '0', ']CZO$-ktF0zpQtVPa\'$!yle`7$ctj\"v42-_\"yed!3R<|s#b.(=i!Y', '', '0', '72256', '0', '0', '0', '0', '', '0', '0', '', '186', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1304878980', '0', '0', '1', 'shocked at the t@s on this forum.', '2', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3320', '2', '', '0', 'Tweeday', 'b9ae092e52030f4fd6c23aba84c79b28', '2011-02-25', 'tweeday@middlemanmedia.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298646968', '0', '1298653873', '1298655323', '1298654530', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.18.95.120', '0', '1', '', '0', '0', '-1', '0', '0', '3=$}4Po-7r.G&j)zEh3U:kP}9_JkYQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1298654700', '0', '0', '1', 'the owner of Dynamic Nation', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3316', '2', '', '0', 'R3D', '62aae15482ee3e9deef13f7c3c1d1415', '2011-02-22', 'r3d@r3art.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298393263', '0', '1298393263', '1298394259', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '80.3.26.175', '0', '1', '', '0', '0', '-1', '0', '0', 'tA;YYnu=WSv\\il;Gl(w,Tb]V-I\'+b=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1298393220', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3318', '2', '', '0', 'Acetheman', 'faeefa9f972bc5dafeea1d1c00be002a', '2011-02-23', 'mattemattis@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298496433', '0', '1298731453', '1320502158', '1298557962', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '78.73.105.68', '0', '1', '', '0', '0', '-1', '0', '0', 'QRsI6c|ui(qe^pIz4R->4L#s+S@Hot', '', '0', '72270', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.1692', '3.53357', '29|New Achievement!||,', '1298558040', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3321', '2', '', '0', 'frappi', '69ba0e3804f9c571d9de2c62ab613d0e', '2011-02-25', 'kezzi@telia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298647114', '0', '1298647114', '1298648689', '1298647750', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.64.50.57', '0', '1', '', '0', '0', '-1', '0', '0', '2{]b0ish~eNc**,!>\"kY\'\\T&l52n[^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '102024793186630|2.b7avHd2y4U7kigqBLN6RDQ__.3600.1298653200-743457808|3jBEHs9h27v2ytnAwv0ICq_bWCc', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1298647860', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3326', '3', '', '0', '.Brownie', '1ca640216527086213e3cf3426287e24', '2011-02-27', 'Lukebro95@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298841445', '0', '1298841606', '1298841606', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '213.107.92.134', '0', '1', '', '0', '0', '-1', '0', '0', 'B=O;dcI=bcdl[`7#TMzF$j|CIh\\J(K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1298841780', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3322', '2', '', '0', 'Window Licker', '84d63ead6c411acffa9e73c6f64a052f', '2011-02-26', 'johnboya@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298720870', '0', '1298812649', '1300017780', '1298721508', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '88.108.19.16', '0', '1', '', '0', '0', '-1', '0', '0', 'k\\/wM&i3_,u#`Xz?r.@0k/\'Vf45{zy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.61533', '5.88928', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1300017780', '0', '0', '1', 'Window Licking.', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3323', '2', '', '0', 'TheDragon', '7c46a91ff932ec4d4c1ae910e6573ceb', '2011-02-26', 'The.DragonNL@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298721186', '0', '1301761440', '1301761440', '1299515228', '12', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '84.105.181.211', '0', '1', '', '0', '0', '-1', '0', '0', 'tbfP,Bo`GJXpD1\'uW?*]7%mv2UVe3~', '', '0', '72544', '0', '0', '0', '0', '', '0', '0', '', '573', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'f1b8795ea4ab963b19358a3ad0f9dc3c', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '6', '212', '500', '0', '0', '0', '1', '209', '1299078177', '0', '6296', '2', '3', '3', NULL, '28.5888', '37.5839', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1301761980', '0', '0', '1', NULL, '5', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3325', '3', '', '0', 'DAVE123', '5a4334373e7bd93e1d2e54660ae340d4', '2011-02-26', 'raptr@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1298759318', '0', '1298759318', '1298759553', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '79.253.15.239', '0', '1', '', '0', '0', '-1', '0', '0', 'FVI186x/E7}&%ejDDv;y1LJhnlD|5CG4=F.C[E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1300066080', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3337', '2', '', '0', 'Bryn', '2dac2ac0439f7a6b358d5408b34a84bd', '2014-04-07', 'subzerohimself@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1300100640', '0', '1342116797', '1396866741', '1341994501', '13', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.168.116.160', '0', '1', '', '0', '0', '-1', '4', '3', '{sgJ2ZG.J[rJ#rg#b#2%vsHsJ\"@k?v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '602', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', 'AAABcynZBOYUYBAFQyeZAiEvVYeJxZBlMScltt9WOZBxZCzFUMVXOgHqWj6ETqBjEhgEDkE35MTUts19iJDfVWzK7UN7ZCuW0v58tNf8WJDZCAZDZD', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '3', '3', NULL, '6.691', '10.7383', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1303040100', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3338', '2', '', '0', 'Kort', 'a81e52a77110743b331274794d973aa7', '2011-03-16', 'webmaster@zergzone.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1300285979', '0', '1300285979', '1300286472', '1300286398', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '67.159.44.37', '0', '1', '', '0', '0', '-1', '0', '0', '$9.PBnqO[*n.Wvkg0N\\gx+\"@]yK\\A]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,', '1300286460', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3339', '2', '', '0', 'powerslave', '9b60902d9016e1cb78d49739ca008c84', '2011-03-18', 'milkamil@tlen.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1300456010', '0', '1300456010', '1300456018', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '83.244.180.83', '0', '1', '', '0', '0', '-1', '0', '0', 'qYw(o&K=}VKc@ZsDe$yB\'_2Mwqnf%e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1300456140', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3340', '2', '', '0', 'BraveHeart', 'd2d8916a17024e8819a6a255327168af', '2011-03-18', 'dav787@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1300467046', '0', '1300467046', '1300467149', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.236.110.92', '0', '1', '', '0', '0', '-1', '0', '0', 'x`?`?obLq?PhQB7j\'5#ay4leo\\J_nu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1300467540', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3341', '2', '', '0', 'merylnn', 'ebffe6beb18851a7047977bc8697e527', '2011-03-19', 'meryln.khabutar@gmail.com', '0', '', 'http://www.cartoongamesforkids.com/', '', 'merylnn', '', '2', '0', 'Junior Member', '0', '1300530034', '0', '1300530034', '1300532589', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '04-03-1988', '1988-04-03', '-1', '-1', '114.143.71.58', '0', '1', '', '0', '0', '-1', '0', '0', 'Ia|qA=%}z\"a9npyCZ{AYv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1300690860', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3355', '2', '', '0', 'oops1227', '07d3cc02a750c90a936a47833d6c37c5', '2011-03-30', 'rsbarnett@shaw.ca', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301505649', '0', '1301505850', '1301505977', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '50.72.74.51', '0', '1', '', '0', '0', '-1', '0', '0', 'V\\\"*f)oF0~pVL%Ex-A@S1_<,04oWwX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1301508480', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3344', '2', '', '0', 'V00D00', '7dda14137beeb0a2bcffd6e73b085106', '2011-03-23', 'joeygeorge@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1300856164', '0', '1300856164', '1300856348', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '66.239.59.10', '0', '1', '', '0', '0', '-1', '0', '0', '+ctJqJO)PNAfM|deA(9G5nU', '', '0', '72796', '0', '0', '0', '0', '', '0', '0', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '8.51581', '18.7919', '29|New Achievement!||,', '1301323800', '0', '0', '0', NULL, '1', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3349', '3', '', '0', 'StormsEye', '1213e22eaf170a4829623d90bbae9b70', '2011-03-25', 'justin_reumann@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301076800', '0', '1301076932', '1301077756', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.91.57.115', '0', '1', '', '0', '0', '-1', '0', '0', 'o=B5k|fwA>+P>-yc<;P\\M\'PUwx;*c,cG^j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '262', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1301150700', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3351', '2', '', '0', 'Insanely', '506b81d557f0c0a95ad2bf1d3ab9093f', '2011-03-27', 'insanelly@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301212365', '0', '1301212365', '1301212431', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '75.149.65.226', '0', '1', '', '0', '0', '-1', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1301246340', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3362', '2', '', '0', 'Luke', '4797769505c5863d22eaf244e1dc8e80', '2011-04-03', 'lolzer989@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301855368', '0', '1301855368', '1301856452', '1301855980', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.36.254.19', '0', '1', '', '0', '0', '-1', '0', '0', 'p[.Q*&#^$gnV6l%5?y<@v]6~8ugFu6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '143', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1301856060', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3353', '2', '', '0', 'KillaJim', '72664f5bc0b76a25d5610cb69c41f452', '2011-03-30', 'pittsburgh_dingo@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301462479', '0', '1301462479', '1301462562', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '71.60.105.47', '0', '1', '', '0', '0', '-1', '0', '0', 'bf/K)$A-qiLI-}q%2h0j0o+2`$rqzx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1301470440', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3354', '3', '', '0', 'rob12270', 'a59565c0026e2745b72c2c18baac9e04', '2011-03-30', 'rsbarnett@shaaw.ca', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301504554', '0', '1301504833', '1301504833', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '50.72.74.51', '0', '1', '', '0', '0', '-1', '0', '0', 'x|Hv(5_eV937Y{qtjJXd9hmW\"2Bv8H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1301504640', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3364', '2', '', '0', 'Coyler', '4b75bde13a32db9dbeaa525c71e3ab00', '2011-04-05', 'coyler@haphazardclan.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1302003771', '0', '1302003771', '1302004430', '1302004403', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '89.100.43.114', '0', '1', '', '0', '0', '-1', '0', '0', '^CAgUxV)31dp~q:k;-z6bFUt/&ch=/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '148', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1302005280', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3356', '2', '', '0', 'robbystevee', 'ae690305b75bdfff8f6455718e3dddf3', '2011-03-31', 'robbystevee@gmail.com', '0', '', 'http://www.supermariogames.ws/', '', 'robbystevee', '', '2', '0', 'Junior Member', '0', '1301570426', '0', '1301570426', '1301570751', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '04-10-1987', '1987-04-10', '-1', '-1', '180.215.223.25', '0', '1', '', '0', '0', '-1', '0', '0', 'op>j3({nh/u&dJLZz(dHQYKiT#)c_y', 'robbystevee', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1301573100', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3357', '2', '', '0', 'KELLO', '1f4941cb4c3a581c7352c19dab16eafe', '2011-04-10', 'kello_wkd@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301767020', '-1', '1400440205', '1400440227', '1363029048', '20', '10', '5', '0', '1', '0', '0', '0', '45108439', '01-25-0000', '0000-01-25', '-1', '-1', '', '0', '0', 'kello_wkd@hotmail.com', '0', '0', '-1', '0', '0', ':{34@D3piv=}V@{Jx-_nPQ{)T8)7JH', '', '0', '80066', '0', '0', '0', '0', '', '0', '0', '', '492', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '2', NULL, '22.9508', '23.5294', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314704940', '0', '0', '0', NULL, '5', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3358', '2', '', '0', 'Scoot', '4f42bbc0c3ef43e15e74ac8035db2349', '2011-04-02', 'theepicscout@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301777495', '0', '1325871273', '1326988227', '1326988227', '6', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.18.84.141', '0', '1', '', '0', '0', '-1', '0', '0', 'XgpzJy9$ei{;v/B$3!MIc?G;z@qwE]', '', '0', '75820', '0', '0', '0', '0', '', '0', '0', '', '223', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.64964', '4.02685', '6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1304438880', '0', '0', '1', 'fijiuo', '6', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3359', '2', '', '0', 'ecko', 'dd7ceda73245cc76d56002ee953c2e08', '2011-04-02', 'ahmedegy04@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301783862', '0', '1301783862', '1301784289', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '41.34.215.150', '0', '1', '', '0', '0', '-1', '0', '0', '-DRBatw:te8gD|efAZBnMTM.r>%a@m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1301783880', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3360', '2', '', '0', 'wilburferen', '226965ba2b10181ece19844b09fca2c2', '2011-04-03', 'wilburferennedis@gmail.com', '0', '', 'http://www.freecookinggames.net/', '', 'wilburferen', '', '2', '0', 'Junior Member', '0', '1301814120', '0', '1301814120', '1301814933', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '04-18-1989', '1989-04-18', '-1', '-1', '180.215.230.86', '0', '1', '', '0', '0', '-1', '0', '0', '`tmjMUKP6cO\"NLy`L:uY9jj|k7:\"IX', 'wilburferen', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1301814600', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3363', '2', '', '0', 'Luke\'z', '69aea9b3465fa9d341531446c5e60518', '2011-04-04', 'ht.kret@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301948841', '0', '1301948841', '1301949764', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.14.20.165', '0', '1', '', '0', '0', '-1', '0', '0', 'HyBEq0h^^2K&}:7=9_yOUcSC$`-6Y#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '179', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1301949120', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3361', '2', '', '0', 'pmcmanners', 'bb85e38ce62ca402c4ddb731bfe63a4c', '2011-04-03', 'pmcmanners@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1301837815', '0', '1301837986', '1301839170', '1301839169', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '2.122.250.12', '0', '1', '', '0', '0', '-1', '0', '0', 'TdGw9rMDYI_h?vzlkA~mq@|u?mXK)X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '143', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1301842080', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3368', '2', '', '0', 'brucebreat', '962ab52773c62e781175559b72924d8d', '2011-04-09', 'brucebreat@gmail.com', '0', '', 'http://www.mycartoongames.com/tag26-Transformers-Games', '', 'brucebreat', '', '2', '0', 'Junior Member', '0', '1302378678', '0', '1302378678', '1302427391', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '04-27-1989', '1989-04-27', '-1', '-1', '180.215.182.56', '0', '1', '', '0', '0', '-1', '0', '0', ']fT0^cx7E4It>Yb~,5=E>m[8s>W$7i', 'brucebreat', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1302429060', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3370', '2', '', '0', 'dAlLcOaP865', '94ca261d8aa2b351e4c44d29d2d38cd1', '2011-04-11', 'skkelorreo@y7mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1302514627', '0', '1302514627', '1302518652', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', '3Hf#&?2h8J2d_zV@\"HMrz~,$3CX2!F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1302519960', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3365', '2', '', '0', 'chainjacki', '4b4e5c13c012acbd6c16a7ebe9bd20dc', '2011-04-07', 'jackiechainn@gmail.com', '0', '', 'http://www.sniperassassingames.com/', '', 'chainjacki', '', '2', '0', 'Junior Member', '0', '1302183545', '0', '1302183545', '1302184338', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '04-23-1989', '1989-04-23', '-1', '-1', '180.215.174.29', '0', '1', '', '0', '0', '-1', '0', '0', '\'dI>[FG>bF)xZ=,x)\'X|v>VY73&XGG', 'chainjacki', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1302183600', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3366', '21', '', '0', 'CybridhominiD', '089d59d8a462d554b120e68659ac5465', '2011-04-09', 'sdfno1@yahoo.fr', '0', '', '', '', '', '', '2', '1', 'TF2 Admin', '1', '1302317160', '0', '1416938088', '1420285724', '1404136834', '115', '10', '5', '0', '1', '0', '0', '0', '45108231', '07-25-1986', '1986-07-25', '-1', '-1', '81.64.76.22', '0', '1', '', '0', '0', '-1', '2', '0', '\\v..ff?BJ|>4?w1K-v(y00ryxCw#\\%', '', '0', '82133', '0', '0', '0', '0', '', '0', '0', '', '1026', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '8d148e1c7260552ab292b5a49271a2a8', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '17', '15', '15', NULL, '50.8197', '55.8824', '18|250 Experience Points|spheres_amber_16.png|spheres_amber_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1314573840', '0', '0', '1', 'Is NOT playing responsibly.', '7', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3367', '2', '', '0', 'Fr33m@n', '6a2d3e113de2867fa303b8c106620fbd', '2011-04-09', 'luc.marle@laposte.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1302355101', '0', '1403438543', '1403477509', '1403360362', '8', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.229.255.59', '0', '1', '', '0', '0', '-1', '0', '0', 'd<*qvh4PoVkk\"F\"MUg>)>A!V\\bVef1', '', '0', '82065', '0', '0', '0', '0', '', '0', '0', '', '239', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.64964', '8.05369', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1304279160', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3381', '2', '', '0', 'sonyaiagord', '16b55b27a6935ca5a53019146caa9803', '2011-04-24', 'sonyaiagord@gmail.com', '0', '', 'http://www.ninjaactiongames.com/', '', 'sonyaiagord', '', '2', '0', 'Junior Member', '0', '1303650134', '0', '1303650134', '1303654334', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '05-15-1988', '1988-05-15', '-1', '-1', '114.143.64.34', '0', '1', '', '0', '0', '-1', '0', '0', 'B-M0w/%8jX{!PInj}9*<\\s/nN\\L:(C', 'sonyaiagord', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1303656420', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3369', '2', '', '0', 'JoobyTheGr8', 'f745f5fd06a0db7b3df17b4d30572361', '2011-04-10', 'looby1@fsmail.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1302462944', '0', '1302462944', '1302463113', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.2.129.24', '0', '1', '', '0', '0', '-1', '0', '0', 'J@Ao-juPWJULGqKVVM@4&\'d}?n_{M&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1302463140', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3377', '2', '', '0', 'kelvinfeder', '5d2065630aacecf64ce917d5705a46a4', '2011-04-16', 'kelvinfederick@gmail.com', '0', '', 'http://www.basketballgames.net/', '', 'kelvinfeder', '', '2', '0', 'Junior Member', '0', '1302940039', '0', '1302940039', '1302966642', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '05-01-1988', '1988-05-01', '-1', '-1', '114.143.70.61', '0', '1', '', '0', '0', '-1', '0', '0', 'oiP5U;V0U\\Anz^2./,Dee$%q{Vs><7', 'kelvinfeder', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1302966420', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3372', '2', '', '0', 'Coactum', 'cdf69c5191f6a05c5569a552e2e4818e', '2011-04-12', 'bromidista@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1302565110', '0', '1302565110', '1302565233', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.194.88.236', '0', '1', '', '0', '0', '-1', '0', '0', 't0/9NPEmt)1M/~jGXHAbv*AbWLEm5[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1302569220', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3371', '2', '', '0', 'JamieHankins', '04f3085ec48e397563d48a9c2ef67a8f', '2011-04-11', 'jamie-hankins@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1302520136', '0', '1302520136', '1302520243', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.128.4.48', '0', '1', '', '0', '0', '-1', '0', '0', 'o.%xU+%G{9j1hMK~rY$x:+](:j.z4R*$ry', 'louisa21', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1303334760', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3374', '2', '', '0', 'ehliyetaltin', 'f03a486ab458c7b2bd92d3c458674da2', '2011-04-13', 'iddaatahminleri@windowslive.com', '0', '', 'http://www.bahispokertr.com/ehliyet-ceyrek-altin-oturma-gruplari-r10ramsessseohocasi', '', '', '', '2', '0', 'Junior Member', '0', '1302711614', '0', '1302711690', '1302711690', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '88.234.159.40', '0', '1', '', '0', '0', '-1', '0', '0', '\\mW##|?Mf{ag*.#>a(O|v4fn+*nyCk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '246', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1302711660', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3375', '2', '', '0', 'tonsta31', '7e469199ff10c28f36e1136c9bf55ac1', '2011-04-13', 'tonsta31@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1302724787', '0', '1302724787', '1302725551', '1302725027', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.1.100.44', '0', '1', '', '0', '0', '-1', '0', '0', '5oE`(%fIHzVa{$W3ow,.fl\"4]I\\a^W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '332', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', '', '1302725040', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3376', '2', '', '0', 'Cush', '29ceea82b60ee7f5594c5b64eb094c39', '2011-04-14', 'ericbrow1337@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1302785687', '0', '1302785687', '1302785705', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.193.244.196', '0', '1', '', '0', '0', '-1', '0', '0', 'f43Eo&yuR5!o~63Ln[o)~V:V.uy,p+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1302786780', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3378', '2', '', '0', 'Meidi', 'b152f67b765fbe849adaa7f0db78c961', '2011-04-16', 'madness649@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1302988072', '0', '1302988072', '1302992204', '1302991425', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '77.45.207.131', '0', '1', '', '0', '0', '-1', '0', '0', '&CN$2=$Ul,S~HYdO+8|r:@hdaAUM7P', '', '0', '72999', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.25791', '9.39597', '', '1302991500', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3380', '2', '', '0', 'TheWilder', '9567bb4570101734fe3093ae1a52c228', '2011-04-22', 'sedli888@seznam.cz', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1303507451', '0', '1303507451', '1303508922', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '88.101.232.231', '0', '1', '', '0', '0', '-1', '0', '0', '[CsbTQ_-dL\'AqIW>2xp6*V!zmS4PJj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1303511400', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3382', '2', '', '0', 'LicenseChimp', '250127e3506eb42a89615928668a1714', '2011-04-26', 'info@licensechimp.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1303823341', '0', '1303823341', '1303823341', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '81.97.186.70', '0', '1', '', '0', '0', '-1', '0', '0', 'd_(ZBZ]X_pE3y?;gL(omN8>7_%MZPb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1303825440', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3383', '2', '', '0', 'Cog_11', '3c6c61c05315ce18cc5b008615db8419', '2011-04-26', 'stephenselwood_11@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1303850339', '0', '1303918699', '1304024793', '1303850873', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.35.244.32', '0', '1', '', '0', '0', '-1', '0', '0', 'ye#&gmEn,Cd[0admqs0FOV?bMQoi|h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '244', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.82482', '4.02685', '29|New Achievement!||,', '1304025420', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3384', '2', '', '0', 'n3wton', 'c2e29fc2064fb1d629c6bcbd9426260e', '2011-04-27', 'n3wton@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1303900031', '0', '1307806439', '1309715909', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.192.36.242', '0', '1', '', '0', '0', '-1', '0', '0', '.[ai?#O!2Lp6RgII)]f,>9C;}]r`tt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1309717680', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3386', '2', '', '0', 'rakibk55', 'e5cddac5b6607b1e40ba1e665cd6d449', '2011-04-28', 'rakibk55@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1303986640', '0', '1303986640', '1303987627', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', 'N0~`jFL;F=P\"obY5|koUF#55lBt9&/Z7Q8\"M:]SPa(}2[?', 'clarrisa13', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1304699580', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3401', '2', '', '0', 'NepentheZ', 'b26eea02635924054593b043444eac18', '2011-05-13', 'N3p3nth3Z@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1305305739', '0', '1305305739', '1305306531', '1305305844', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '78.105.55.71', '0', '1', '', '0', '0', '-1', '0', '0', '>AB`OLg#1dX%.`V`g`\\T=/C#Y&K$(v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '242', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1305306180', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3399', '2', '', '0', 'nikitarod', '42cc5cd2ea08f1cea244eb1b73a080a8', '2011-05-10', 'rodriguesnikita6@gmail.com', '0', '', 'http://www.coolgames.org/', '', 'nikitarod', '', '2', '0', 'Junior Member', '0', '1305021170', '0', '1305021170', '1305082040', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '05-28-1988', '1988-05-28', '-1', '-1', '114.143.70.21', '0', '1', '', '0', '0', '-1', '0', '0', '3:JmsE&5R]%`-n0hl!15Y|](4FHL4d', 'nikitarod', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1305081360', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3408', '2', '', '0', 'princeereo', 'c6967c8b107c3e16e0a7f0906eea605a', '2011-05-17', 'princeereo@y7mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1305629105', '0', '1305629105', '1305629251', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', '`!79Xf*:|X-%dq149$pmJCUgh~nN{m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1305634920', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3405', '2', '', '0', 'Jabba-T', 'df66eb3f99d8f0f6988dd5ba02ece4cb', '2011-05-15', 'jabbajimbob@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1305456202', '0', '1305470028', '1305474425', '1305474394', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '78.105.244.95', '0', '1', '', '0', '0', '-1', '0', '0', 'w=\\\\\"36QYLM#;*1.bgAK)tY(h*H=.(', '', '0', '73245', '0', '0', '0', '0', '', '0', '0', '', '309', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0.608272', '1.34228', '29|New Achievement!||,', '1305474840', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3402', '2', '', '0', 'ZeroLG', 'b6d98468107bc5425f3d3bc43052b739', '2012-05-16', 'andygleed@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1305363571', '0', '1327511166', '1337169720', '1337169719', '44', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '217.39.85.26', '0', '1', '', '0', '0', '-1', '5', '0', '9#.2OsM\"o0B6~%t,h|c9[)?kjLVZY{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '625', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '5', '0', '0', NULL, '16.3934', '17.6471', '7|3 months registered|calendar_newred_3_16.png|calendar_newred_3_32.png,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1314538920', '0', '0', '1', 'Waiting for RO2', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3403', '2', '', '0', 'jojebatman', 'fa45dc635f1ba4176879cf66db080578', '2011-05-14', 'jojebatman@gmail.com', '0', '', 'http://www.fashiongames247.com/', '', 'jojebatman', '', '2', '0', 'Junior Member', '0', '1305372409', '0', '1305372409', '1305441940', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '05-30-1980', '1980-05-30', '-1', '-1', '114.143.68.44', '0', '1', '', '0', '0', '-1', '0', '0', 'ri`eaqRu$Y\\cHjn~:44J`LR\":idm2p', 'jojebatman', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1305441720', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3404', '2', '', '0', 'gunjax', '3c0946111953afb2b20dabf84fdba56d', '2011-05-14', 'jackd_man@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1305392555', '0', '1305392555', '1305392800', '1305392706', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.21.164.97', '0', '1', '', '0', '0', '-1', '0', '0', '|PQS~,j8XZBwLL(#/\"m*a4Qfl|C`h=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '297', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1305393420', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3406', '2', '', '0', 'BlindCaveSalamander', 'ad504b55e6fe3fb882c9be316b56dbf7', '2011-05-15', 'the_0verseer@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1305466840', '0', '1311976291', '1312552792', '1312552789', '7', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '2.217.139.29', '0', '1', '', '0', '0', '-1', '0', '0', 'lhoQbF!q\'2>pOx#EdkV&t{&cuyL#`]', '', '0', '73909', '0', '0', '0', '0', '', '0', '0', '', '142', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '22.9508', '41.1765', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1312553400', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3407', '2', '', '0', 'Dän', '97a90ff0ba1a14cd8a6a60eab00be31b', '2011-05-15', 'danielgld23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1305474964', '0', '1305476070', '1312152552', '1312151771', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.11.225.87', '0', '1', '', '0', '0', '-1', '0', '0', '<;Tn^,F$ir;`lv0B\";]@{q|okc-e>e', '', '0', '73873', '0', '0', '0', '0', '', '0', '0', '', '316', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1312152120', '0', '0', '0', 'the law!', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3409', '2', '', '0', 'radar', '4e13962ae7aaeb7406fd99dfdf2d81a8', '2011-05-18', 'radar@dauk.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1305705855', '0', '1306063803', '1306996051', '1305705993', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '78.86.205.44', '0', '1', '', '0', '0', '-1', '2', '0', '18Kn:-eRs,=g79Ul0G0Gpq+#hYEM23', '', '0', '73277', '0', '0', '0', '0', '', '0', '0', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1305890280', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3410', '2', '', '0', 'coxswil', '8ce1c37fcf92c65fae88f0d4a60b16d8', '2011-05-18', 'janiewilcoxs@gmail.com', '0', '', 'http://www.flashstickgames.com/', '', 'coxswil', '', '2', '0', 'Junior Member', '0', '1305712066', '0', '1305712066', '1305756314', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '06-04-1985', '1985-06-04', '-1', '-1', '114.143.66.97', '0', '1', '', '0', '0', '-1', '0', '0', 'L!Kz}A/-rpI/YL}+#EDuIIfbz:uE;#', 'coxswil', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1305756180', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3411', '2', '', '0', 'bazz', '4475722865081a616fa506d30429436e', '2011-05-22', 'mikeb12@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1306083369', '0', '1306083369', '1306083573', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '109.155.179.207', '0', '1', '', '0', '0', '-1', '0', '0', 'rubG?`(@k?re7`K[Rtr6/^\"mVA=wqn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1306085040', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3412', '2', '', '0', 'Cobrabill', '9def75a12b96c73a47287b1c34b01be9', '2012-01-05', 'whorne5176@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1306116341', '0', '1325729729', '1325729814', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.3.251.73', '0', '1', '', '0', '0', '-1', '0', '0', '>5+w,[8gQ&RUx9N(mUfRIRUBkmS-+e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1306130040', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3413', '2', '', '0', 'brookieor', '92aeed75f9ed27a6282de30a4ab92dd3', '2011-05-23', 'brookieortega@gmail.com', '0', '', 'http://www.stickgamesfighting.com/games-3/Boxhead', '', 'brookieor', '', '2', '0', 'Junior Member', '0', '1306133432', '0', '1306133432', '1306171307', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '06-10-1986', '1986-06-10', '-1', '-1', '114.143.86.63', '0', '1', '', '0', '0', '-1', '0', '0', 'l>(Y`+(Y`Hq$byiPC5+=oM`[2}pa]M', 'brookieor', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1306171320', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3414', '2', '', '0', 'addapp', 'b467284cf94b6a4b4e57044cf8f34100', '2011-05-24', 'adam_crosbie_1@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1306271261', '0', '1306271261', '1306271909', '1306271418', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '77.98.171.227', '0', '1', '', '0', '0', '-1', '0', '0', 'F|GUqWi@!+]^JY\\e\\5e>\'=4\'bKeFc;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1306271760', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3415', '2', '', '0', 'brookejane', '8cd3a2f31da1b6460f20377fbdda41b8', '2011-05-26', 'brookeortegai@gmail.com', '0', '', 'http://www.killingzombiegames.com/', '', 'wilsurto', '', '2', '0', 'Junior Member', '0', '1306406506', '0', '1306406506', '1306517745', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '06-12-1985', '1985-06-12', '-1', '-1', '114.143.66.149', '0', '1', '', '0', '0', '-1', '0', '0', 'hzv=&1NIU_\\Es16:uddhC#%B-IZ&IO', 'wilsurto', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1306518420', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3416', '2', '', '0', 'Excapade', 'd4c8a042857021e4fa7613d4061701d6', '2011-05-26', 'bencross86@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1306414650', '0', '1306622573', '1309431010', '1306622444', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.14.39.149', '0', '1', '', '0', '0', '-1', '0', '0', '5\"}d_Vo2YK}J#nt2l851@6hXWIaWsn', '', '0', '73374', '0', '0', '0', '0', '', '0', '0', '', '164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '3.64964', '8.05369', '29|New Achievement!||,', '1306622520', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3417', '2', '', '0', 'Leyns', '573be6bcf2acb9e5bf5f53e8a70ea64b', '2011-05-26', 'Leyns78@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1306427109', '0', '1306427109', '1306427200', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '79.92.91.97', '0', '1', '', '0', '0', '-1', '0', '0', 'P}}x\'_1g\"u|bQnfU,+AP8bX91djid\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1306427100', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3418', '2', '', '0', 'Kain Milakovic', 'cd1839ee40628eed5aed79e8e18835d0', '2011-05-27', 'kmilakovic@live.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1306481693', '0', '1311887714', '1311889057', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '83.131.63.232', '0', '1', '', '1306481973', '0', '-1', '0', '0', '\"+sdzdDQ7bGR@8,1$#%~C;iU{W\'\\c\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '147', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '542101577', '1306481694', 'Kain Milakovic', 'fb', '102024793186630|2.AQABHXunrpgzWDwP.3600.1311894000.1-542101577|YNq1WFDUfVUynwPHI2BIF-7Mpxo', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0.608272', '1.34228', '29|New Achievement!||,17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1311889320', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3489', '2', '', '0', 'FlameZ', 'a42a86650e04668b88e983c33553c987', '2011-07-21', 'jean.jpg@live.dk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1311282418', '0', '1311282680', '1311284202', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '87.51.226.198', '0', '1', '', '0', '0', '-1', '0', '0', '4j,j|>qdZw`ei\')?,/}2s[r$byD9WV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1311283380', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3428', '2', '', '0', 'waghisha', '122b76d423129a98cb5abd861865c0c3', '2011-06-03', 'waghisha@yahoo.com', '0', '', 'http://www.batmangames.biz/', '', 'waghisha', '', '2', '0', 'Junior Member', '0', '1307092412', '0', '1307092412', '1307092711', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '06-15-1988', '1988-06-15', '-1', '-1', '49.248.159.161', '0', '1', '', '0', '0', '-1', '0', '0', '2::7L<)jj|_)tqDIUbR%>/frVqHu6[', 'waghisha', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1307093820', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3466', '2', '', '0', 'jersinkason', 'bb5c4c4f7ebfb25d065ee4b49e393677', '2011-07-02', 'jersinakasons@gmail.com', '0', '', 'http://www.doratheexplorer.info/', '', 'jersinkason', '', '2', '0', 'Junior Member', '0', '1309605256', '0', '1309605256', '1309606519', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '07-20-1985', '1985-07-20', '-1', '-1', '49.248.155.46', '0', '1', '', '0', '0', '-1', '0', '0', 'IKu_B->Q4qV+95(uGXR)M?L_94Kw3T', 'jersinkason', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1309606080', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3424', '2', '', '0', 'brownieso', 'a123fd11925b88419d1b3b2a9b775e89', '2011-05-31', 'browniesoares@gmail.com', '0', '', 'http://www.soccergames.org/', '', 'brownieso', '', '2', '0', 'Junior Member', '0', '1306841367', '0', '1306841367', '1306841477', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '06-15-1988', '1988-06-15', '-1', '-1', '49.248.157.21', '0', '1', '', '0', '0', '-1', '0', '0', 'e&,+t=ouZ.DdC$tr$/>_A7Qdqbnf$`', 'brownieso', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1306841400', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3459', '2', '', '0', 'ukwarrior', '42656df51358f4fa2d16a217e8c377ce', '2011-06-26', 'keith@grvgroundworks.co.uk', '0', '', 'http://www.i-see-dead-people.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1309110343', '0', '1349984476', '1350123556', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.63.20.226', '0', '1', '', '0', '0', '-1', '2', '0', '+%C{M-yLQ9Juy])DFu{G5W_};1EIGs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '233', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1309111020', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3437', '2', '', '0', 'mega', 'f3909a83b42561d255c3b4b3cde1017d', '2013-11-09', 'megabad@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1307779939', '0', '1384030851', '1391461119', '1384030370', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '81.96.90.23', '0', '1', '', '0', '0', '-1', '0', '0', 'K=Bm+BDI8BV61iUrS=1gO\'M*$;_\"HD', '', '0', '81094', '0', '0', '0', '0', '', '0', '0', '', '203', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1307780220', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3448', '2', '', '0', 'joneseverett', 'e926d191873b42f1f8c889d609b15df0', '2011-06-19', 'smitheverette@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1308465896', '0', '1308465896', '1308467692', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '49.248.155.242', '0', '1', '', '0', '0', '-1', '0', '0', '#Y,IFmVdXp&qaN1Uy#k9\\&%ed/zJ\\H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1308468120', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3451', '2', '', '0', 'rlzpepzaleadqs', '34e3fd6cd868d6ad3f3bfba0d1f6622b', '2011-06-21', 'kamas.audiotel@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1308660422', '0', '1308660422', '1308660483', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '41.140.15.88', '0', '1', '', '0', '0', '-1', '0', '0', ')jj}wIRrJ\"g|+{$vSw6K:y4+*Im|eT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '337', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '2|Your first Group|people_users2_16.png|people_users2_32.png,', '1308663120', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3419', '2', '', '0', 'Rhinogobius', 'ac0bba8925d977f96e1e707c2a077ee7', '2011-05-29', 'pclan@rocketmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1306702580', '0', '1321968403', '1322058046', '1322058046', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '89.242.239.121', '0', '1', '', '0', '0', '-1', '0', '0', '}{GcEG9{^eL^4AW4Qt#}IAb4AP', '', '0', '73407', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '2.43309', '5.36913', '29|New Achievement!||,', '1307281500', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3425', '2', '', '0', 'Jake Dent', '37bf7fd84cca4bf6a1f70f1bd256d842', '2011-06-01', 'jakedentathome@aol.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1306942988', '0', '1306942988', '1306943172', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.6.218.171', '0', '1', '', '0', '0', '-1', '0', '0', 'AXf*vngSd@A/R,?;+SUQ`0Y`qXW(yG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '100000366312780', '1306942990', 'Jake Dent', 'fb', '102024793186630|2.AQBT05Uptkgs5zzg.3600.1306947600.1-100000366312780|giUaiZUwkKLkYh9WShv7i8djlaA', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1306944480', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3426', '2', '', '0', 'Izza', '7e3b343965d7d88b1a5abe4bbd621e63', '2011-06-01', 'mtiley@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1306955800', '0', '1306955800', '1306956083', '1306956082', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '77.100.74.36', '0', '1', '', '0', '0', '-1', '0', '0', 'w$xGZDI,G\"e0|]dqYE..WF+9dO4@Sr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '219', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1306957800', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3427', '2', '', '0', 'smokinjoe', 'bb7ae34091ac83be9a5a650f23aefd8d', '2011-06-03', 'm.ahmed100@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1307081047', '0', '1370329621', '1370329764', '1370329651', '3', '10', '5', '0', '2', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.192.94.61', '0', '1', '', '0', '0', '-1', '3', '1', 'Jw)S15{,?|a2hZm>Kj~e=@{c|;.\"[7', '', '0', '80537', '0', '0', '0', '0', '', '0', '0', '', '258', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '6', NULL, '1.82482', '4.02685', '29|New Achievement!||,', '1307268300', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3443', '2', '5,7,24', '2', 'Chris Herbert', '5fbe08aeeb3cad7ef7bc5d649a570eb8', '2012-03-14', 'chris@herbert.net', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1308215940', '0', '1331717337', '1331721509', '1331688279', '5', '10', '5', '1', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '217.146.95.50', '0', '1', '', '0', '0', '-1', '0', '0', 'H#q$a9&duov1~0rO+ylKqa`Iyd*DwJ', '', '0', '76391', '0', '0', '0', '0', '', '0', '0', '', '431', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '624651809', '1308215976', 'Chris Herbert', 'vb', '102024793186630|2.AQCW6KGLPau8UtnY.3600.1308322800.1-624651809|zEFyAhrgiG1WO2Ic33vFQtgGoQA', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.25791', '9.39597', '29|New Achievement!||,', '1308315720', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3436', '2', '', '0', 'oJuniorFrancisx', '96892ed58d0243e05f45e1bd01308412', '2011-06-10', 'junior@huntingknivesinfo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1307713836', '0', '1307713836', '1307713836', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '173.18.184.23', '0', '1', '', '0', '0', '-1', '0', '0', 'mU\"}>r([&]Z+I#~,-+T.?DE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1308337680', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3431', '8', '', '0', 'husdere', '8468c530580bfcc63a5fbe218ac0f4e4', '2011-06-06', 'husdere@ymail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1307329620', '0', '1307329676', '1307333580', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '41.218.203.12', '0', '1', '', '0', '0', '-1', '0', '0', '3)=kE|hNqX8@`|p}_qGm<+\\QSIr~\\C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1307335500', '0', '0', '1', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3432', '2', '', '0', 'collinsrob', '9fbe787c82b84d28b96320e8ffc05cac', '2011-06-06', 'collinsrobins@gmail.com', '0', '', 'http://www.narutogamesonline.net/', '', 'collinsrob', '', '2', '0', 'Junior Member', '0', '1307361012', '0', '1307361012', '1307361501', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '06-20-1985', '1985-06-20', '-1', '-1', '49.248.153.69', '0', '1', '', '0', '0', '-1', '0', '0', 'Q-phkIw[2}#ni=]A9Fx)~FWxhV.kV-', 'collinsrob', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1307362500', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3465', '2', '', '0', 'Love2Play', 'd3b4617f5537d9e33abea96bddd471d1', '2012-07-23', 'Jillbjerre@mail.dk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1309515159', '0', '1344896812', '1344937510', '1344937509', '14', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '188.179.205.214', '0', '1', '', '0', '0', '-1', '0', '0', 'qg6\'Fch`m)DhRhZ~U,|x,ym1+)6Nor', '', '0', '78383', '0', '0', '0', '0', '', '0', '0', '', '1712', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '3', NULL, '15.2068', '33.557', '29|New Achievement!||,', '1309789560', '1', '0', '0', '', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3433', '2', '', '0', 'carlsonme', '8acf29a85e7ca417b315ece735eb405b', '2011-06-08', 'carlsonmentos@gmail.com', '0', '', 'http://www.narutogamesonline.net/', '', 'carlsonme', '', '2', '0', 'Junior Member', '0', '1307510590', '0', '1307510590', '1307527653', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '06-20-1985', '1985-06-20', '-1', '-1', '49.248.154.83', '0', '1', '', '0', '0', '-1', '0', '0', 'bD$I3_&,)2NSvLeRzs,;(\"5-z731/q', 'carlsonme', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1307527440', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3434', '2', '', '0', 'NotoriousPyro', 'fb0c414a7d15574bd87ba638694f883b', '2011-06-09', 'craigcrawford1988@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1307658473', '0', '1314099456', '1397050836', '1397050835', '5', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.168.44.82', '0', '1', '', '0', '0', '-1', '0', '0', 'C\'A6[%BDv4[Ut37&Dj[,F-r{ddsI[SWS', 'imrenhill', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1307961840', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3438', '2', '', '0', 'yJimmyJohnsond', 'fbcbcf1da694613eab30243076415985', '2011-06-11', '2011johnsonj.5@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1307794624', '0', '1307794624', '1307794629', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '108.62.168.5', '0', '1', '', '0', '0', '-1', '0', '0', '[r$}I3q-9x~W', 'simmonslessiie', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1308284820', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3447', '2', '', '0', 'ogop123', 'ed63644e6b6315bcadd4139370321fc1', '2011-06-17', 'ogop124@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1308307944', '0', '1308396886', '1308401911', '1308401910', '3', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '83.249.38.25', '0', '1', '', '0', '0', '-1', '0', '0', '=ny`<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1308225180', '0', '0', '0', 'sad :C', '1', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3468', '2', '', '0', 'Liam Crutchlow', '0a773edf67827f18103121b79b9f8a8c', '2011-07-03', 'liam112@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1309717961', '0', '1309717961', '1309718813', '1309718021', '1', '10', '5', '1', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '94.193.203.164', '0', '1', '', '0', '0', '-1', '0', '0', 'dE@atae3qTj2B|e%`Fo1TO,\\;L?:xJ>%*dNm$@#DvO7]', '', '0', '73505', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1308566220', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3450', '2', '', '0', 'Shkumbin Shala', 'f7eab16543f7377b28b37e847ecfc40c', '2011-06-20', 'cincej-sarutobi@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1308572182', '0', '1308572182', '1308572182', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '80.80.172.5', '0', '1', '', '0', '0', '-1', '0', '0', 'E]JomLGbFJ<5.)^YXg\'2-L\'a%@ID}.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '100001749892649', '1308572183', 'Shkumbin Shala', 'fb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1308577200', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3479', '2', '', '0', 'Lucas Kastrup', 'c01ee4b4a4b42b463b28e291a2bfc78b', '2011-07-11', 'lucas@dorthedee.dk', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1310414823', '0', '1310414823', '1310415146', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '188.180.236.178', '0', '1', '', '0', '0', '-1', '0', '0', 'ziW96;iEf56@7CUqC$Lr?J\\F~;Yp?D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '441', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '1602292157', '1310414824', 'Lucas Kastrup', 'fb', '102024793186630|2.AQCreE-4w3airbj4.3600.1310421600.1-1602292157|JZqkOphllcOzvc4H2lppXfnzOrA', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310416620', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3456', '2', '', '0', 'davispeterss', 'bd765736083d464084c24cef53ccdefe', '2011-06-26', 'davispeterss@gmail.com', '0', '', 'http://www.motorbikegames360.com/', '', 'davispeterss', '', '2', '0', 'Junior Member', '0', '1309061711', '0', '1309061711', '1309062715', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '07-15-1987', '1987-07-15', '-1', '-1', '49.248.153.25', '0', '1', '', '0', '0', '-1', '0', '0', '2I8|@^&L\\9:gS&iw&\"8IG_$gH`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310383080', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3482', '2', '', '0', 'stansteve', '540e75e08e4bf2196a63adeec899e6e3', '2011-07-15', 'stanleysteven84@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1310715573', '0', '1310715573', '1310716094', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '49.248.159.127', '0', '1', '', '0', '0', '-1', '0', '0', '<)62%HM:cGV;g/6Wx%}%-j|lXYs3Qu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310717580', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3453', '2', '', '0', 'GigaGaming', '600fc9b456b79c6b468f0b8ad97ff172', '2011-06-24', 'kyle@gigagaming.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1308928947', '0', '1309034982', '1309107448', '1308947550', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.9.219.38', '0', '1', '', '0', '0', '-1', '0', '0', 'b(Qlz9Xn)XX/N,~e*92p`e{\\WV(X)J', '', '0', '73542', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1308947580', '0', '0', '0', '', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3458', '2', '', '0', 'wjeffhuffmanb', '4d049141787f71a65bac6dcca52337b7', '2011-06-26', 'jeff@zeropointmagneticpowergenerator.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1309085168', '0', '1309085168', '1309085168', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '173.18.184.23', '0', '1', '', '0', '0', '-1', '0', '0', '_46-\\N;cp\\$!c8pg?L7Y|[BNk>MA9f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1309085520', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3455', '2', '', '0', 'Rasmus Heikkilä', 'a784d4eefc12d22fb9b0416ee6c1859b', '2011-06-26', 'rasmus.heikkila@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1309047977', '0', '1309194358', '1309201222', '1309199305', '5', '10', '5', '2', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '91.155.90.82', '0', '1', '', '0', '0', '-1', '0', '0', '^\\dOr;}hWN%rU>i!YOJvkGxK_ti02O', '', '0', '73576', '0', '0', '0', '0', '', '0', '0', '', '181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '1332595601', '1309047979', 'Rasmus Heikkilä', 'fb', '102024793186630|2.AQAYh3G8Usf5dYUr.3600.1309204800.1-1332595601|jnAX00mt2XGum4GAzOQPwJFzCxU', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.25791', '9.39597', '29|New Achievement!||,', '1309200000', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3454', '2', '', '0', 'clakerstarzzb', '4dd851060fe5076d4432101a2261edf5', '2011-06-26', 'admin@sprainedknee.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1309043689', '0', '1309043689', '1309304750', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '184.82.186.36', '0', '1', '', '0', '0', '-1', '0', '0', 'zP6Q%J*}rXwiXEr2BSL&RuyoZI~zsq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1302', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1309305120', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3457', '2', '', '0', 'Ryouta', 'b899a10bc25ef5256b6e9a702c0229f8', '2011-06-26', 'rene.v.klaveren@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1309084008', '0', '1309084008', '1309084952', '1309084950', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.88.59.22', '0', '1', '', '0', '0', '-1', '0', '0', '<^T=?QTcnpPcxfrH|JX=x88V7$[J8-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1309085100', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3461', '3', '', '0', '.mp4', '8528e442fc3d2fbca05c836fa1e90601', '2011-06-28', 'weo147896325@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1309253620', '0', '1313954505', '1313954660', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '85.58.214.199', '0', '1', '', '0', '0', '-1', '5', '0', 'jtfpq0Lns1Eq}zex4i)f-R[\\{:CM*4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1310662140', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3464', '2', '', '0', 'Chriss', 'e3a2d36f0319e60edac023f9aa14ab38', '2011-06-29', 'bengtsson94@gmail.com', '39', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1309338947', '0', '1310383144', '1315597828', '0', '0', '10', '5', '0', '1', '0', '0', '0', '43015175', '12-12-0000', '0000-12-12', '-1', '1', '213.67.188.101', '0', '0', '', '0', '0', '-1', '0', '0', 'z#._0h\"e{RFS?L~]0]yTj?*G.yEb/A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1310383080', '0', '0', '0', NULL, '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3460', '2', '', '0', 'Slan666', '9666584b87dd9fd5d42e1f6497e389db', '2011-06-26', 'slan83@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1309117335', '0', '1309117335', '1309117488', '1309117487', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '86.129.135.112', '0', '1', '', '0', '0', '-1', '0', '0', '*^~9DSXcM{tA@A~A#NM;A*e\'rO-JNu', '', '0', '73571', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1309118160', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3463', '2', '', '0', 'jacobsavila', 'c9fc2be995cc1558f5f6378b3d474ff8', '2011-06-28', 'jacobsavila@gmail.com', '0', '', 'http://www.freegames.net/', '', 'jacobsavila', '', '2', '0', 'Junior Member', '0', '1309264286', '0', '1309264286', '1309264757', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '07-15-1980', '1980-07-15', '-1', '-1', '49.248.158.172', '0', '1', '', '0', '0', '-1', '0', '0', '\\:{]_]9tVkY=xAQ_Hf&0,eZu)Qbt#l', 'jacobsavila', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1309264260', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3462', '2', '', '0', 'mp4', '38e9c8b9d862cbeff0b7eb72854528a6', '2011-06-28', 'weo147896325@hotmail.es', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1309253787', '0', '1309338995', '1309456976', '1309291449', '5', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '85.58.214.199', '0', '1', '', '0', '0', '-1', '0', '0', 'eTHJO(2W.eKL^[ZCa-{t}M._B0NHWG', '', '0', '73605', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '5.47445', '12.0805', '29|New Achievement!||,', '1309292040', '0', '0', '0', 'FUCK YOU ALL MOTHERFUCKERS', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3467', '2', '', '0', 'siera834', '0c5b0fca5cee1a1981c1f2da7980cb70', '2011-08-03', 'seo543210@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1309691904', '0', '1312360174', '1312360204', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', 'nq>RO=10vOGhvuV+tQaw{U.={Vx!av', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1312361040', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3471', '2', '', '0', 'jespercal', 'd2102e9d5ccc6346593abc0926ce7dcf', '2011-07-04', 'chap600@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1309805799', '0', '1310382452', '1310415220', '1309806454', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '09-05-1994', '1994-09-05', '-1', '-1', '213.140.87.26', '0', '1', '', '0', '0', '-1', '0', '0', 'O*f6MHO$ce.}W{@LB@LAH#c}\"gYpPS', 'jesperkrusecallesen', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '511', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'e7feab808e2d00a030f6883a15c3c244', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,', '1310211600', '0', '0', '0', NULL, '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3470', '2', '', '0', 'josefrodrig', 'dfa641f3b5e10ff9962f345742fa6553', '2011-07-04', 'josefrodrigues84@gmail.com', '0', '', 'http://www.carparkinggames.com/', '', 'josefrodrig', '', '2', '0', 'Junior Member', '0', '1309777643', '0', '1309777643', '1309778394', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '07-23-1985', '1985-07-23', '-1', '-1', '49.248.154.181', '0', '1', '', '0', '0', '-1', '0', '0', '>xcHixAeEt<>CW\"_T*8QIL^Bpuxs3O', 'josefrodrig', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1309779000', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3469', '2', '', '0', 'ivianadelacr', '0e7cd71a5e147dae5ec8a3574313ee24', '2011-07-04', 'ecizeter1981@18ki.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1309768149', '0', '1309771020', '1309774159', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '91.198.94.86', '0', '1', '', '0', '0', '-1', '0', '0', '+X?o9GdtbF^RvGF\"Lv\"-mqE!4kx%xJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1309777560', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3495', '2', '', '0', 'alexwatson', 'e2c0da8ed9b8f62bac81797eaf6d8f41', '2011-07-25', 'alexwatson84@gmail.com', '0', '', 'http://www.cricketgamesonline.ws/', '', 'alexwatson', '', '2', '0', 'Junior Member', '0', '1311569467', '0', '1311569467', '1311570275', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '08-13-1984', '1984-08-13', '-1', '-1', '49.248.159.127', '0', '1', '', '0', '0', '-1', '0', '0', '`MebP$c*^H4YUY}r1_``85M[\'qU(>&', 'alexwatson', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1311573060', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3476', '2', '', '0', 'GaMle', '71fe7e556a41418bb38581134f05de5a', '2011-07-09', 'svensson@mail.tele.dk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1310225073', '0', '1310225347', '1310225347', '1310225328', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '87.60.124.26', '0', '1', '', '0', '0', '-1', '0', '0', '!rI1@)&IrG42m!$HdK:ni^0kKA9UzC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '159', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310225460', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3473', '2', '', '0', 'Penfolde', 'd000ad112c0b81a5c9b26317cc5d09e0', '2011-07-09', 'Penfolde@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1310168159', '0', '1325203681', '1326566411', '1326566410', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.29.203.234', '0', '1', '', '0', '0', '-1', '0', '0', '4|2lb|V?}YlC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '249', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310168640', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3474', '2', '', '0', 'Tythus', 'bbb1583e5a07d1f6e6d21e960e66315a', '2011-07-09', 'monkwrestler@googlemail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1310199334', '0', '1310220861', '1313033838', '1313033736', '5', '10', '5', '0', '1', '0', '0', '0', '45108231', '06-25-1991', '1991-06-25', '-1', '-1', '78.148.60.111', '0', '1', '', '0', '0', '-1', '0', '0', '2\'&WcT0|Xq`;IV`M-fQp7\'#1(RZ_`$', '', '0', '73950', '0', '0', '0', '0', '', '0', '0', '', '265', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '11.4754', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1313044200', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3475', '2', '', '0', 'norman044', '71ab2b3172582138536e63783a68c796', '2011-07-09', 'speedyhbomb@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1310224083', '0', '1311596683', '1311707340', '1311585843', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.10.157.47', '0', '1', '', '0', '0', '-1', '0', '0', 'YJP_D[&GQl{\\', '', '0', '73791', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.82482', '4.02685', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1311587400', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3485', '2', '', '0', 'jennyfedri', 'c74da9f12f6fcc4df758346230024109', '2011-07-18', 'jenniferfedrickk@gmail.com', '0', '', 'http://www.puzzlegames.org/', '', 'jennyfedri', '', '2', '0', 'Junior Member', '0', '1310983228', '0', '1310983228', '1310983785', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '08-07-1983', '1983-08-07', '-1', '-1', '49.248.153.182', '0', '1', '', '0', '0', '-1', '0', '0', 'QV@k5kGH4ujrGi=-kYEoqfh-@Ad!E8', 'jennyfedri', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310986440', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3484', '2', '', '0', 'buushbush', '3c1bf61e5995ec0310d650a35cde6925', '2011-07-17', 'buushbush@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1310893123', '0', '1310893123', '1310894099', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', '/B%ztHo!;Mw?bcL[CB2H{7\"@:AN3?`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310894040', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3478', '2', '', '0', 'alaxxsonareo', 'e4bc2be499a07b24f891387c0ff8b672', '2011-07-11', 'alaxxsonareo@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1310382687', '0', '1310382687', '1310383141', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', 'MJlLm$6ww-dFP4aDam=\\(AS}cWC#/=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310383080', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3481', '2', '', '0', 'alangarnetwork', '3ed8a881f208f4bb64b94bfcab20f6e6', '2011-07-12', 'alangarnetwork@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1310461699', '0', '1310461699', '1310461699', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '78.61.103.22', '0', '1', '', '0', '0', '-1', '0', '0', '%-X%40nno4|EA/tZ~?Z0k8C@,&]WP%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310463120', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3480', '2', '', '0', 'stanleyjack', '228b81f6a24212ec6224438d92d94099', '2011-07-12', 'stanleyjackson88@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1310460448', '0', '1310460448', '1310461805', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '49.248.158.160', '0', '1', '', '0', '0', '-1', '0', '0', 'b(7p5]SOx;mCeSiKe$.k/PY-Fuy@_u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310463120', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3483', '2', '', '0', 'hfgush22', 'd8b461311b36e3bd9c64931e311536e0', '2011-07-16', 'hfgush22@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1310793658', '0', '1310793658', '1310794279', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', '[3R8Z:$ohS]Oo:bspIpM]>8#%6,{9>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1310796180', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3486', '2', '', '0', 'One Eye', '2292c6e3ae62d8b9596ffaf163fd8bf9', '2011-07-18', 'cdbiohazard@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1311017385', '0', '1311748134', '1314204358', '1311020366', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '09-12-1990', '1990-09-12', '-1', '-1', '91.77.28.18', '0', '1', 'cityrainstorm@hotmail.com', '0', '0', '-1', '0', '0', ':[WY2#@y:r0e<8_QC_sJ33\'Zp,j@uB', 'greenhamster03', '0', '73742', '0', '0', '0', '0', '', '0', '0', '', '289', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.91803', '0', '17|100 Experience Points|spheres_clouds_16.png|spheres_clouds_32.png,6|31 days registered|calendar_newred_31_16.png|calendar_newred_31_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1314205260', '0', '0', '1', 'teflon', '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3500', '2', '', '0', 'legend12345', '83e7b6b300ce129bd4597e8d89a72278', '2011-08-24', 'adamski1994@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1311848408', '0', '1316027589', '1316350054', '1316025691', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '81.98.92.94', '0', '1', '', '0', '0', '-1', '0', '0', '3W@wb~?:nV&b5y&eUWKm^R}zYEN49f', '', '0', '74475', '0', '0', '0', '0', '', '0', '0', '', '216', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.91803', '8.82353', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314229560', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3487', '2', '', '0', 'FIREBALLMCNAILZ', '3f2a2878c6199ddc8888e4560b25d6c5', '2011-07-18', 'fireballmcnailz@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1311018676', '0', '1311018676', '1311019388', '1311019388', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '82.40.141.62', '0', '1', '', '0', '0', '-1', '0', '0', 'P;AhRh\"[L74\'8;/%\\\\4^+;w94R\\-xG', '', '0', '73741', '0', '0', '0', '0', '', '0', '0', '', '955', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1311019800', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3488', '2', '', '0', 'jendsouza', 'a318717e388849d909a8b68ab4bbed09', '2011-07-21', 'jendsouza84@gmail.com', '0', '', 'http://www.freemahjonggames.biz/', '', 'jendsouza', '', '2', '0', 'Junior Member', '0', '1311228653', '0', '1311228653', '1311230262', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '08-10-1983', '1983-08-10', '-1', '-1', '49.248.156.208', '0', '1', '', '0', '0', '-1', '0', '0', 'mbq!C!wOFkuvh}@*+`AZ4|{Kww.|%\\', 'jendsouza', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1311230160', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3492', '2', '', '0', 'Zilver', '95991f03618bb7bc50f3ce3f78fdcebc', '2011-07-24', 'Zilver-zombieteam@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1311467066', '0', '1311467066', '1311467185', '1311467182', '1', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '78.157.112.208', '0', '1', '', '0', '0', '-1', '0', '0', 'q&-kX6\"87\\9)}|&zJ8H>gNps4jbGUT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '197', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1311469440', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3490', '2', '', '0', 'TheCrow', '1e001e5d5d2f984e3565794fec380982', '2011-11-02', 'mark-visser@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1311335374', '0', '1313185320', '1320198937', '1313183483', '2', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '81.207.248.174', '0', '1', '', '0', '0', '-1', '0', '0', 'geIYKt!t#R3!gcdJ_;sA0{gwr8=+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '228', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1311539700', '0', '0', '0', NULL, '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3499', '2', '', '0', 'josefernen', 'f1684e22313331865e293eb2745ce334', '2011-07-27', 'joseffernendiis@gmail.com', '0', '', 'http://www.addicting2games.com/', '', 'josefernen', '', '2', '0', 'Junior Member', '0', '1311746084', '0', '1311746084', '1311746626', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '08-17-1989', '1989-08-17', '-1', '-1', '49.248.154.20', '0', '1', '', '0', '0', '-1', '0', '0', '+7m/>\"?*$GtNh-pThKD5f[Mj8VI4=G', 'josefernen', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1311750000', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3494', '2', '', '0', 'YakupDenizBilal', 'da5a149cf50f0f79b517eadead4c82ad', '2011-07-25', 'yakupdenizbilal@gmail.com', '39', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1311548820', '0', '1312427527', '1312835543', '1311629839', '8', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '1', '178.245.154.161', '0', '0', '', '0', '0', '-1', '0', '0', '^kk@vZWk8]>{<35{UdM;YL`7t_,M|m', 'yakup.deniz.bilal', '0', '73801', '0', '0', '0', '0', '', '0', '0', '', '393', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '1079901159', '1311589531', 'Yakup Bilal', 'vb', '102024793186630|2.AQADGGM_Tl_Jq9-8.3600.1312434000.1-1079901159|B0rlWOZHt2kfH_d9Zgi9nRhmslE', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '10.3406', '22.8188', '29|New Achievement!||,', '1311630540', '0', '0', '0', 'listening Daft-Punk', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3496', '2', '', '0', 'ChineseDemocracy', 'b1e3c8f1b1e81b7f520a387ab543932c', '2011-07-25', 'chindem@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1311597026', '0', '1311597026', '1311597476', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.9.216.192', '0', '1', '', '0', '0', '-1', '0', '0', '(*g,k9=zJu%VX&WSpVS3(t_ogX}RKp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1311599280', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3498', '2', '', '0', 'Metro', 'f786e0810ef8fa8a9b6be6d8a44b6fa3', '2011-07-26', 'XeonGame10@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1311719113', '0', '1312674073', '1314140183', '1311777853', '4', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '90.184.48.225', '0', '1', '', '0', '0', '-1', '0', '0', ']j\\e{pKL`xE*`,h9Y%GX7ak^SsK6Y5', '', '0', '73828', '0', '0', '0', '0', '', '0', '0', '', '236', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.04136', '6.71141', '29|New Achievement!||,', '1311778020', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3497', '2', '', '0', 'Gaben Ewell', '2bb11aa5784dde438f5981823e328bb0', '2011-07-26', 'winlivesucks2@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1311662334', '0', '1324621989', '1327205573', '1327205414', '7', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '31.47.169.159', '0', '1', '', '0', '0', '-1', '0', '0', 'JPyPRej8--V:+x|V{V%4XbY]QCtisd', '', '0', '75863', '0', '0', '0', '0', '', '0', '0', '', '269', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '22.9508', '41.1765', '13|Tagger Second Class|signal_flag_blue_16.png|signal_flag_blue_32.png,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,29|New Achievement!||,', '1313806440', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3536', '8', '', '0', 'stanletmontena', 'd2bb09061fc9e9368699f7d2cbca7ba5', '2011-08-27', 'stanletmontena@gmail.com', '0', '', 'http://www.fashiongames247.com/', '', 'stanletmontena', '', '2', '0', 'Banned', '0', '1314434259', '0', '1375264909', '1375454762', '1375264908', '11', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-15-1987', '1987-09-15', '-1', '-1', '114.143.115.34', '0', '1', '', '0', '0', '-1', '0', '0', '@.aZ\'m)%[*%WYl%N(Ek|R.1>P6}-~<', 'stanletmontena', '0', '80721', '0', '0', '0', '0', '', '0', '0', '', '288', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1314435120', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3501', '3', '', '0', 'predatordark', '184d1fdcd8b816304ffbec7ee8caebc5', '2011-07-30', 'predatordark@abv.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1312062690', '0', '1312115256', '1312675153', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.10.74.17', '0', '1', '', '0', '0', '-1', '4', '1', '=3!UTnFlroA+eanCC5.1\\A\\+~wP4xt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1312674900', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3502', '2', '', '0', 'caspercor', '33ef3ee74427784538e428f8a1e2f6be', '2011-07-31', 'caspercor@gmail.com', '0', '', 'http://www.freejigsawpuzzles.biz/', '', 'caspercor', '', '2', '0', 'Junior Member', '0', '1312088804', '0', '1312088804', '1312089316', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-22-1989', '1989-08-22', '-1', '-1', '49.248.157.242', '0', '1', '', '0', '0', '-1', '0', '0', 'KyFK.(ClVQ-+qnIbrMc#QiB\'^7Eyl8', 'caspercor', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1312089300', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3503', '2', '', '0', 'Chalkie', 'b233ae8f46c440e41a8745846f528669', '2011-07-31', 'administrator@thecarders.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1312107601', '0', '1392579972', '1395353083', '1390739271', '2', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.243.125.216', '0', '1', '', '0', '0', '-1', '8', '1', '+!xZ_dky,!n?c?(Z`{tYng=QqB\\1', '', '0', '81505', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1312896300', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3508', '2', '', '0', 'randyoorten', '635e1de134165c03624f3ff0ec0ad1ad', '2011-08-07', 'randii.ortan84@gmail.com', '0', '', 'http://www.cricketgames.org/', '', 'randyoorten', '', '2', '0', 'Junior Member', '0', '1312709729', '0', '1312709729', '1312710406', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-22-1987', '1987-08-22', '-1', '-1', '114.143.115.44', '0', '1', '', '0', '0', '-1', '0', '0', '%O0^-^x%?wNTcX{~n', 'stanlyjack', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1312958340', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3513', '2', '', '0', 'S3G', '1d3df86f206a2408d6e428abb66a2fef', '2011-08-11', 'alen.gsh@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313074718', '0', '1313588878', '1313749007', '1313749006', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.142.103.102', '0', '1', '', '0', '0', '-1', '0', '0', '~\\nYr5=SOHv8~)qO8#wN!u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1313092380', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3534', '2', '', '0', 'humlogoko', 'e2df63ff7353bc628db9fed6a620f782', '2011-08-24', 'humlogoko56@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314177757', '0', '1314177757', '1314178272', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.200.62.33', '0', '1', '', '0', '0', '-1', '0', '0', '=NM+t1!.[mtW}YHZ2c]+sd{0^Mx7b8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1314177960', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3520', '2', '', '0', 'tmccall', 'c121ab10b6052928e90e5d9409bf209e', '2011-08-16', 'tmccall@mccallent.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313506977', '0', '1313506977', '1313506977', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', 'f\'P+EwP=reA:^Tly&T;p0f;z5P2O71', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1313506980', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3515', '2', '', '0', 'diver256', '5c4924a119f139f369716ad06a72e963', '2011-08-12', 'diver256@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313178361', '0', '1327792052', '1376153708', '1313178452', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.18.149.21', '0', '1', '', '0', '0', '-1', '0', '0', '2C,6_{n};p\'&0&)`[;o2TUGQ^=$-kz', '', '0', '73967', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1313240940', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3516', '2', '', '0', 'Ellmo', '14679e80e469b7f712241eb57bcdf313', '2011-08-12', 'u_got_male@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313179447', '0', '1314011570', '1314040654', '1313179647', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.193.80.65', '0', '1', '', '0', '0', '-1', '1', '0', 'l[GZDVzs[t\\nR;jgKsy?EL@e:mDG[\\', '', '0', '73968', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '1.63934', '2.94118', '29|New Achievement!||,5|7 days registered|calendar_newred_7_16.png|calendar_newred_7_32.png,', '1314042600', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3517', '2', '', '0', 'ZandaR', 'b25ff05a4bba01483610a29ef3c1b68f', '2011-08-13', 'be-wanted@hotmail.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313269273', '0', '1313269532', '1313271811', '1313271154', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.140.71.152', '0', '1', '', '0', '0', '-1', '0', '0', '2etcoE-[lh_dUph}]-57bbbV<}\"Hnw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '174', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1a7895694163330800b360dd08835309', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '3.27869', '5.88235', '29|New Achievement!||,', '1313271660', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3518', '2', '', '0', 'Citrix', '754a979e0a907d7a18ec30e134f25d79', '2011-08-13', 'grahamn225@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313272032', '0', '1313273008', '1313333562', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.96.59.44', '0', '1', '', '0', '0', '-1', '1', '0', 'J\'a1NnDY-nbH@OmSr8Gy$FH&d9SDm[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1313333820', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3519', '2', '', '0', 'RatTle', '059c85c05a892f98d68e539b2b000760', '2011-08-15', 'b.buckkwheat@verizon.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313442898', '0', '1313442898', '1313442923', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.252.158.74', '0', '1', '', '0', '0', '-1', '0', '0', 'VBm,}f.eF87{AgX{\"x#uQxLd\\+fJ5S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1313443560', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3521', '2', '', '0', 'ajk2408', 'dfa3142f005b04eb2c23172daaf405a2', '2011-08-17', 'pcmaster001@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313607847', '0', '1313668131', '1313668259', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.147.226.241', '0', '1', '', '0', '0', '-1', '0', '0', 'U`x:wl+U8?[v[YRP2r:B-S>%*-.@^0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1313668200', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3523', '2', '', '0', 'joycejoseff', '2fdc4fb5be656b2243b2d480a9786853', '2011-08-19', 'joycejoseff@gmail.com', '0', '', 'http://www.strategygames.org/', '', 'joycejoseff', '', '2', '0', 'Junior Member', '0', '1313730283', '0', '1313730283', '1313731501', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1987', '1987-09-07', '-1', '-1', '114.143.118.122', '0', '1', '', '0', '0', '-1', '0', '0', 'NPE/Opj\"\"0WZic\";3F_1.Wpg(TYdf@', 'joycejoseff', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1313731260', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3524', '2', '', '0', 'ButchCassidy', 'f2fe8dcd3ccc08c86c6d2f668b8fb35f', '2011-08-19', 'ButchCassidy@twbclan.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313771128', '0', '1316627131', '1316642515', '1316626600', '5', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.232.71.171', '0', '1', '', '0', '0', '-1', '0', '0', '`9&|[W.$tcy:S_wf5ZzViIGcLB/<8G', '', '0', '74648', '0', '0', '0', '0', '', '0', '0', '', '246', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '4.91803', '8.82353', '29|New Achievement!||,', '1314111660', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3526', '2', '', '0', 'nnakoreo', 'a89a2b7af87c7f86e02e8b9b3b50fd38', '2011-08-20', 'nnakoreo@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313848024', '0', '1313848024', '1313850252', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', '!1Y,[/>:k0F~yaT-V:n+_W`?t~ia$=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1313850240', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3525', '2', '', '0', 'Luke Rowland', 'a6a7a60d9366482751178889051f092a', '2011-08-20', 'soundmanagement@gmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1313796840', '0', '1313796994', '1313836626', '1313836624', '2', '10', '5', '1', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '95.146.51.61', '0', '1', '', '0', '0', '-1', '0', '0', 'z3[KH;Ya:&uzhV`.))O[\'?[n[R[|Aj', '', '0', '74033', '0', '0', '0', '0', '', '0', '0', '', '141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '100000296507361', '1313796841', 'Luke Rowland', 'fb', '102024793186630|2.AQANGZqaHBfnqK0q.3600.1313841600.1-100000296507361|Gr9O1vaQOVfHjW0a7ZUApy63KoM', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '6.55738', '11.7647', '', '1313836620', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3527', '2', '', '0', 'justdunce', '0052f8f7b1ce26ef57ba1e3993ea9233', '2011-08-21', 'justdunce65@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313933564', '0', '1313933564', '1313936074', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', 'Oo$RzAy4b}|j]AoB,Cxw|ACiIGR,Dy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1313935800', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3528', '3', '', '0', 'braintwist', '89805a591e114c82e4c0739f03d120d4', '2011-08-21', 'anntangian@rockertmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1313943595', '0', '1313943595', '1313943595', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.177.202.198', '0', '1', '', '0', '0', '-1', '0', '0', 'dCCt\\v}uI^S@pv!_)Nha6\\dlq}U0%H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1313944500', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3532', '2', '', '0', 'bobygard', '059aeecf662a24c692f25fdf344122ee', '2011-08-23', 'bobygard572@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314096828', '0', '1314096828', '1314097463', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', 'HEC#Kjnv7p3lBWFf%+@W#eEGS7>?kA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1314097320', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3529', '2', '', '0', 'Tingle', 'cc962a301f6ab765d1fd327dce6f6b23', '2011-08-22', 'thisisnotadump@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314050913', '0', '1314050913', '1314051491', '1314051012', '2', '10', '5', '1', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '84.212.43.32', '0', '1', '', '0', '0', '-1', '0', '0', 'j95.M7qto?\\Y6l<\\Bz]n_l\\*~P&{d$', '', '0', '74059', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1314051060', '0', '0', '1', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3530', '2', '', '0', 'Gonegang', 'dc37cc8c0ae1f467167f69754a2c23ec', '2011-08-23', 'philip_heath@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314054365', '0', '1339502089', '1339502089', '1339502037', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.196.191.50', '0', '1', '', '0', '0', '-1', '0', '0', '$38kIa,VEq;)1Psj6I}E~TT0%;?Nv6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '143', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', '29|New Achievement!||,', '1314054600', '0', '0', '1', 'Hey man dis\' is just liek teem fawtress tooh!', '3', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3531', '2', '', '0', 'stanleymorrison', '764e02157802be0178e51d6109357231', '2011-08-23', 'stanleymorrison86@gmail.com', '0', '', 'http://www.doragames.net/', '', 'stanleymorrison', '', '2', '0', 'Junior Member', '0', '1314076237', '0', '1314076237', '1314077499', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1987', '1987-09-17', '-1', '-1', '114.143.124.62', '0', '1', '', '0', '0', '-1', '0', '0', ']ZJn/L\\8(%cA!]L!k@#=gYf|FP(n(k', 'stanleymorrison', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1314077400', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3533', '2', '', '0', 'mastloreo', '1490ef6d692288a4f753bc231504eed7', '2011-08-23', 'mastloreo@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314103408', '0', '1314103408', '1314108507', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', '[MNy4<7{\"5>@m/Ne!m!^H44EW^m.\'`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1314109440', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3535', '2', '', '0', 'Gromsk', '2ccc5b7e433353ac5ab12ffb69f9479a', '2011-08-24', 'mkrosnes@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314214579', '0', '1314214579', '1314214621', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.202.171.234', '0', '1', '', '0', '0', '-1', '0', '0', '4Kt%qhGpbSgJ;N2?u)|B56;R:I=?I\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1314214860', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3537', '2', '', '0', 'Retify', 'f45cf17d85fce641acb91581c30a9524', '2011-08-27', 'retify@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314446459', '0', '1326398526', '1326399503', '1326399501', '6', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.239.249.159', '0', '1', '', '0', '0', '-1', '0', '0', 'FOs{^-=)3H?i/\'(lps]ju(H:lBlz9b', '', '0', '75791', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '11.4754', '20.5882', '29|New Achievement!||,', '1314550140', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3538', '2', '', '0', 'Josh', '79acba72a3f19d956f0627c17b96f1fd', '2011-08-28', 'cloud_strife_pp@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314537944', '0', '1314537944', '1314538043', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.24.1.214', '0', '1', '', '0', '0', '-1', '0', '0', 'DQ`0#\'(,66hR8k}\\0b%o<^AsBB3EDN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '', '1314538320', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3539', '2', '', '0', 'MacMillan', '7a8b58a635aab0dddb3fa2e374564bea', '2011-08-30', 'hezussupastar@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314719200', '0', '1316337394', '1316337394', '1314719804', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.101.58.216', '0', '1', '', '0', '0', '-1', '0', '0', '?1]%r;[^.2ScY%EE/[\'rsStrltQ%g]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3540', '2', '', '0', 'YouAreADevil', 'ba28c4cec3be335a2a7e018ab32ab0d2', '2011-08-30', 'theseminoleman@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314742361', '0', '1314746072', '1314824486', '1314824331', '2', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.6.240.79', '0', '1', '', '0', '0', '-1', '0', '0', 'J]Vf|yrQMQRY!!|znd%goMfS,C6Uv>', '', '0', '74203', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3541', '2', '', '0', 'Nerd', 'd7cbcdc914e3b7efb338916307a5556f', '2011-08-30', 'wenjie33355555@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314743201', '0', '1317480197', '1317564355', '1317564329', '11', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.82.47.242', '0', '1', '', '0', '0', '-1', '0', '0', 'z[o,zF\'D(UNL\"H|#d\"27*PMDO%\'mzV', '', '0', '74742', '0', '0', '0', '0', '', '0', '0', '', '173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3546', '2', '', '0', 'Flibustache', 'e6c029b1b3f2e1192eedd539f1b87f04', '2011-09-03', 'rinquin.arnaud@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1315035338', '0', '1315035338', '1315036742', '1315036739', '1', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.205.185.229', '0', '1', '', '0', '0', '-1', '0', '0', 'H/A68U\"jz4!LERKpo,(\"Z#,+G.Hko.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3542', '2', '', '0', 'Scotty1207', 'b72286f14a22e3ab564cd05ffad465c3', '2011-08-31', 'Scott-Horner@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1314800072', '0', '1347139353', '1378812892', '1378812891', '33', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '90.211.47.101', '0', '1', '', '0', '0', '-1', '0', '0', ':_A~cA+~%zV1rVdR%rUSxe6|NfbhC0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '494', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3543', '2', '', '0', 'im_teh_beast', '438c80868d31e093cc37bb395060fe9f', '2011-08-31', 'mc.imthebeast@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314802310', '0', '1314802318', '1314895944', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '96.5.63.22', '0', '1', '', '0', '0', '-1', '0', '0', '+-=UPQwr?~!}=Y9PV[\\W1cn\"w6MDCq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3552', '2', '', '0', 'monanmiya42', '1e69e6c2aa56dd84300d2bf883b2251c', '2011-09-09', 'moinreo@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1315562803', '0', '1315562803', '1315563976', '1315563974', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', 'j_ZoB%zz*kVI,hGo\'pRC3t4N)GBp<3', '', '0', '74327', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3566', '2', '', '0', 'Killarag', '642fc5318c614dd8bd663c209d8eb883', '2011-09-15', 'connor.jarvis@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316124144', '0', '1316124144', '1316124226', '1316124206', '1', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '109.224.141.122', '0', '1', '', '0', '0', '-1', '0', '0', 'tR%ZFZlT*VuD6k\\?gcA<:J`jUB.%H#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '202', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3544', '2', '', '0', 'joeyvosko', 'bf3ad45a0c2fa759e99c1f4b61487017', '2011-09-02', 'joycevaas86@gmail.com', '0', '', 'http://www.classicgames.org/', '', 'joeyvosko', '', '2', '0', 'Junior Member', '0', '1314960332', '0', '1314960332', '1314961715', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1987', '1987-09-17', '-1', '-1', '114.143.113.47', '0', '1', '', '0', '0', '-1', '0', '0', '&DHl;-Bkr}Tv7)&3KkNHq\"8PU7@|vA', 'joeyvosko', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3545', '2', '', '0', 'Orlin', '7822c92e434de557e859efca304f394b', '2013-01-14', 'Halonsg@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1314990572', '0', '1345652523', '1358203683', '1345651359', '9', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.105.226.18', '0', '1', '', '0', '0', '-1', '0', '0', '=>EZYHgopx^u)\"zFjOv|?fHs5V!7-H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '326', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3547', '2', '', '0', 'friznit', 'c777472a5e102df029a88a34df2e3dc4', '2011-09-03', 'friznit@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1315048567', '0', '1340050570', '1344069159', '1326712921', '1', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '94.193.216.205', '0', '1', '', '0', '0', '-1', '0', '0', '^imHF|4hDpzhg]<}$i]==G5?-N9&u#7-N=', '', '0', '74331', '0', '0', '0', '0', '', '0', '0', '', '203', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3550', '2', '', '0', 'Scarfunkle', '17ceae2ddb407f86674cf20002e04a27', '2011-09-08', 'scarfunkle@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1315522373', '0', '1315522373', '1315522555', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '213.114.66.76', '0', '1', '', '0', '0', '-1', '0', '0', '6R\"Y]iCR8/Sj@-9xXxA;y1*A6BB)[y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3551', '2', '', '0', 'jeswyndmello', '019d4173355ad96a737558f6b1ac29dd', '2011-09-09', 'jeswyndmello@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1315549841', '0', '1315549841', '1315552957', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '114.143.117.109', '0', '1', '', '0', '0', '-1', '0', '0', '#d}$(y3Ofda+aN$.yT9+7:sSk88o@|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3553', '2', '', '0', 'sabre918', 'cebe1e6ffb7170a2e5643813b070d2e4', '2011-09-09', 'bencaw@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1315593691', '0', '1315594348', '1315853846', '1315852963', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '2.223.42.36', '0', '1', '', '0', '0', '-1', '0', '0', '?YN]2PHm8(S_F]GSkX3FfQw\'Q{ABYw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3554', '8', '', '0', 'LiuHui1999', '1a362e27f6bda45aea24a2603b99f74f', '2011-09-10', 'cfqvpkaz5898@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1315647539', '0', '1315647539', '1315648322', '0', '0', '10', '5', '8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '14.106.43.47', '0', '1', '', '0', '0', '-1', '0', '0', '@=@N?K*N6NKjJ=;`ERd~B3BVeVv\'`u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3555', '2', '', '0', 'Wormag', '179b1eb4a13771265a5879b1a1082037', '2011-09-11', 'wormaghd@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1315755606', '0', '1315776601', '1315782354', '1315760420', '3', '10', '5', '0', '1', '0', '0', '0', '45108423', '05-30-0000', '0000-05-30', '-1', '-1', '86.161.161.169', '0', '1', '', '0', '0', '-1', '0', '0', 'J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3559', '2', '', '0', 'cheapflight76', 'c5a39bdb7e36017ee121601882c3d653', '2011-09-13', 'kamidear76@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1315930236', '0', '1315930236', '1315930397', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '110.39.3.163', '0', '1', '', '0', '0', '-1', '0', '0', '>\"L0\"HQK>RQ~6\'sCp.X)uo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3560', '2', '', '0', 'ExCompanies', '1c5c922d52c3df7e0f407ac76028afc5', '2011-09-13', 'cantanstrophe@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1315942386', '0', '1315945950', '1315947785', '1315942614', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '109.255.143.224', '0', '1', '', '0', '0', '-1', '0', '0', 'bD!WWdD3C4+ku[&O7LPi~X^7l`VjP:', '', '0', '74436', '0', '0', '0', '0', '', '0', '0', '', '108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3561', '2', '', '0', 'Pyranz', '34c4b1c157201601b673427652f0a2a0', '2011-09-13', 'lorcan@catherinedaly.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1315942474', '0', '1315943146', '1316013202', '1315943144', '1', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '89.100.30.17', '0', '1', '', '0', '0', '-1', '0', '0', 'S8HIB3TH,X5Ue8evbY;WMo]rmuM(2EBYX/lYwmURDHO\'1fLopoLl|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '349', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0.1', '0.1', '0.1', '0.1', '0.1', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3568', '2', '', '0', 'AlexaPTulip', '86d1b9a531afe2d3db18e04ea24b7d23', '2011-09-17', 'suprememe@gmx.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316215367', '0', '1316215367', '1316313717', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.190.242.31', '0', '1', '', '0', '0', '-1', '0', '0', 'g_D#2EHAi@eH(/Bv(jaC:3U:OX44VX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3575', '8', '', '0', 'night_rider1', '840d4153a5db4a97e3becf83b5b737a6', '2011-09-19', 'sammy_love201128@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1316458776', '0', '1316458776', '1316461028', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.218.194.197', '0', '1', '', '0', '0', '-1', '0', '0', '.oOZ>/\"5g]AMX/lp1mojn$fa/\'KSB^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3569', '2', '', '0', 'Nutty29', 'f87eff7f427a0b23e5f2aff4458904e2', '2011-09-17', 'neilmajor23@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316271357', '0', '1316272323', '1316335828', '1316334871', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.141.83.35', '0', '1', '', '0', '0', '-1', '0', '0', 'hWJFcqNgQ$wmGM?Bg7(D7N),~VC%fg', '', '0', '74577', '0', '0', '0', '0', '', '0', '0', '', '188', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3570', '2', '', '0', 'wolfy', 'e012212f5613b3b9e3777aef60e3eb6d', '2011-09-17', 'wolfy97@hotmail.no', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316276564', '0', '1316276564', '1316276733', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.166.113.224', '0', '1', '', '0', '0', '-1', '0', '0', '/\'Sll#;ezI.gm:(VkQB.wy;<^;fVT%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3571', '2', '23', '23', 'hubrusmcs', 'e7f7e748c2094209c53d971048df0377', '2011-11-06', 'antonalexu@yahoo.com', '0', '', '', '', '', '', '2', '0', 'I\'m a Part!', '0', '1316279487', '0', '1320596719', '1320607440', '1316286318', '6', '10', '5', '0', '1', '0', '0', '0', '45108567', '05-27-1995', '1995-05-27', '-1', '-1', '188.26.239.164', '0', '1', '', '0', '0', '-1', '0', '0', '7jqmGFk$tH2.H2\"clX1)yUskGaf/Hc(-ED1;LiL', '', '0', '74634', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3578', '2', '', '0', 'F1aw1ess', '04946f9283b0f1a24949ec3fc13bf3d5', '2011-09-20', 'mikensam@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316530979', '0', '1316532008', '1317078915', '1317078914', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.219.191.217', '0', '1', '', '0', '0', '-1', '0', '0', '4Ks\"\\2tXs]FGL}Up=`m^\"&X/Ya`|4n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3579', '2', '', '0', 'Zane Brian Beary', 'f21fcd02fc045cfa5567d5df36b1b659', '2011-09-21', 'zaneb@ymail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1316574467', '0', '1316574467', '1316574812', '1316574800', '1', '10', '5', '-4', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '68.202.67.222', '0', '1', '', '0', '0', '-1', '0', '0', 'j;Wx/T46!B^Q\'Zqi*zmO\\[,0b/Z`WD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '1289792868', '1316574471', 'Zane Brian Beary', 'fb', '102024793186630|2.AQAWYX6UWqYMq5Oq.3600.1316581200.1-1289792868|mb9rqV3qJdyu-uUOTgJrV_QKjKg', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3580', '8', '', '0', 'vu.ong_tu', '6b57206921480769a69dc7b3e3ee57d2', '2011-09-22', 'vu.ong_tu@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1316705100', '0', '1316705158', '1316706222', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.87.92.42', '0', '1', '', '0', '0', '-1', '0', '0', '{UQ-Y0#+%-AU`q/M#W(*C\"ZmD*hKHA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3581', '3', '', '0', 'deidra3675', '0c2be7a1481a43a93e44abe2a64a8349', '2011-09-23', 'NormaDelgado1956@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316776386', '0', '1316776386', '1316776386', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.234.227.221', '0', '1', '', '0', '0', '-1', '0', '0', '/m^f0y+Lg\\pPzgNmP=5!O]c*Ou\"^r>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3582', '8', '', '0', 'Under_Darkness', 'dc73752ecddd3a1f403234f2d3f51a31', '2011-09-23', 'Under_Darkness@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1316794620', '0', '1316794661', '1316796180', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '41.218.251.26', '0', '1', '', '0', '0', '-1', '0', '0', 'AK^h$SaLR4BWF8TrUCut[o|I>iUo=\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3587', '2', '', '0', 'elishamoon62', '52d7a28ef5b29182899f623c3e0ce5c5', '2011-09-25', 'ElishaMoon@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316976421', '0', '1316976421', '1316982087', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '109.156.12.237', '0', '1', '', '0', '0', '-1', '0', '0', 'U)gSL>]*k]f-Y\"57Lf)]@?Og25p&/B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3583', '2', '', '0', 'esherryjosephp', '6e7d4d1a96d6386f9ebe829c130f25cd', '2011-09-24', 'gsherryjosephg@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316826323', '0', '1316826323', '1316826323', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.208.197.91', '0', '1', '', '0', '0', '-1', '0', '0', 'VwMX(eFSv?gH7#LkEo6P@6Ok85y;5&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3584', '2', '', '0', 'xtravisrhodesh', '8ee0b5d1b1e86e09d6ed74be77c51939', '2011-09-24', 'ztravisrhodesa@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316845642', '0', '1316845642', '1317658907', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.170.143.215', '0', '1', '', '0', '0', '-1', '0', '0', 'O@&~=Xa|W\\B>IR2vTlL\'yw=Gg-Oq#s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3585', '2', '', '0', 'IrvinDMalone', 'ea809d088c3685ac4b85a86f92b22eeb', '2011-09-25', 'IrvinMalone@gmx.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316930233', '0', '1316930233', '1316930233', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.38.174', '0', '1', '', '0', '0', '-1', '0', '0', 'WwV\'N1<\'s}[Adn4j`zsrTb{IcS\"-uq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3586', '2', '', '0', 'fKarolMolinat', '774c6279571e272fe7c414ca4428e39f', '2011-09-25', 'fKarolMolinam@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1316946018', '0', '1316946018', '1317146337', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.208.197.107', '0', '1', '', '0', '0', '-1', '0', '0', '-);A}Mku-T/TKlC;Xm\":oP&`H+ZS6P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3588', '8', '', '0', 'noionds', '0abe5616548d7868e99a614674e7e423', '2011-09-26', 'noionds@gmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1317036780', '0', '1317036788', '1317037200', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.200.62.35', '0', '1', '', '0', '0', '-1', '0', '0', 'WGcgk<[EPFImRlwqc+(OnG(%:=]6r>', '', '0', '74679', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3589', '2', '', '0', 'reowkn5', '945290fe1108be1dfa8b41f316a3cea8', '2011-09-26', 'reowkn5@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1317044119', '0', '1317044119', '1317059065', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.47.86', '0', '1', '', '0', '0', '-1', '0', '0', 'GW\'qWQXa\'/}4QB9^>kq6S5)q2Xgwt-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3591', '2', '', '0', 'fJerroldByrdi', '3533439ffa59d5cb7003dcfe56f3c264', '2011-09-26', 'diaatron74@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1317061821', '0', '1317061821', '1317061821', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.75.205.5', '0', '1', '', '0', '0', '-1', '0', '0', '2>eyXMHB8n.D+Lbij+b\'V}:@AI(+:y(t7%', '', '0', '75519', '0', '0', '0', '0', '', '0', '0', '', '312', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3595', '8', '', '0', 'gmrkl30', '1e7a11b9f45ffdcdfa898d7cda0facd7', '2011-09-30', 'htkjhkhmyl@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1317349860', '0', '1317349885', '1317796080', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '14.106.22.81', '0', '1', '', '0', '0', '-1', '0', '0', 'O>I18T15c9.3MEqwyFE\'ODm_q]Uk#x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3597', '3', '', '0', 'hack_new', '4dfd2de085359d3dcbe38ed64ceb86f8', '2011-10-03', 'hack_new62@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1317673156', '0', '1317673156', '1349341364', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '41.218.237.33', '0', '1', '', '0', '0', '-1', '0', '0', '%=X^bT=r2#h%bW`a\"}XC{+FRi%>1SN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3596', '2', '', '0', 'Flash', '43db346fbb58280941b92647d4d34dc7', '2011-10-01', 'rudi55555@live.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1317475560', '-1', '1317478483', '1317493524', '1317478033', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '', '0', '0', '', '0', '0', '-1', '0', '0', 'ja`ZEcE0b;q8h^8@O9<.H8sw4me$29', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '165', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3598', '2', '', '0', 'NoOne', 'c2ff9ca2a7697bc3e0f4b8c416161e3e', '2011-11-28', 'noone@urbanmafia.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1317723267', '0', '1317723747', '1322503713', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '78.150.7.186', '0', '1', '', '0', '0', '-1', '2', '0', '&!an6|\'+@|~ks+)GtO#is,\'P{:*vts', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3599', '8', '', '0', 'Thomas Dick', 'e120442bd251d56c8e26c5700b682680', '2011-10-05', 'thomasdick0@yahoo.com', '0', '', 'http://hostgatordiscounts.com/hosting-plans/hostgator-php4-php5-option-via-htaccess-file/', '', '', '', '2', '0', 'Banned', '0', '1317801732', '0', '1317801732', '1317802390', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '175.110.120.220', '0', '1', '', '0', '0', '-1', '0', '0', 'c\"vC)\"P\"9(0>m\\;+:L\'.TuDJ,S4k6F', '', '0', '74765', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3600', '2', '', '0', 'SavageCore', '82a74b991ea41c9ea011d85b8812be8b', '2011-10-07', 'oliver.sayers@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1317944042', '0', '1318072642', '1318083009', '1318072641', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.177.110.0', '0', '1', '', '0', '0', '-1', '0', '0', 'aK|xzlGMD2hF.15(eo3#wW1U0X)dXM', '', '0', '74800', '0', '0', '0', '0', '', '0', '0', '', '168', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3601', '8', '', '0', 'vnhack', '5e9619b439da08b2fb8c64be8d38cde5', '2011-10-07', 'vnhack58@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1317986804', '0', '1317986804', '1318068111', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '41.218.250.27', '0', '1', '', '0', '0', '-1', '0', '0', '6@s67DFm?T\\7C3.[]bg4wExk5~N~tV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3629', '2', '', '0', 'tazman416', '1cae0fb286ef6af43d644d0f367e85f1', '2011-11-22', 'casper_ghost416@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319530525', '0', '1389205052', '1451330989', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.27.99.32', '0', '1', '', '0', '0', '-1', '0', '0', 'ex-@CtT9q,y>}35tzo~5x+$YtxHFWs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3602', '2', '', '0', 'Streecer', 'b79b5591b7a679ca6bd0258945247ba3', '2011-10-09', 'Streecer@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318162469', '0', '1339001377', '1339066319', '1339066313', '6', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '94.172.173.146', '0', '1', '', '0', '0', '-1', '0', '0', '.|M:6peEz8+mJ$iw/K0fv2oNfvK\'*p', '', '0', '77298', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3603', '2', '', '0', 'Liam\'', '8e8091e632800d9adc1591117d1a620e', '2011-10-10', 'espen-knutsvik@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318268987', '0', '1318453087', '1318529035', '1318529032', '8', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '88.91.184.133', '0', '1', '', '0', '0', '-1', '0', '0', '@GE1wglmr},VNC\"6ujXgQ;G]#(6pb+', '', '0', '74839', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3604', '2', '', '0', 'halimusa', 'f72ef5bd0a9f96d63d8c290559498684', '2011-10-11', 'silver22rain@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318341489', '0', '1318341489', '1318344809', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.97.219', '0', '1', '', '0', '0', '-1', '0', '0', '\\A>^A~xF`&BT@qu8xv6c6=E@Lvz2<7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3605', '2', '', '0', 'manny_uk', '0d81bd753ab5fdbc3e0e585b1071261e', '2011-10-11', 'strider_man@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318363218', '0', '1318363218', '1318364353', '1318364265', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '77.102.216.131', '0', '1', '', '0', '0', '-1', '0', '0', 'Xp]Ee,Y{=A6\"}&f7z*E{IN&}TEI\\pt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3606', '2', '', '0', 'MrsMarchinaear', '33c37ff698db1ef8a870894207470688', '2011-10-13', 'MsJerriBerry@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318463843', '0', '1318463843', '1318463843', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.62.172.28', '0', '1', '', '0', '0', '-1', '0', '0', 'S\"-VwUT.{d[okj<6{g1zo_nGZW4{_B;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '1467774720', '1318590326', 'Jacob Faulkner', 'vb', 'AAABcynZBOYUYBAF3718CBVYPcTt9MtaGuPH3GeFRKmvHQxaLflFR4nnfwfvbRaKmbUVdOYLLfbdS1qiUKKresPwSDl1lZCii1i7O02HLcBh8aa3wU8', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3608', '2', '', '0', 'Xfortereo', '5c300338edb6987b7a74e054d5053079', '2011-10-14', 'rim.zim48@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318597830', '0', '1318597830', '1318603694', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.76.118', '0', '1', '', '0', '0', '-1', '0', '0', 'Std9syqF1a4L2:46;k;b-CEYNf|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3610', '2', '', '0', 'Yuihoreo', 'aaaf790a0380bbee241992d5d7299c76', '2011-10-17', 'jasminsormin@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318833533', '0', '1318833533', '1318838539', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.117.246', '0', '1', '', '0', '0', '-1', '0', '0', '_XSV`xpMcj9@|A\"5-G1;BOI3n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3612', '2', '', '0', 'BR_Ken', 'bd410363c1ca5ae25f2837b972ad521b', '2011-10-17', 'ken@head-cases.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318848847', '0', '1318849044', '1318850975', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '193.82.155.19', '0', '1', '', '0', '0', '-1', '2', '1', 'S3T`$nCIS&epAgAAR90%A-B)*/[f{7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3613', '2', '', '0', 'l0k3kings', '80e28bf17031a0352a2eb5f53f5d3d9c', '2011-10-17', 'l0k3kings@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318852608', '0', '1318852608', '1318852793', '1318852776', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '2.101.132.176', '0', '1', '', '0', '0', '-1', '0', '0', '!ZR!H_H&PBnx_O}(1eWLw\"j/ifJ,\"n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3614', '2', '', '0', 'vFidelCochranu', '9fab85fad7dd5a8861b57391e5084a17', '2011-10-17', 'perrypaulsome@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318868693', '0', '1318868693', '1318868693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.228.2.215', '0', '1', '', '0', '0', '-1', '0', '0', 'R.[Jp}~ibrm@H7JBN`)_z7;756+\\D\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3615', '8', '', '0', 'du0ng_t4an', 'f20a488d2d6e9d66a4eeb89ae5759b8c', '2011-10-17', 'du0ng_t4an@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1318869136', '0', '1318870248', '1318870248', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '41.218.244.16', '0', '1', '', '0', '0', '-1', '0', '0', ',W:yT?ukdK~VzgFx%/e`8|:#Uxk\')~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3616', '2', '', '0', 'GFM-Mattz0r', '8c15fc68de267cac832c8d4cc7b445cb', '2011-10-17', 'matt.scully@gamer.fm', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318871367', '0', '1318871367', '1318871449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.174.167.244', '0', '1', '', '0', '0', '-1', '0', '0', 'hMx%O53QY\'a9j:`.0_biAf91thn9IW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3617', '2', '', '0', 'AGE-FBC', '6717cd7e887312f1a6ec082bbef4f48e', '2011-10-17', 'fbc.age@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318872275', '0', '1318872275', '1318872655', '1318872641', '1', '10', '5', '-6', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '173.210.114.162', '0', '1', '', '0', '0', '-1', '0', '0', '|GoMITo~#c*r=:jj%kQ`,sqws}oW[)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3621', '2', '', '0', 'Micky Rush', '6fdd9fb5edae4cb7e86872e7700122c1', '2011-10-22', 'rushy985@msn.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1319278208', '0', '1319278208', '1319282033', '1319278328', '1', '10', '5', '1', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '92.233.206.169', '0', '1', '', '0', '0', '-1', '0', '0', '9FQ_1{_\'a#krgw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '100002159323256', '1319278209', 'Micky Rush', 'fb', 'AAABcynZBOYUYBALgBiPxRze1vkZAlQNBKIHRqkNvk9baTNNlkwRDoMzv6nH3ZAfte9gZCgCkZB4Ch3OJUSeCl5tzU0LwXdpSv5xV0yBMxDTVGO1xKmzHL', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3618', '2', '', '0', 'bucko2015', '25c674547738635bdf984c89da3e7148', '2011-10-19', 'bucko2015@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1318998327', '0', '1318999052', '1319256486', '1318999042', '1', '10', '5', '-7', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '97.107.193.154', '0', '1', '', '0', '0', '-1', '0', '0', 'o_pih:YsI~wXl0.c\\73s_\"jf\'0/#dQ', '', '0', '74869', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3619', '2', '', '0', 'RacialReptile', '78245b915eac1b8c6a61aee5f5b85b4e', '2011-10-21', 'RacialReptile@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319195512', '0', '1319289603', '1319289614', '1319276462', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.221.97.146', '0', '1', '', '0', '0', '-1', '0', '0', 'iG(n1^vD)qK|`BgOsJVT0_TgZ?:Ne.', '', '0', '74895', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2', '2', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3620', '2', '', '0', 'Double Doppler', 'a7c766ad3cbafda50fea98b05f0990a7', '2011-10-21', 'doubledoppler@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319207470', '0', '1319207470', '1319207990', '1319207700', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.16.43.65', '0', '1', '', '0', '0', '-1', '0', '0', '`[#p^R[A;)lBB-Wc~_\'6mYHgQblCa$', '', '0', '74877', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3622', '2', '', '0', 'bennie900', '341a58b41d5ce484240761d6f1810c21', '2011-10-22', 'bennieboy11@virginmedia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319300402', '0', '1319300446', '1319300655', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.2.54.67', '0', '1', '', '0', '0', '-1', '0', '0', 'b27Z5A=LS>k4)V^V[cD:CA`Z}z%[*m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3623', '2', '', '0', 'ZippyRagu', '7cca935e0769985be5348409c91c3b1d', '2011-10-22', 'stvnwill@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319301951', '0', '1319302017', '1319315049', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108439', '09-08-1993', '1993-09-08', '-1', '-1', '24.162.130.65', '0', '1', '', '0', '0', '-1', '0', '0', '\'>!)8QEza}\"|@//NoS\"bR]N_o\\(cCg=S\\x,36F7Xz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '186', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3626', '2', '', '0', 'Lunatitch', '67cd07828adeae2b60bf93f3636b4250', '2011-10-24', 'lunatitch@gmail.com', '0', '', 'http://www.clan42.net', '', '', '', '2', '2', 'Junior Member', '0', '1319455325', '0', '1436651418', '1441722053', '1339329722', '13', '10', '5', '0', '1', '0', '0', '0', '45108439', '06-02-1985', '1985-06-02', '-1', '-1', '94.168.247.199', '0', '1', '', '0', '0', '-1', '0', '0', 'O0T8VB$/dYQkwl2@UA51}\\\'yi=zt2Y', '', '0', '77345', '0', '0', '0', '0', '', '0', '0', '', '209', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3627', '2', '', '0', 'PipBoy', 'b1aa046f63f4e10163c89cf415aa42c2', '2011-10-24', 'kevin.ingrey@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319458382', '0', '1322143035', '1323271291', '1319710321', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.194.71.251', '0', '1', '', '0', '0', '-1', '0', '0', 'F.Q1g}959KL9xm#f4jVZrY\"SF=$\'4\\', '', '0', '74956', '0', '0', '0', '0', '', '0', '0', '', '217', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3628', '8', '', '0', 'esc0b3r', '04282043327cd70fd2102a9370bd8fc2', '2011-10-24', 'esc0b3r_w4r3z.r00t@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1319471880', '0', '1319471911', '1319559480', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.218.225.130', '0', '1', '', '0', '0', '-1', '0', '0', '2?E+pPKx{=70WUK3h~A`F(|{1oTr^e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3630', '2', '', '0', 'Tommuh', '77c0e3fa06703f14753ac788b1f41ba9', '2011-10-25', 'apmarico@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319531524', '0', '1344624552', '1345752291', '1345752085', '5', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.68.226.55', '0', '1', '', '0', '0', '-1', '1', '0', 'wTI)9*pan4,J]tYi]2U*\"Vv8/:GZ6|', '', '0', '78561', '0', '0', '0', '0', '', '0', '0', '', '237', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3631', '2', '', '0', 'The Daddy', '169ad7b6035f834d61ec7ca7bd7088ac', '2011-10-25', 'pnicho@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319532360', '0', '1342105774', '1351263800', '1322914496', '15', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.221.132.31', '0', '1', '', '0', '0', '-1', '0', '0', '}@djb$[JhK~I5)KS>(Tsw7SgOJ)P/n', '', '0', '75479', '0', '0', '0', '0', '', '0', '0', '', '156', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3632', '2', '', '0', 'Peter Prest', '9e234036a077febc10f27abba14a3818', '2011-10-25', 'peterprest1994@googlemail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1319556936', '0', '1319568333', '1319571814', '1319571809', '3', '10', '5', '1', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '2.217.206.60', '0', '1', '', '0', '0', '-1', '0', '0', 'KY*7g]j(\'HeU\"iu,WNKVBA*jZ|C.MI', '', '0', '74931', '0', '0', '0', '0', '', '0', '0', '', '146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '1509783533', '1319556936', 'Peter Prest', 'fb', 'AAABcynZBOYUYBAMdoFiZA6btRa6M7lMhdaVcLskTUiR8k4M9Y9vU79l4FxvTIHh1ZC80By300QhJXkqby5Y2ZAier6TO0rp4liugLeQZCyZCWZCkTT61gr7', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3633', '2', '', '0', '82NDSalmonski', '4677fceb7ac08393f6ceaa503400d246', '2011-10-28', 'salmonski@82nd.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319796564', '0', '1329326336', '1335304853', '1319817928', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.243.123.79', '0', '1', '', '0', '0', '-1', '0', '0', 't0~gci%}Ct&,!yqMhJa!.\'ROJ!=p[I', '', '0', '74998', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3634', '2', '', '0', 'Egg', 'a2797c2736bcaf1ed0e2f792df5d507e', '2011-10-28', 'd4niel@live.se', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319826374', '0', '1319908702', '1319926423', '1319908692', '4', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '85.229.33.208', '0', '1', '', '0', '0', '-1', '0', '0', 'x{pj63tnLFEKN+{yfh:J6r;2O|g7lt', '', '0', '75025', '0', '0', '0', '0', '', '0', '0', '', '177', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3636', '2', '', '0', 'Tommygun9504', 'd2f64aa73611c403ba20f96ad8e409ae', '2011-10-31', 'tommygun.sharp97@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1320046199', '0', '1320126796', '1320564423', '1320564421', '4', '10', '5', '10', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '220.236.254.220', '0', '1', '', '0', '0', '-1', '0', '0', '+HPZ9kj~^)e`IPdNL*B:5#ctaR-5AN', '', '0', '75173', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3635', '2', '', '0', 'Cprl.Rst', 'd29bd6455741afac9f3f656e43effca4', '2012-03-13', 'admin@1steuid.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1319947195', '0', '1331654458', '1335429537', '1331654413', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '2.218.157.21', '0', '1', '', '0', '0', '-1', '0', '0', 'ey(jx!>E*P*x<^|1aYm%', '', '0', '76377', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3642', '2', '', '0', 'jakedate', '4a0c45b14b07454931caf078c7c6edcb', '2011-11-04', 'jakerulz12@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1320185100', '0', '1323368434', '1323379067', '1320447875', '5', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.18.212.183', '0', '1', '', '0', '0', '-1', '5', '0', '~+DHeyozx*BK*Cah[{na,O}>48q9*>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '231', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '65615fddec0e267beea1d040cb449a7a', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3637', '2', '', '0', 'Ricardo Valente', 'fa51421a86ded6d649062b4b7242d715', '2011-10-31', 'cadjoca@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1320070530', '0', '1320070530', '1320070547', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '85.247.139.25', '0', '1', '', '0', '0', '-1', '0', '0', '@MOGgY`b~B#~b8#/0\"b]|EYckk\\ZYU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '100000254692791', '1320070531', 'Ricardo Valente', 'fb', 'AAABcynZBOYUYBANlbEncGAboQWfAKNjpWunfljHMJestQJZBYweX6279CpPqdmeZAI0srasUhgD1JRFh8DN7WHOZCnhNdhVFnGmGV0bBfdUZAdL4c1g2ZA', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3638', '2', '', '0', '|DH|Monster', 'b4fa5f1c5f0c1d3a91b4bf94123d2e78', '2011-10-31', 'sanucoedgar@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1320088367', '0', '1320088432', '1320131502', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.211.206.24', '0', '1', '', '0', '0', '-1', '0', '0', 'v-iD\'_F&J1K-Uh{H5c]6', '', '0', '75099', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3643', '2', '', '0', 'FiRez', 'c1507c0a4eb9bc596eb2de093a79b5d3', '2014-04-26', 'pedmunds1974@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1320338029', '0', '1320351165', '1321095279', '1320338792', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.31.101.101', '0', '1', '', '0', '0', '-1', '0', '0', '[F]?dw*it_*?aGt-g)NWW)pKX.~@Gk', '', '0', '75125', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3644', '3', '', '0', 'koasdu2', '050c4aabb5d4fa1226247e0aa99886ba', '2011-11-04', 'koasd@jasdo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1320399751', '0', '1320399751', '1320399751', '0', '0', '10', '5', '-11', '1', '0', '0', '0', '45108631', '11-09-1981', '1981-11-09', '-1', '-1', '60.48.82.35', '0', '1', '', '0', '0', '-1', '0', '0', ']ywH}d,k-e+TU,Dx`u,s@kMhH9qC*e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3645', '2', '', '0', 'fubar', '2c96443d34595327b32fe2eaa180a974', '2011-11-05', 'fubar2010@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1320501333', '0', '1320501789', '1320512977', '1320512948', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.27.232.174', '0', '1', '', '0', '0', '-1', '0', '0', '|&Oh[\'tk=X3S/mup\\(:>v1hjKT0yu&', '', '0', '75163', '0', '0', '0', '0', '', '0', '0', '', '136', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3646', '2', '', '0', 'Crashed-Gaming', '4946a7a399b3807d5042d0b56a328bdc', '2011-11-05', 'crashedgaming@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1320506329', '0', '1321551729', '1322076152', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.73.105.68', '0', '1', '', '0', '0', '-1', '0', '0', '/?n6NnOA%32Z+#,6Q6~djg$;JF$tF8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3652', '2', '', '0', 'jerrytim', 'bbde5ba6b1e463f5662fb888b2e88c16', '2011-11-10', 'jerrytim0@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1320897437', '0', '1320897437', '1320898180', '1320898179', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '182.185.211.5', '0', '1', '', '0', '0', '-1', '0', '0', 'C]`;HlhO#Eq7/=8oicF/G:i)1Tt~]p', '', '0', '75255', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3647', '2', '', '0', 'pikeybf3', 'f6e9e000decbe79e7fec8a2fed589b85', '2011-11-05', 'pikey.sheldon@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1320520260', '0', '1320520260', '1320521059', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.32.133.77', '0', '1', '', '0', '0', '-1', '0', '0', '\'f_#ZyVG]ucsueCj0Ls', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3648', '2', '', '0', 'Uzaru', '54cccd8793fa74682f84ddc601d0c295', '2011-11-06', 'beauvdijk@hotmail.com', '43', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1320581017', '0', '1320653670', '1320682880', '1320652972', '7', '10', '5', '0', '1', '0', '0', '0', '45108951', '12-07-1993', '1993-12-07', '-1', '1', '94.211.12.14', '0', '0', '', '0', '0', '-1', '0', '0', 'JFDmavqu+oP]tkY|AcLb?c/0-[?m;\'', '', '0', '75206', '0', '0', '0', '0', '', '0', '0', '', '354', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3649', '8', '', '0', 'RuizBrickey', 'bc983e43d152304aff14166260e81c92', '2011-11-07', 'RuizBrickeyddj@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1320627230', '0', '1320627230', '1320650933', '0', '0', '10', '5', '-12', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '14.106.44.242', '0', '1', '', '0', '0', '-1', '0', '0', 'U`_jBeZEw>sg0#&[`TCFx>VGW*Qjh5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3650', '3', '', '0', 'karmin2031', '9d0dbe8e4f333dac51f22f0caa810ff7', '2011-11-08', 'karminJolo2201@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1320742281', '0', '1320742281', '1320742281', '0', '0', '10', '5', '-11', '1', '0', '0', '0', '45108631', '11-09-1981', '1981-11-09', '-1', '-1', '60.53.87.191', '0', '1', '', '0', '0', '-1', '0', '0', '$Yal^#bk^gMx6\'FQb3#{uPC5E7}tOU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3651', '2', '', '0', 'bean-isaninja', 'e13834f9fdcdbf5e8643b02ef6b1a5a4', '2011-11-08', 'beaneh@gmail.com', '0', '', 'http://team.isaninja.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1320744382', '0', '1320744382', '1320744973', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '188.223.232.248', '0', '1', '', '0', '0', '-1', '0', '0', '/Gkc(R4DY1,p_=/\"&{lqS>T*]ANp!p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3653', '2', '', '0', 'abohemaid', 'cb29b8b64dadd678a78703423bd6a246', '2011-11-11', 'strikercondos@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1321034954', '0', '1321034954', '1321034954', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.131.158.144', '0', '1', '', '0', '0', '-1', '0', '0', 'qG6Z:C\'zj2[2\\Xms(T8THiu\"@g!Ic=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3655', '3', '', '0', 'markdeal', 'ca3ecad0bc7e681f2a6c233ca7aa28be', '2011-11-15', 'markdeal0@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1321354848', '0', '1321354848', '1321354848', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '182.185.189.31', '0', '1', '', '0', '0', '-1', '0', '0', '%cM[EPIS|]\'[n.C^z>1E3_pJwS<>\'D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3654', '2', '', '0', 'walker29', 'bc1be026e806b6c6f5701a74741ccadb', '2011-11-13', 'alex@walker29.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1321204580', '0', '1341139003', '1341146320', '1341145702', '6', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.100.228.97', '0', '1', '', '0', '0', '-1', '0', '0', 'oDM;?q]3e4t4]XI<', '', '0', '75315', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3659', '21', '', '0', 'fyn', '82cecf457ddf350c79f2b21b37fd4d7b', '2011-11-18', 'jacob_francis@live.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1321653060', '0', '1393429731', '1405555451', '1393429643', '47', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.13.131.214', '0', '1', '', '0', '0', '-1', '1', '0', 'B|\"wavbe>Y6(1-ZlgURUwW6N\'FJ}0n', '', '0', '81672', '0', '0', '0', '0', '', '0', '0', '', '406', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '6', '9', '10', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3660', '2', '', '0', 'gkdes', '67b4a0b7263ecfff9761c073e44d2de3', '2013-01-09', 'gg.plastering@hotmail.co.uk', '0', '', 'http://www.gkclan.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1321745140', '0', '1360964111', '1367879258', '1360962791', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-09-0000', '0000-04-09', '-1', '-1', '2.125.76.230', '0', '1', '', '0', '0', '-1', '0', '0', 'p@r#vQuRF|PnECb\'q`UYd\'t/YkX`:f', '', '0', '79988', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3661', '8', '', '0', 'hack-carter', '610015fe5272151f8455b05d5761d0ed', '2011-11-20', 'carterramos@ymail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1321759620', '0', '1321759656', '1321760100', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '41.66.202.75', '0', '1', '', '0', '0', '-1', '0', '0', 'w[!]^=dit,$%~r+oAs.\']{ng,vNCbo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3662', '2', '', '0', 'Unleashed_Ev1l', '75e550b5b78fd2745e2222185cc4de1b', '2011-11-20', 'wrwhale@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1321809664', '0', '1321966128', '1323008427', '1321895805', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '2.127.106.114', '0', '1', '', '0', '0', '-1', '0', '0', 'kTNj:U,E?\"9d%zT&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3663', '2', '', '0', 'djthedj', '5a91c0ad98d5a9b054392eb443926aea', '2011-11-20', 'paypal@scrapmycarz.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1321823570', '0', '1321836051', '1321889044', '1321834255', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.15.201.47', '0', '1', '', '0', '0', '-1', '0', '0', ',qE;VLf)&BTag.P\\~\\nX-KSe_`g-_\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3664', '2', '', '0', 'jelumbaring', 'cae8a539bf31b186f68abd69b632d147', '2011-11-21', 'joyelumbaring@rocketmail.com', '0', '', 'http://www.allstatebanners.com/vinyl-banners/full-color/let-us-design', '', '', '', '2', '0', 'Junior Member', '0', '1321848440', '0', '1321848440', '1321849303', '0', '0', '10', '5', '8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.96.146.16', '0', '1', '', '0', '0', '-1', '0', '0', '\\d2F>Z}!*j;^ILmGf3vqnlkdvQ{N]_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3717', '2', '', '0', 'Lampyish', '10f9d9a52198f00d987c3abd08b5d71d', '2012-01-21', 'dekel_ushpiz@walla.co.il', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1327161955', '0', '1327162218', '1327208548', '1327162216', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.183.211.25', '0', '1', '', '0', '0', '-1', '0', '0', '7VS]!9K@[/},\'M[FlhtT}9{q@#lW$P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3665', '2', '', '0', 'picard17', '85593e6c856cf5c9e75df8373939b170', '2011-11-22', 'picard17@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1321976067', '0', '1341172510', '1364032866', '1333033219', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.16.58.100', '0', '1', '', '0', '0', '-1', '0', '0', '9>OE;WS80IYJ!$3rJhl|VAI~\\EY<4$', '', '0', '76450', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3666', '2', '', '0', 'davidgreenwood', '6e06423f3dcafba7c5295c9cca6b3bed', '2011-11-22', 'greenwooddavid66@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1321981922', '0', '1321981922', '1321982057', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.149.19.30', '0', '1', '', '0', '0', '-1', '0', '0', 'J=&!4W55FErH;Y@eJ8MJL4WHq*;.K<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3667', '2', '', '0', 'villeyboy', 'c4c9ec7be4afd35b4d4b3c9af7abba18', '2011-11-24', 'villeyboy.2184@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1322110024', '0', '1322110024', '1322111814', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.65.86', '0', '1', '', '0', '0', '-1', '0', '0', 'hFQLl9*eF\')#mGp/`sYl7vW19sr=_R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3668', '2', '', '0', 'BIRDMAN', '3733275edffa5a990b32d2c8fb0ecf3b', '2011-11-30', 'birdman@gbclanuk.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1322140731', '0', '1322649285', '1322649285', '1322649268', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '93.97.188.62', '0', '1', '', '0', '0', '-1', '0', '0', ']9MPXx|%aIYkM~KyN5-p9|)P$Hy+N3', '', '0', '75437', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3678', '2', '', '0', 'Clarki3', '8ea9d2330277e104e54571a2711a7a47', '2011-12-06', 'clarki_3@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1323200561', '0', '1339950851', '1339950851', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.22.88.208', '0', '1', '', '0', '0', '-1', '0', '0', ';K$x$JB#/1)J-8w*FfIEQ\'d\\hg:)h,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3786', '2', '', '0', 'RiskyBiskit', 'a833bd17afd4f2315ad1d1cfa9322728', '2013-01-25', 'stephenharris2@msn.com', '0', '', 'http://combat-ready.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1333715400', '0', '1358195423', '1359089154', '1335382888', '7', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.169.114.163', '0', '1', '', '0', '0', '-1', '2', '0', 'jM,l>0!-2}}iV3>6=(@eUax:O#v:B,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '425', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'e33692839c5d659171bfd360e2b54748', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2', '3', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3669', '21', '', '0', 'Eliotl', 'da2d7682071cdaaa0e5fc8ab506354a7', '2011-11-28', 'eliot.palace@virgin.net', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1322517420', '0', '1346345049', '1346346307', '1346345029', '12', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.29.206.228', '0', '1', '', '0', '0', '-1', '0', '0', 'tiNf^>E[E}`fIp__;5\\za%!3)nezGZ', '', '0', '78692', '0', '0', '0', '0', '', '0', '0', '', '306', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '2', '2', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3670', '2', '', '0', 'spoonY', 'caeeadf4338178ef879d34163ad62635', '2013-02-12', 'darrenwoodley@msn.com', '43', '', 'http://outcasts-gamerz.co.uk/news.php', '', '', '', '2', '0', 'Junior Member', '0', '1322529723', '0', '1346952671', '1360709388', '1360709345', '6', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '1', '82.36.41.212', '0', '0', '', '0', '0', '-1', '0', '0', '-R}e(HOH62YLV~Uvn)E]2k`YEZUPT1', '', '0', '79963', '0', '0', '0', '0', '', '0', '0', '', '237', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3671', '2', '', '0', 'Celtic405', '77105a611c78124571ab1e1386a566c4', '2011-11-29', 'richie456438@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1322600520', '0', '1322600821', '1397345628', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '11-25-1996', '1996-11-25', '-1', '-1', '86.173.196.157', '0', '1', '', '0', '0', '-1', '0', '0', 'GF4V|MMqY\\h_!Xjn0\"$>+?MO#[iK7Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3672', '2', '', '0', '[SAK*]KING_OF_SA', '4fd21afadccace6422100398729ef215', '2011-11-30', 'SAK_KING_OF_SA@hotmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1322612259', '0', '1327197280', '1327197818', '1327197461', '5', '10', '5', '0', '1', '0', '0', '0', '45108439', '09-23-1991', '1991-09-23', '-1', '-1', '155.210.141.184', '0', '1', '', '0', '0', '-1', '0', '0', 'bx+A%w)O@a=^~RNl\'4Ktypt{bL^%KB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3673', '3', '', '0', 'dandaman', 'c574e01c675d56f3fb076c3784379ef3', '2011-12-01', 'dandaman9509@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1322766861', '0', '1322766861', '1322767213', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.204.114.189', '0', '1', '', '0', '0', '-1', '0', '0', 'qPKUvM:SX7b_Xnr(bI2+j/,`S]jx]<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3674', '2', '', '0', 'Pieman', '9bc01d7ddef4f425db0becf691bd20f7', '2011-12-01', 'im_pieman@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1322766934', '0', '1322766934', '1322767634', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.201.68.13', '0', '1', '', '0', '0', '-1', '0', '0', 'L*_W35E8mq@XYr\"s-sQyLWT-#3t2-j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3675', '2', '', '0', 'hangama', 'bbe3d9bd5a18986249d1d9ea4dbf4a54', '2011-12-03', 'hangama.2494@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1322890118', '0', '1322890118', '1322891939', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.105.228', '0', '1', '', '0', '0', '-1', '0', '0', '3$B`7ER.Rn&7`u:~`z`7%n|g>>~,ct', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3676', '3', '', '0', 'Hans_UK', '0bd543e9bb2bc69f280e013d26492ec1', '2012-08-26', 'bighans7213@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1322950862', '0', '1322951026', '1346011115', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '109.151.227.105', '0', '1', '', '0', '0', '-1', '0', '0', 'k~&a_qqJKIdSZ;J*mUF\\qxUy8(du$0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3677', '2', '', '0', 'tomj', 'f8f4332e0a447eeee7f2af0010e4e222', '2011-12-04', 'tomosj18@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1323005379', '0', '1323005379', '1323006346', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.152.231.215', '0', '1', '', '0', '0', '-1', '0', '0', 'C$Rl=Z:dof:Et_{iX,zfC^2%$@Mo$/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3679', '2', '', '0', 'Steph(SCO)', '2571c49791c352af5d1e6e2ed0fb75b2', '2011-12-09', 'stephen-nelson@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1323466617', '0', '1323466617', '1323467370', '1323466871', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '86.27.134.175', '0', '1', '', '0', '0', '-1', '0', '0', '5jp6#bqGjjS,b(FfCg.1A~4=OBG1qC', '', '0', '75525', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3680', '2', '', '0', 'Dufxreo', '9007866a0f994d43148234f8ad37ad15', '2011-12-10', 'marufkhan437@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1323515142', '0', '1323515142', '1323520026', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.39.101', '0', '1', '', '0', '0', '-1', '0', '0', 'x7=H6}dQyaCB@>J0x};P{jeK5vcbX3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3681', '2', '', '0', 'davilda', 'b8af270b471d891224ae44ac0651da69', '2011-12-11', 'davilda.25154@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1323586611', '0', '1323586611', '1323587679', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.69.46', '0', '1', '', '0', '0', '-1', '0', '0', ')jmme@Rx|_Jq>=sEy9.a4$lX!9c@cO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3682', '3', '', '0', 'DJ Eclipse', 'c9489d1995df3e3c499346acf51b7d71', '2011-12-12', 'hawfox@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1323715280', '0', '1324660833', '1324660833', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '132.241.156.152', '0', '1', '', '0', '0', '-1', '0', '0', '=]n|7]f=sM6O|L9mS!K&vs}ep{\"spS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3683', '2', '', '0', 'eaddyreo', 'cb798ff22c5e739b8a63c0b497302569', '2011-12-12', 'eaddyreo@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1323725023', '0', '1323725023', '1323763478', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.121.39', '0', '1', '', '0', '0', '-1', '0', '0', '@t3pbRtlojX?oLkSw@=_4HY_1*bY:v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3684', '2', '', '0', 'Carmensue87', '64e95dfb9a16b340bb29c7a6568f54c4', '2011-12-13', 'Femalefreak87@yahoo.com', '0', '', 'http://www.beaudamelingerie.com/brands/panache-swimwear.html', '', '', '', '2', '0', 'Junior Member', '0', '1323778077', '0', '1323778077', '1323778135', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1990', '1990-01-01', '-1', '-1', '49.145.100.106', '0', '1', '', '0', '0', '-1', '0', '0', '7r3V4jw6:#7$Ky@MUr\">c6EHY>|7A{-&zu/6`\"vsmC2]9f{|F\"LhvLXKm$%4V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3695', '3', '', '0', 'Havoc', '6cd1905cd8b9b652aefd25c11a3e088a', '2011-12-22', 'stevewitcombe@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1324588975', '0', '1324588975', '1324588981', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.174.218.192', '0', '1', '', '0', '0', '-1', '0', '0', 'Hh>q+aj:AsK:[7YaBZR`unc-rwdJ&x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3705', '3', '', '0', '0rgis', '1ffcb759ddc45b0f4e23fd9e2bef06d1', '2012-01-04', 'orgis6@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1325680393', '0', '1325680393', '1325680816', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.30.170.221', '0', '1', '', '0', '0', '-1', '0', '0', 'jhRuN/`gug&lbcLts$YD4>U[sUo,.w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3696', '2', '', '0', 'Silent Eclipse', '501eeda472dd53f34c47ca2a20d24f1d', '2012-01-14', 'kitsuneknight@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1324661031', '0', '1335009979', '1338190279', '1332328294', '32', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '132.241.156.131', '0', '1', '', '0', '0', '-1', '11', '0', '-#Rs;4:nn?e~2^o|', '', '0', '76431', '0', '0', '0', '0', '', '0', '0', '', '242', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '7', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3697', '2', '', '0', 'Shepard', 'dd22f091c101e4d5f102ce7d5a725c3c', '2011-12-23', 'shepards.alt@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1324671973', '0', '1325186827', '1325194956', '1325138874', '5', '10', '5', '-8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '70.173.90.147', '0', '1', '', '0', '0', '-1', '0', '0', '?|f^@3KPyMiUzri?', '', '0', '75626', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3699', '3', '', '0', 'thedevlin', 'd4d97e44fb3b145918c4b27399c9e3e6', '2011-12-26', 'thedevlin@live.ca', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1324936998', '0', '1324936998', '1324937197', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '70.68.175.161', '0', '1', '', '0', '0', '-1', '0', '0', '(mHrEJItmQrcYK+s`T\"wQ%p!s75&d#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3700', '2', '', '0', 'disseminate', 'f607ac9204d4c8527d8800a66308f79c', '2011-12-27', 'mathlomaniac@rogers.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1325019446', '0', '1325019575', '1325031032', '1325031031', '1', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '99.248.187.5', '0', '1', '', '0', '0', '-1', '0', '0', 'HE,K8)X%bVQtFjPw~p+:,&0f{(T=~w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '177', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3701', '2', '', '0', 'Steviek', 'e005307646cd67f8bdc4aa3b4c44011c', '2012-05-12', 'steviek99@live.co.uk', '0', '', 'http://www.extremeproclan.com', '', '', '', '2', '1', 'Junior Member', '0', '1325075592', '0', '1336847787', '1336912012', '1336846195', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '12-12-1993', '1993-12-12', '-1', '-1', '31.52.23.51', '0', '1', '', '0', '0', '-1', '0', '0', '|e\"<,I?^FYQZ`Ny$GejX8J{,[V7[\\P', 'stevy2010', '0', '76971', '0', '0', '0', '0', '', '0', '0', '', '169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3702', '2', '', '0', 'clayf88', 'bd5fe3226586a0e4d86963e56ffb4ea3', '2011-12-28', 'leeclayfield@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1325083782', '0', '1325087540', '1326552532', '1326552531', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.239.199.204', '0', '1', '', '0', '0', '-1', '0', '0', '1rIU])WF*SCD&wCtUu;09+LUr74eG\"', '', '0', '75801', '0', '0', '0', '0', '', '0', '0', '', '237', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3703', '3', '', '0', 'C|S/// Harry(E)', '1b2aae5921f80eb79acb2a4c57a21601', '2011-12-30', 'zipriz1000@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1325242451', '0', '1325263678', '1325600695', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '85.50.246.84', '0', '1', '', '0', '0', '-1', '1', '0', 'nc.DP](xJ\'9=Y\'.?p)ue:899,niav;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3704', '2', '', '0', 'peter75', '9d0b907e26e0a9e39d715ae7eb4c50e6', '2012-01-02', 'year_2050@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1325504521', '0', '1325504521', '1325505348', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '193.110.196.118', '0', '1', '', '0', '0', '-1', '0', '0', '&?l#t+n_[gE84Kh/Xng%yol(^8x:GH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3706', '3', '', '0', 'asdfg', 'aea1a561ec65a318b5625103f06507b9', '2012-01-04', 'luka.forjan@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1325690593', '0', '1325690650', '1325690650', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '78.0.212.72', '0', '1', '', '0', '0', '-1', '0', '0', '&9oVOy:6f+9mA8:}KDVD_~cyp8r|SJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3707', '21', '', '0', 'Miek', '7f4b13ef3db8887d974ef60b225dc6f5', '2012-01-04', 'mike@flomp.net', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1325719380', '0', '1343237885', '1392515170', '1392515161', '3', '10', '5', '0', '2', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.104.175.130', '0', '1', '', '0', '0', '-1', '1', '1', 'F+eKviC@j2{hhPfLrk4G%x\'Q^7Q^A]', '', '0', '81615', '0', '0', '0', '0', '', '0', '0', '', '186', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3708', '2', '', '0', 'Diego352', 'e47cbcde1da5b426efc73f4bd2fa65ae', '2012-01-06', 'krzysztofkotra@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1325894223', '0', '1325894223', '1325894308', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.159.108.15', '0', '1', '', '0', '0', '-1', '0', '0', '$*b9=yc&K[%RV<\'zvo<\'N(=Q)4j6H^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3709', '2', '', '0', 'takbersk', '7c61d9a98b3dd5ff2a20495f2375e3bd', '2012-01-10', 'takbersk@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1326180224', '0', '1326180224', '1326365303', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.42.109', '0', '1', '', '0', '0', '-1', '0', '0', '\\vcOEi|4b3/dl38k`k0ywR%SXB8+uo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3710', '2', '', '0', 'Agent47', '39da69a245f171778d0b00d394321121', '2012-01-10', 'ivan.phoenix47@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1326185076', '0', '1326185076', '1326185234', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.172.186.44', '0', '1', '', '0', '0', '-1', '0', '0', '?~*ak4GF#6#sJ[Ys9weQ{cByCTA(-h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3711', '2', '', '0', 'Gam3ronE', 'a40ad1ad8270ce6e022252a9e89eac85', '2015-12-28', 'gam3rone@outlook.com', '0', '', 'http://gamerone.net/forums', 'http://gamerone.net/', 'http://gamerone.net/', 'http://gamerone.net/', '2', '0', 'Member', '0', '1326408142', '0', '1451314279', '1451314285', '1390867771', '68', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.44.78.119', '0', '1', '', '1390132557', '0', '-1', '8', '0', '#CG;tI49Y2ru^8hD)EOA)UBTe%gB0%', '', '0', '81499', '0', '0', '0', '0', '', '0', '0', '', '880', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '78d95c2ca7a3e17a4d70c6fc54c80560', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '21', '4', '4', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3712', '2', '', '0', 'MarkSteve87', '67e0ab84b2f58fc197c312a614f0a663', '2012-01-14', 'Laureenj84@yahoo.com', '0', '', 'http://www.CanvasTouch.com', '', '', '', '2', '0', 'Junior Member', '0', '1326520938', '0', '1326520938', '1326521061', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1990', '1990-01-01', '-1', '-1', '49.145.91.177', '0', '1', '', '0', '0', '-1', '0', '0', '(K9eODq^>3YP8z]di6>]PXvv.G1xR}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3713', '2', '', '0', 'deej-uca', '182ea90b58512498a710d743126197db', '2012-01-18', 'chris.kelz@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1326917705', '0', '1326917705', '1326917705', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.205.140.98', '0', '1', '', '0', '0', '-1', '0', '0', '3@J@novZ7_wf1TUIZiw??VR#KF*l=l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3714', '2', '', '0', 'william962', 'b55e6e0b11e834ca1b36275b976a68f4', '2012-01-20', 'cryhavok2011@gmail.com', '0', '', 'http://www.silentassassins.co.uk', '', '', '', '2', '1', 'Junior Member', '0', '1327063188', '0', '1327063462', '1331125331', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-29-1990', '1990-08-29', '-1', '-1', '86.144.101.242', '0', '1', '', '1331125331', '0', '-1', '0', '0', 'T|ju\"9a%JJ>95nufaj`jB[8L;6vLZo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3715', '2', '', '0', 'BerryBryan', 'dbededb5a96f6586c1997fecb3a5e3f7', '2012-01-20', 'BDMeeuwissen@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1327074696', '0', '1331470251', '1331759460', '1331759053', '5', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.74.248.160', '0', '1', '', '0', '0', '-1', '0', '0', 'YlE+M;C.R]s)X:&>L20b[9U%gcwZ!57bkN\\&!s*&p7$&qFP4]y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3718', '2', '', '0', '=BH=lamp', '19baa8e04a89ed1ea738c39cc3be6a1e', '2012-01-22', 'lamp.bh@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1327235789', '0', '1327235789', '1327236105', '1327235995', '1', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.161.119.134', '0', '1', '', '0', '0', '-1', '0', '0', 'FBg$TDhW,edm`wg[3v{-W>Dnf\\{\"gg', '', '0', '75867', '0', '0', '0', '0', '', '0', '0', '', '158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3719', '2', '', '0', 'TheRogue', 'a006350c5519f13d633cdeefe0646932', '2012-04-24', 'k.pattison31@virginmedia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1327257970', '0', '1365623132', '1371758776', '1363920246', '6', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.26.93.8', '0', '1', '', '0', '0', '-1', '0', '0', '0q7qhfpCv!#i/y&4=8o#_XKndoNi&J', '', '0', '80131', '0', '0', '0', '0', '', '0', '0', '', '278', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3720', '2', '', '0', 'Kien', '206d909061c7ce5f43df9096a4a80ccd', '2012-01-22', 'kamil1359@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1327258516', '0', '1327258516', '1327258548', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '195.20.212.1', '0', '1', '', '0', '0', '-1', '0', '0', '$aAz<.z\\U8[$NvMm68sp5U$7HUQq~h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3721', '2', '', '0', 'Seven', 'd8111650b6ad0c561fde834af3fe8e05', '2012-01-22', 'seven@ehdgaming.co.uk', '0', '', 'http://ehdgaming.co.uk', '', '', '', '2', '1', 'Junior Member', '0', '1327271040', '-1', '1348436055', '1348442431', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '09-21-1990', '1990-09-21', '-1', '-1', '', '0', '0', '', '0', '0', '-1', '0', '0', 'GNVrY;\\<\'#96heS[x\'Lr2#*B|?!1P\'qh~59X=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '133', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3728', '3', '', '0', '[h34d5h0t] Dwarf', '24ee79e0b0d9073d3038b2b15badd64e', '2012-01-27', 'stormmckerrow@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1327681724', '0', '1327681724', '1327681805', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.182.103.233', '0', '1', '', '0', '0', '-1', '0', '0', ';hM3vCFi&XucpsXCh+=J\'w6DSC~\"Gb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3729', '2', '', '0', 'razzyask', 'e9da4f5696ba84882f6239ce98a5b443', '2012-01-29', 'razzyask@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1327815488', '0', '1327815488', '1327832374', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.42.42', '0', '1', '', '0', '0', '-1', '0', '0', '2sc:vy\'BQhx!n^[9_~l+ro:NUYXlK9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3730', '8', '', '0', 'Gitlezal', 'de421f11e4c3b83f9dd9b5d9c60e8443', '2012-01-29', 'gitlezal@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1327824660', '0', '1327932254', '1327932254', '1327858825', '5', '10', '5', '8', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '141.105.45.41', '0', '1', '', '0', '0', '-1', '0', '0', 'p>;e]NdF}DUA\\[H6Y8ds\"4\'?y9(ykc', '', '0', '75921', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3731', '8', '', '0', 'Yep, it\'s me again.', '8a725522b4c301c0e911b04527024c37', '2012-02-08', 'glititsmeagain@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1327900800', '0', '1328673117', '1328673117', '1327901890', '1', '10', '5', '8', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '188.40.74.34', '0', '1', '', '0', '0', '-1', '0', '0', 'Z[;$6\\U430]lm387kp4^f0[djLnyG6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3732', '2', '', '0', 'jebuzjack', '4db529109cd07784eb4cb07a7add42e1', '2012-03-01', 'jack_harrison11@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1327954678', '0', '1330636090', '1331316848', '1330634492', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '2.120.250.254', '0', '1', '', '0', '0', '-1', '0', '0', 'xgd`zc@tQ~)|O\"ECp#a)M5.>_(fH`[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '180', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3733', '2', '', '0', 'George Talbot', 'f2af782978e1eb302caa7f73b038e4c4', '2012-02-02', 'mail@georgetalbot.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1328187105', '0', '1328212697', '1330879544', '1328197317', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '86.135.251.173', '0', '1', '', '0', '0', '-1', '0', '0', ';*zL^\\]$*HHU=.K%@1[\"Q\'gy%}^_\\$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3734', '2', '', '0', 'aColetteSnod', '371f26787e666614636bc13ee15ad22f', '2012-02-03', 'mararynjiadimtke@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1328276310', '0', '1328276310', '1328336010', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '219.198.40.31', '0', '1', '', '0', '0', '-1', '0', '0', '{\"}7Y5~xEF\"8#6oU~]T{Uv>R]I%+wN/|Vb-F/8rTv|\'+', '', '0', '79350', '0', '0', '0', '0', '', '0', '0', '', '478', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0052ad2cad4894e518fad9d36e815e56', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2', '3', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3741', '2', '', '0', 'Timbercraft', '44453d2d7edb063fcc7586c89394ddd1', '2012-02-11', 'timbercraftserver@hotmail.co.uk', '0', '', 'http://timbercraftserver.webs.com/', '', '', '', '2', '0', 'Junior Member', '0', '1328980336', '0', '1328980815', '1329493459', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.53.135.166', '0', '1', '', '0', '0', '-1', '0', '0', 'z~q4/LdorC~0W\\(l{a&?Y8B*.^eiZn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3776', '2', '', '0', 'ukste', '57788cdc4915f10d01f48da4804339e3', '2012-06-20', 'ukste13@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1333029370', '0', '1339537980', '1339626001', '1339625982', '26', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '81.155.204.179', '0', '1', '', '0', '0', '-1', '0', '0', 'V\'LJ.x!$,i5\"4?qeK#G\"l7I/', '', '0', '82199', '0', '0', '0', '0', '', '0', '0', '', '445', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3c3060bf3817d637691d167f992f790a', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3771', '2', '', '0', 'Sacados-ts4u', '00c45dd66949a8aabae6ea1afe924b93', '2012-03-20', 'tjeanclaude1@yahoo.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1332207944', '0', '1332275321', '1332286776', '1332275320', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.92.116.180', '0', '1', '', '0', '0', '-1', '0', '0', '/-fy?]8a\\H*9\'GD\"[Za2#B^n\'-o%W3', '', '0', '76429', '0', '0', '0', '0', '', '0', '0', '', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3745', '2', '', '0', 'mrnothersan', '208bb7bb5a26effa04dcc2657af47d83', '2012-02-16', 'mrnothersanone@gmail.com', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1329428151', '0', '1333464220', '1352558648', '1352556518', '10', '10', '5', '0', '0', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '1', '78.111.200.253', '0', '0', '', '0', '0', '-1', '1', '0', 'A5VCRjbqrn9@j^%`r-yIL}i|yeD5KF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '221', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '2', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3746', '3', '', '0', 'EWAcidburns', '9f9890226c44dda0409c68341274faff', '2012-02-17', 'scottfarrar@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1329479241', '0', '1329479241', '1329480192', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.22.119.184', '0', '1', '', '0', '0', '-1', '0', '0', '[G9tASnp+!:KO0\"Jy^`Dc$/>*C2V+9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3747', '2', '', '0', 'Masterhand', '71a5b3a83f29b67f6c6806f38217f852', '2012-02-17', 'root@masterhand.he-webpack.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1329500012', '0', '1329500012', '1329500597', '1329500139', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.58.69.47', '0', '1', '', '0', '0', '-1', '0', '0', '%\"]bPYztn`!5n+el>e]S\\::@eq2e+<', '', '0', '76093', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '3', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3748', '2', '', '0', 'Dengoan', '0b97671cd57b5a7d93c7ba0cf0bedef0', '2012-02-17', 'dengo5@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1329500822', '0', '1386609839', '1387052299', '1386609838', '3', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.165.220.155', '0', '1', '', '0', '0', '-1', '0', '0', '@ZJJK!;Rro/(>|w4U\\rHMrhMS{>1n9w?he[[j', '', '0', '76121', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3750', '2', '', '0', '<assassin>A Toilet', 'ed3ce40f18e6932d6c2fe10e301c0636', '2012-02-17', 'will.groombridge@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1329507801', '0', '1329514525', '1330339006', '1329510263', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.176.205.125', '0', '1', '', '0', '0', '-1', '0', '0', 'i|Tni=}p@.#*xJ;6x[\"#VjaR*O\"(sX', '', '0', '76122', '0', '0', '0', '0', '', '0', '0', '', '254', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3751', '2', '', '0', 'haveeask', 'f49b47631f01bf35f44b20b4780c728e', '2012-02-21', 'haveeask@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1329805443', '0', '1329805443', '1329805793', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.234.51.211', '0', '1', '', '0', '0', '-1', '0', '0', 'x}7*\\u3yJgu)y+];Ws]n%y{=FS\'*bK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3752', '3', '', '0', 'CravenCain', '10e91a2f836660e810eaf1255f9fa893', '2012-02-22', 'baltazarrogendo@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1329925039', '0', '1332347379', '1342811468', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.202.138.27', '0', '1', '', '0', '0', '-1', '0', '0', '|W]{,3?Q90EG?DUC18d#a?^;~Lh$C-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3753', '3', '', '0', 'renegadeknights', 'a1253d8c69fdd0c899a8d58ed2d667cb', '2012-02-22', 'renegknights@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1329930015', '0', '1329934349', '1329939507', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '217.129.222.103', '0', '1', '', '0', '0', '-1', '1', '0', '4jBsz8U(kZ*e)k?Cf(xudj[5uS4sLZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3756', '3', '', '0', 'reaper', '18ef124ffc904c56e064537457bdab4d', '2012-02-28', 'theeholyone@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1330432979', '0', '1330432979', '1330433609', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '2.121.70.252', '0', '1', '', '0', '0', '-1', '0', '0', '.Q,}8!<#kN=O7S&Ne+#9Wy0*Hi}}$\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3754', '2', '', '0', 'sushangirhas', 'ff6b5245d9121cde4c9ac956e939c347', '2012-02-24', 'sushangemailad@sina.com', '0', '', 'http://www.bikkembergsoutlet.it/', '', '', '', '2', '0', 'Junior Member', '0', '1330044756', '0', '1330044756', '1330045449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-03-1988', '1988-02-03', '-1', '-1', '110.86.57.74', '0', '1', '', '0', '0', '-1', '0', '0', 'B!;Cj#JQwM\"1x5Emn3-L7`q|(NJw[~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3755', '2', '', '0', 'endlession', '4f8176d9fe31ddda2b7cbb58bf6360f6', '2012-02-26', 'endlessioncore@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1330234274', '0', '1340484764', '1353764450', '1331353687', '1', '10', '5', '-5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '182.177.46.237', '0', '1', '', '0', '0', '-1', '4', '0', '~hnu>9hpvg}+,KoDW[|JiH\"&vvy\\Cm', '', '0', '76332', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '6008db12c95a2891af66d48ffd398ba8', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3757', '2', '', '0', 'The Golden Werewolf', '9df86f8a4891f280ef26ee3e8dd5b831', '2012-03-02', 'herpaderpington123@aol.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1330654084', '0', '1330656028', '1330658675', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.245.15.8', '0', '1', '', '0', '0', '-1', '0', '0', '7*|pz$JZijGrt64+LR`ji-S)zO?pUz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3758', '3', '', '0', 'EmperorPear', '5656e6de2bc61d29f8a0120a87598c07', '2012-03-03', 'hihitmen@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1330802309', '0', '1372358356', '1418149092', '0', '1', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '178.223.139.22', '0', '1', '', '0', '0', '-1', '0', '0', '*KTCd9]]{8J>T&-zx\'Q/gX]gf8hB;^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3759', '3', '', '0', 'jwesrangelv', 'f9377d2b12e045b012d8bfc52de73fa2', '2012-03-05', 'viGlorenybBeata@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1330982894', '0', '1330982894', '1330985862', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.21.170.98', '0', '1', '', '0', '0', '-1', '0', '0', 'ZSJP\'%UM)@iLs:y9*^V9BioO_{s8,j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3760', '2', '', '0', 'spacemarine288', '6bf6a8fc75e4aaa75e68fc70706ed5f4', '2012-03-05', 'spacemarine288@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1330985160', '0', '1330985160', '1330985363', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '96.247.92.204', '0', '1', '', '0', '0', '-1', '0', '0', 'sH\\u=}u?98H}R\\&3pM*}t[2?=wq+&q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3761', '3', '', '0', 'ADDICTED_MAK3R', '087dddb47dd7c9d5c6dafb9ee7ac7da6', '2012-03-06', 'nirvana6545@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1331074764', '0', '1331074764', '1331074932', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.82.241.90', '0', '1', '', '0', '0', '-1', '0', '0', 'IiWPbg5=|S_,]EznIe=$\\7FqN9N&MV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3762', '3', '', '0', 'Ra1nMak3r', 'e50ae40c6adc300896bb5adbda3f5026', '2012-03-07', 'angelos.h@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1331145526', '0', '1331145526', '1331145526', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.74.197.231', '0', '1', '', '0', '0', '-1', '0', '0', 'Mhb{I~E->>AmB;<~MP&+.Q?^#Ti8}*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3763', '3', '', '0', 'JonnyLowae', '3230cd3a85ba982e171323e53452f9ec', '2012-03-07', 'jaywild_1994@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1331146908', '0', '1331146908', '1331146908', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.222.175.104', '0', '1', '', '0', '0', '-1', '0', '0', '=n^w`;R~Dp>8I4O#)nS_~{O#:z>aR;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3764', '2', '', '0', 'k3viar', 'f7e27b053194603c3889374929651e91', '2012-03-08', 'nefrytowy@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1331201181', '0', '1331212923', '1331212923', '1331212911', '2', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.229.20.47', '0', '1', '', '0', '0', '-1', '0', '0', '.1@OR7A5pwH&qB-<}qu[3diM_]>+4T', '', '0', '76315', '0', '0', '0', '0', '', '0', '0', '', '173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3765', '2', '', '0', 'mikeey', '841b0182f6a78bf4b6d0074fb511c107', '2013-01-29', 'michspra@online.no', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1331329371', '0', '1389282682', '1389282956', '1350387248', '5', '10', '5', '0', '0', '0', '0', '0', '2114759', '', '0000-00-00', '-1', '1', '95.34.163.164', '0', '0', '', '0', '0', '-1', '0', '0', '1hm@W+RLC$`@QpbnIm_~Vy', '', '0', '79132', '0', '0', '0', '0', '', '0', '0', '', '325', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '2', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3766', '2', '', '0', 'dirtypantsdan', 'a946677ac0ecc59b502728c14c0ac106', '2012-03-11', 'dirtypantsdan@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1331467262', '0', '1331517362', '1342109532', '1331469084', '2', '10', '5', '-8', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '76.178.58.245', '0', '1', '', '0', '0', '-1', '0', '0', 'D_y7G%<{;3=zL!Nj;N%^!`vRDvBI|h', '', '0', '76344', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '718236368620fc03a4235c99f7c4a30e', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3767', '2', '', '0', 'yeason2140', '941db8ef60815638a0c64c13b74ec9c8', '2012-03-13', 'yeasonemail001@sina.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1331599172', '0', '1331599172', '1331600641', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '120.42.71.166', '0', '1', '', '0', '0', '-1', '0', '0', '*PemZ}e%On][|k3x$W%#c/}Z},7aTh', '', '0', '76373', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3807', '2', '', '0', 'utopiate', 'fb5c5b69e1875c066f5d1417bab14d15', '2012-04-19', 'utopiate75@gmail.com', '0', '', 'http://oldtimerstactical.co.uk/news.php', '', '', '', '2', '0', 'Junior Member', '0', '1334825423', '0', '1369072716', '1369829435', '1369072614', '4', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '109.224.134.23', '0', '1', '', '0', '0', '-1', '0', '0', '|]br}M-0;&,$DM:8`8AH0,,Qf|xde=', '', '0', '80485', '0', '0', '0', '0', '', '0', '0', '', '233', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3768', '2', '', '0', 'STEFAND', '1211221a230ac69313f1379ddcf474c1', '2012-03-14', 'sderuiter@casema.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1331730368', '0', '1331750716', '1332181580', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.211.32.50', '0', '1', '', '0', '0', '-1', '0', '0', 'TR75k\'0Usdn\\!<&}gq:P$%7:MC3/-5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3769', '2', '', '0', 'DogPatch1992', '66249759f0123261e1fd441a8de1924d', '2012-03-15', 'marcushawkins@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1331823377', '0', '1331943243', '1332043466', '1331929577', '8', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.0.119', '0', '1', '', '0', '0', '-1', '0', '0', '[}Lb49Y[]$e%/KmQL,C,B[9h*BZkhw', '', '0', '76414', '0', '0', '0', '0', '', '0', '0', '', '311', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '3', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3770', '2', '', '0', 'hunter5', 'e0d03c97ac01702483659270cf0f3ffd', '2012-03-15', 'fivecardking@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1331828719', '0', '1331828719', '1331828852', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.141.117.5', '0', '1', '', '0', '0', '-1', '0', '0', '5gP4uA]9}\'8=Y{\"b\"DCaMI@N(>7we{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3772', '2', '', '0', 'IHSServers', 'a6cd1f3c1a127c004de371542dcda7a7', '2012-03-21', 'ihsservers@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1332368871', '0', '1332440044', '1332440199', '1332440094', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.134.17.81', '0', '1', '', '0', '0', '-1', '0', '0', '/bvLzvfWR@}h|8+;Co8s&P$Mt5j#dgV3X>5m!fb~$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3775', '2', '', '0', 'Nomy', '5548d9d75f6039d03cf6ae8fec904f4a', '2012-03-26', 'n0man.zxc@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1332799676', '0', '1332799676', '1332799723', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.169.57.228', '0', '1', '', '0', '0', '-1', '0', '0', 'Z@>M\'>5NU-\\\'~u:])\\0aIL(z{4U6nX.H/T$W;5zJ>|TVCA7svmya#;', '', '0', '77075', '0', '0', '0', '0', '', '0', '0', '', '453', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3785', '3', '', '0', 'mystck', 'ea5cb23c82e0ec21945c05a6e3bac5a9', '2012-04-05', 'godster20@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1333661641', '0', '1333661641', '1333662021', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.5.69.35', '0', '1', '', '0', '0', '-1', '0', '0', 'nH?J5*vka-\\p(A\\7UaNde!Gas\\Pu@yogL?%9:#m', '', '0', '77495', '0', '0', '0', '0', '', '0', '0', '', '262', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3780', '2', '', '0', 'Spanner_', 'c29db76930f78be672cec90c8b615f46', '2012-04-03', 'spanner_@noobgroup.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1333490548', '0', '1333554378', '1333561248', '1333554339', '2', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '79.67.87.181', '0', '1', '', '0', '0', '-1', '0', '0', 'K$6X@W1V`:L:T\':Qgu%vf\\5~ylBI\\,\'RwFR~y!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '142', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3783', '8', '', '0', 'crimerules01', '0591d17f72c42f0c231d6c4a8ac69ee0', '2012-04-04', 'crimerules01@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1333532640', '0', '1333532672', '1333551240', '1333551240', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '197.251.149.128', '0', '1', '', '0', '0', '-1', '0', '0', 'O>m<^JrV?BdLlJQf9Kv8#<+M.lk_bn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3784', '2', '', '0', 'Simityday', '1a43b888089622ffef1677e007f20c17', '2012-04-05', 'sittttiyttiiskrsei@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1333596778', '0', '1337969595', '1344269412', '0', '0', '10', '5', '-3', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '31.23.195.13', '0', '1', '', '0', '0', '-1', '0', '0', '%)H%QFgN\'cL5gIt:ew*ek1oGdUaV`<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3799', '2', '', '0', 'Illuria', 'c4ee48a3aba47decfc6b696796b0b606', '2012-04-10', 'm3nt4l15t@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1334070706', '0', '1334070706', '1334070976', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.212.29.90', '0', '1', '', '1334070975', '0', '-1', '0', '0', '_L9]\"W3T(XDlrHj57~b2@baS1mmJ}^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3787', '2', '', '0', 'SeriousRikk', '82fca83610e5fe1d00838092928d55e7', '2012-04-07', 'seriousrikk@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1333789448', '0', '1350723051', '1351718211', '1333841422', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1978', '1978-05-06', '-1', '-1', '82.1.51.103', '0', '1', '', '0', '0', '-1', '0', '0', '\\yA7i9N,sFxiWS44{b:yLH$_1pS+*A', '', '0', '76558', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3788', '2', '', '0', 'Lob (UK)', '9f363e0b4d47fae9f185c4e0f165a922', '2012-04-07', 'denny.burns@blueyonder.co.uk', '43', '', 'http://lobukfunservers.forumcircle.com', '', '', '', '2', '0', 'Junior Member', '0', '1333793819', '0', '1449077118', '1452858974', '1356607517', '12', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '1', '77.97.89.93', '0', '0', '', '0', '0', '-1', '0', '0', '|:\'b8l0fRl;kztPt\'#AmG|=~3i8sV\"', '', '0', '79743', '0', '0', '0', '0', '', '0', '0', '', '419', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '2', '2', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3789', '2', '', '0', 'rossco', '194780c871194f1fea46d1ef746b20d5', '2012-04-07', 'rossco@battlefieldnations.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1333795132', '0', '1343243215', '1343730579', '1341502827', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.193.62.197', '0', '1', '', '0', '0', '-1', '0', '0', 'J~2yi]&3{\"\'GC8~m\"_+8tku:[C3?hR', '', '0', '77841', '0', '0', '0', '0', '', '0', '0', '', '108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3790', '2', '', '0', 'Game-Over', '6d4af5e8418328af7ab6c2a4ce2d1a75', '2012-04-07', 'gameover@go-gaming.co.uk', '0', '', 'http://www.go-gaming.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1333799068', '0', '1364201553', '1427707853', '1427707603', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.29.15.51', '0', '1', '', '0', '0', '-1', '0', '0', '-Lu3p%*D<=sX5H!zE-^zrJj8BH,_~Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '3', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3791', '2', '', '0', 'rcr', 'bec9d716e1cc82241495062bef4d7563', '2012-04-07', 'rcr316@gmail.com', '0', '', 'http://combat-ready.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1333808622', '0', '1339343783', '1340658376', '1339343430', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '213.107.233.35', '0', '1', '', '0', '0', '-1', '0', '0', 'fB]RgfnmWNi3!ebqlX3McPpyF]-xop5', '', '0', '76566', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3797', '2', '', '0', 'Darkimmortal', '70cf07730cf7cd2e205c9b62456afa9e', '2012-04-08', 'admin@imgkk.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1333907360', '0', '1341494205', '1343848486', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.194.22.42', '0', '1', '', '0', '0', '-1', '0', '0', 'A^\"h5H@w~s{$R_\\', '', '0', '76577', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3800', '2', '', '0', 'Fruity', '4adee6279cb24c330c4af6835d2b8529', '2012-04-11', 'neoadam@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1334169995', '0', '1380220480', '1380487948', '1341533906', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.12.253.147', '0', '1', '', '0', '0', '-1', '0', '0', '\\1=TG@r.@b~3[=_K#qtI(/kYcxV\\LH', '', '0', '77857', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3801', '2', '', '0', 'AureliaJ84', 'e299773943be9479dbb911b4c39f2060', '2012-04-12', 'Arurelsmith00@yahoo.com', '0', '', 'http://www.beaudamelingerie.com/brands/panache-swimwear.html', '', '', '', '2', '0', 'Junior Member', '0', '1334213526', '0', '1334213526', '1334213592', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1990', '1990-01-01', '-1', '-1', '49.145.98.180', '0', '1', '', '0', '0', '-1', '0', '0', 'TXO!u^2S(~OHeG#!BFaiOiVdocYUp;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3802', '2', '', '0', 'firulescudenisdenis719', 'e64e9825d53b42cef9dc304f61a69c71', '2012-04-12', 'firulescudenisdenis719@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1334221208', '0', '1334221208', '1334221208', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '92.85.235.36', '0', '1', '', '0', '0', '-1', '0', '0', 'D1>.a:hbrHmzL$8vkB9-H{tm.n1MCl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3803', '2', '', '0', 'Commando', '74889601dd4c3ba8792efc45dc05d07e', '2012-04-12', 'commando@nadfserver.org', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1334248977', '0', '1334248977', '1334249580', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.7.2.181', '0', '1', '', '0', '0', '-1', '0', '0', '>l<%ROSk{w3aQP#7l:%C&R2pF#Mu_j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3804', '2', '', '0', 'SandraSmith', '53cee0e95cfa9c2bedbda4510411cf8d', '2012-04-14', 'SandraJS00@yahoo.com', '0', '', 'http://www.dtokcup.com', '', '', '', '2', '0', 'Junior Member', '0', '1334415725', '0', '1334415725', '1334415925', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1990', '1990-01-01', '-1', '-1', '49.145.59.249', '0', '1', '', '0', '0', '-1', '0', '0', '$k{jxLAo4yK&-a_o%,KPBX/F\'>qI|G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3805', '2', '', '0', 'Clouse', 'f263265e929fdca76aa46ef652951f02', '2012-04-15', 'tenchater6@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1334509266', '0', '1334959148', '1334972014', '1334511995', '1', '10', '5', '-5', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '76.20.131.229', '0', '1', '', '0', '0', '-1', '0', '0', '5;IUWXPiyCmW43$7nfg%IIsXLG`g?T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '206', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3806', '2', '', '0', '~*FaNtASyGiRL*~', 'ae90fc11399749ec60437bee07850ecf', '2013-09-03', 'unitednoobs@gmail.com', '42', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1334706520', '0', '1382710086', '1382712710', '1382708943', '2', '10', '5', '-5', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '1', '71.188.78.87', '0', '0', '', '0', '0', '-1', '0', '0', '8dH,z\\r73ZFx*qNNQx*:%~ph~HpLrb', '', '0', '81035', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3808', '2', '', '0', 'Jimreaper', '3795aa4c65529f274673b130bc03870e', '2012-04-19', 'jedfrancis@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1334833125', '0', '1334833125', '1334833709', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.207.169.122', '0', '1', '', '0', '0', '-1', '0', '0', '648gy-a0SGkp\'9VL\'&1M3eyZCgFO:H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3809', '2', '', '0', 'Flatsix', '31920ceccfcea3d341c3e35d0de37cda', '2012-04-19', 'flatsix@oghf.org.uk', '0', '', 'http://www.oghf.org.uk', '', '', '', '2', '2', 'Junior Member', '0', '1334841796', '0', '1360626662', '1360674507', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-16-1966', '1966-01-16', '-1', '-1', '86.154.7.18', '0', '1', '', '0', '0', '-1', '0', '0', '&^RO?FZ@,FRw7]f4HHzf:O4tAy{XUA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3810', '2', '', '0', 'Moonie', 'a9867602e04e7ae6c1755e4a22548068', '2012-04-19', 'nospam@sierrabeta.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1334846403', '0', '1334846484', '1334847829', '1334847785', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.28.97.231', '0', '1', '', '0', '0', '-1', '0', '0', 'J|VnOiLyHWA-Dyub-Z)S4pk~9HEF1O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3811', '2', '', '0', 'Hypnosftw', '46a70ac2339551bfb6f18ae7451b71f2', '2012-04-21', 'hypinhu@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1334963088', '0', '1334963088', '1334963303', '1334963299', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.16.122.85', '0', '1', '', '0', '0', '-1', '0', '0', '(-&UK=R*cgUTEnHXhV>M6Z9lV1@6X\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3812', '2', '', '0', 'friendlyfire', 'd736390727066b4bebe82aacc59fddb1', '2012-04-21', 'darrenje@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1334996948', '0', '1334996948', '1334997211', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.16.69.46', '0', '1', '', '0', '0', '-1', '0', '0', 'cxqQBK_%]~$3jo`Th/~~;_L8}eiD$2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3813', '21', '', '0', 'GentleHeavy', 'ee8a4527d2f384b6a7bb1e40a5c62af7', '2012-04-21', 'Kristian567@btinternet.com', '42', '', '', '', '', '', '2', '1', 'TF2 Admin', '1', '1335010020', '0', '1374670916', '1374830996', '1374221562', '25', '10', '5', '0', '1', '0', '0', '0', '45108695', '12-09-1993', '1993-12-09', '-1', '1', '86.154.180.249', '0', '0', '', '0', '0', '-1', '0', '0', '2N6(a@6@F(#[6E|`\\<[3#Cp1hkIB:S', 'xxdeadlyfruitxx', '0', '80691', '0', '0', '0', '0', '', '0', '0', '', '589', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3839', '8', '', '0', 'jim_services', 'dabc710edb08d4ffe1e245ddab3b7e55', '2012-05-14', 'jim_services@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1336973100', '0', '1336973123', '1336973460', '1336973460', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '41.218.236.2', '0', '1', '', '0', '0', '-1', '0', '0', 'km=C[\"*NwwX._q;c472iz7$Pb]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3819', '2', '', '0', 'Ryokyon!', '0e571aab73d69c70117a867229872a91', '2012-11-22', 'almightykyon@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1335441379', '0', '1348860507', '1353593001', '1353592224', '5', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.31.137.11', '0', '1', '', '0', '0', '-1', '0', '0', 't=nf\\@[N.h:`\"8(4Lgs\'4wHw>//HqR', '', '0', '79505', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3820', '2', '', '0', 'Swedish DJ', 'e27ff0503fa4c8d7fd4ca3a97c9199c6', '2012-04-28', 'tobbe-hobbe@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1335608100', '0', '1347033567', '1347695572', '1346943781', '18', '10', '5', '1', '1', '0', '0', '0', '45108439', '02-26-1998', '1998-02-26', '-1', '-1', '80.84.33.29', '0', '1', '', '0', '0', '-1', '0', '0', 'iQav6?K4M&<-DEZkqnL;:Kp;;^,qtA', 'tobiashop', '0', '78838', '0', '0', '0', '0', '', '0', '0', '', '180', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '2', '2', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3821', '2', '', '0', 'RookieCupcake', 'dee0b6ab28b4ff8fe7455f75a4ce831c', '2012-04-28', 'Styggemathias@Hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1335614348', '0', '1350136910', '1353609586', '1353609585', '11', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '79.136.29.244', '0', '1', '', '0', '0', '-1', '0', '0', '3k[%59;VyhLs]xBS4&\"R\"d<`a!d-TH', '', '0', '79510', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3822', '2', '', '0', 'Dark Codex', '39fb665a7789da65c4679aa0ede7ac40', '2012-04-28', 'admin@darkcodex.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1335630599', '0', '1335630599', '1335631785', '1335631689', '1', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.196.94.66', '0', '1', '', '0', '0', '-1', '0', '0', 'r&3bFZeJ/5A<*.^x5+TIlkx$ta5^;3=jc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3824', '2', '', '0', 'fadingfool', 'a4c7c221ab9110a6f8b6d9390dbb4771', '2012-05-02', 'fadingfool@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1335913773', '0', '1335980456', '1336154419', '1335980117', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.7.162.64', '0', '1', '', '0', '0', '-1', '0', '0', 'OL;.Y\\lGD8>a(|nUt]vUn9~eQYbd.0', '', '0', '76834', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3850', '2', '', '0', 'Humfrid26cmf', 'e8bd80baebcebf2636857a87d91f0e15', '2012-05-24', 'namanz215@yahoo.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1337889134', '0', '1337889148', '1338235796', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.4.39.61', '0', '1', '', '0', '0', '-1', '0', '0', 'Oz.+%.WH~~!KD\':E%aAMiXNZk\"o]XT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '369', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3825', '2', '', '0', 'WFL', '60563c9deac5d2adcd479196d825444a', '2012-05-02', 'ukpwneduk@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1335958924', '0', '1339005017', '1339005077', '1335959411', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '62.25.109.200', '0', '1', '', '0', '0', '-1', '0', '0', 'j42&.C^%GY}q2EC\'9m7y>s$7rK*M|)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '260', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3826', '2', '', '0', 'Munkeh', '61d348656d4db587df1e30f48a5747d7', '2014-08-21', 'mattw994@gmail.com', '0', '', 'https://twitter.com/mwood94', '', '', '', '2', '1', 'Junior Member', '0', '1336064605', '0', '1451956979', '1451956980', '1441902826', '11', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1994', '1994-01-04', '-1', '-1', '86.155.9.112', '0', '1', '', '0', '0', '-1', '0', '0', '\\ic|SI-F:x$<#o_k(>d<$r#8yb89eS', 'matt-wood2', '0', '83351', '0', '0', '0', '0', '', '0', '0', '', '491', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3866', '2', '', '0', 'EBassie', '6ff2928f4b58a8e7073198058e9fc13a', '2012-06-05', 'vanrixel@gmail.com', '0', '', 'http://www.11-clan.eu', '', '', '', '2', '0', 'Junior Member', '0', '1338853191', '0', '1382712960', '1382790559', '1382712960', '5', '10', '5', '1', '1', '0', '0', '0', '45108375', '', '0000-00-00', '-1', '-1', '217.120.201.116', '0', '1', '', '0', '0', '-1', '0', '0', '!G\\||4VQddt8)OyQ:jn%0E96_,iT$>', '', '0', '81039', '0', '0', '0', '0', '', '0', '0', '', '133', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3827', '2', '', '0', 'asske', 'afd9d52ad347d7154ff3fc95e59bc74a', '2012-05-03', 'inschrijvingen@hotmail.be', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1336074344', '0', '1336150176', '1336163118', '1336149697', '2', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.21.161.67', '0', '1', '', '0', '0', '-1', '0', '0', '>v@:E}4p2W0]\"D(Jf^I{ZERG>|U=s\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '243', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3828', '2', '', '0', 'Valatore', '3e5ab1e17e7384127105ada054aecd06', '2012-05-04', 'frag9@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1336156284', '0', '1336156284', '1336157934', '1336156517', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.8.53.212', '0', '1', '', '0', '0', '-1', '0', '0', 'sJ\'p{lRE3h1(ib#FbFg*%i;sm\"4Er/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3829', '2', '', '0', 'cptblobs', 'be65670d260554d5f758db8c7f7e730c', '2012-05-05', 'cptblobs@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1336232818', '0', '1398342695', '1398361243', '1398360234', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.13.24.234', '0', '1', '', '0', '0', '-1', '0', '0', '(wJ!f^Y2RpR}xOW[A?~u<0\\R==:1[@', '', '0', '81881', '0', '0', '0', '0', '', '0', '0', '', '177', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1a88ebbaceba2bc945b45420215f3efa', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3830', '2', '', '0', 'windle2012', '69fc7ac39ec2e3d4e1c5ccb9906fb880', '2012-05-05', 'liamwindle@hotmail.co.uk', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1336241416', '0', '1336241416', '1336241973', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '06-20-1996', '1996-06-20', '-1', '-1', '86.6.88.240', '0', '1', '', '0', '0', '-1', '0', '0', 'SjVoHIcEI@Wf[,0mXym~TR2~j\\nkv|', 'liam.windle2', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3831', '8', '', '0', 'shadow0zx', 'f40762a4e75a2d805423b701f73952b4', '2012-05-07', 'shadow0zx@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1336361460', '0', '1336362834', '1336362780', '1336362660', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '41.218.250.166', '0', '1', '', '0', '0', '-1', '0', '0', 'So;w8>K+#/Bc=t{\'9|t)L{c3-}YX\\u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3832', '2', '', '0', '{RoC} Ghost Rider', '41fbeaa1a923116db7cef8d386d2ff73', '2012-05-07', 'paulkipling@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1336422437', '0', '1336422437', '1336423206', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '90.221.111.104', '0', '1', '', '0', '0', '-1', '0', '0', 'Bard(QH(!$$9J1\\>Vj[rT$/}f``!c.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3833', '2', '', '0', 'Shahrad', 'e96e06fabec381d1110aa0e4e6e6d7dd', '2012-05-08', 'shadzy89@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1336508254', '0', '1378212322', '1382708046', '1382708045', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '188.222.93.201', '0', '1', '', '0', '0', '-1', '0', '0', '2r0!F;[:k1Tv&p/HE:9?RDhD(XQ=qj', '', '0', '81034', '0', '0', '0', '0', '', '0', '0', '', '237', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '2', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3834', '2', '', '0', '{RoC}Warlord', '4dfd129c0b0f917cfea9c1be4e8aa5d3', '2012-05-09', 'djham10@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1336564787', '0', '1336567282', '1336816225', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '2.26.114.35', '0', '1', '', '0', '0', '-1', '0', '0', 'k80S\"vJvx}LBcr+~$NL:]!kox2Gj~iI%*ivQDvTY|ST[LY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3842', '2', '', '0', 'Bradderz958', 'a9d7c488ab464572f04247a72dd2df5e', '2012-05-16', 'bradley.james@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1337191589', '0', '1337191589', '1337194133', '1337194035', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '88.104.62.28', '0', '1', '', '0', '0', '-1', '0', '0', '#vOLM\\eL_ecgoe%,', '', '0', '80885', '0', '0', '0', '0', '', '0', '0', '', '443', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', 'ddb8df3fe66892ffb5b78856cba021ba', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '3', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3845', '3', '', '0', 'dumpsarena', 'a8d08c06f07c35693184c46544b0d015', '2012-05-20', 'dumpsarena@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1337523341', '0', '1337523341', '1337523341', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.218.233.34', '0', '1', '', '0', '0', '-1', '0', '0', '>=Smq^n^L\\rUFDVq;.t~T>\'CNbTE}.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3846', '2', '', '0', '1Postal_mate', '41ee0a8386b4a5e2154cd459468d3fce', '2012-05-21', 'gerald.sochor1@chello.at', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1337608923', '0', '1337878291', '1338029886', '1337878180', '2', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.113.86.71', '0', '1', '', '0', '0', '-1', '0', '0', 'M5,[]Us\\`{5\'Oq`KsWq@fQ[Rp3~?^WyCt&x)0{nEeJAV#j[DE', '', '0', '83583', '0', '0', '0', '0', '', '0', '0', '', '677', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'eed46d7bd23bf5b855f6778adfb43970', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '4', '4', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3859', '2', '', '0', 'wrecker', '3997bb4c5223593f7dc3b8d03f47acd6', '2012-05-31', 'mark1dob@ntlworld.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1338441090', '0', '1338442114', '1338470561', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.15.192.20', '0', '1', '', '0', '0', '-1', '0', '0', 'FGEBI%]Q#x{5B42.\"0g/\'VgHCqR_dP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3860', '2', '', '0', 'Hawkarama', 'f84c557a431fe1caad6134a6bb1c6917', '2012-05-31', 'hawkarama@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1338470204', '0', '1338470204', '1338470534', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.143.222.243', '0', '1', '', '0', '0', '-1', '0', '0', 'nhp7Udq|S6ItEOL15pZb@2dN.)\\jwL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3861', '2', '', '0', 'sgtmooseteets', '7fec5c1b2dc234c3ccb690beb2e74a63', '2012-05-31', 'jiggawoo@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1338477854', '0', '1344602891', '1345778022', '1339960732', '11', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.194.186.140', '0', '1', '', '0', '0', '-1', '0', '0', '?,%Hm>^5,Zbv\'o`#I45!|XDa\'l9Cz%', '', '0', '77477', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3862', '2', '', '0', 'Tazzy', '4b0bfd1da2214c2452c788e842ccacc7', '2012-05-31', 'thetazman8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1338482058', '0', '1338482238', '1338643362', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '90.204.108.222', '0', '1', '', '0', '0', '-1', '0', '0', ';e!>+fk`s}~?/1lJMDj~!HG7FdQRUvM]QmS-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3867', '2', '', '0', 'BabyPanda', 'b2d462c2571384e10826a8cba04915d8', '2012-06-05', 'luke@lukecalderon.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1338930207', '0', '1339685005', '1341146473', '1339318417', '3', '10', '5', '0', '2', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.179.37.189', '0', '1', '', '0', '0', '-1', '1', '1', 't8nL5,rLI~h0kD{`3.]F\"o[&C+MZV#', '', '0', '77340', '0', '0', '0', '0', '', '0', '0', '', '258', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3868', '2', '', '0', 'Mortism', '5aeef1e9e905b524d486036b44ec1a2b', '2012-06-06', 'pmavgoku@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1338987426', '0', '1338987426', '1338987457', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '77.103.82.155', '0', '1', '', '0', '0', '-1', '0', '0', 'n_KO]T%CcKWZK(__&i:%pH-t00L2|>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3869', '2', '', '0', 'Chimera76', '537b58131de7dd9445a8335a6af530a3', '2012-06-06', 'dodger2876@yahoo.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339002576', '0', '1341501134', '1341558405', '1341558322', '5', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.169.16.64', '0', '1', '', '0', '0', '-1', '0', '0', '=B6j^-/kXv76.s,t24:?6-{&(=]8r\"', '', '0', '77861', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3871', '2', '', '0', 'vhuzraksek', '5b07b475e094d1653b154e583f05afde', '2012-06-08', 'guydekel008@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339163588', '0', '1339163588', '1339170063', '1339166656', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.173.3.98', '0', '1', '', '0', '0', '-1', '0', '0', 'EunGdZ44$*ZDc\\p{:e2s{Ijn[\\::@Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3872', '2', '', '0', 'kaimey', '9f76483576fbd451612c3ffe0001a806', '2012-06-09', 'shib8yinme@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339245512', '0', '1339245512', '1339248616', '1339245609', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.166.96.162', '0', '1', '', '0', '0', '-1', '0', '0', ']Fbsx+Y`QAAxP[GyOrB:a7%F15p0|u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3874', '2', '', '0', 'Marley-uca', '98940f74d5ad9a743093ed224e0575cf', '2012-06-10', 'leefortis@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339360401', '0', '1339806003', '1341064393', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '77.101.121.131', '0', '1', '', '0', '0', '-1', '0', '0', 'Dc#lvG?^buWNOaHdcyv\'!\\[u:!UeI8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3875', '2', '', '0', 'Coopster2808', 'd7f4744f54ffe103b948f7e67f9b8400', '2012-06-11', 'jamieson2808@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339425416', '0', '1339526964', '1339530760', '1339527786', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.168.160.50', '0', '1', '', '0', '0', '-1', '0', '0', 'V%4D`u68OfkOCj~*W7V&`!@dQdE!KO', '', '0', '77377', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3876', '2', '', '0', 'franky500', '15cc98c66de7ddb47e126f3268a68bd6', '2012-06-11', 'admin@500servers.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339454665', '0', '1350408460', '1350587154', '1346852178', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.192.126.65', '0', '1', '', '0', '0', '-1', '0', '0', 'q:)j)>wOzi{md\"5nOzN??wKB\")m4;k', '', '0', '78772', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3877', '2', '', '0', 'Firky', '34e00218e06e2b8a6128535e6c3cbff4', '2012-06-14', 'liquidcat@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339654819', '0', '1339664038', '1339827580', '1339827579', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.143.198.88', '0', '1', '', '0', '0', '-1', '0', '0', 'K\']@O*c6?=_)DCl/?_/)X2DsWoYPjh', '', '0', '77448', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3878', '2', '', '0', 'dannyj', 'b7bc146a8c35a454ebaa2df7c72f62d6', '2012-06-14', 'mgssniper@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339696506', '0', '1340316735', '1340574570', '1339699362', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '2.219.124.154', '0', '1', '', '0', '0', '-1', '12', '0', 'T8D,)*o$x7VAXiXJ+bh-8kMT8\\^up~', '', '0', '77413', '0', '0', '0', '0', '', '0', '0', '', '245', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3881', '2', '', '0', 'The_Derpman', 'dc41a731d7127847e94e7b49e03f4260', '2012-06-15', 'seanoh1@live.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1339785951', '0', '1346588287', '1347055041', '1343316067', '10', '10', '5', '0', '1', '0', '0', '0', '45108439', '07-11-1996', '1996-07-11', '-1', '-1', '86.41.157.210', '0', '1', '', '0', '0', '-1', '4', '0', '^gTf:/RW1.u!74d)ycwGu%iKmn4f-_', '', '0', '78107', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3879', '2', '', '0', 'bluebear', '1ada8f82093ff684ccbf1f58488f98c0', '2012-06-14', 'twizzer@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339703228', '0', '1339703529', '1339760400', '1339703526', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.237.39.77', '0', '1', '', '0', '0', '-1', '0', '0', 'f5.4C3mV4eN-pPpf}t3BgyxY+LEK/M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3880', '8', '', '0', 'bcheacker', '923db6399e4157c7bc5c0675c7a935ab', '2012-06-15', 'bcheacker@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1339729195', '0', '1339731642', '1339731642', '1339731632', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.218.239.30', '0', '1', '', '0', '0', '-1', '0', '0', 'z*S6D~k.N=S4WE6eCw%*bnp*`Z!4nw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3882', '2', '', '0', 'KillerChicken', 'c4f4650d796c13bbc5b97d711c8ca7d5', '2012-06-16', 'andyhs@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339825819', '0', '1339827164', '1339836132', '1339835326', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.171.55.132', '0', '1', '', '0', '0', '-1', '0', '0', ']e7H{F+-:UMH8qRW@BIi0hSrVAa0$#', '', '0', '77451', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3883', '2', '', '0', 'Timerider', '8747aaea9052e84cd92d15393249302e', '2012-06-17', 'timerider4@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1339948734', '0', '1346466959', '1357850015', '1339949782', '1', '10', '5', '-6', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.60.14.40', '0', '1', '', '0', '0', '-1', '0', '0', 'Jj\"_aH3#2Wf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3886', '2', '', '0', 'CBG', 'aa42e01c90a25a3c3c3cc70a9dbbf2c1', '2015-05-15', 'garry@skybluesun.co.uk', '43', '', 'http://www.clan-n00b.com', '', '', '', '2', '2', 'Junior Member', '0', '1340023906', '0', '1342973770', '1431707112', '1431707020', '20', '10', '5', '0', '1', '0', '0', '0', '45108695', '02-04-1976', '1976-02-04', '-1', '1', '86.12.87.34', '0', '0', '', '1341155438', '0', '1', '0', '0', '4\"GCXV$ym]kDf2CZOc!^t_oS1O5TcT', '', '0', '79015', '0', '0', '0', '0', '', '0', '0', '', '213', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3896', '8', '', '0', 'old.seller00', '44373cd20f3ed9e73d674ed9d7216b52', '2012-06-30', 'old.seller00@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1341017880', '0', '1341018014', '1341018000', '1341017940', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '41.218.238.155', '0', '1', '', '0', '0', '-1', '0', '0', 'K^LZUhbH%;T*7um/eF(\'6Y[BI,|=6x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3893', '2', '', '0', 'satdudeuk', '45af84857993a9d2af5be36fe77b722e', '2012-06-26', 'm.uk@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1340704961', '0', '1340971208', '1341049248', '1340809473', '7', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.179.96.54', '0', '1', '', '0', '0', '-1', '0', '0', '\\lqRV\'rXPW(96PF=P\'s[LA!XZ((YCZ', '', '0', '77643', '0', '0', '0', '0', '', '0', '0', '', '213', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '401f6d230e0cd4929183d84c682e47d8', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3894', '2', '', '0', 'SaintMerc', 'ec5ec38b19f8c965cead07a13677d0fe', '2012-06-26', 'faz@beyondxtreme.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1340718600', '0', '1398769980', '1399023695', '1398729240', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '77.98.26.116', '0', '1', '', '0', '0', '-1', '2', '0', 'cBxlCL12jnivzC#&Xn6sA/J[Q)1T]E', '', '0', '81900', '0', '0', '0', '0', '', '0', '0', '', '176', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3895', '2', '', '0', 'stalker321321', 'e9400e52a66758bc1706f6121723fa8f', '2012-06-28', 'mateuszsurma95@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1340898538', '0', '1341254222', '1341699346', '1341136132', '4', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.101.76.246', '0', '1', '', '0', '0', '-1', '0', '0', 'a7>L\'6F_{uiqYc+^p8y[zqqh8p6P-Q', '', '0', '77724', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3897', '2', '', '0', 'trigsters', 'ac031d68b94095d15223b542079e94e9', '2012-06-30', 'trigsters@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1341049386', '0', '1341051388', '1341055752', '1341050813', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '109.150.171.135', '0', '1', '', '0', '0', '-1', '0', '0', '+*[D?P,3ASB,N=8p?Z$>?v;s:D)gcD', '', '0', '77700', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8457', '2', '', '0', 'GravyBones', '5cccffe8bb5ef6fa7eaa6381627fc484', '2014-10-10', 'gravybones@gravybones.plus.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412946936', '0', '1413500866', '1413572679', '1413572677', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.189.0.56', '0', '1', '', '0', '0', '-1', '0', '0', '!dfb]m6vdoLVqbG|[5JBkO?:q`]`*x', '', '0', '82736', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3899', '2', '', '0', '~IsR~Barabba', '024c7464cab17bfeef4f5b4155cef23c', '2012-07-01', 'denisio1972@yahoo.it', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1341126143', '0', '1345742643', '1356211619', '1356210587', '6', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '79.21.111.57', '0', '1', '', '0', '0', '-1', '0', '0', 'Z.7JUT9!C84BOF(fCm[:A(8||Ckd$m', '', '0', '79721', '0', '0', '0', '0', '', '0', '0', '', '252', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3900', '2', '', '0', 'Golf^R', '309bcd43cd5ac00ec4c7234bb33ccc7c', '2012-07-01', 'mrelie007@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1341164703', '0', '1341192164', '1341219436', '1341192162', '2', '10', '5', '3', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.211.102.204', '0', '1', '', '0', '0', '-1', '0', '0', '5}BW\'~gfy,as(v}]+v\\Y%Z$mMK5!Tb', '', '0', '77757', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3901', '2', '', '0', 'Larval Extract', '09cd63963788476a9339cc163514651f', '2012-07-01', 'tomwalters95@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1341182864', '0', '1341329876', '1390533645', '1390532793', '8', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.18.82.191', '0', '1', '', '0', '0', '-1', '0', '0', '@Ri%A?>dKTEyWe6,!)}l[U{.oN\'T!j', '', '0', '81485', '0', '0', '0', '0', '', '0', '0', '', '151', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3902', '2', '', '0', 'aerodragon', '5aa3211f593ebf1e935749ad2bf792e4', '2012-07-02', 'aerodragon6@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1341237517', '0', '1341239587', '1341322828', '1341238384', '1', '10', '5', '0', '1', '0', '0', '0', '45108695', '01-16-1994', '1994-01-16', '-1', '-1', '86.159.181.18', '0', '1', '', '0', '0', '-1', '0', '0', 'U:k\'8|fL.&bTALw==Wu\"z\"h{lykt\\?', '', '0', '77766', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3903', '2', '', '0', 'Stalke3r', 'd38296734049b5d57356ffe43fa74872', '2012-07-02', 'mahmoudrasheed@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1341247665', '0', '1341402104', '1341831880', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.253.91.215', '0', '1', '', '0', '0', '-1', '1', '0', 'pv2~W:G{)l6{da!GFUY1wO&{Ep*7OH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3904', '2', '', '0', 'Suidaen', '29d3dcb55c236f45a5d76820207a5f5d', '2012-07-03', 'nart.rd@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1341273092', '0', '1341275175', '1341287725', '1341273785', '1', '10', '5', '-8', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '97.119.248.128', '0', '1', '', '0', '0', '-1', '0', '0', 'X=SE>h\'c3%n/.&%Sk25Xfl;,2LclUL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3905', '2', '', '0', 'theuberstoner', '0f2c967c78cc04aa59296067dd3bba37', '2012-07-04', 'antanuxz112@draugas.lt', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1341362575', '0', '1341365041', '1341401880', '1341364737', '4', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-24-1993', '1993-03-24', '-1', '-1', '86.184.227.31', '0', '1', '', '0', '0', '-1', '0', '0', '+bHL`2k_t`b0K+I8M}w-=#(!J$P]g', '', '0', '77951', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3917', '3', '', '0', 'AnthRamen', 'a8654e66dac354ef982e05ab2cfdf84c', '2012-07-11', 'fiaballslul@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1342039202', '0', '1432739346', '1432739346', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.18.215.205', '0', '1', '', '0', '0', '-1', '1', '0', '?a}3ZKl&|=ECNLIhyk3:yIFd!tw3EK', 'AnthRamen', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '198', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3915', '2', '', '0', 'Limide', '8d25bd5cefe4443059e750c33628fc61', '2012-07-11', 'tehlimide@gmail.com', '43', '', '', '', '', '', '2', '3', 'Member', '0', '1342014278', '0', '1410095168', '1410268632', '1393866428', '36', '10', '5', '2', '1', '0', '0', '0', '45108439', '08-22-0000', '0000-08-22', '-1', '2', '84.248.97.217', '0', '0', '', '0', '0', '-1', '0', '0', 'P|~|x9WLyeO@uaga33ciM6Lxc3<.H*', '', '0', '81701', '0', '0', '0', '0', '', '0', '0', '', '25', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '87eb1255dc298e0660e2498cedababa2', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '11', '7', '12', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3916', '2', '', '0', 'butilka4', '85d5016ff892f173a2540fac9facfdca', '2012-07-11', 'butilka4@abv.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1342015955', '0', '1342090301', '1342120089', '1342066450', '1', '10', '5', '3', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.10.108.190', '0', '1', '', '0', '0', '-1', '0', '0', '8w]T(gZ6mA!K1T[K.4zbt$}4={x(V)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3918', '2', '', '0', 'esmerarofczm', 'a16e23d04258df119814420c5aac3ed5', '2012-07-13', 'wooodjjj55s@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1342153816', '0', '1342153816', '1342154796', '1342154350', '0', '10', '5', '3', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '60.163.145.165', '0', '1', '', '0', '0', '-1', '2', '2', 'kQa5V?-$&qSzVb:6q[F', '', '0', '0', '0', '100', '1', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3919', '2', '', '0', 'Mr.White', '09b2ea50734f72a7528e6bc40049c988', '2012-07-13', 'ghost_riderjl@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1342180864', '0', '1342562379', '1342773016', '1342773015', '6', '10', '5', '-9', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '66.58.208.13', '0', '1', '', '0', '0', '-1', '0', '0', 'd;Sb+}yc8rt\\WQKiVv/c^m,', 'nialpearce', '0', '77980', '0', '0', '0', '0', '', '0', '0', '', '357', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3922', '2', '', '0', 'Thoukos', 'b32ae51598bdd5a5591478c1310dfcd3', '2012-07-16', 'thoukos1994@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1342415839', '0', '1342415839', '1342416037', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.12.65.221', '0', '1', '', '0', '0', '-1', '0', '0', '&ym6gA%w\'Ja:6PfjYf9S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3926', '2', '', '0', 'Krishaster', '5863ea2132ab2f8770f7bad873f6e388', '2012-07-19', 'krishaster9@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1342702670', '0', '1345711910', '1345729474', '1345729473', '11', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '90.191.82.87', '0', '1', '', '0', '0', '-1', '0', '0', 'b3gFYI#=,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '298', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3930', '2', '', '0', 'YorkshirePudding', 'a1152db8035da2dafee50d2eea073508', '2012-07-20', 'hello@media73.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1342808014', '0', '1343995623', '1343997804', '1343997803', '17', '10', '5', '0', '2', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.159.65.31', '0', '1', '', '0', '0', '-1', '1', '1', '55nA%nD~nH[g%LxJcji)gS%rQ,NzFl4{S0Zw1m~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3935', '2', '', '0', 'Numi', '344a606ce19161896fd5e31e8aa6d5b8', '2012-07-23', 'hellman0616@hotmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1343055325', '0', '1432048775', '1432787005', '1346943462', '22', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1993', '1993-06-16', '-1', '-1', '79.100.129.247', '0', '1', '', '0', '0', '-1', '1', '0', 'w;Y`HCzs-BId=m&%#Yf_O$\"ff!nbI3', '', '0', '78836', '0', '0', '0', '0', '', '0', '0', '', '438', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '14', '2', '3', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3969', '21', '', '0', 'Allan Ocelot', '2e355c2608ecd62da3a64c79204845cc', '2012-08-15', 'meagusxlr@hotmail.com', '0', '', 'http://www.ocelots.co.uk', '', '', '', '2', '0', 'TF2 Admin', '1', '1345058160', '0', '1345062180', '1345279916', '1345279864', '2', '10', '5', '0', '1', '0', '0', '0', '45108695', '08-07-0000', '0000-08-07', '-1', '-1', '86.171.152.112', '0', '1', '', '0', '0', '-1', '0', '0', 'Oj`7`Qug%VtPMRUb=8p4I#Otit=X+[', 'AllanOcelot', '0', '78458', '0', '0', '0', '0', '', '0', '0', '', '211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3936', '2', '', '0', 'Plixal', '8cfd2eb7a74957d335bed0b59d81388d', '2012-07-23', 'ThePlixal@gmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1343059073', '0', '1393772843', '1406397383', '1384724483', '3', '10', '5', '0', '1', '0', '0', '0', '45108567', '11-28-1996', '1996-11-28', '-1', '-1', '87.219.104.158', '0', '1', '', '0', '0', '-1', '0', '0', 'Q!#IF{uGT%B;0&-u,G>xQ9|h/%WIVs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3937', '2', '', '0', 'adzy121', '9b383b3aaf1f1d4a4ded80cf69bf0760', '2012-07-23', 'adzy121@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1343059336', '0', '1377102934', '1392908394', '1372870333', '13', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-24-1995', '1995-08-24', '-1', '-1', '77.100.153.145', '0', '1', '', '0', '0', '-1', '0', '0', 'n&&g}al/t3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3954', '2', '', '0', 'DaisyJ84', 'f3f1e273d9f6fede48662a32ef77bd6f', '2012-08-02', 'DaisyJ84@yopmail.com', '0', '', 'http://www.ooh-lala.co.uk/thongs.html', '', '', '', '2', '0', 'Junior Member', '0', '1343925715', '0', '1343925715', '1343925777', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1990', '1990-01-01', '-1', '-1', '49.145.116.88', '0', '1', '', '0', '0', '-1', '0', '0', '1,.e)n,!DwAP|S>Ad{dD9c|ur*JLGj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3955', '2', '', '0', 'TJTheMLPReviewer', '7c4231988091849d94a907ae7815acc3', '2012-08-02', 'tjthekingster2@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1343941175', '0', '1343941175', '1343941269', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.78.157.96', '0', '1', '', '0', '0', '-1', '0', '0', 'aPSh!(Z{[&&^u\'N=Rwi|bhhsc]sZb@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4006', '8', '', '0', 'beptucaocap', 'b8d96eb3081b297dd482b4b3a8b6d9e4', '2012-09-05', 'beptucaocap@gmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1346840087', '0', '1347669892', '1348450471', '1347005551', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '123.24.12.233', '0', '1', '', '0', '0', '-1', '2', '2', 'cL3XmraHx:-,g3*x{wt}=\\iy*aCw/E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3956', '2', '', '0', 'kami', 'ac32235d990a25cf58df0c3e4181bc5d', '2012-08-04', 'jeremy.robertshaw@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1344084092', '0', '1344084265', '1344106502', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.27.67.170', '0', '1', '', '0', '0', '-1', '0', '0', 'tzQlgc?gZ67?M,QN(8tm8SM;laFgoq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3957', '2', '', '0', 'hxcracks', '13caae97652baba5404f21afe38888bd', '2012-08-04', 'crispism@ihug.com.au', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1344085245', '0', '1344085245', '1344085921', '1344085504', '1', '10', '5', '9.5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.171.135.114', '0', '1', '', '0', '0', '-1', '0', '0', '.uOmMh[I#PyZ*F25)ZiWG+B6IZ!/YW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '142', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3958', '2', '', '0', 'Neser', '4feaf6832db2d5d9bae1b2bb67f4c05c', '2012-08-06', 'neser@fiberflex.dk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1344271976', '0', '1344349313', '1344415970', '1344272835', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.144.212.13', '0', '1', '', '0', '0', '-1', '3', '0', 'd:0BgdO2-CDH16O9a#Ch8xB:*+{$&%N9>Fp8BI^7i=ZJ\\>tx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3962', '2', '', '0', 'djnsmith7', 'b30cc34ca30970ace5e15bc7eab6a46b', '2012-08-11', 'djnsmith7@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1344721754', '0', '1344721754', '1344722025', '1344722024', '1', '10', '5', '-8', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '24.4.63.56', '0', '1', '', '0', '0', '-1', '0', '0', '=WuJ8}Q6`UJl*ETOG.$kE\"%31~H=,T', '', '0', '78340', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3963', '2', '', '0', 'badbadpony', '39fb1263b84adb3735bb62110ed2c6ed', '2012-08-12', 'badbadpony@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1344799482', '0', '1344799662', '1344800778', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.176.235.114', '0', '1', '', '0', '0', '-1', '0', '0', 'zg<+4b}(B/X(vK~NYp-I8dG|0kZE+o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3964', '2', '', '0', 'Cpt_price5000', 'e89895c5305f48eff76370bb5601299f', '2012-08-13', 'cpt.price56@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1344840544', '0', '1346176026', '1346190140', '1344841683', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-31-0000', '0000-01-31', '-1', '-1', '184.61.208.45', '0', '1', '', '0', '0', '-1', '0', '0', '6KgSIBT!\":([!*9RO-N>??NsQ=Xpl!OJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3972', '2', '', '0', 'kykkyller', '385b5e1ba6575c75de97b0bc3130ecaf', '2012-08-19', 'andy_andreig@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1345331483', '0', '1345382089', '1345617614', '1345382088', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.125.232.251', '0', '1', '', '0', '0', '-1', '0', '0', 'mr/`-a2o|JLwHbA^$6$GcU5C@]\'BA(', '', '0', '78473', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3973', '2', '', '0', 'Pytago', '38856e7c8d7fdde661c04edeff2ef708', '2012-08-19', 'babar3@gmx.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1345415301', '0', '1345415301', '1345417752', '1345415539', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.179.123.6', '0', '1', '', '0', '0', '-1', '0', '0', '2k}b0MnE!-fj|#q;{IOOQ3wWdzDGN9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3974', '2', '', '0', '22SAS Centurion', 'c29284c72e1c18f4dd222f6c631a624e', '2012-08-20', 'sascenturion@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1345422345', '0', '1345422345', '1345422682', '1345422674', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '213.121.238.170', '0', '1', '', '0', '0', '-1', '0', '0', '@\\%)t}4v\";c`y\"=a-Q5j4JfF>{S;]nLxUbd)|G2UTT8F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3976', '2', '', '0', 'mixal1', 'a402d43b28d3fcf407f2f34a86c779bf', '2012-08-20', '118michal@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1345502229', '0', '1345502229', '1345502341', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.12.158.2', '0', '1', '', '0', '0', '-1', '0', '0', 'N)HxF4K/46A\'Nm:G', '', '0', '78748', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3981', '2', '', '0', 'JohnyMST', '2699b2141718acf028d5d02a51915340', '2012-08-23', 'johnymst23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1345678364', '0', '1345678364', '1345679242', '1345679221', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.42.167.20', '0', '1', '', '0', '0', '-1', '0', '0', 'za:ET-H)-M`Kl@f[D=3B0Lg~_[/vMU', '', '0', '78535', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3982', '2', '', '0', 'Kev1230', '92ee06043ba3434b076ffad50d71cde3', '2012-08-23', 'bijumathew2011@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1345695331', '0', '1345695331', '1345695459', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.23.137.238', '0', '1', '', '0', '0', '-1', '0', '0', ',Zv8m|5$=={[\'\"CE&{|8c-6@Bqd4\\PJL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3985', '2', '', '0', 'toxic skidz', 'b48448182be88a73ea3419a5bb70dd7c', '2012-08-24', 'quaid29@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1345801860', '0', '1345801860', '1345802534', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '78.149.3.138', '0', '1', '', '0', '0', '-1', '0', '0', 'j(&]:ckod<#Nj|1fsHdEL01$W}~9`#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3986', '2', '', '0', 'Munkey', '3ceaf2cb8622476b9da44ab633528fae', '2012-08-24', 'ruari.connor@gmail.com', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1345843838', '0', '1353544296', '1356372168', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108823', '08-03-1990', '1990-08-03', '-1', '1', '86.132.237.219', '0', '0', '', '0', '0', '-1', '0', '0', 'v:-NtB53R>FWP}U6ZPk+k!t8/86UonS1', '', '0', '79164', '0', '0', '0', '0', '', '0', '0', '', '331', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3996', '3', '', '0', 'adamasuniory5316', '1d11b8c1a3e35fce8c9938708f0b4f26', '2012-08-28', 'adamasuniory@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1346184979', '0', '1346184979', '1346184979', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '31.162.107.208', '0', '1', '', '0', '0', '-1', '0', '0', ')>SnE+MD)EsX/)l6%fzB-eEmM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4001', '2', '', '0', 'Grägi', 'b6340139332fb4990a7f337a3d3a4735', '2012-08-31', 'torogatty@ze-one.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1346433959', '0', '1346441887', '1350847607', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-08-1992', '1992-02-08', '-1', '-1', '79.229.107.47', '0', '1', '', '0', '0', '-1', '0', '0', 'i1>hDUs+@ka=C=MFYSI,fmLVPwzCNt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '306', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3997', '2', '', '0', 'Mc-Philippe', '9bd3e96f3a95b0d9ed0e2da0892b10ef', '2012-08-30', 'mc@themafiaclan.eu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1346332083', '0', '1346332083', '1346332172', '1346332171', '1', '10', '5', '1', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '91.176.207.102', '0', '1', '', '0', '0', '-1', '0', '0', 'p`n:i5tW5\'<(b1ro;}qeY_\\\"SoDSH>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3998', '2', '', '0', 'G4rfo', 'a93548fabdbd29bcd83d65765e70a635', '2012-08-30', 'verydarkknight@hotmail.com', '0', '', 'http://www.skunkdogz.com', '', '', '', '2', '1', 'Junior Member', '0', '1346349636', '0', '1346349636', '1346351498', '1346349827', '2', '10', '5', '0', '1', '0', '0', '0', '45108567', '11-25-1978', '1978-11-25', '-1', '-1', '82.46.51.175', '0', '1', '', '0', '0', '-1', '0', '0', '#oSEW_1VwS(8bJ29izA}a,T<$^`9xK', '', '0', '78696', '0', '0', '0', '0', '', '0', '0', '', '158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('3999', '3', '', '0', 'vally seller', '794208a8b6c7834dd5b87bd4819c973a', '2012-08-31', 'vallyseller@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1346378988', '0', '1346378988', '1346378988', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '41.190.89.74', '0', '1', '', '0', '0', '-1', '0', '0', 'P~h}DJ7hOx-.b%X#3l[Mhf5f:o|;+a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4000', '2', '', '0', 'Robby38', 'efb8e479c3f693c4b7af55a30059e1ab', '2012-08-31', 'WilfridPuente37@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1346402232', '0', '1346402232', '1346402697', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.135.27.102', '0', '1', '', '0', '0', '-1', '0', '0', 'GT&0Q`0k::tK3`,zXnuy;/x&zj\"3/k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4002', '2', '', '0', 'Grimpy', 'c2d1492053ae5aaedc0b527b10336f96', '2012-08-31', 'stuartdgriggs@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1346447508', '0', '1346808178', '1347700485', '1346491538', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.115.46.191', '0', '1', '', '0', '0', '-1', '0', '0', '2buZ2\'UIQ=}F&9,_,\"G9+y/i/JP-$E', '', '0', '78722', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4003', '2', '', '0', 'MogZ3', 'de7a3c8e59fe2de62e3c320946dd9b93', '2012-09-01', 'rhysjoerhys@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1346522137', '0', '1346522256', '1352492327', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.5.55.76', '0', '1', '', '0', '0', '-1', '0', '0', 'g=[h$$|;\\R%c,rEQo)Y3:F,7^4p^(?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4004', '3', '', '0', 'captblack', '82c46939e1713ca7fd79901b3359ed3c', '2012-09-02', 'bhabera@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1346579518', '0', '1346579518', '1346579551', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.114.186.246', '0', '1', '', '0', '0', '-1', '0', '0', '0]=w{h\")V-&7lzJ|\"80(DuHa<{x?-k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4005', '2', '', '0', 'rconmaster', '2f1ba6ade23db0468cec6901cf1cfc30', '2012-09-04', 'timo@rconmaster.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1346786956', '0', '1346786956', '1346787014', '0', '0', '10', '5', '3', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '91.153.116.121', '0', '1', '', '0', '0', '-1', '0', '0', '3K2]tB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4007', '21', '', '0', 'SteelMerc', 'c250f16ddf086baccccc2861c11fda82', '2012-09-05', 'gfwladultacc@live.co.uk', '0', '', '', '', '', '', '2', '1', 'TF2 Admin', '1', '1346880060', '0', '1404042012', '1404050645', '1403409084', '31', '10', '5', '0', '1', '0', '0', '0', '45108439', '06-23-1992', '1992-06-23', '-1', '-1', '82.11.226.64', '0', '1', '', '0', '0', '-1', '1', '0', '$>VDoDfsZoP<:0Pu\"T`;YD\"Z]cRiVM', 'dan2392', '0', '82067', '0', '0', '0', '0', '', '0', '0', '', '442', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '14', '4', '6', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4014', '2', '', '0', 'B4DAZZ', 'de9c0f8dfa2e9fd5bcb405f316fdae38', '2012-09-13', 'luffe68@live.dk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1347566896', '0', '1348647257', '1348648103', '1348647292', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '95.154.30.206', '0', '1', '', '0', '0', '-1', '0', '0', 'TZ$/D<\\Hgk+9edk2&R,w=-dj1apB_z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '205', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4010', '2', '', '0', 'onurkroezen', 'c238ce4e013b8ce4c13dc1c4ac238592', '2012-09-08', 'onurkroezen@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1347131416', '0', '1347131416', '1347131622', '1347131621', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.210.139.18', '0', '1', '', '0', '0', '-1', '0', '0', 'tf[C=y*tnlX[]`@Lz&I)+py_]|X5Yy', '', '0', '78895', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4008', '2', '', '0', 'venom8871', '114ca3f7f5cd5ab09a361453aba8381a', '2012-09-07', 'khaledkatte@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1347020368', '0', '1347046115', '1347086842', '1347046114', '2', '10', '5', '2', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.35.189.176', '0', '1', '', '0', '0', '-1', '0', '0', 't\\~f[2c9Gg)/p&iW:E(KgR*CF#TM:)', '', '0', '78883', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4009', '2', '', '0', 'oldblood', 'b451edd85cdf15d4478d8b101ff98c0e', '2012-09-07', 'oldblood@btinternet.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1347024589', '0', '1347105283', '1347181985', '1347105283', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '02-11-1957', '1957-02-11', '-1', '-1', '109.157.24.140', '0', '1', '', '0', '0', '-1', '0', '0', '[jl*kS{YjBzanSx1FZZ?}*=G-oq)z^', '', '0', '78889', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4035', '3', '', '0', 'screenfly', 'a8f0fb150d17df9e8c699bc8ee02ea50', '2012-10-06', 'screenfly@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349521717', '0', '1349521717', '1349521717', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.167.208.92', '0', '1', '', '0', '0', '-1', '0', '0', '%m!z\"xTch1`43!azz|iBMZa15mie}(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4040', '2', '', '0', 'Sleepwalker', '7b5f229430817d725176b0c878a1d8d2', '2012-10-10', 'tomsheelan@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349864595', '0', '1349864595', '1349867193', '1349864703', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.234.140.100', '0', '1', '', '0', '0', '-1', '0', '0', '[~(#;^4G2>/D1a4J_G/`O#!2?&kIDR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '157', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4011', '2', '', '0', 'Richard1254', '7f1484de6f56e0c95e9894b85c340138', '2012-09-10', 'richardb.esparza@yahoo.com', '0', '', 'http://www.aimjunkies.com/callofdutyblackops2cheats.html', '', '', '', '2', '0', 'Junior Member', '0', '1347315901', '0', '1347315901', '1347316348', '1347316346', '0', '10', '5', '0', '2', '0', '0', '0', '45108311', '08-18-1981', '1981-08-18', '-1', '-1', '174.19.226.157', '0', '1', '', '0', '0', '-1', '1', '1', 'b(M;@[Qo.O*h{_EbM,}2wp[~B#Y_fK', '', '0', '78916', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4012', '2', '', '0', 'Robin50n', '953d25ab79c412a7367415ccde8ad675', '2012-09-12', 'the_jibble@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1347449012', '0', '1347449363', '1347651010', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '194.176.222.227', '0', '1', '', '0', '0', '-1', '0', '0', '(`)!os!Da]m6*kxZHe^+[/7f[\\RhmL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `skype`, `adminoptions`, `lastpostid`, `sigpicrevision`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `threads`, `favcache`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `importuserid`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `mediafaves`, `dbtech_infopanels_blocks`, `dbtech_infopanels_settings`, `arcade_ban`, `times_played`, `is_arcade_mod`, `fav_games`, `user_sort`, `user_order`, `user_g_pp`, `user_s_pp`, `def_g_cat`, `game_skin`, `arcade_mod_privs`, `arcade_pmactive`, `games_played`, `time_played`, `arcade_points`, `arcade_spent`, `arcade_won`, `arcade_high`, `create_tourney`, `arcade_sess_gid`, `arcade_sess_start`, `arcade_gtype`, `arcade_session`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `creditspermissions`, `xperience_ppd7`, `xperience_ppd30`, `xperience_achievements`, `xperience_lastupdate`, `xperience_awardcount`, `xperience_promotioncount`, `xperience_achievementcount`, `dbtech_status_status`, `dbtech_status_mood`, `dbtech_vbactivity_achievementcount`, `dbtech_vbactivity_points`, `dbtech_vbactivity_pointscache`, `dbtech_vbactivity_pointscache_day`, `dbtech_vbactivity_pointscache_week`, `dbtech_vbactivity_pointscache_month`, `dbtech_vbactivity_rewardscache`, `dbtech_vbactivity_trophycount`, `dbtech_vbactivity_medalcount`, `dbtech_vbactivity_settings`, `dbtech_vbactivity_autocollapse_stats`, `dbtech_vbactivity_autocollapse_bar`, `dbtech_vbactivity_excluded`, `dbtech_vbactivity_medalmoderatecount`, `ezircvb4_username`) VALUES ('4013', '2', '', '0', 'xdRAWR', '24fc07896c408d359975e0d9987b4033', '2012-09-12', 'SyeLight@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1347464897', '0', '1347464897', '1347465096', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.11.240.236', '0', '1', '', '0', '0', '-1', '0', '0', 'dYx)[4jq%;E>UHKYl1uGim6:5k>b;.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4015', '2', '', '0', 'Crossix', 'ebb2543203fff370f300552667b4cfc3', '2012-09-14', 'crossixgaming@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1347582421', '0', '1347582421', '1347582511', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.43.20.245', '0', '1', '', '0', '0', '-1', '0', '0', 'f(\"wdlCt#`cDnXIPyzj|cX-3kxH1t\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4016', '2', '', '0', 'Haddows101', '164b006d093451fa547145b4efc16c02', '2012-09-14', 'chris@hdzine.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1347624128', '0', '1347624128', '1347624342', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.200.100.103', '0', '1', '', '0', '0', '-1', '0', '0', '\'mSXL7:2x\'ksF^GON@X!ZNgW/?&gQL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4019', '2', '', '0', '[P3P] Edbotnik', '11a1de513eea3705f4656d23f4beb410', '2012-09-20', 'cmlanders10755@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1348175489', '0', '1348254257', '1348788307', '1348788305', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '24.91.221.83', '0', '1', '', '0', '0', '-1', '0', '0', 'SFI@lQti,=#02ymZ>Fl.AMQ/-^K6:N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4020', '2', '', '0', 'Lewis S. Bowen', '331d67bacb772afc395aa1375f5983f6', '2012-09-23', 'lewissbowen@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1348358137', '0', '1348358137', '1348359812', '1348359354', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-16-1982', '1982-10-16', '-1', '-1', '98.211.139.161', '0', '1', '', '0', '0', '-1', '0', '0', '_/Hd3WVPXf:#c~0&?*VKGq0gkPxvL<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '399', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4165', '2', '', '0', 'daved', 'ed22d1289fd28a43f4553cdf96465e46', '2013-02-14', 'david-dalgarno@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1360881452', '0', '1360881452', '1360881971', '1360881665', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '94.172.184.4', '0', '1', '', '0', '0', '-1', '0', '0', ']3O_>YfM4fm_#~I7P0Z&iGDSRU,5R[', '', '0', '79983', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4021', '3', '', '0', 'Stevie7D', '42f477394362c3099c0f1c29a2e6da77', '2012-09-23', 'vdixonvl@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1348359832', '0', '1348359832', '1348359832', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.117.55.136', '0', '1', '', '0', '0', '-1', '0', '0', '@.B^\"03Ya|+m02,1kR8$b%_a9@d_5N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4022', '2', '', '0', 'skramle', '61cd46528bcfd2c01d1d0880bb08a44d', '2012-09-27', 'fars_baby@mail.dk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1348725268', '0', '1348725268', '1348725400', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.185.240.39', '0', '1', '', '0', '0', '-1', '1', '0', '|!Xw?Qh@o.hKO@k12;p~(t;h+77%pT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4023', '2', '', '0', 'seyncar', 'f85bfe954414704a48acbd609934b90e', '2012-09-29', 'seyncarr@gmail.com', '0', '', '', '', 'seyncar', '', '2', '0', 'Junior Member', '0', '1348921797', '0', '1348921797', '1348923935', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-10-1988', '1988-06-10', '-1', '-1', '49.248.62.54', '0', '1', '', '0', '0', '-1', '0', '0', 'rYACt+&H%U~*;E5Voci_afex3}N%s(', 'seyncar', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4024', '3', '', '0', 'aYDhTDSodj', '67ce186f014e68c654f611749ed8895e', '2012-09-30', 'Teston52163@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1348998768', '0', '1348998768', '1348998768', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '176.8.91.92', '0', '1', '', '0', '0', '-1', '0', '0', '$os?wM6h4#sMdd:3E]#W|:8o8!3W$&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4025', '3', '', '0', 'aizzyctts4681', '64e01c2667f63e4bf327a1ff572e1226', '2012-09-30', 'aizzyctts@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349012690', '0', '1349012690', '1349012690', '0', '0', '10', '5', '-11', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '78.85.136.63', '0', '1', '', '0', '0', '-1', '0', '0', 'a+|$bKUBb2vsCQ:.}\'vB1E&;7I=9}i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4026', '2', '', '0', 'ppooppuukk', '53430b0f1d6f97d57f20d84bdb1f12ac', '2012-10-01', 'ppooppuukk@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349061604', '0', '1349061604', '1349096682', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '219.156.78.250', '0', '1', '', '0', '0', '-1', '0', '0', '8WVR@9]>glTDM@);*q[Ut\\/.Mt9~a`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4027', '2', '', '0', 'HMabel', 'a84cf656d84c2a9126bcb63ea489a665', '2012-10-02', 'ally@woodburyrealtors.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349132677', '0', '1349132677', '1349132830', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.89.210.237', '0', '1', '', '0', '0', '-1', '0', '0', '.u7pI0`)*m~T{=M<\\!/i+y.lDuW}[h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4028', '2', '', '0', 'ChocOrange', '14dbb8c3030c8a22edf0200a62e7c8a6', '2012-10-02', 'gamingdeluxe476@3wis.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349144064', '0', '1349144064', '1349145098', '1349144508', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.192.243.59', '0', '1', '', '0', '0', '-1', '0', '0', 'h.!3Mzj9+2fg3)iN\\#VtGg-]M(fCe7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '157', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4029', '2', '', '0', 'Antoine6', '6c8f42978c83ca64fbf2cf382e748acf', '2012-10-02', 'addy@woodburyrealtors.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349154396', '0', '1349154396', '1349154915', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.0.51.155', '0', '1', '', '0', '0', '-1', '0', '0', 'R_Jeq[R@\\u8I&O>kXi#NVrXne#J2ds', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4030', '2', '', '0', 'Pep1', '17fe8169a604cad3e8bbc93238f9f78a', '2012-10-02', 'bunker.59@hotmail.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349191927', '0', '1349191927', '1349192369', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '88.172.74.115', '0', '1', '', '0', '0', '-1', '0', '0', 'bb&I\\Pk-|L,o=f=I`!naDtxUa(O(5j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4031', '2', '', '0', 'maxy666', '5dcaac25e8172c6f4afe74be9e66a370', '2012-10-03', 'maxymys18@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349251520', '0', '1380366583', '1423222977', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '94.153.23.215', '0', '1', '', '0', '0', '-1', '0', '0', 'a(x15aNLD;OMut!I]bd.N\"qC>;++]+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4032', '2', '', '0', 'JanisM3', 'a8e0db4de5d4c3c7bd18725711dc6cc1', '2012-10-03', 'HaileySilbernagely5037@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349283101', '0', '1349283101', '1349283936', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.50.86', '0', '1', '', '0', '0', '-1', '0', '0', '_y-kZC&`}%\\-NjXRZ-@iv.Z#noa>VI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4033', '2', '', '0', 'Heidi5A', '06a010baa80eae8c2b189db81a580832', '2012-10-03', 'DeeannaLenzc6874@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349292796', '0', '1349293118', '1359099779', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.156.228', '0', '1', '', '0', '0', '-1', '0', '0', 'b>-AnJfLRj$sG/4Fg.1Qr}Aq@3D:q\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4034', '2', '', '0', 'OneManArmy', 'b20722755a5a0cfed4bac1af3446d71e', '2012-10-05', 'naarjer@hotmail.com', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1349432880', '0', '1407562085', '1407562087', '0', '1', '10', '5', '1', '1', '0', '0', '0', '45141207', '', '0000-00-00', '-1', '1', '94.210.10.215', '0', '0', '', '0', '0', '-1', '0', '0', 'E|+UhAY\\rz-Xoel', '', '0', '79157', '0', '0', '0', '0', '', '0', '0', '', '221', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4041', '2', '', '0', 'yugowolf', '6df4dda0f240e782607ebf3697d1f022', '2012-10-12', 'dinhthinh_3512@yahoo.com', '0', '', 'http://www.tanphuvinh.com.vn', '', '', 'dinhthinh_3512', '2', '0', 'Junior Member', '0', '1350007313', '0', '1350007313', '1350038466', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.80.148.252', '0', '1', '', '0', '0', '-1', '0', '0', 'U5^&M@H[gt7]L)WIl`zrX=`Z13^NG.', 'yugowolf125', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4042', '2', '', '0', 'DeandreG1', '9e00fdd679a515bbe3ade315ff3bc123', '2012-10-12', 'KayceeRoadcapv3048@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1350020857', '0', '1350020857', '1350021651', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.250.227.88', '0', '1', '', '0', '0', '-1', '0', '0', 'Xdb}:\\!A7M6JY}6_hl_P@%C30;wAGZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4043', '2', '', '0', 'Mugen', '12d3fef71eee22a7a066866aad275d21', '2012-10-12', 'richeg6@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1350050612', '0', '1350050612', '1350051084', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.13.224.168', '0', '1', '', '0', '0', '-1', '0', '0', 'wo\\`uJy5jX-R0T7/29Mf;qQW&CAQji', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4044', '2', '', '0', 'WalkingHazard', 'bafba667451f105f8973891e7585a5e3', '2012-10-13', 'goodsonjamie@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1350117044', '0', '1356262036', '1358719685', '1351187864', '7', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.161.131.204', '0', '1', '', '0', '0', '-1', '0', '0', '(yL;*&2J)v:*)SM2:CfkoM6]?$dD)9>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4047', '2', '', '0', 'mikalis', '7b7b62e8b03a40f29aef19a56444a518', '2012-10-19', 'mikalis1974@fsmail.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1350659314', '0', '1350659314', '1350660401', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '09-09-1974', '1974-09-09', '-1', '-1', '81.157.110.152', '0', '1', '', '0', '0', '-1', '0', '0', '^;y&X5Qu1|x|^:,&a%dtw&vv%\'a}uL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4048', '2', '', '0', 'CharlesD', '7dfe7152233c9c3506b803958b10c0c7', '2012-10-20', 'vfrtubby@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1350692790', '0', '1350693790', '1350754437', '1350753988', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '109.155.94.36', '0', '1', '', '0', '0', '-1', '0', '0', '=&Dz^OPWv.2aZzJ5#P6|}sh\'k&y\'=U', '', '0', '79168', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4049', '2', '', '0', 'sgtwebby', 'e1cfd02f87d443e4ed4e18917cb05f12', '2013-02-15', 'sgtwebby1700@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1350724205', '0', '1352661795', '1360959865', '1351011640', '2', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '92.13.218.125', '0', '1', '', '0', '0', '-1', '0', '0', '3eH~}bE:r!(xKaa|&b8)$dyhKp>50w', '', '0', '79185', '0', '0', '0', '0', '', '0', '0', '', '198', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4050', '2', '', '0', 'joelnathan', 'd17c33124e66d9fc03972b81319b6c10', '2012-10-20', 'joelnathan3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1350727224', '0', '1351062320', '1351063535', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '49.248.61.26', '0', '1', '', '0', '0', '-1', '0', '0', 'J[S||PI9ib*(r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4051', '2', '', '0', 'Stev', '97d7b9102b7a9c4a31464371a094c0ce', '2012-10-21', 'gurungafnan@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1350811222', '0', '1350811222', '1350811385', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '188.29.48.248', '0', '1', '', '0', '0', '-1', '0', '0', 'hy%c`\\>$bR{P3<`&O{)LV~L=TdN)gm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4052', '2', '', '0', 'LolWeegee', '4679d4a87b68c26de177b1db1aad17fe', '2012-10-21', 'jordan_hart57@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1350845618', '0', '1360863456', '1361566339', '1360863431', '6', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.18.69.100', '0', '1', '', '0', '0', '-1', '0', '0', 'MRucVi8X118l\\d`-z:hzr6?+}vpd6<', '', '0', '79978', '0', '0', '0', '0', '', '0', '0', '', '153', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4053', '2', '', '0', 'fuecy1', '4894f8e11c7b55b3305a2a387559a815', '2012-10-23', 'fuecy@battlefieldadmin.com', '0', '', 'http://www.battlefieldadmin.com', '', '', '', '2', '0', 'Junior Member', '0', '1351012926', '0', '1354620930', '1354986528', '1351107136', '3', '10', '5', '1', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.171.37.209', '0', '1', '', '0', '0', '-1', '0', '0', 'tvCSq*NL7B5\"wy!<}==93St6$GT!,e', '', '0', '79196', '0', '0', '0', '0', '', '0', '0', '', '185', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4054', '2', '', '0', 'TMelisa', '42ddd4b595a2940549f7f8e19991967c', '2012-10-24', 'mzaracacher@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1351050706', '0', '1351050706', '1351050706', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.209.2.78', '0', '1', '', '0', '0', '-1', '0', '0', 'L;PM8zXFf#(P)NOXUER{\"\'-MCg5ZQ]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4055', '2', '21', '21', 'Dwarf', 'fa6a538392168ab29bd9c587c43d0f5b', '2012-10-24', 'overdriveband@hotmail.co.uk', '0', '', '', '', '', '', '2', '1', 'TF2 Admin', '1', '1351095120', '0', '1392865375', '1394321343', '1392478041', '162', '10', '5', '0', '2', '0', '0', '0', '45108311', '07-02-1996', '1996-07-02', '-1', '-1', '86.159.58.103', '0', '1', '', '0', '0', '-1', '36', '1', '\\-{kKbH2e9pZNR]o{5`s6hO;,(Cr:J', 'theonlydwarf', '0', '81604', '0', '0', '0', '0', '', '0', '0', '', '1161', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '77', '10', '13', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4056', '3', '', '0', 'kisma_chudeez', '0ab061f2a5e21058c31ea0b8512946fc', '2012-10-24', 'nicholas.jaini@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1351109537', '0', '1351109537', '1351109537', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '2.98.103.188', '0', '1', '', '0', '0', '-1', '0', '0', '=]FthKM\'sfr`~nxe:ZNP}7&q:HCOS4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4057', '3', '', '0', 'Hunter Sniper', 'e6a954b5010e1b7436b39c88931d8c98', '2012-10-24', 'dreamkeeper@w.cn', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1351116787', '0', '1351116787', '1351120058', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.101.38.245', '0', '1', '', '0', '0', '-1', '0', '0', ';hGVR`wmeTq5.c&izeA.k#c&wZXeb#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4058', '2', '', '0', 'Ashman', 'f3b5d0fd80f0ab77907e7572604d24b7', '2012-10-25', 'tom11-@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1351203082', '0', '1351203676', '1351272567', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.14.61.144', '0', '1', '', '0', '0', '-1', '0', '0', 'Q-IWFK)(mlYuFL)ndwtKyd!~uVim!X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4059', '2', '', '0', 'undy64', 'aa628e9329aecb07539fc2aa6736c4d2', '2012-10-26', 'sarahsaunders@sky.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1351242950', '0', '1353266222', '1356217524', '1351529829', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '2.126.92.49', '0', '1', '', '0', '0', '-1', '0', '0', 'bk#s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4064', '2', '', '0', 'Murphy46', '256e3a166183c9a900b4fc3ee75fc1a5', '2012-11-02', 'cristianorama@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1351893873', '0', '1351893873', '1351893950', '0', '0', '10', '5', '-3', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.139.119.38', '0', '1', '', '0', '0', '-1', '0', '0', 'jfdl1COF@Dkp2ZHX\'!k[>*g0x?~{G%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4065', '2', '', '0', 'fuddy12345', '3c73fce9c5e23a5b2bc0b69b51df11d3', '2012-11-02', 'fuddy12345@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1351900706', '0', '1351900706', '1351900723', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.162.159.7', '0', '1', '', '0', '0', '-1', '0', '0', '\\K|`K461``kgjUZjQV,YYn2Zt_B.Kn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4066', '2', '', '0', 'the avey bear', 'f06c35c663b5f8bbcac83605458ab3c6', '2012-11-03', 'derjudenkiller@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1351968811', '0', '1352349154', '1354599186', '1352086658', '3', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '70.173.88.107', '0', '1', '', '0', '0', '-1', '0', '0', 'IC?:SLbuu\'LlDG\"p*dAT->B_Fc$:\\\\', '', '0', '79329', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4067', '2', '', '0', 'Ghostkiwo', '056da704db6f7a18a52f99d4ae5d332f', '2012-11-03', 'worldoftanksalex@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1351972560', '0', '1351972560', '1351972636', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.199.237.49', '0', '1', '', '0', '0', '-1', '0', '0', '.@Ip?ivry>{C+l:4>|D\'9eRfk)z_DZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4068', '3', '', '0', 'YSabrina', '86daac8694d52b5aafa7f0c5a4dc860d', '2012-11-04', 'tonimagaddino@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1352029480', '0', '1352029480', '1352461599', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.4.235.18', '0', '1', '', '0', '0', '-1', '0', '0', 'vS(u9t^nwoK6[,{/AKa5kgd&)T[IjF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4069', '2', '', '0', 'Floda', 'cc6733ea1f4b222ecea893c2e848dedf', '2012-11-04', 'littlesteve38@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1352054694', '0', '1352054694', '1352056050', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.121.84.118', '0', '1', '', '0', '0', '-1', '0', '0', '?C^!@J\'AUh)=\\t/8`a[Ol.|GUwvCZr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4070', '2', '', '0', 'Senty', 'f2bb929b8ec15f935866efc8df366eba', '2012-11-05', 'Garry@Woolley-uk.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1352144956', '0', '1352145969', '1360834273', '1352145519', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.187.227.126', '0', '1', '', '0', '0', '-1', '0', '0', 'xI3R4`fK~{piIZaJf?QM&994-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4074', '3', '', '0', 'LouwyMrd', 'b33f80fdf411651319a2d6602ae38f05', '2012-11-07', 'millicentinglin@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1352292399', '0', '1352292399', '1352292399', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.4.235.18', '0', '1', '', '0', '0', '-1', '0', '0', 'U[\\Q-upsiY[5B6b:E=@\"lhcRx0)v~1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4075', '2', '', '0', 'Ashwood', 'e5f48bbdb9bfe6bdfd0d69b005916691', '2012-11-08', 'jamie@techsouthwest.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1352359251', '0', '1352359251', '1352359463', '1352359462', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.218.111.170', '0', '1', '', '0', '0', '-1', '0', '0', 'I+Fy-gJKJndV\"#+9KM6~LNSQOt|Iaj', '', '0', '79353', '0', '0', '0', '0', '', '0', '0', '', '138', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4076', '3', '', '0', 'Avidaman19', '35abf8e658b6a3cccc80b26f6590ec76', '2012-11-09', 'joshuarainbow1@live.com.au', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1352460412', '0', '1352460412', '1352460947', '0', '0', '10', '5', '9.5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '121.220.115.77', '0', '1', '', '0', '0', '-1', '0', '0', '.=]]n?b*bA3WqYJ\'0Wum@#?lgFC`JW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4077', '3', '', '0', 'AlfonsoZF', '18d884c3e2279a197ea4d5d0bb27e764', '2012-11-09', 'guieljis@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1352486598', '0', '1352486598', '1352925279', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.99.157', '0', '1', '', '0', '0', '-1', '0', '0', 't#^oq`uR!|?@A>:%7MIp^FZBJ&)`c0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4089', '2', '', '0', 'ChristieYk', 'bd6de2e9fbd789ecbce16f7199142fec', '2012-11-22', 'Buford.443@jadoreteethwhitening.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1353543239', '0', '1353543239', '1353543420', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.61.138.12', '0', '1', '', '0', '0', '-1', '0', '0', '9(t', '', '0', '79418', '0', '0', '0', '0', '', '0', '0', '', '188', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4081', '2', '', '0', 'JTheo', '1a41279726b8e94c3a6969a6fca40583', '2012-11-13', 'i2lir9259OnR@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1352823804', '0', '1352823804', '1352824430', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.209.230', '0', '1', '', '0', '0', '-1', '0', '0', '-a.yMQYr?<7D,O%x*u\'K4!^MS0RRv.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4082', '3', '', '0', 'WilmerPaine', '3987ca5aacc036bf19141e3c2111c5d4', '2012-11-14', 'MurrayMurray002145@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1352900312', '0', '1352900312', '1352900312', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.171.119', '0', '1', '', '0', '0', '-1', '0', '0', 'f\'4n(N(NeXmwF$ri*GFRr[uAR>fLt-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4083', '3', '', '0', 'cooldude', 'ccaf4e31ce2b3e9e8368130fad52dd95', '2012-11-16', 'erskineben@rocketmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1353072459', '0', '1353072459', '1353072459', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '92.238.159.249', '0', '1', '', '0', '0', '-1', '0', '0', 'G%Pc7\'x].D4Lt9|?g.^nnJoO7-CBLx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4084', '3', '', '0', 'Krucetor', '862beac00479775ae2559594d9f0b466', '2012-11-16', 'krucetor@hotmail.de', '0', '', 'http://www.gift-clan.com', '', '', '', '2', '0', 'Junior Member', '0', '1353090759', '0', '1353090759', '1353091252', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '01-24-1972', '1972-01-24', '-1', '-1', '37.5.157.70', '0', '1', '', '0', '0', '-1', '0', '0', '1\"QuGHO:..j$GV(=,<;LL7tabYcFd', '', '0', '79527', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4091', '2', '', '0', 'ArtifexAnimations', '4b02d6e3c0c4520bf6c2f1a70c99704a', '2012-11-23', 'ArtifexAnimations@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1353685601', '0', '1359203717', '1359472974', '1359186187', '6', '10', '5', '4', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '92.98.55.116', '0', '1', '', '0', '0', '-1', '0', '0', '>~~mfgy\\(25Cg$HdhhA49:.A%>~+UL', '', '0', '79877', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4092', '2', '', '0', 'Sparhunter', '62034bf9eb312d2d05cb0af290dab730', '2012-11-23', 'michael.murphy350@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1353691003', '0', '1353691003', '1353691219', '0', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.24.159.158', '0', '1', '', '0', '0', '-1', '1', '1', 'ZyZAm7/pUiuw4HdhdwRv:9G$[KY|=e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4094', '2', '', '0', 'Kron', '772c9420cac556d77030099b82e27fc9', '2013-10-30', 'Kron@kagclan.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1353785482', '0', '1383469850', '1387313376', '1383157216', '4', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.198.188.2', '0', '1', '', '0', '0', '-1', '3', '0', 'JXmbL^.0b]HxT1H8KBtIo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '266', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4095', '2', '', '0', 'Dead4lyfe', '7ceff115742cbb49ba9f49a1a0da376c', '2012-11-26', 'solyoungbae67@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1353966195', '0', '1353966195', '1353966445', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '99.243.211.142', '0', '1', '', '0', '0', '-1', '0', '0', 'E96B_8dga`\'2f}ZV7wt2ew9ulP&qs_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4096', '2', '', '0', 'Quarf', '626c075a8bd9de731e7114056d303b7d', '2012-11-29', 'bunknowish@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1354180268', '0', '1359714467', '1359714810', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.253.37.200', '0', '1', '', '0', '0', '-1', '0', '0', ']#_sTK#}W\"H69i~*noEJUbdy/LMQBA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4097', '2', '', '0', 'Gordon Fuckman', 'e52bbcffdfa49008b8e23b2ac7e365c2', '2012-12-01', 'rintjevandemen@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1354359657', '0', '1354367714', '1354373619', '1354367692', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.27.194.48', '0', '1', '', '0', '0', '-1', '0', '0', 'Wm}j^:2Kl[^g`Gm/g`ur/+{GCa<|3\\', '', '0', '79549', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4098', '3', '', '0', 'aadmasgoogleta3996', '39c9defb63fb6b82f3b08aed06dfd7b4', '2012-12-06', 'aadmasgoogleta@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1354819143', '0', '1354819143', '1354819143', '0', '0', '10', '5', '-4', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '190.72.56.32', '0', '1', '', '0', '0', '-1', '0', '0', 'iJ8k#0P6\\}BUEI|&]/WU_oPc*?P?%F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4099', '2', '', '0', 'Jetkar', '32435a343faad370ecfd8ad955193677', '2012-12-08', 'jiten.haria@btinternet.com', '0', '', 'http://www.7-75th.com', '', '', '', '2', '1', 'Junior Member', '0', '1354959771', '0', '1390149014', '1390149014', '1390148948', '7', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-25-1965', '1965-04-25', '-1', '-1', '86.135.255.36', '0', '1', '', '0', '0', '-1', '0', '0', 'x/WUdwpdJBU$w/[3q*N!$\'n#~dP7rZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '572', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '3', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4100', '3', '', '0', 'Mick2015', '5fa605e0a1a83acf868e34fe31c3a0f6', '2012-12-09', 'guns4hire_uk@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1355050751', '0', '1355050751', '1355531182', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.233.245.220', '0', '1', '', '0', '0', '-1', '0', '0', 'y3W2~ko\",6,L\"\\!_Rs|=.;9WogMjr=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4101', '2', '', '0', 'Stturg', 'ba1143d5011bed33f93ff0170eaac5e1', '2012-12-14', 'FSOsturgess@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1355445493', '0', '1355445493', '1355445954', '1355445645', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '142.177.24.63', '0', '1', '', '0', '0', '-1', '0', '0', 'lTWdr7fKh~>:\'A\'&J-1/uNa2E%0^/1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4102', '2', '', '0', 'ruskiye', 'e114ea00c956b814c06f00b36d5cfe7b', '2012-12-14', 'billiard1997@walla.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1355505750', '0', '1355505750', '1355505936', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '03-04-1990', '1990-03-04', '-1', '-1', '84.229.254.234', '0', '1', '', '0', '0', '-1', '0', '0', 'nsFxV}H&m[~sJP95xn-vCh)P>}?e3%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4103', '3', '', '0', 'VintageCombustibleKeith', '684bc135b80a6b1985de00c1f360c710', '2012-12-15', 'merttiryaki@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1355562342', '0', '1355562342', '1355562628', '0', '0', '10', '5', '2', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '88.245.39.71', '0', '1', '', '0', '0', '-1', '2', '1', 'lp\"yXy\'W(#!q^l<:QyFC`O6!C6R9{Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4104', '8', '', '0', 'serious business', '186ceb3660b3abb27b0cc786fdecde96', '2012-12-16', 'businessserious459@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1355670535', '0', '1355717940', '1355717940', '1355717897', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '41.215.160.163', '0', '1', '', '0', '0', '-1', '0', '0', 'KNa&W`/[vAS%L1@7EYd.FC,2F}u3LQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4105', '2', '', '0', 'supermoose', '750632de37d75c508f70e85104698719', '2012-12-16', 'rchatburn@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1355697579', '0', '1355700068', '1355782312', '1355780727', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.222.201.56', '0', '1', '', '0', '0', '-1', '0', '0', 'm!^^9I@%r\\}l/Y1@\":Y0(|@kLiFd#p', '', '0', '79693', '0', '0', '0', '0', '', '0', '0', '', '207', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4106', '2', '', '0', 'CliftonZin', 'da6320894983fa29931bd62447f856cc', '2012-12-18', 'lan4dd2zad@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1355828872', '0', '1355828872', '1355829014', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.219.238.135', '0', '1', '', '0', '0', '-1', '0', '0', '\"NhbIb\'HCd/i*zjJq\"d74qP%)VB0-z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4107', '2', '', '0', 'tintedmere', '7d6cf92721b6bb5f88a3bd3736aa4b47', '2012-12-19', 'julianmaha296@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1355896395', '0', '1355896395', '1355924101', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.196.247.22', '0', '1', '', '0', '0', '-1', '0', '0', ']%TIJ)SgMpwX@JY{M0)ijYF{)+:P5@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4108', '8', '', '0', 'b3st v1p3r', '358d940a3f2f73c9cd8731d5f1612762', '2012-12-20', 'b3st_v1p3r@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1355980174', '0', '1355984442', '1355984442', '1355984417', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '41.215.160.164', '0', '1', '', '0', '0', '-1', '0', '0', 'gBR$#-lGbv&?Xc.~>05_^C{)Tt-_Fm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4109', '2', '', '0', 'Redwine', '7d550aa221d73323384f92cc43bb5a8d', '2012-12-20', 'moje@webspeed.dk', '43', '', 'http://kagclan.co.uk/news.php', '', '', '', '2', '0', 'Junior Member', '0', '1356018565', '0', '1356210010', '1356210010', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '2', '83.89.63.148', '0', '0', '', '0', '0', '-1', '0', '0', 'P\'M|\"siS,4mAP/ausX*|J|}Mf/u;n1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4110', '2', '', '0', 'Prof. Demon', 'dd0251d140fea43cecea846949756420', '2012-12-22', 'simmonds.elliott@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1356212291', '0', '1359483956', '1359483971', '1356212666', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.113.22.17', '0', '1', '', '0', '0', '-1', '0', '0', ')~,2j:>[k.tjq?`Cf)$kltL:iA4J37', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '145', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4111', '2', '', '0', 'TreyMYR', 'd4c87bdc99d465a00852811d8a378115', '2012-12-25', 'Trey_Christianson1970@megustalinks.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1356440006', '0', '1356440006', '1356440277', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.163.251', '0', '1', '', '0', '0', '-1', '0', '0', 'j;qB?:VJu_g\'wa^8.Kw)ND#2bbf;`bTGMd}.{;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4113', '2', '', '0', 'FloridaAsh', 'b370e25958bb6566b7646e46b2610e4e', '2012-12-27', 'Florida.Ashmore1976@issamartinez.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1356646282', '0', '1356646282', '1356647068', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.212.192.54', '0', '1', '', '0', '0', '-1', '0', '0', '1Ix_S-u/z)(1(C*Tt\"SZg?]e>Tpohw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4117', '2', '', '0', 'McTashio', 'aec503a00413e768342bebbc45335e9a', '2013-01-01', 'jamescarpendale@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1357063658', '0', '1357083966', '1357084914', '1357084475', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.52.98.190', '0', '1', '', '0', '0', '-1', '0', '0', 'eSYlq?~wg@Iw\'>UabF#jh.G^eEW#08', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4114', '3', '', '0', 'AlineJohns', '7999c38f63ef78985d4501d95816c19a', '2012-12-28', 'thewhitestuff50@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1356658796', '0', '1356658796', '1356658796', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.135.4.23', '0', '1', '', '0', '0', '-1', '0', '0', 'KBkIDv}lw]O27%x;zAp!!X;C[,:\'t+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4115', '2', '', '0', 'Randomer', '4765f86fceb2ee1df4886b3127345bf3', '2012-12-28', 'hakiwadi@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1356719415', '0', '1356719829', '1357056991', '1356719543', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.206.195.148', '0', '1', '', '0', '0', '-1', '0', '0', '@y130I1+,-\'a]1_sS=e*T#kSbCLu/7Epgh\\36b76dfngQ)J]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4137', '3', '', '0', 'petrica65', '70aa1ce4085cc2a6ca3b000ac31a2eb8', '2013-01-20', 'nicus_r45@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1358714667', '0', '1358714667', '1358714695', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '213.233.103.204', '0', '1', '', '0', '0', '-1', '0', '0', '%/^y4!Z_z/1wBIEEe!C{Q%[#x3x_8g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4138', '2', '', '0', 'alexwill', 'e75af3ee721d2e3fdbbb9755da8dc054', '2013-01-23', 'alexmisswill@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1358925737', '0', '1358925737', '1358932803', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.7.64.161', '0', '1', '', '0', '0', '-1', '0', '0', 'SG,@Ebb`Mn=+?s$wXVxj|Az1og]N=R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4139', '2', '', '0', 'BumBum', '64f289b8ac10c5bd84ebb974fb0db352', '2013-01-23', 'duplessisconrad@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1358931184', '0', '1358934368', '1359001489', '1358933916', '2', '10', '5', '2', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.182.205.141', '0', '1', '', '0', '0', '-1', '0', '0', '&|eSBQ2/DWgt0yci#K>DN7Jc5AM,+v', '', '0', '79851', '0', '0', '0', '0', '', '0', '0', '', '146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4145', '8', '', '0', 'great4vand', '5344ce896aac8f8aba9eaf732f7d8078', '2013-01-30', 'greatvouched@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1359541026', '0', '1359541026', '1359602482', '1359602460', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.63.162.11', '0', '1', '', '0', '0', '-1', '0', '0', '=;ts5LN\"pp6@tv^f-pzM(>n4,C;IW-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4141', '2', '', '0', 'Kenjico', '4570b5217b6f44993bd47606dc435a97', '2013-01-26', 'kennycockrell@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1359237633', '0', '1359237633', '1359237676', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.143.75.54', '0', '1', '', '0', '0', '-1', '0', '0', 'rJo6>]O9ZamfaXuoF~0xDzPaF;*9y.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4142', '2', '', '0', 'Achillies', '313a57803737aa3243d2e20df81555f5', '2013-01-26', 'zokuzoid@gmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1359239322', '0', '1359239322', '1359239560', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '11-01-1997', '1997-11-01', '-1', '-1', '2.101.41.241', '0', '1', '', '0', '0', '-1', '0', '0', ';@dWe0;[YR#U5lBC\'@Z;\\&nY;_`c(N', 'Edem.Richmond', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4143', '3', '', '0', 'better service', '8052bac5dced2616723fc3f0cfd4a0de', '2013-01-27', 'betteragend@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1359281260', '0', '1359281260', '1359281260', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.215.160.157', '0', '1', '', '0', '0', '-1', '0', '0', 'p><2nPKHkHov8\'[IEh?NofoM*W+~F3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4144', '2', '', '0', 'alpharawe', 'afe46b3a6566c41939fff8c9363634ae', '2013-01-27', 'soren.holmegaard@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1359296770', '0', '1359296880', '1359300295', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.211.226.79', '0', '1', '', '0', '0', '-1', '0', '0', 'KU>v!1.`~)\\rH]d92LnX^vEy@g_$wr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4146', '2', '', '0', '-|DeD|-Gh0sT', '9d2c42553383988d7a5eb8cd2361e625', '2013-01-31', 'KirscheMX@gmx.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1359649535', '0', '1359649535', '1359649981', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.40.171.247', '0', '1', '', '0', '0', '-1', '0', '0', '*C\"YnbeXY#D\\Qec#71G/7D)uD88vW\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4147', '2', '', '0', 'DoctorJ999', '6d160accaef8c6ea0d76aac787cb794b', '2013-02-01', 'sjocher@icloud.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1359750399', '0', '1359752367', '1359950467', '1359950464', '2', '10', '5', '-5', '1', '0', '0', '0', '45108375', '', '0000-00-00', '-1', '-1', '71.71.234.196', '0', '1', '', '0', '0', '-1', '0', '0', 'yQBr6lJ4(&\'Zn\'X#%=ff{t$X\"b<\'M*', '', '0', '79906', '0', '0', '0', '0', '', '0', '0', '', '161', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4148', '8', '', '0', 'pro product', '34f74889cc7bfbe7ab5ce3f080a7f0f5', '2013-02-03', 'proproduct498@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1359855060', '0', '1359855091', '1359860220', '1359860220', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.215.162.12', '0', '1', '', '0', '0', '-1', '0', '0', 'n8FSq\\u>a0T]k=!>rcIr3|}u%:3bj.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4149', '2', '', '0', 'TamikaSVD', '6f80738c922c5fced0fce2a180781317', '2013-02-05', 'Shainatzj152dlz@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1360026841', '0', '1360026841', '1360027262', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '118.96.56.32', '0', '1', '', '0', '0', '-1', '0', '0', 'dBoW=nNE.8KjRlnkc0DbAS~\"T\'p,I2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4150', '2', '', '0', '88Composer', '47c6373561e9930276511fb6067f49a8', '2013-02-05', 'Leon_Music@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1360101474', '0', '1360101474', '1360101606', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.30.65.245', '0', '1', '', '0', '0', '-1', '0', '0', 'z+RS5Z{Ak-pU7Z_F=tpQ4_wyCK4dv/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4151', '3', '', '0', 'DJ. Toaster', '6d4f3fbf9551849cb1486670f0d8a0f6', '2013-02-06', 'Kaffe677@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1360171683', '0', '1360172099', '1363636940', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.249.216.124', '0', '1', '', '0', '0', '-1', '0', '0', '#QA;cLi}ucHKCg/BiFbg(tD&*$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4169', '2', '', '0', 'kunoichia', 'c67a55e1bf77006874f143e378cc6c7c', '2013-02-20', 'wouter.vanabbe@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1361390049', '0', '1361957312', '1399562351', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '83.87.207.98', '0', '1', '', '0', '0', '-1', '0', '0', '6Kv{iWk\"Kx`.]Oqk|Y5mA$IZ]Yq:q?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4170', '2', '', '0', 'ClubFoot', '9222eb7fe06254b363606952ceb24305', '2013-02-21', 'clubdecombat@hotmail.com', '0', '', 'http://cq247.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1361446020', '0', '1361446020', '1361446102', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-02-1992', '1992-09-02', '-1', '-1', '87.34.96.10', '0', '1', '', '0', '0', '-1', '0', '0', 'PMY2XsR~~g?hu3~`)vC:vW{}]\\>[Uu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4171', '2', '', '0', 'TeganRoun', '44eb61a0b14e8132ff6de49c2a9772f8', '2013-02-23', 'kanerqpa@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1361607031', '0', '1361607031', '1361607088', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.143.135.21', '0', '1', '', '0', '0', '-1', '0', '0', '7$.Q~ku9Lf*@NG>.#LqvgT4.pp|6c:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4172', '2', '', '0', 'Javatech', 'c3222667e00425f62ddd1c7fdb75d9b7', '2013-02-23', 'n30.1s.th3.0n3@gmail.com', '0', '', 'http://www.gamer-zone.org', '', '', '', '2', '0', 'Junior Member', '0', '1361609167', '0', '1361609583', '1361752457', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.83.3.169', '0', '1', '', '0', '0', '-1', '0', '0', '/5*t6v96hM9\\Sl<\\r2vC564afCJ_[S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4173', '8', '', '0', 'right carder', 'b7c44759e1bee8bc745bee0e2e18e86f', '2013-02-23', 'rightcarder@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1361629061', '0', '1361629061', '1361629316', '1361629285', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.44.151.15', '0', '1', '', '0', '0', '-1', '0', '0', 'RO?Jw%uE!Hfe\\L]Z&+$7c[{0-)f5]d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4178', '2', '', '0', 'arok93', '51458cb9a258babe9bc9140cf724b6c6', '2013-02-26', 'arok93@hotmail.it', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1361902051', '0', '1361902051', '1361903855', '1361902880', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '91.81.228.29', '0', '1', '', '0', '0', '-1', '0', '0', '@b/9DpDxn)i<%^1UBq+v9a?IPenZ0.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4174', '2', '', '0', 'hazman', '246785b677292167f322a0eb0701d1f8', '2013-02-24', 'bryan_allen671@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1361701390', '0', '1362339731', '1362339731', '1361707972', '2', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '94.14.165.38', '0', '1', '', '0', '0', '-1', '0', '0', '4t+zL\'\"]R+J<_PO`N;W9WjxuO(=4<0', '', '0', '80011', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4175', '2', '', '0', 'jouls', '4844dc1fda6a20d6f1bdfe5e82458dcd', '2013-02-24', 'merejulius@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1361709630', '0', '1361709630', '1361710919', '1361709764', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.7.127.96', '0', '1', '', '0', '0', '-1', '0', '0', 'B#x;q&tyt}A75M$B\\W{D9izTGs*/7[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4176', '2', '', '0', 'Adz444', '9f3f85cb6368e5b60fec84485bad757d', '2013-02-24', 'Adz483@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1361709995', '0', '1361709995', '1361710033', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '81.111.32.237', '0', '1', '', '0', '0', '-1', '0', '0', 'J57A[seghI]8/k0|7OdLKc_(!e{f/}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4177', '3', '', '0', 'darkrounge', '8dbc255b01e6fb1172fc2fc0de6235b5', '2013-02-24', 'darkrounge@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1361728849', '0', '1361728849', '1361728970', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '151.226.65.34', '0', '1', '', '0', '0', '-1', '0', '0', 'Fs?o\'7gNNQ3=M/H]\'>c3K@bz{+FDsN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4179', '2', '', '0', 'II-CrossFire-II', '88a3167c634b0dce978b5d1bad83d10d', '2013-02-27', 'oleg3211233@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1361997738', '0', '1361998045', '1361998045', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.126.187.178', '0', '1', '', '0', '0', '-1', '0', '0', 'fw3]\\\'\'_%gl_[^0><};CWL>LpsZ:]X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4180', '2', '', '0', 'Fieryshu', 'e82416d96e759bf291a049dddbc9df22', '2013-02-28', 'shotgunsam7@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1362050354', '0', '1433008544', '1433187570', '1433186969', '26', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '188.220.216.234', '0', '1', '', '0', '0', '-1', '0', '0', 'rG4V.7plE~qVml}Mchl>]8A2bgnq[\\tJiL5IkQI@>},LF&+^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4184', '2', '', '0', '_lecro_', '6a54440090d74ea1d644c0b5b7e8ccf3', '2013-03-03', 'lecro@sasclan.org.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1362339857', '0', '1425816654', '1425816658', '1390255620', '14', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.14.165.38', '0', '1', '', '1391534178', '0', '-1', '7', '0', 'H\';$73j#*Ym#?g/g<{yr%@-$|%S\\Gc', '', '0', '81455', '0', '0', '0', '0', '', '0', '0', '', '781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4185', '2', '', '0', 'KING|', '2508a9347d2e3e6e684c97fb339d7904', '2013-03-04', 'oleam@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1362416492', '0', '1362416492', '1362416634', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '88.91.69.221', '0', '1', '', '0', '0', '-1', '0', '0', 'VgQZW$M:Al++;n0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4187', '8', '', '0', 'crown biz', 'c202ed43a4dd83b41f4ca51b95aedca7', '2013-03-07', 'business.crown@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1362617220', '0', '1362617253', '1362620460', '1362620400', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.197.57.21', '0', '1', '', '0', '0', '-1', '0', '0', 'c|f!dmo0\"@$T+~>0=\"oM2pBq*M&8$G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4188', '2', '', '0', 'mickyfen', '7f88f9603bd5db1bcdb3684fb0d552df', '2013-03-07', 'micky_fen@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1362664242', '0', '1362938275', '1362948753', '1362938274', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.194.186.65', '0', '1', '', '0', '0', '-1', '0', '0', 'm|lp,9x\\lP\"@CV\'Zo\'.\'*rP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4195', '2', '', '0', 'SomethingNiall', 'bc4f4bf6396197379f600d8b8f0df03b', '2013-03-14', 'c1072182@rmqkr.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1363295215', '0', '1363725475', '1363804730', '1363708829', '6', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '82.14.81.13', '0', '1', '', '0', '0', '-1', '0', '0', 'gp!k!O3/]NB%\"oc6ELxufh/IrjiQyl', '', '0', '80115', '0', '0', '0', '0', '', '0', '0', '', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4196', '3', '', '0', 'cobra195', '257c852c876253f0237595dcc19e9edc', '2013-03-16', 'jean-mam@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1363453839', '0', '1363453839', '1363454203', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.1.248.231', '0', '1', '', '0', '0', '-1', '0', '0', '{?b\\hB7,Wq`P5|H2>HJoRSri3gF\'cic`Q_._Ej;L]+', '', '0', '80121', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4200', '2', '', '0', 'Raptor', 'cfbc38647c4f7c0c541d2a23b2d1eb13', '2013-03-19', 'gascho@net.hr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1363666854', '0', '1364363357', '1364760211', '1364361934', '2', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '95.178.169.228', '0', '1', '', '0', '0', '-1', '0', '0', 'vT4CXN^nfsTfzb5?{xG{~f?]-&*l^v', '', '0', '80153', '0', '0', '0', '0', '', '0', '0', '', '416', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '71679fec1b96d2dd7a10ac868e968f41', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4201', '2', '', '0', 'GhostsDZ', 'f7244d483165c7d884fcbd8e98220453', '2013-03-19', 'adel_salhi@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1363719053', '0', '1363719053', '1363720109', '1363719473', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.151.143.92', '0', '1', '', '0', '0', '-1', '0', '0', 'p)@)d,YMl5hTz[do\"*lV:fp9Vd$/k<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '186', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4203', '8', '', '0', 'matri best', '3d9190906f751c6d57768e5415bd9d30', '2013-03-21', 'matribest@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1363875538', '0', '1363875538', '1363876304', '1363876245', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.45.53.237', '0', '1', '', '0', '0', '-1', '0', '0', '3c{g9mA]Ks&u,fplBf4`7]}9\"03V,2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4204', '2', '', '0', 'thematrix', '758142c18e6e351b0c3a6f6567cfe724', '2013-03-25', 'yavorh@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1364227201', '0', '1364423711', '1365611467', '1365611466', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.163.159.188', '0', '1', '', '0', '0', '-1', '0', '0', '\\2Ny?^(IHf\"^\"&h=XU4+kp+mDs*0`MS5nIM?b4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4207', '8', '', '0', 'base master', 'c159c84c6919af0892169a825c889342', '2013-03-27', 'basemaster336@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1364397176', '0', '1364397176', '1364397615', '1364397573', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.95.46.64', '0', '1', '', '0', '0', '-1', '0', '0', 'kIT?&.FU(PXFrH-zj!Xli_`h[3a;,\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4208', '2', '', '0', 'Adambean', '5799c94a289b9fa4238348ab3be4fa4c', '2013-03-27', 'adam@reece.myzen.co.uk', '43', '', 'http://www.reece-eu.net/adam.php', '', '', '', '1', '2', 'Junior Member', '0', '1364415711', '-1', '1366052864', '1366399318', '1364418702', '2', '10', '5', '0', '1', '0', '0', '0', '45113303', '05-19-1987', '1987-05-19', '20', '2', '88.97.144.82', '0', '0', 'adam@reece.myzen.co.uk', '0', '0', '-1', '0', '0', 'E=$^Mp6\'~-N))rY5e3+[UUW)sqNI\'{', 'ukAdamR', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'a0815637ed47183466843278d6e46c82', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4209', '2', '', '0', 'Skylust', 'f3fdf45c5c46b1049b3052d22cd86305', '2013-03-29', 'accneed4@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1364569391', '0', '1366379570', '1367068209', '1366379273', '10', '10', '5', '3', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.13.117', '0', '1', '', '0', '0', '-1', '0', '0', 'D<@G&L8-tK$j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4214', '3', '', '0', 'bjehnzsulzeay7059', 'c8f41e00ca08373a04cf28bfe3696056', '2013-04-07', 'bjehnzsulzeay@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1365339292', '0', '1365339292', '1365339292', '0', '0', '10', '5', '4', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '201.248.126.184', '0', '1', '', '0', '0', '-1', '0', '0', 'f\"yMGx?Q*@Hag_t[Hb=&@Zwzd\"w\"lA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4215', '2', '', '0', 'FlaxixAvant', '9d18d5523bed8122c68f3923ab5a8087', '2013-04-09', 'sadmayte0709@mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1365539816', '0', '1438534421', '1438968925', '1411664777', '15', '10', '5', '1', '1', '0', '0', '0', '45108247', '', '0000-00-00', '-1', '-1', '93.96.28.156', '0', '1', '', '0', '0', '-1', '0', '0', '\'CMi.@vt]@H\"Ji3xv-Bh{gloP4Y46N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '231', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2a0c1e7db8deed29ef880e4032fbc62c', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4216', '3', '', '0', 'zah dud4h', 'aa511cd5f762acf9b018155e6bb9525c', '2013-04-12', 'zahdudah@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1365802224', '0', '1365802342', '1365802342', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108231', '', '0000-00-00', '-1', '-1', '89.137.75.36', '0', '1', '', '0', '0', '-1', '0', '0', 't`i2v^mh!{4ns8Zr5]n3<9ayE{n$-0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4217', '3', '', '0', 'zahdud4h', '1f72595153057514b5f42ddb450b2e03', '2013-04-12', 'zahdud4h@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1365802442', '0', '1365802709', '1365842952', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.137.75.36', '0', '1', '', '0', '0', '-1', '0', '0', '8@_03Vmw=jmx_*,Y\\D>z7;v(ta}x^?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4218', '2', '', '0', 'XJacktazX', 'b26b4b698a098f1c2170455c331d3c19', '2015-08-02', 'Jackxtreme@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1365870119', '0', '1438526554', '1438527495', '1438527492', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '77.102.64.138', '0', '1', '', '0', '0', '-1', '0', '0', 'La#aOMB_nJ!59zey\\KnxP;U8xi6`vw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4219', '2', '', '2', 'TroOPs', 'e006ca942e054501faa69de3a0169fc8', '2013-04-13', 'pridetroops@hotmail.co.uk', '42', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1365875059', '0', '1365875212', '1365877812', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '1', '92.22.50.109', '0', '0', '', '0', '0', '-1', '0', '0', 'v*>(1l)FWx8\"m\'uM{?.GyPa-?G55*Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4220', '2', '', '0', 'Actionman1995', '055e203fbf9966f142c0144149087f1a', '2013-04-13', 'aaronwalwyn@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1365887298', '0', '1365887298', '1365887343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '109.158.199.131', '0', '1', '', '0', '0', '-1', '0', '0', '{)7j!T;*3_H](>uR;kv>dxlZtCMz}\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4221', '2', '', '0', 'EODM', '86f9cd1c383b52f0e2abe917a6d0f6f2', '2013-04-15', 'eodm09@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1366041409', '0', '1366042101', '1366042101', '1366041942', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.5.227.221', '0', '1', '', '0', '0', '-1', '0', '0', '85:tn&_^;\"cL9oVRnygXzxYr\"auKbk', '', '0', '80255', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4222', '3', '', '0', 'whitevendor', 'dac6d9b24c8bfc82ce5251391fabc3a1', '2013-04-16', 'whitevendor@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1366104353', '0', '1366104353', '1366104353', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.171.135.100', '0', '1', '', '0', '0', '-1', '0', '0', 'U[\"&H-=@E4vJfl?sVl/\"@JawzsG`!R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4223', '8', '', '0', 'track.su', '517080f442f369aafcc064eafd1f22a7', '2013-04-17', 'track.su@ymail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1366184639', '0', '1366184639', '1366186014', '1366186012', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.187.237.88', '0', '1', '', '0', '0', '-1', '0', '0', '[z`)KR[k8\"KlTP~zGQV2zbVg5P,z/W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4224', '3', '', '0', 'Lebensraum', '8aa906e9ded7b301fabf063ea24bdb4e', '2013-04-17', 'Lebensraum1918@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1366231199', '0', '1366231199', '1366231199', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '24.91.144.181', '0', '1', '', '0', '0', '-1', '0', '0', 't~08J-#:(t]lKEeLC*mmv.M\'Fl7//@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4225', '2', '', '0', 'adzandyp', 'f67d3f2b3552de6fdf8982508930d3d7', '2013-04-19', 'adambrad2013@hotmail.co.uk', '0', '', 'http://www.google.co.uk/', '', '', '', '2', '1', 'Junior Member', '0', '1366363468', '0', '1366364120', '1366391757', '1366364014', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '11-26-1988', '1988-11-26', '-1', '-1', '78.148.26.84', '0', '1', '', '0', '0', '-1', '0', '0', 'V^6vJm_cLv0Vxqar.I;s|9x3^0u;V9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4226', '2', '', '0', 'Mallorn', '3b7eb0f1362a99080d26f76260f0a70e', '2013-04-22', 'snivoos@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1366620693', '0', '1366620797', '1366624211', '1366622682', '1', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '212.178.222.224', '0', '1', '', '0', '0', '-1', '0', '0', '%jYe+cEx3|@},(#vI93$i\'Lgo/w`S', '', '0', '80291', '0', '0', '0', '0', '', '0', '0', '', '289', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4229', '2', '', '0', 'EntraVenuS', 'b8a3d9a3ae710d1df598d361ed344e75', '2013-04-24', 'entravenus@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1366827584', '0', '1403417502', '1439638984', '1439638752', '5', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '109.151.154.173', '0', '1', '', '0', '0', '-1', '0', '0', ']<%U0Yfs#!\\^Z,l!5\\tf^P~{pE{>Bj', '', '0', '83302', '0', '0', '0', '0', '', '0', '0', '', '315', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4230', '8', '', '0', 'correctbanker', 'f9b9084153e29557f8dc7a53816bca6c', '2013-04-24', 'correctbanker@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1366838668', '0', '1366839315', '1366839315', '1366839283', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.152.206.163', '0', '1', '', '0', '0', '-1', '0', '0', '9HccB~/[;@q6pqde:h[@|B;:s\'>DZU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4231', '8', '', '0', 'blackhat180', '5a315ec02c7e14386ea84c9668e229b0', '2013-04-26', 'blackhat180@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1366989355', '0', '1366989355', '1366990070', '1366990069', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '41.215.162.88', '0', '1', '', '0', '0', '-1', '0', '0', 'EMNYDG?mF$sdIN4pgwNn57Wl88hTKk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4233', '2', '', '0', 'Blue Eyed Dragon', 'cde40a6cb960e34325a0ead3e802fee4', '2013-04-27', 'skudder100@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1367069025', '0', '1367069025', '1367069582', '1367069440', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.192.57.52', '0', '1', '', '0', '0', '-1', '0', '0', 'qmN.nibP(]B*cAi>`J{t@R9c/;9iHa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4234', '2', '', '0', 'john barnes', '7735f932efcdb4ff4f9515ae4fb28101', '2013-04-28', 'john22uk@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1367167559', '0', '1367167592', '1367167655', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.201.15.252', '0', '1', '', '0', '0', '-1', '0', '0', ')rGQZ=Ep_DuSoNI>^O#`rFNxS-Qoj2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4235', '8', '', '0', 'mastercool821', '4abf01c45e3fa634fd3a284706488604', '2013-05-03', 'mastercool821@ymail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1367562653', '0', '1367562653', '1367563506', '1367563505', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '67.23.168.179', '0', '1', '', '0', '0', '-1', '0', '0', 'knE^/4b%{Ra/L%#,VNR|2#kmqpvIEv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4254', '2', '', '0', 'AlyciaDye', 'ad32210385bc03f200eed09a2df24f32', '2013-05-21', 'Alyciaej5501@rls-log.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369158837', '0', '1369158837', '1369192651', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '151.237.189.244', '0', '1', '', '0', '0', '-1', '0', '0', '\'@Be:Bf>HxH=#:dt)-{`:le&\'q_$en', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4237', '2', '', '0', 'Smirre', 'e8a69fdd8bcab2d1951c51a39546a791', '2013-05-06', 'smirre@teammuppet.eu', '0', '', 'http://www.teammuppet.eu', '', '', '', '2', '0', 'Junior Member', '0', '1367847993', '0', '1367848724', '1367859325', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108439', '04-12-0000', '0000-04-12', '-1', '-1', '77.223.38.95', '0', '1', '', '0', '0', '-1', '0', '0', 'a7hUd~Klwo~:Vv;~\'|osx?0}BK[cqI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4238', '2', '', '0', 'CarbonDouble', 'ae5638aec7b0a23776f5ebce0977ff07', '2013-05-06', 'creepernator@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1367855064', '0', '1367855064', '1367855835', '1367855834', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.29.81.179', '0', '1', '', '0', '0', '-1', '0', '0', '~qZ>+Hr\"T1fEUaesE{)\\qsN3Y1EZzs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4239', '8', '', '0', 'best_carders', '1003566148c206fe2c9b81a3974b937c', '2013-05-07', 'bestcarders@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1367916313', '0', '1367916313', '1367916777', '1367916773', '0', '10', '5', '0', '2', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '69.57.161.183', '0', '1', '', '0', '0', '-1', '1', '1', 'W^>uy*fabs]j}UL1<3[\":\\D70%Y4Vm', '', '0', '0', '0', '0', '0', '1', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4240', '2', '', '0', 'LeeD', 'e400cc89ade0d76225e293a89f695d02', '2013-05-07', 'leedavies5959@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1367959841', '0', '1367959841', '1367964003', '1367961525', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.130.209.167', '0', '1', '', '0', '0', '-1', '1', '0', 'w@|cjJt^v{mi+gGe.g9t*6tXO5e?Df', '', '0', '80383', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4241', '3', '', '0', 'Mallory49', 'e5abe3666a66cfdfefa7a16c60ade150', '2013-05-09', 'Mallorybu6150@ufcvideos.info', '0', '', 'http://community.syparliament.com/groups/bypass-sharecash-approach-that-works/', '', '', '', '2', '0', 'Junior Member', '0', '1368084825', '0', '1368084825', '1368622242', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.206.158.121', '0', '1', '', '0', '0', '-1', '0', '0', 'N-2`d1~74N5\'E!zwP~^%H{3&3YYSO<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4242', '2', '', '0', 'stvv', '3b28e24a9692082b5a7778e15b52bfbc', '2013-05-10', 'stevenjrichards@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1368187018', '0', '1368187018', '1368187107', '1368187106', '1', '10', '5', '0', '2', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '82.8.7.20', '0', '1', '', '0', '0', '-1', '1', '1', '99d[bc,g$?_yIvjX7C1R^h{,G_4a(4', '', '0', '80417', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4243', '3', '', '0', 'aolgautivnov9907', 'e796c6289f3a86595b9f39793058ba0b', '2013-05-11', 'aolgautivnov@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1368307870', '0', '1368307870', '1368307870', '0', '0', '10', '5', '4', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '186.160.17.27', '0', '1', '', '0', '0', '-1', '0', '0', '~L+]*%Tbg]C*8+\">7}kR&^oFUf|[dd~=A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4246', '2', '', '0', 'Kazitron', 'eef44e3b9ed36ff968a04790c8583ca8', '2013-05-13', 'Kazitron@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1368441916', '0', '1368441916', '1368442391', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '79.214.68.192', '0', '1', '', '0', '0', '-1', '0', '0', 'xpi\'+Jy-F_fOrg:~k(}iEEE6B6Rluz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4247', '8', '', '0', 'cybergee', 'ee9b5b96732680a8830fb19827b39aaa', '2013-05-15', 'cybergee185@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1368611427', '0', '1368611427', '1368612141', '1368612137', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.254.245.77', '0', '1', '', '0', '0', '-1', '0', '0', '|_0YI8^}~j/?WY8km.M!31oRo7&xCR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4248', '2', '', '0', 'Lunar Mystica', '856480d894b3863251bdeebd40794bc8', '2013-05-16', 'lunarmystica@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1368722996', '0', '1368838724', '1368839309', '1368838794', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '132.241.65.235', '0', '1', '', '0', '0', '-1', '0', '0', ':L7O={^1KezFx/%P[}%l?Q4gGP=;A0', '', '0', '80479', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4249', '2', '', '0', 'Jizzy', '3c86a09e920561acc27a1a68fcb48e57', '2013-05-16', 'jizzy@blaze-clan.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1368723526', '0', '1368723526', '1368723838', '1368723708', '1', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '2.97.39.170', '0', '1', '', '0', '0', '-1', '0', '0', '+bjCP^j^mzr\"\\C;F\';u{#4T3/A=aF-', '', '0', '80469', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4250', '8', '', '0', 'loyalservices831', 'd32879ab0b38b6b1db576748f0374b93', '2013-05-17', 'loyalservices831@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1368771621', '0', '1368771621', '1368772681', '1368772680', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '199.47.195.143', '0', '1', '', '0', '0', '-1', '0', '0', 'MsP|];P2Ka%yk{I*+7)MAzI)tkF(R#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4251', '2', '', '0', 'murry-the-hump', 'f55761e16ebca1aa555fc01d7507dff5', '2013-05-17', 'barryh.uk@gmail.com', '42', '', 'http://www.62tof.com', '', '', '', '2', '0', 'Junior Member', '0', '1368825252', '0', '1368825252', '1368825476', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45112663', '', '0000-00-00', '-1', '2', '2.121.45.117', '0', '0', '', '0', '0', '-1', '0', '0', 'rM$S]#yc[ngd1Q7pS77/WF/%{2I27R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4252', '2', '', '0', 'f0rz1', 'f7ce388803280ccbdae5f0999bc194ad', '2013-05-18', 'zfrwqs1994@yahoo.ie', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1368907814', '0', '1368907814', '1368907855', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.234.89.250', '0', '1', '', '0', '0', '-1', '0', '0', '!T.Cr}FQ_.9mCVg{A=>/~Mu!wcnS\"h2di]=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4255', '2', '', '0', 'Leech0r', 'b4bf313af46aa4499b37e01bc0952619', '2013-05-21', 'welshkid_owe@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369162230', '0', '1369162553', '1369173057', '1369172630', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.171.226.95', '0', '1', '', '0', '0', '-1', '0', '0', 'Z#aczSe8u/bOmAvO4,yP$$DlW\\}l#&', '', '0', '80489', '0', '0', '0', '0', '', '0', '0', '', '158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4256', '3', '', '0', 'Best soldier', '9eac3b83c67af4401a33ae8ed783a8e3', '2013-05-22', 'hugiiino@seznam.cz', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369261420', '0', '1369261420', '1369263834', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '93.96.57.199', '0', '1', '', '0', '0', '-1', '0', '0', '5wR6wD\"{dH0*rr;>tK+\"DkHs=>U8W1wL*RFn/NOQN+!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4258', '3', '', '0', 'DeliaBroy', '5074fea1ac03cec8f3338bbb716ff6e2', '2013-05-24', 'kaputskin9565@hotmail.com', '0', '', 'http://moaningfin893.livejournal.com/699.html', '', '', '', '2', '0', 'Junior Member', '0', '1369422032', '0', '1369422032', '1370092025', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.165.120.118', '0', '1', '', '0', '0', '-1', '0', '0', 'Q~8(N/a@oe2>-4P!\"iO]EM[U+zy5@R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4259', '2', '', '0', 'SelmaHeal', 'd841a1ac2f37834e6fd0552e1df95e64', '2013-05-25', 'wrathfuloutlaw4mxc4@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369502400', '0', '1369836302', '1370544531', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.4.212', '0', '1', '', '0', '0', '-1', '0', '0', 'C5-en9wrx8G\\;|+bQMSsqx@whaDVq?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4260', '2', '', '0', 'Arran', '0f64bb610b953b32131572f5e7111f53', '2013-05-25', 'acw92@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369508961', '0', '1369508961', '1369509155', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '94.168.56.56', '0', '1', '', '0', '0', '-1', '0', '0', 'YZN*M&pe$^g9c:>E1GLnA)vBIf]O.<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4261', '2', '', '0', 'JorgeXCU', '6ef111a48605dd1a52e80178d87fd4f6', '2013-05-26', 'colganunx@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369524068', '0', '1369524068', '1369524268', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.202.38', '0', '1', '', '0', '0', '-1', '0', '0', 'Y.uVw\\t&*d/|ud\'9qy\\iLNl%Ubvm\\_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4262', '2', '', '0', 'GonzaloDr', 'c0e487143f07fa0b7bbf5d5a5b60675b', '2013-05-26', 'songzjem@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369538944', '0', '1369538944', '1369556196', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '49.49.134.3', '0', '1', '', '0', '0', '-1', '0', '0', 'J^`7Q898Mv>l2{Y;B$]FHID~,/?,n\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4263', '3', '', '0', 'AllieGons', '1e9aba8b1f8b5695d978ec8427f0ee55', '2013-05-26', 'ugliestjailer71@outlook.com', '0', '', 'http://woodworkingfurnitureplans.tigabtes.com/', '', '', '', '2', '0', 'Junior Member', '0', '1369604448', '0', '1369604448', '1369675576', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.34.247.137', '0', '1', '', '0', '0', '-1', '0', '0', ']O1lj}s^?W4N_Ohd=LCZ`D-R=H~)b%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4264', '2', '', '0', 'load2110', '74cea7e3419b62084966e5db100a8bd1', '2013-05-27', 'load2110@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369652897', '0', '1369652897', '1369653307', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108295', '11-15-1982', '1982-11-15', '-1', '-1', '130.225.239.66', '0', '1', '', '0', '0', '-1', '0', '0', 'fs37b]fll8M:s\"WtC&7mRPQ&hirVX|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4265', '2', '', '0', 'PorterJXE', 'b94aa8850c489099968986d0c8cf0f96', '2013-05-29', 'garrulousdairy780@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369785177', '0', '1369785177', '1369790688', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.236.32.222', '0', '1', '', '0', '0', '-1', '0', '0', 'q^|14j86qa)H|jw1|\\X*`Z|S|65w,<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4266', '2', '', '0', 'rob1cahill', '74f933327aaf3edbcd53a472c67af4cf', '2013-05-29', 'rob1cahill@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369840943', '0', '1369841063', '1369950480', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '2.103.153.169', '0', '1', '', '0', '0', '-1', '0', '0', '%n90t..57#4CV::s2?5;dR%l@^NzF*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4267', '2', '', '0', 'Steve-e-boy', '64bdb507bea882e2af996ab292ccedf8', '2013-05-30', 'chewingawasp@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369926974', '0', '1369926974', '1369927673', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.155.130.67', '0', '1', '', '0', '0', '-1', '0', '0', 'xsr.$k8suZOsR59qRzdSLtH!FOFm~M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4268', '2', '', '0', 'BritneyNh', 'f7070cfa488a2d59ebbe67fa5de6ead1', '2013-05-30', 'wfiillemegerityl@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369950869', '0', '1369950869', '1369950953', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.127.135.197', '0', '1', '', '0', '0', '-1', '0', '0', 'a^r>Ku~q\"4rt=GWQLgIVBLtrS!ZYYc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4269', '2', '', '0', 'PercyNest', '4046dc080ca3457c87737caaa7fd783e', '2013-05-31', 'percy.nestor@cellulitefreed.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1369976999', '0', '1370038151', '1370301149', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.143.143.116', '0', '1', '', '0', '0', '-1', '0', '0', 'o;z,1jQ=A_*SMA04eLqO*M2V2x.e7a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4270', '2', '', '0', 'Fidelia74', 'f189bb47d1856fc8c340246ce643eae6', '2013-05-31', 'bastonrc@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1370030023', '0', '1370030023', '1370030911', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.202.39', '0', '1', '', '0', '0', '-1', '0', '0', '|fY(LP.P:*p%m7Z>TwY0M$%*xB[K%\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4271', '2', '', '0', 'Verna34X', 'e0ce44f91b5bf6a4ad8f229a938c6d71', '2013-05-31', 'pandora.edmank3626@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1370039904', '0', '1370039904', '1370259186', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.37.165.174', '0', '1', '', '0', '0', '-1', '0', '0', 'WNVJ]le{j2Cv=2F`T7+\"*g^6D>OVfT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4272', '3', '', '0', 'RaymondM5', 'add2f4d8b2c45da545fb18e08da5c61e', '2013-06-01', 'michalchmiela20@hotmail.com', '0', '', 'http://bluepointsoftware.com/projekt-logo-s1705.html', '', '', '', '2', '0', 'Junior Member', '0', '1370070702', '0', '1370070702', '1371418094', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1976', '1976-08-16', '-1', '-1', '5.135.99.214', '0', '1', '', '0', '0', '-1', '0', '0', '\':iNP*d[@6GY@u8WF.k_*rYoOe#c\'+vO%Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4274', '2', '', '0', 'NellieGhk', '156e23408583fe2f6260587dafad1d3e', '2013-06-01', 'bretonfs@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1370118483', '0', '1375615067', '1375767755', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.157.202.36', '0', '1', '', '0', '0', '-1', '0', '0', '{Tu*~x1^R/~Qn)g#\"5CM&pwhl7(al%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4275', '2', '', '0', 'Something Random :)', '79b08ffcb7e1021b6c73b54c2d3c533a', '2013-06-02', 'shane-m@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1370183598', '0', '1370460303', '1371312400', '1370459621', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.31.114.9', '0', '1', '', '0', '0', '-1', '0', '0', 'CQBF;e~76`nBm\\sHxn#%lz]`q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4278', '2', '', '0', 'EloisaRec', '000232dee1f50c813c1bb103b6af24c8', '2013-06-06', 'eloisa.rector@thermostatreviews.org', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1370521523', '0', '1370521523', '1370521705', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.208.130.227', '0', '1', '', '0', '0', '-1', '0', '0', '6RiZI}},dsQ>!~gN~]_Zy;3Zd]=LCq+cS6p6_Gp(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4283', '2', '', '0', 'Havoc-Rey', 'a2b5dc9fb09247ff8c0c3ed819e75993', '2013-06-14', 'gambit2_8@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1371238520', '0', '1371238520', '1371240684', '1371238809', '1', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.55.202.45', '0', '1', '', '0', '0', '-1', '0', '0', 'tv`>/dW]{wwWZc5w,p,,Q,lYkaGFRj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4289', '3', '', '0', 'FelipaBec', '9e4c8a1cb2e45f7a9a6a6eeb20e4c948', '2013-06-20', 'sheriswan@dispostable.com', '0', '', 'http://www.MinecraftDownload4Free.tk', '', '', '', '2', '0', 'Junior Member', '0', '1371717781', '0', '1371717781', '1372784098', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-20-1979', '1979-03-20', '-1', '-1', '74.221.222.133', '0', '1', '', '0', '0', '-1', '0', '0', 'cE~^ZTMeYk0+_\'BBlhB2AH6Rj_~RB!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '525', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4284', '2', '', '0', 'AnnettSka', 'ec06180e6549a5eee5d20ccb2bfbea23', '2013-06-15', 'jeffersonlister@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1371316400', '0', '1371316400', '1371764596', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.248.194.46', '0', '1', '', '0', '0', '-1', '0', '0', '^z>m^@=!*`V\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4285', '2', '', '0', 'Kotetsu', '0d8b104e585749d820641af0b6e2136a', '2013-06-15', 'kotetsu.redwood@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1371332665', '0', '1371332665', '1371334227', '1371333967', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.152.127.64', '0', '1', '', '0', '0', '-1', '0', '0', 'd^Q&GwXS+\\T?HVt/E{ZleJ\'d6R\"n79', '', '0', '80560', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4286', '3', '', '0', 'lexeypetrovy9981', '74d09d72d932b90514d22a7f3eab9b9c', '2013-06-16', 'lexeypetrovy@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1371347028', '0', '1371347028', '1371347028', '0', '0', '10', '5', '11', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '190.203.69.228', '0', '1', '', '0', '0', '-1', '0', '0', '\'b~cO`hl/U_Dkq>Oyc~qpQs(88Pb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4293', '3', '', '0', '(SSD)BlueTiger', '05772c7b7157b562d99d7c454d1206ee', '2013-06-22', 'lewis.cook@idnet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1371893822', '0', '1371893822', '1371894368', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '212.69.51.250', '0', '1', '', '0', '0', '-1', '0', '0', '2F$7Q2?z=SY-~nCc}/W#dCL+dpXI7y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4294', '2', '', '0', 'BlakeBann', '975eabf9c05e9a451ea8ae37cce1ab99', '2013-06-23', 'subsequentupsho@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1371955972', '0', '1373165833', '1373701287', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.119.148.128', '0', '1', '', '0', '0', '-1', '0', '0', '37#!3#X~zsf8m2z#Fjf0Ssi\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4295', '3', '', '0', 'CarleySfh', 'cbb7972857669eaa2a2943b0af9158eb', '2013-06-24', 'rollinsaar@hotmail.com', '0', '', 'http://socialchatbox.com/node/2951', '', '', '', '2', '0', 'Junior Member', '0', '1372097157', '0', '1372097157', '1372104348', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-19-1970', '1970-05-19', '-1', '-1', '173.0.51.248', '0', '1', '', '0', '0', '-1', '0', '0', 'uH>_3Z>w{_EpKB6r?rHIBz.2Ym!njF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4296', '3', '', '0', 'JUYTrisha', '2b35a1990e3c83dd154811539766762b', '2013-06-26', 'dannyakzd@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1372217352', '0', '1372217352', '1372217352', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.171.50', '0', '1', '', '0', '0', '-1', '0', '0', 'i,d8{AVVKy(}yJjM`y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4306', '3', '', '0', 'JedHyatt', 'b8ccd5d129410df5989dd5fcdc74d251', '2013-07-08', 'ruddickzaiq@hotmail.com', '0', '', 'http://tuapm.evoweb.pl/profile.php?mode=viewprofile&u=27518&sid=c941d93dfbb9f834283c65d87183', '', '', '', '2', '0', 'Junior Member', '0', '1373299389', '0', '1373299389', '1374757842', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1984', '1984-11-20', '-1', '-1', '192.119.148.99', '0', '1', '', '0', '0', '-1', '0', '0', '.-\"5f5<)3m.Gjg;]hW5S{_0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4303', '2', '', '0', 'IolaNeele', 'ce728e858c7c3774c542d53d850b4e8c', '2013-07-05', 'louannewolff@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1372978988', '0', '1372978988', '1373647955', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.175.89.85', '0', '1', '', '0', '0', '-1', '0', '0', '7y)08oR!FafM`O!#w.judx,Z,4m+W1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4304', '2', '', '0', 'Mr. Victor', 'e0e556cf1e4946a35be9a1e3f49cf789', '2013-07-07', 'h.c.victor2@web.de', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1373221785', '0', '1428948869', '1429289073', '1397216025', '10', '10', '5', '1', '1', '0', '0', '0', '45108439', '05-14-1997', '1997-05-14', '-1', '-1', '79.232.191.46', '0', '1', '', '0', '0', '-1', '0', '0', 'g2vR\"W|t9)4.w>6j\"%R\"stg+0Ts`If', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '451', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '5', '2', '2', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4305', '2', '', '0', '80Reid', '67e98718d0497d094f40d9fd83ea7cb6', '2013-07-08', 'reidsam80@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1373290872', '0', '1373537673', '1373624019', '1373623981', '7', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.105.115.242', '0', '1', '', '0', '0', '-1', '0', '0', ']f$Ff}A[ZR6m.,CJftp+*oZW\'brv}1', '', '0', '80675', '0', '0', '0', '0', '', '0', '0', '', '214', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4307', '3', '', '0', 'PGVJustin', '67712d4233a6353d8b2cf833e911159b', '2013-07-08', 'monicanoonss0067@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1373319771', '0', '1373319771', '1373319771', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.180.131.177', '0', '1', '', '0', '0', '-1', '0', '0', 'p9\'|!7F@&nn?IMnTN,ajnr[xbWDlePdCf);^Jd6d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4310', '2', '', '0', 'VaughnLMM', 'fcc106060d55f218c10ba0439a8ec5e2', '2013-07-10', 'brownauwb@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1373442883', '0', '1374006710', '1374394943', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.115.98.109', '0', '1', '', '0', '0', '-1', '0', '0', '1az.L}.Ph6HGW>FTc(*HBW%(o\"h|)a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4309', '8', '', '0', 'pickupstore', '6de234894b214f6f5a16dbbfa871821e', '2013-07-09', 'pickupstore@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1373381050', '0', '1373382420', '1373382420', '1373382396', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '65.60.20.66', '0', '1', '', '0', '0', '-1', '0', '0', '%iL*9!)_a0Bp:(HC>g3v=Q>;}m?F,m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4311', '2', '', '0', 'Kate88E', 'fee1989378fd8fe65dd6cf4643a745d1', '2013-07-11', 'martasniezynska@yahoo.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1373568867', '0', '1373569726', '1373841523', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.121.238.67', '0', '1', '', '0', '0', '-1', '0', '0', '|)7)TG&\"$)R!$$WU:BNhY-m8Wb`+b&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4312', '2', '', '0', 'Teamcraft', '470f003f4b8b373b9234490816e28300', '2013-07-12', 'admin@teamcraft-mc.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1373648367', '0', '1388612413', '1396113337', '1396113336', '5', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.223.109.224', '0', '1', '', '0', '0', '-1', '0', '0', '|GaOmP{c?m_!w<:QBV=[Wxo/3<[/kn', '', '0', '81790', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4313', '3', '', '0', 'MerleCole', 'add89c72f07031c1374876a58d1b767e', '2013-07-13', 'henriettadelossantos3816@trash-mail.com', '0', '', 'http://www.arowrental.com', '', '', '', '2', '0', 'Junior Member', '0', '1373750795', '0', '1373750795', '1374183229', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-20-1984', '1984-03-20', '-1', '-1', '192.95.48.221', '0', '1', '', '0', '0', '-1', '0', '0', 'f3bC2S>j:@r/F`o`/nS0`ZN`\"DnifSr2:zUhjMTV6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4320', '2', '', '0', 'LamontKoz', 'b03f310be83d73841c609fdd51d30378', '2013-07-22', 'casselssz@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1374528573', '0', '1376846291', '1377795942', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.248.202.230', '0', '1', '', '0', '0', '-1', '0', '0', '@fM,-0DI)1)KR;c=db@LbofLT)+Q%XXsEn+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4322', '2', '', '0', 'SandraHuddleston', '33e3bf07ae060b1f178e832bc351817f', '2013-07-24', 'DEWITT_Maria7421@hotmail.com', '0', '', 'http://xboxChronicles.com/preorder', '', '', '', '2', '3', 'Junior Member', '0', '1374663074', '0', '1374663397', '1374663397', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-15-1982', '1982-08-15', '-1', '-1', '198.203.29.78', '0', '1', '', '0', '0', '-1', '0', '0', 'q(V[Uhey,5hj]e$T!40PECM[b`iEmE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4323', '2', '', '0', 'IdaCritte', '1bc5061460245228576383a809f094c6', '2013-07-24', 'gabrielle.huxtablexd0748@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1374667553', '0', '1374865323', '1377805578', '1377805576', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.180.128.119', '0', '1', '', '0', '0', '-1', '0', '0', 'VL~!q-Kp$6N7.^_FfnzEF75X\'zz\\QQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4324', '3', '', '0', 'Grumpy Pyro', '3dafe51e7cdca47d3530b323052fdf75', '2013-07-24', 'mysteryguy@abv.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1374670139', '0', '1374670139', '1374670252', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '212.50.64.17', '0', '1', '', '0', '0', '-1', '0', '0', '\\F,iYHPAdw1(G-~kA!CqWyoTW=${Gw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4325', '2', '', '0', 'PedroHorv', '3596a3dfafd06eeb48f51a5b70ed027f', '2013-07-24', 'haley.anthonyzm3861@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1374678605', '0', '1374680058', '1377811466', '1377811465', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.180.128.119', '0', '1', '', '0', '0', '-1', '0', '0', 'V5[9S)T6yr#4$jnr+vnJhdB{sL[B]S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4326', '8', '', '0', 'fresh cybernet', '753c71e3b849154d1a1385e125b74c18', '2013-07-26', 'freshcybernet@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1374860820', '0', '1374860877', '1374861060', '1374861060', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '98.159.196.83', '0', '1', '', '0', '0', '-1', '0', '0', 'wX?r98YN]LPFEfh[)c_D.JKWyYR-,+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4327', '3', '', '0', 'TyronePuc', 'cd7ec34a3c434b8aeaad1551d5b58096', '2013-07-27', 'millandier@hotmail.com', '0', '', 'http://www.cbjihc.com/', '', '', '', '2', '0', 'Junior Member', '0', '1374909908', '0', '1374971706', '1374975636', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-01-1975', '1975-02-01', '-1', '-1', '199.180.135.235', '0', '1', '', '0', '0', '-1', '0', '0', '%\\;HKQ@kuj-saQ}S\'Y,c/PeZD*v^4\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4328', '3', '', '0', 'HollisKoo', '936367704aa5b430dbebcd50a3b730eb', '2013-07-27', 'Hollisbt4644@rls-log.net', '0', '', 'http://www.mobilemultiplayerfun.de/profile_eriksaldana', '', '', '', '2', '0', 'Junior Member', '0', '1374914189', '0', '1374914189', '1376206147', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-07-1983', '1983-10-07', '-1', '-1', '64.31.25.232', '0', '1', '', '0', '0', '-1', '0', '0', '%b8{LS&k^W9>5S[I5biD!QluqzuMRp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4329', '3', '', '0', 'CelinaSwa', '81bdac65f414a16c946f443f7577f552', '2013-07-27', 'stylefdfep@hotmail.com', '0', '', 'http://www.cbjihc.com/', '', '', '', '2', '0', 'Junior Member', '0', '1374921608', '0', '1374921608', '1374921673', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-07-1976', '1976-07-07', '-1', '-1', '199.180.135.230', '0', '1', '', '0', '0', '-1', '0', '0', 'nh|g=!@1Ol!3v@tt0Q6\'@>Jvcvcv|b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4330', '3', '', '0', 'Dolan', 'efcbdc1b2a7e93e7c3a91495de6b8432', '2013-07-27', 'Harriosn.yates@gmx.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1374963266', '0', '1374963969', '1374985187', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.182.254.206', '0', '1', '', '0', '0', '-1', '0', '0', 'p4j$WQH%Z{~87a671NaqZK_cbp-tEN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4331', '3', '', '0', 'JaimeFed', 'b3617b4a32f20fa3492c98962f08a406', '2013-07-28', 'DiedraeStoughv1412@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1374972663', '0', '1374972663', '1374972663', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.128.97', '0', '1', '', '0', '0', '-1', '0', '0', 'dhr3~-!>SGxFllK!z(pA1o>b><&-gn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4332', '2', '', '0', 'KyleLlq', '30a490f7c92bff79e6f193f06f867493', '2013-07-29', 'kylenb8590@my-points.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1375058315', '0', '1375058315', '1375164198', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.31.25.232', '0', '1', '', '0', '0', '-1', '0', '0', '(\\765a![X&mE/S601)MZh%(J\":Qv6)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4333', '2', '', '0', 'Riziqn', 'ab614467dabe78293e1708d6085c805d', '2013-07-29', 'mp54@live.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1375090457', '0', '1375090457', '1375090623', '1375090562', '1', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '84.27.255.69', '0', '1', '', '0', '0', '-1', '0', '0', '#WJzd`F)!?dV|Ml`xV1lS\"^).)Xo>.^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4348', '8', '', '0', 'Lee Best', '2e801f02b39bb175bddb3249522a8791', '2013-08-10', 'leebest721@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1376141550', '0', '1376141550', '1376141980', '1376141978', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '88.178.116.157', '0', '1', '', '0', '0', '-1', '0', '0', 'zwpP#XJ^\"q(k+uPhU8j>L%|lK2x2Y^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4344', '3', '', '0', 'Muffmed', '5d4b67659ce0761ef5cf1fee35005320', '2013-08-06', 'hermiee4@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1375805356', '0', '1384273543', '1384273879', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.216.139.6', '0', '1', '', '0', '0', '-1', '0', '0', 'K6C}29E6-ftnwdx?I;U0%8/a2zO,0M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4345', '8', '', '0', 'New jake', '182fed7630d6f8a64235e57c9fabafeb', '2013-08-06', 'newjake725@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1375825776', '0', '1375825776', '1375826491', '1375826477', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.188.241.29', '0', '1', '', '0', '0', '-1', '0', '0', ']SrlpgAB\'zlyRBoV?\"l_p$wd82S\\i)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4347', '3', '', '0', 'athoinay25', '674e3ec01908b95d30182dc26b048aaa', '2013-08-07', 'athoinay25@yahoo.com.vn', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1375896471', '0', '1376826593', '1377379323', '0', '0', '10', '5', '7', '1', '0', '0', '0', '45108631', '12-12-1970', '1970-12-12', '-1', '-1', '123.26.197.46', '0', '1', '', '0', '0', '-1', '0', '0', 'my/DC\'', '', '0', '80765', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4350', '2', '', '0', '|MPC|elias', '6ffffadda9eb8f2df863020dc55a920b', '2013-08-10', 'eliase93@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1376149216', '0', '1376149450', '1376151940', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '88.65.87.101', '0', '1', '', '0', '0', '-1', '0', '0', 'cZ[,F?SAy(PcQa?^j&5^|lEbf5M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4365', '8', '', '0', 'bthoinay2', 'a7af32e292f932eac214c147af0d9752', '2013-08-16', 'bthoinay2@yahoo.com.vn', '0', '', '', '', '', '', '2', '2', 'Banned', '0', '1376665766', '0', '1377560290', '1378278344', '1377560283', '0', '10', '5', '7', '1', '0', '0', '0', '45108503', '12-12-1970', '1970-12-12', '-1', '-1', '113.179.26.24', '0', '1', '', '0', '0', '-1', '0', '0', 'a:~F_lq0]QA2YSwlB\'Z8*,`vP\"*X|V', '', '0', '80827', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4366', '2', '', '0', 'MunCh2', 'cd8f8d874f931d0100ae2cfb0f71d3b9', '2014-01-17', 'mark.howarth@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1376667240', '-1', '1380746374', '1389996485', '0', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '', '0', '0', '', '0', '0', '-1', '0', '0', '=Ec1=<&Gbzv!mc;q/`&57S?sNB3UX_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4367', '2', '', '0', 'deathpenalty666', 'a17ce52f1aa24f5dab2cadfb23579730', '2013-08-17', 'deathpenalty_666@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1376736681', '0', '1376736681', '1376738540', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '65.94.187.215', '0', '1', '', '0', '0', '-1', '0', '0', '?/XRm4Ca7w|-GS7oU+]3k+SK|jp&`L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4368', '2', '', '0', 'MattieFMS', 'f03f6286d15027624e5c4b64331275f1', '2013-08-18', 'jasper@yohimbe.us', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1376780426', '0', '1376780426', '1376780426', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.136.146.99', '0', '1', '', '0', '0', '-1', '0', '0', '}9p}\"m=P{_Zl]_D`{h48S>Dz.2`GFE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4369', '2', '', '0', 'DonnyNZPN', '56046f459e43658ac285e85cfe0aa0c7', '2013-08-19', 'Luettamft816@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1376908778', '0', '1376908778', '1376909287', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.218.209.146', '0', '1', '', '0', '0', '-1', '0', '0', 'r^AlL*95yD~&OU`u@9`{w=:UIa^4_{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4370', '2', '', '0', 'darknico', '1ccfba490096d0c8052a1930ea26a07b', '2013-08-19', 'nicoc41@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1376935052', '0', '1376935052', '1376935116', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '85.54.255.59', '0', '1', '', '0', '0', '-1', '0', '0', '~a\\*s~$5ejyU(K|T.3=,A^M%.=$[P;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4371', '3', '', '0', 'Vlad_Bellic', 'a40642b309a1a0c350856f6f01fc88fb', '2013-08-19', 'VladBellic01@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1376938675', '0', '1376938675', '1376938675', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.241.45.18', '0', '1', '', '0', '0', '-1', '0', '0', '_cGQi4&1?t;J+0b05DuI/E&?tU8w2{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4372', '2', '', '0', 'oscarbravo', 'd6cda6021bfc3eef1b212b8b7cc9f0c1', '2013-08-19', 'damuttsnuts@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1376941018', '0', '1376942072', '1377285537', '1377285369', '2', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '149.241.252.117', '0', '1', '', '0', '0', '-1', '0', '0', 'A1[9/HZm4`>PJ[FfwI\'!]>ZtJ%.YT#', '', '0', '80812', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4373', '2', '', '0', 'JesseHook', '7a8cb61c399f5112dad49de6f17869ed', '2013-08-20', 'standardelectricalservices@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1377006758', '0', '1377006758', '1377006758', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.132.68.29', '0', '1', '', '0', '0', '-1', '0', '0', '%X=XP2B9[[$&Js1%Z!4M581lsO[aKU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4374', '2', '', '0', 'KerriCarn', 'ed3a34afdddb5790a63e20b26ccd7c0d', '2013-08-21', 'goxogovyrok@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1377109315', '0', '1377109315', '1377214031', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.157.131', '0', '1', '', '0', '0', '-1', '0', '0', 'Ad9_n2i=Z5X0|Aquc%i18km_`2{3?.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4375', '2', '', '0', 'DelMirand', '74aaf8ebc17cee9def753cf765ca2ad7', '2013-08-22', 'wiberixeduvi@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1377145654', '0', '1377145654', '1377216625', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.252.75', '0', '1', '', '0', '0', '-1', '0', '0', 'tK(tFI6EX-:xocU0O[9FTS1P*K)eb[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4376', '8', '', '0', 'riverscott1', 'abcaebfc9d6c0ad989a65ff31446678c', '2013-08-23', 'riverscott107@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1377264411', '0', '1377264411', '1377267934', '1377267932', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.138.21', '0', '1', '', '0', '0', '-1', '0', '0', '}*ufSAi8Ggn#80V:b]%Y<3LrwVum^z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4377', '3', '', '0', 'AugustGaa', '3a724ecf189ab6a9a299438e631fc599', '2013-08-24', 'chiarellixx@hotmail.com', '0', '', 'http://petcommando.com/profiles/status/show?id=6442494:Status:23407', '', '', '', '2', '0', 'Junior Member', '0', '1377334069', '0', '1377334069', '1377343131', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-29-1971', '1971-06-29', '-1', '-1', '199.119.225.159', '0', '1', '', '0', '0', '-1', '0', '0', '(NYBS)\\,m7o:ExJc{,DPb~tu\'ul,2d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4378', '8', '', '0', 'mahmanga2', '6e84fce55773d4cbb822ea8c50922acb', '2013-08-24', 'mahmanga234@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1377343427', '0', '1377343427', '1377352773', '1377352772', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.52.6', '0', '1', '', '0', '0', '-1', '0', '0', '(N@2LQ&a^,CZ,m1az`>JltE`TH`TEz2dv+KqSaK*Mm8\\bL9/gy8XXWKWCh\'Clzm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4385', '8', '', '0', 'cardsgenuine', '6dc12ad2422f05128ab8414e743eb3b8', '2013-08-27', 'cardsgenuine@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1377607323', '0', '1377607323', '1377608551', '1377608532', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.35.202.95', '0', '1', '', '0', '0', '-1', '0', '0', 'jF([NQkV\'V\'%%Ze#UK}Rb0\"myoi1my', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4387', '8', '', '0', 'kanhasunona7', 'e36ce503661fae2c6ec3951f4f8eb17e', '2013-08-28', 'kanhasunona701@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1377714307', '0', '1377714307', '1377718758', '1377718757', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.86.172', '0', '1', '', '0', '0', '-1', '0', '0', '-HXo6o2gowZHnH|+SD3SLsu+a_un0?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4388', '2', '', '0', 'PryMary', 'aa989579e1980f02ed1cf6d99c6ccf1a', '2013-08-28', 'james_dunford@msn.com', '43', '', 'http://www.pwnagedistribution.com', '', '', 'jamesdunford28', '2', '1', 'Junior Member', '0', '1377717874', '0', '1382255974', '1387921628', '1387921628', '5', '10', '5', '0', '1', '0', '0', '0', '45112695', '06-09-1981', '1981-06-09', '-1', '2', '86.165.165.20', '0', '0', 'james_dunford@msn.com', '0', '0', '1', '0', '0', '4F=v~eR(A`S@4Bz*f@4GtGOT_BKn)/', 'pdi-doc', '0', '81332', '0', '0', '0', '0', '', '0', '0', '', '206', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4389', '3', '', '0', 'baptrickmlittle7582', 'ecce6cb78fa04ef237e948819b03a1cc', '2013-08-28', 'baptrickmlittle@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1377718798', '0', '1377718798', '1377718798', '0', '0', '10', '5', '6', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '186.93.12.106', '0', '1', '', '0', '0', '-1', '0', '0', 'EV\':\'Xyko6GTBrQCE>9D{Oh$b\"PRK)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4391', '8', '', '0', 'EddyQwd', 'e3442845d6c4013e0cb3ded0a02074ca', '2013-08-30', 'raven.gilmenjz9443@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1377817215', '0', '1377817215', '1377817945', '1377817943', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.0.54.244', '0', '1', '', '0', '0', '-1', '0', '0', '|D\"+,[TPSGEoBE#xj(+)!;Bk}H\\J0s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4392', '2', '', '0', 'DwightRom', 'f585466ca374a8ae70704fc8ebde4c23', '2013-08-30', 'hulkingcrow52s@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1377837036', '0', '1377837192', '1378099325', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.68.209', '0', '1', '', '0', '0', '-1', '0', '0', 'KnjH`RYH4Q;o37MtwI\\[zG}h@0bw{J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4393', '8', '', '0', 'shudhdesi9', '8fd248fca3915c55148d0b071cdd5fd8', '2013-08-30', 'shudhdesi927@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1377887183', '0', '1377887183', '1377939865', '1377939863', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.99.140', '0', '1', '', '0', '0', '-1', '0', '0', ']^.`G^@5Z`.trcXMeSK@qu#KRUI)Y1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4394', '8', '', '0', 'albeezarding', 'b13c7ec16cc125bf8cdcf90fcb0ebda8', '2013-08-30', 'albeezarding@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1377897946', '0', '1377898963', '1377898963', '1377898727', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.204.181.247', '0', '1', '', '0', '0', '-1', '0', '0', 'f^)c17}T_a|M/NX0^b5ys8}B*|Hn$z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4395', '8', '', '0', 'badarsuri6', 'a403a435e1b6dbad2401de011b1a7448', '2013-08-31', 'badarsuri627@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1377957426', '0', '1377957426', '1378014795', '1378014794', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.45.82', '0', '1', '', '0', '0', '-1', '0', '0', '|;.DNC8Jp,m>#%fd]i)z[]i!_iVd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4411', '2', '', '0', 'alca336', '057cd471757c3446282795523310c9b0', '2013-09-07', 'victor_elrex@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1378554013', '0', '1378554013', '1378555525', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '79.108.156.71', '0', '1', '', '0', '0', '-1', '0', '0', 'jWXD=juvO}4@gW;Wn!Xa]Viqh|J!^p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4412', '2', '', '0', 'NormandHy', 'c111c5c6bd8288c11b94c00bb211a082', '2013-09-07', 'maryannchavez@mmmmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1378569229', '0', '1378569229', '1378592000', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.221.223.238', '0', '1', '', '0', '0', '-1', '0', '0', 'kA]/24Q_gkiX5K9:+[|BEO3FR_|\'xp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4413', '3', '', '0', 'aangelasahvs9078', 'ac34cb9c54ab3a45b7aeec6739c9eca5', '2013-09-07', 'aangelasahvs@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1378570548', '0', '1378570548', '1378570548', '0', '0', '10', '5', '3', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '5.138.115.207', '0', '1', '', '0', '0', '-1', '0', '0', '8O\'/dn~nDSK:Yd[~E-##GHM[1;4\\@x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4414', '2', '', '0', 'AlfieChelseaUK', '61106bdb9ed3ca49c9ebc393716422ff', '2013-09-07', 'alfie12342010@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1378580268', '0', '1378580268', '1378580547', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '94.174.155.155', '0', '1', '', '0', '0', '-1', '0', '0', 'h,DF.]Y_xtlgh!$[:6d4KXz$>|{fyp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4415', '8', '', '0', 'minalochni1', '58760da60a186e5217ac3354a2db6fad', '2013-09-08', 'minalochni111@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1378623326', '0', '1378623326', '1378649992', '1378649991', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.197.164', '0', '1', '', '0', '0', '-1', '0', '0', 'FLp5PNz6Au\'{?1>v5s1#rRK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4416', '8', '', '0', 'deepikailu987', '36ca1d9bc86c15dd1b1a01a3e436fef7', '2013-09-08', 'deepikailu98741@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1378626961', '0', '1378626961', '1378627198', '1378627197', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.100.113', '0', '1', '', '0', '0', '-1', '0', '0', 'ZF-~6a:6xD.P|>!PW4//T>&aT[1]]w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4419', '8', '', '0', 'Lena9764', '34c26333cc36c4e0769a7a0ead8478a5', '2013-09-09', 'candeehwd@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1378741526', '0', '1378741526', '1378871096', '1378871089', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.98.120.83', '0', '1', '', '0', '0', '-1', '0', '0', 'eFOco2\'Ew6]~4[axp#BlAb7z2A_/I|y{_u*D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4425', '2', '', '0', 'ElsaKiefe', '12e2857f5b9f61f2fdb5f1c1e2720a6f', '2013-09-12', 'paulingke@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1378960523', '0', '1378960523', '1379047718', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.198.228.40', '0', '1', '', '0', '0', '-1', '0', '0', '#,zB1\\[T3\\/>,3pP8IL^i]u\'QjzP`a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4426', '8', '', '0', 'ekalavya1', '9f8d76c2f91481d7129d686ab3d5a8c0', '2013-09-12', 'ekalavya1115@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1378970244', '0', '1378970244', '1378994554', '1378994553', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.177.201', '0', '1', '', '0', '0', '-1', '0', '0', '=7!8e[UewuYYIvoT5cWWz`:wKy}5x|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4427', '8', '', '0', 'hansloius1', 'b7e2a4a1ab28921b77cf20e3fe6b6e4f', '2013-09-13', 'hansloius1217@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1379058502', '0', '1379058502', '1379090927', '1379090926', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.38.73', '0', '1', '', '0', '0', '-1', '0', '0', '(BT)N<[L2V!Avw8@,dJ~\\i\\\'B^pBh2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4436', '2', '', '0', 'benjibb', 'f6d5ffe9a1df79a2db00525ac6ffa936', '2013-09-15', 'benalissi@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379268290', '0', '1379405522', '1379691515', '1379691506', '6', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.157.114.196', '0', '1', '', '0', '0', '-1', '0', '0', 'qd#`]SX571UQ+22~\"]aty/@OX?FdS7', '', '0', '80957', '0', '0', '0', '0', '', '0', '0', '', '142', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4428', '8', '', '0', 'JTAJanie', 'e0eb6262cb904f665ef19b0b1c1a8a74', '2013-09-13', 'heungmlx@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1379076741', '0', '1379077226', '1379193706', '1379193705', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.135.113.237', '0', '1', '', '0', '0', '-1', '0', '0', 'lpd~15No]^R=52EGL{1R9Cb4_$ih:U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4429', '2', '', '0', 'KYR ¥§KarnivoR§¥ ®', 'b33170a445431d5d36be471decc31759', '2013-09-13', 'konrad.kpw@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379107532', '0', '1381945866', '1384622232', '1384622232', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '89.69.249.135', '0', '1', '', '0', '0', '-1', '0', '0', 'bB9Nbl~/YdGh-b0&Vp{QYr_58IcJ{,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4430', '8', '', '0', 'frankjean1', 'cc8027ae9910bed27831e935b1177ac6', '2013-09-14', 'frankjean1158@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1379145377', '0', '1379145377', '1379168390', '1379168389', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.170.162', '0', '1', '', '0', '0', '-1', '0', '0', 'gb`,>cZ:,X_PSj-|0ZQZV:\\_NUvHD%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4431', '2', '', '0', 'brandyn835', 'c9a350ccc765ce0e9c8c1a57379cf3c8', '2013-09-14', 'gsa@biggerbuttsecretsreview.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379167928', '0', '1379167928', '1379168614', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.93.54.137', '0', '1', '', '0', '0', '-1', '0', '0', '[)\\Z&gV$/GavHqw8np#=-P(-a/s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4433', '8', '', '0', 'samjoon1', 'c32b174ec080391f51c5783638c58b09', '2013-09-15', 'samjoon122@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1379232637', '0', '1379232637', '1379254061', '1379254060', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.253.137.141', '0', '1', '', '0', '0', '-1', '0', '0', 'C-=88I0%I/l2;4X3Wa?3Ma]iNO2e=G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4434', '2', '', '0', 'ForrestGi', '747cd3f3efee89e23573ba8d3d19f3cd', '2013-09-15', 'figurescp@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379247991', '0', '1379247991', '1379248166', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '180.183.129.198', '0', '1', '', '0', '0', '-1', '0', '0', 'EAjz=Jk3\\i]=Z9H*E6Q)qEaAJ,pJfA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4435', '2', '', '0', 'LouieZuni', '0d58d1b1b9b138dd8fa36feac21bcea2', '2013-09-15', 'millarill@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379252741', '0', '1379252741', '1379252741', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.51.68', '0', '1', '', '0', '0', '-1', '0', '0', 'uk0}j680gYNToopzcdwgVR@%H^B%f(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4437', '8', '', '0', 'de.bester', 'f77378b07d0c750a2d4ed289497ed3ff', '2013-09-20', 'de.bester@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1379666161', '0', '1379666161', '1379666531', '1379666510', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.66.207.134', '0', '1', '', '0', '0', '-1', '0', '0', 'OuY&l0}/uxJVxbF!OrF}V!0+)66|jm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4438', '2', '', '0', 'ArnoldoSm', 'd15d04cb31fd73d7b829508ebff3b69c', '2013-09-20', 'wuqomyditid@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379682431', '0', '1379682431', '1379682998', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.120.171.119', '0', '1', '', '0', '0', '-1', '0', '0', 'p[9NyA/QBLh5k@R5F1d?u+r#nE)~?8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4439', '3', '', '0', 'apittyjunory8205', 'a5029e98cfd341223e0eb27a32e01196', '2013-09-20', 'apittyjunory@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379692650', '0', '1379692650', '1379692650', '0', '0', '10', '5', '3', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '190.73.100.156', '0', '1', '', '0', '0', '-1', '0', '0', 'GeUX=L/;yh\"q{h4NPcf2d:y}1.-@XZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4440', '2', '', '0', 'LeanneAlm', '5b9335dc775a20e32893715ab43199a2', '2013-09-20', 'delonggi@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379711410', '0', '1379711410', '1379711815', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.211.209', '0', '1', '', '0', '0', '-1', '0', '0', 'moij~PqA=y.oZYT8O]2CpVJ^S>*>&N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4441', '2', '', '0', 'nuffguffer', '2dae6071b7b275e7855e33ffa8bf6fb1', '2013-09-21', 'nuffguffer@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379722085', '0', '1379725158', '1379768820', '1379725156', '1', '10', '5', '-5', '1', '0', '0', '0', '45108375', '', '0000-00-00', '-1', '-1', '50.70.205.136', '0', '1', '', '0', '0', '-1', '0', '0', '\'Y;\"SPU]\\/&aMkz04pT+TvY,[$.yg:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4442', '3', '', '0', 'SamuelBlu', '4ceac9fbc0c918c581dc9198af751c1f', '2013-09-21', 'magnificentransv417t@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379732715', '0', '1379732715', '1379732715', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.61.141.80', '0', '1', '', '0', '0', '-1', '0', '0', 'sdA}#sK=vU#0&-vU(o5p*Q\'X>*+g*\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4443', '3', '', '0', 'KrisThorn', 'da5e8a6ae6828d4eea65f68a7a472fb7', '2013-09-21', 'rednip144b520@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379736938', '0', '1379736938', '1379736938', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.211.207', '0', '1', '', '0', '0', '-1', '0', '0', ']k#$x\\\\%<2cgILzybc6`=Qd-#Xh^fj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4444', '2', '', '0', 'ColbyUWV', '44a4eebf2cc071b762075ca62f81a35b', '2013-09-21', 'rybylycehufi@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379784990', '0', '1381623883', '1381670618', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.120.171.114', '0', '1', '', '0', '0', '-1', '0', '0', 'd6bxx`%{/TDiiHq7-Wf#.V()iP\\!dc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4445', '3', '', '0', 'CandaceKK', 'c3ad90eef0dd7faf943cdd8c76374cfc', '2013-09-23', 'coolnymph43rp44@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379892749', '0', '1379892749', '1379892749', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.161.174.63', '0', '1', '', '0', '0', '-1', '0', '0', '-DF<9gcG7e}h!g(j1\\G,eAf(S?Kt5:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4446', '2', '', '0', 'DebbraMah', '0d9146cafbc72a75c2829d6b13ba737e', '2013-09-24', 'viscontizi@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1379988749', '0', '1379989188', '1380436505', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '95.154.216.216', '0', '1', '', '0', '0', '-1', '0', '0', 'nPE*wdhp=h;H[2U/q&ldn4P=++aRS7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4447', '3', '', '0', 'MarcelBei', '4ea541d6ce5eadf03a84bcc8f4ddb576', '2013-09-24', 'melvafowell@trashmail.ws', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380029377', '0', '1380029377', '1380029377', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.120.171.96', '0', '1', '', '0', '0', '-1', '0', '0', ')^Kw&H9-9j\\\\ZnCd?S2~fbVd*h~-cO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4448', '3', '', '0', 'DickStrot', '4fbd5c494f0a7ed6bb11e1bc3ef8e6d0', '2013-09-24', 'soxyqurodume@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380042978', '0', '1380042978', '1380042978', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.163.234.133', '0', '1', '', '0', '0', '-1', '0', '0', '&`09Jl=\"2~H{W\'2J6Kg1vHX5weh=I\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4449', '2', '', '0', 'lonewolf', '838885b67a16d83ef47a9c0f62f6984a', '2013-09-24', 'Nikolai213@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380044238', '0', '1380044943', '1383424625', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '37.142.45.238', '0', '1', '', '0', '0', '-1', '0', '0', 'dTACUAdJ`&:FL\\@P]ogcY$:UzVrm|9gP;)|\"a-pww', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4461', '3', '', '0', 'arbertosgooglet337', 'b6f81f11b83b6e2b3dbd61d81b6ab926', '2013-09-28', 'arbertosgooglet@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380367943', '0', '1380367943', '1380367943', '0', '0', '10', '5', '5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '109.168.240.154', '0', '1', '', '0', '0', '-1', '0', '0', 'l0f|<7`}Uv)e)IqoPrl=#W&E+g1dH3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4462', '3', '', '0', 'bajehzdarka6863', '852d10ffca54b435ecb46e87890965f9', '2013-09-28', 'bajehzdarka@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380384142', '0', '1380384142', '1380384142', '0', '0', '10', '5', '9.5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '190.198.39.192', '0', '1', '', '0', '0', '-1', '0', '0', '[j73GR@7XG2o2a}u?DeZ&0eV!K#)C*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4463', '3', '', '0', 'AubreyBuc', 'b71e97467262d745d3351d3f09a8f7cc', '2013-09-28', 'deanadnx@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380401697', '0', '1380401697', '1380401697', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.89.211.174', '0', '1', '', '0', '0', '-1', '0', '0', '3,74?Q@]FA*_^lC&cX1/57x[{vF/c:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4464', '2', '', '0', 'Goose-tgb', '3a3c68259aa4659cc79ae95de4becef0', '2013-09-29', 'mac@moo1.orangehome.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380410268', '0', '1380410794', '1380467417', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '82.17.206.186', '0', '1', '', '0', '0', '-1', '0', '0', 'W*SJo>yyw*&ev:@~8QL0644%kilVyk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4465', '2', '', '0', 'RFC3251', '31817e49e094c4784eae12b7fc395f16', '2013-09-29', 'gamingdeluxe_mail@tretas.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380466268', '0', '1380466268', '1380466631', '1380466406', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.138.248.47', '0', '1', '', '0', '0', '-1', '0', '0', 'YFnM@JBD^w][mL{2U04Cx!aS0_DJc%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4466', '2', '', '0', 'Lupardi', '5f12e977067ac33e8659490dccc8e7b5', '2013-09-30', 'tuurkie@msn.com', '0', '', 'http://www.sog-squad.com', '', '', '', '2', '1', 'Junior Member', '0', '1380538788', '0', '1380791392', '1380923901', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108439', '03-28-1972', '1972-03-28', '-1', '-1', '82.217.112.249', '0', '1', '', '0', '0', '-1', '0', '0', '7mNp^)?*)l^@H(kExw?*56)\'aJ(FfE', 'Artson72', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4467', '8', '', '0', 'FLOAdrian', 'f9703e40ad0022570817efeb822b79f2', '2013-10-02', 'tyjydofigahu@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1380670530', '0', '1380670530', '1380744451', '1380744450', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '151.237.186.100', '0', '1', '', '0', '0', '-1', '0', '0', 'Yyc\"mz-#9fe;nM4L!odfjC*{yGl1*^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4468', '3', '', '0', 'OlgaWhiti', 'e16197d95d123f9f15f092f0c324493f', '2013-10-02', 'mattstack2@safe-mail.net', '0', '', 'http://glitteringglen.com/tips-for-selecting-the-most-suitable-drivers-education-program', '', '', '', '2', '0', 'Junior Member', '0', '1380706998', '0', '1380706998', '1381140289', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-24-1983', '1983-11-24', '-1', '-1', '173.213.99.180', '0', '1', '', '0', '0', '-1', '0', '0', '09`7?X2$!#4o~6&UGD,GhKsH>R?=^X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4469', '3', '', '0', 'aalexyshtolzea1917', '883a11872ec9cda1e36cc81a07409868', '2013-10-03', 'aalexyshtolzea@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380816505', '0', '1380816505', '1380816505', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '109.168.199.161', '0', '1', '', '0', '0', '-1', '0', '0', 'CFbP*1CcTw{]uI}drE;cApfVoN?S>1t=%/J9j&hP-9', '', '0', '80997', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4471', '3', '', '0', 'MatildaPh', '62fd6b4efc237abd1167b1d90eddaaf5', '2013-10-04', 'gertrudekirkwood@trashmail.ws', '0', '', 'http://www.dailymotion.com/video/x15brxi_coreldraw-graphics-suite-x6-serial-number-tutorial_tech', '', '', '', '2', '0', 'Junior Member', '0', '1380927192', '0', '1380927192', '1381361142', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-13-1974', '1974-11-13', '-1', '-1', '50.115.173.182', '0', '1', '', '0', '0', '-1', '0', '0', '_=BE97!m\\LC=,XOUdVKo1TGxt%sIS8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4472', '2', '', '0', 'SondraSor', '410e085f997ba176d66f0d35d9d5d24b', '2013-10-05', 'kingmigenigh1987@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380930534', '0', '1380930534', '1380930843', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.26.26.185', '0', '1', '', '0', '0', '-1', '0', '0', 'SyT9,Z)(6\'H)ba=4E1=-zgIx*q8\'Fy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4473', '2', '', '0', 'KelleMpi', 'c991e8ac16be3ffccf3fc7b5796fdba0', '2013-10-05', 'erfirosni1978@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380931972', '0', '1380931972', '1380932238', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.26.26.185', '0', '1', '', '0', '0', '-1', '0', '0', 'so+_Qt+s-~aNY,>f&]XB)N!zk6~N[>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4474', '2', '', '0', 'ArlenScho', '9abbb1c78e9e71bca33aa01ce0ba0f84', '2013-10-05', 'dersmifunhe1982@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380932716', '0', '1380932716', '1380932827', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.26.26.185', '0', '1', '', '0', '0', '-1', '0', '0', '\\b8~99t(TZt?>{_zYP>v!9K+?jsZy$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4475', '2', '', '0', 'EmmettPan', '000dee4f58b50b894e47be32ddb2490e', '2013-10-05', 'juegikaperf1982@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1380939457', '0', '1380939457', '1380939992', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.26.26.185', '0', '1', '', '0', '0', '-1', '0', '0', 'Q74bA|3n_|U/\"!xCES@/ve>]P4c7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4479', '3', '', '0', 'agregorassasda2701', '36f74cd41fcbd6ab55fc1594ef4d4918', '2013-10-10', 'agregorassasda@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1381366069', '0', '1381366069', '1381366069', '0', '0', '10', '5', '-2', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '190.142.175.55', '0', '1', '', '0', '0', '-1', '0', '0', ')XF*xxYY#us7L\";i1`G-bt22B.N\'Lm3/R^~!RtZV3Y|q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4481', '3', '', '0', 'StarGeils', '0ace6679b617893453a8b4dd5cfc89a6', '2013-10-11', 'jewelcoxfo8511@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1381502090', '0', '1381502090', '1381502090', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.184.85.107', '0', '1', '', '0', '0', '-1', '0', '0', '\'L8XMQZ&^vWk|Uac_3{!Ih;T!,sAK5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4482', '3', '', '0', 'QuincyPen', '54e273b9631c94dc3e39a481623c6070', '2013-10-12', 'gladysgalloway@dispostable.com', '0', '', 'http://www.Youtube.com/watch?v=lndxxa1vDLY', '', '', '', '2', '0', 'Junior Member', '0', '1381557560', '0', '1382534776', '1382556933', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-30-1981', '1981-06-30', '-1', '-1', '37.72.189.97', '0', '1', '', '0', '0', '-1', '0', '0', ';G`#rV>,&q,g>_,N|pmv$vlrqH-=:+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4483', '3', '', '0', 'Tamera18C', '093d02a23f6c6802f332b9f60ffdc114', '2013-10-12', 'betty.fordbn985@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1381587402', '0', '1381587402', '1381587402', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.82.166', '0', '1', '', '0', '0', '-1', '0', '0', '.f@zKQ(LzV{;Go``Fz%z:y([#g+qhr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4484', '2', '', '0', 'Darin6761', '408ad2dc940311d8c5497fd3d542d317', '2013-10-12', 'Heatherfgj545@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1381591500', '0', '1381591500', '1381599170', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.175.161', '0', '1', '', '0', '0', '-1', '0', '0', 'D0foJslB:!c#8:F212SQ9.!JQ#u$+c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4485', '2', '', '0', 'LoisLienh', '514b2b40df51e92bb3c63e55cedf81fc', '2013-10-12', 'karen1@ottawaclassifieds.biz', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1381617401', '0', '1381617401', '1381617980', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '38.127.98.91', '0', '1', '', '0', '0', '-1', '0', '0', 'TT7h$\\4kq_nj^IiG>eD,ilC0!\'/zM)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4486', '3', '', '0', 'BenitoRat', 'c47050f1649c88d0a9de45195f464886', '2013-10-13', 'kermanvokoz@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1381629440', '0', '1381629440', '1381629440', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.144', '0', '1', '', '0', '0', '-1', '0', '0', 'Mk\"+K[JxYq{kh/$u;~hPXC`-IU|$i{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4487', '2', '', '0', 'Kelly70Z', '480243b9a5ebbee48e8524f6409c317b', '2013-10-13', 'ritzygash25w1j97@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1381652026', '0', '1381652026', '1381652097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.23.188', '0', '1', '', '0', '0', '-1', '0', '0', '.-/~2y`fPBe=A3o-]s#G\"6cfKM4}jV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4488', '2', '', '0', 'ShirleenQ', '4e406f62165707465f8934446a6c32af', '2013-10-13', 'Pauletteasj997@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1381697743', '0', '1381697743', '1381697743', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.119.225.51', '0', '1', '', '0', '0', '-1', '0', '0', 'aGrOUO)Nt93g#DfW]Lx+(w9;M%:/]8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4489', '2', '', '0', 'fckinitup', '0a04c0ac5e918d480ab2855043e1d8af', '2013-10-14', 'fckinitup1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1381705003', '0', '1381705003', '1381705716', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '50.27.198.174', '0', '1', '', '0', '0', '-1', '0', '0', '-4J];\")@K=a6b}PuZI=|6K|M{FhhF<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4490', '3', '', '0', 'KeeshaOOT', '505bbed226578db34e2c95babf1e30f5', '2013-10-15', 'tammy.essexnx8217@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1381830241', '0', '1381830241', '1381830241', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.82.166', '0', '1', '', '0', '0', '-1', '0', '0', 'ck0j?[QrE;DWp4PP8l=u}o*h7$sUTQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4491', '3', '', '0', 'amaximusfracesa9555', '6d591d0f8081a588ae80fc42d7d7c124', '2013-10-18', 'amaximusfracesa@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1382061780', '0', '1382061780', '1382061780', '0', '0', '10', '5', '6.5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '200.84.9.208', '0', '1', '', '0', '0', '-1', '0', '0', 'n[pGDPqmbkHuILW$=7$V=CLbRZq5I[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4492', '8', '', '0', 'sarahlhopper', '2dc6340dc33f1903dffaaa6530fc3dd1', '2013-10-18', 'catfish@renegadepictures.co.uk', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1382113625', '0', '1382113797', '1382351031', '1382113796', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '31.221.45.242', '0', '1', '', '0', '0', '-1', '0', '0', 'MQ&Q1N$#o-g7md0`W*WkJjNYR.7?{o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4493', '2', '', '0', 'Mandellla', '2c369dca8d11a7a0ae69904dbbbe4b40', '2013-10-19', 'eilonman@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1382181280', '0', '1383500324', '1439327165', '1382182749', '1', '10', '5', '2', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '84.94.47.157', '0', '1', '', '0', '0', '-1', '0', '0', 'NVS,X]a[trfIw.pxKU~EoXE6g/%3wr', '', '0', '81018', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4494', '3', '', '0', 'JuanitaAp', '79042d82425b4b76c88bfea12872ad51', '2013-10-20', 'ngancramsie3932@mailinator.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1382226563', '0', '1382226563', '1382226563', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.212.192.126', '0', '1', '', '0', '0', '-1', '0', '0', '0OGU=E2rY%Bz8:b1LoX.Hf7#A>;P;Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5078', '3', '', '0', 'SAdamek', '38da8c646233b91187135cf32613f942', '2014-04-01', 'suzannedelacondamine@spamavert.com', '0', '', 'http://clashofhack.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1396315365', '0', '1396315365', '1396497274', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-26-1971', '1971-03-26', '-1', '-1', '81.4.104.171', '0', '1', '', '0', '0', '-1', '0', '0', 'X\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4495', '2', '', '0', '76. Infanterie-Division', '22305dc7107f5819c2c04b55c3224222', '2013-10-21', 'heer76.ID@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1382375891', '0', '1382376326', '1382376326', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.67.89.153', '0', '1', '', '0', '0', '-1', '0', '0', 'SYJ9,nsjl_#5yJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4503', '2', '', '0', 'SheliaSha', '5de152e76e6f5dbdfc609c47d1731d18', '2013-10-23', 'Nilsahkk450@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1382561182', '0', '1382561182', '1382561182', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.56.237.63', '0', '1', '', '0', '0', '-1', '0', '0', 'NU?;Y`V&-K~k:&niFN8=2M+M-`vxvG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4504', '2', '', '0', 'ToddSulma', 'c16996dad0ae07de158e8af55e2e279f', '2013-10-25', 'largehairstyle119@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1382717644', '0', '1382717644', '1382717798', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.115.207.58', '0', '1', '', '0', '0', '-1', '0', '0', 'j_-XPp\'/)UL]VE3d[hA!le9$#4y}er', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4505', '2', '', '0', 'XPFBethan', 'be7d8e170ee5562050e5a1ce7996a626', '2013-10-26', 'toddrnah@hotmail.com', '0', '', 'http://www.ripoffreport.com/r/Dr-Ray-Woods/nationwide/Dr-Ray-Woods-The-Woods-FUE-Rip-Off-Moorebank-N', '', '', '', '2', '0', 'Junior Member', '0', '1382815186', '0', '1382815186', '1382818106', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-23-1975', '1975-07-23', '-1', '-1', '74.221.217.223', '0', '1', '', '0', '0', '-1', '0', '0', 'H,[vA5^.EO>j:*UXdnA7Pap(zMOs*x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4506', '2', '', '0', 'Tyrannis', '71a63b44524d08744d11d8eff19ad05f', '2013-10-27', 'lordtyrannis@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1382866465', '0', '1382866465', '1382866558', '1382866528', '1', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '151.230.13.180', '0', '1', '', '0', '0', '-1', '0', '0', 'x#7a3mc/iVvUc{xX]Z|)>U%k6}{aEn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4507', '2', '', '0', 'Desiree41', 'cf4fc6a0dc5f1e3e2a39fc586df66609', '2013-10-28', 'hydemsdb@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1382935978', '0', '1382935978', '1383019961', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.180.225', '0', '1', '', '0', '0', '-1', '0', '0', ':rJ\'8Ve24D&3)R[wP>S[JE^8y/\")`\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4731', '2', '', '0', 'tangerine', '9a336ec10c5e970f4d293a7426a16185', '2014-01-20', 'circa_jt302@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390180279', '0', '1390180397', '1431421273', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '01-18-2015', '2015-01-18', '-1', '-1', '82.22.33.60', '0', '1', '', '0', '0', '-1', '0', '0', ']\'?OQsq4%5qKxH6Gw-pW{\'dB5W1dJR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4508', '2', '', '0', 'SheenaVal', '3deba768d810c0bc32b4fbdeaaa3ffb0', '2013-10-28', 'elijahcutler@dispostable.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1382998033', '0', '1382998033', '1383075299', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.221.223.84', '0', '1', '', '0', '0', '-1', '0', '0', '\"cMs;Z^Sg9@n;A$n_HyIvJLj,p)iDD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4509', '3', '', '0', 'DelphiaEl', '4b3ac870a4f4772c2057b1c8c3c14d1c', '2013-10-29', 'Arlatswyxm91@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1383039571', '0', '1383039571', '1383039571', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.19.30', '0', '1', '', '0', '0', '-1', '0', '0', 'DBmG7K:q`nC~IJvi]3oMEirYWI\\G9q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4510', '2', '', '0', 'MinnieWat', 'f28c0643002de842ee5bfe2d66a6860c', '2013-10-29', 'pietertaz@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1383069344', '0', '1383069344', '1383069845', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.19.64', '0', '1', '', '0', '0', '-1', '0', '0', 'RkzPDX[P\\BExx$ZY7RxtJ=;O(', '', '0', '82711', '0', '0', '0', '0', '', '0', '0', '', '159', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4513', '2', '', '0', 'Ster', 'dc2e85355a9097956eb3c931a40cd86c', '2013-10-30', 'rikgrrrr482@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1383155799', '0', '1383177446', '1385290396', '1385290396', '4', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '217.39.62.214', '0', '1', '', '0', '0', '-1', '0', '0', '\\[tYi&)vp.xh<=#9Rp;x\'NtLbtOWCT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4515', '3', '', '0', 'SheriSche', '3e3cec4b304c7712d5fdc62cc42d7a5b', '2013-11-01', 'Yuettegdp047@hotmail.com', '0', '', 'http://www.articlesbase.com/weight-loss-articles/what-is-the-green-coffee-bean-program-green-coffee-', '', '', '', '2', '0', 'Junior Member', '0', '1383264272', '0', '1383264272', '1383700115', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-17-1971', '1971-10-17', '-1', '-1', '64.120.219.182', '0', '1', '', '0', '0', '-1', '0', '0', 'TkM[p@n963[M4XzCO{`]dzcNuEk/jf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4516', '3', '', '0', 'Eulah29X', '277fc629c9ecc7a2a8e7c28d7d05d742', '2013-11-01', 'brittkeys@mmmmail.com', '0', '', 'http://www.sbwire.com/press-releases/zenmed-important-information-revealed-about-zenmed-173670.htm', '', '', '', '2', '0', 'Junior Member', '0', '1383282067', '0', '1383282067', '1383885089', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-30-1970', '1970-04-30', '-1', '-1', '64.31.18.112', '0', '1', '', '0', '0', '-1', '0', '0', 'Y:9VW1&R\'>JeN*rq>C%OpO>!WlMZSk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4520', '3', '', '0', 'JeraldCYW', '6acc2775d3e2a9f5e457b331756a3599', '2013-11-04', 'piquantroute392B856@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1383604015', '0', '1383604015', '1383604015', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.10.171', '0', '1', '', '0', '0', '-1', '0', '0', '>)ZZ#Z_2Xy>PQUsW:5/[?KYQ|q-5fz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4517', '2', '', '0', 'ZacheryN6', 'a47fb71715a3a031072808ddc7491976', '2013-11-03', 'pevybuikem@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1383506303', '0', '1383506303', '1383639226', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.163.194.37', '0', '1', '', '0', '0', '-1', '0', '0', 'VprHH|EwF5=3Q6JGm]Wb|y\"EWB|[xi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4518', '2', '', '0', 'KarineLuc', 'a572f2f4f212619156cb135007cdc094', '2013-11-04', 'cobbswnzf@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1383537791', '0', '1383537791', '1383537973', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.158.30', '0', '1', '', '0', '0', '-1', '0', '0', '.qA2v;lVg!O0}=UO?C_w@<`28]sqB(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4519', '3', '', '0', 'BufordIZU', '021a6b6315089d367379968700f4d627', '2013-11-04', 'oceanicaboriginaji78@outlook.com', '0', '', 'http://www.dalecitycleaners.com/xe/?document_srl=156469', '', '', '', '2', '0', 'Junior Member', '0', '1383588122', '0', '1383588122', '1384623225', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-26-1979', '1979-03-26', '-1', '-1', '192.3.147.165', '0', '1', '', '0', '0', '-1', '0', '0', '\\3:/PK1DuB\\#Dm]cfR[`h.Eqxjb}+)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '583', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4521', '2', '', '0', 'MaurineJo', '50e58a0a126df3e65c58e07982f66efb', '2013-11-05', 'merandosk@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1383669564', '0', '1383669564', '1383670566', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.128.231', '0', '1', '', '0', '0', '-1', '0', '0', 'd+H8y-F@v`)|49upWzZjGh.b&I5QTG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4522', '3', '', '0', 'KelleScho', '6658268f4923e1f189f8a50a3aef58fa', '2013-11-07', 'barbie@sellmyhousewoodburymn.com', '0', '', 'http://www.fzl.ca/members/yditayla/activity/98096/', '', '', '', '2', '0', 'Junior Member', '0', '1383783514', '0', '1384504692', '1384506054', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-31-1985', '1985-08-31', '-1', '-1', '216.107.159.118', '0', '1', '', '0', '0', '-1', '0', '0', 'Y38U.evIt:/5~3\'})9=@9?|j\'B>n,[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4523', '2', '', '0', 'SheriLahe', '751dcb73bf5f4a761c8abc910362c313', '2013-11-08', 'mcateerfi@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1383892474', '0', '1383892474', '1383952292', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.175.21.234', '0', '1', '', '0', '0', '-1', '0', '0', 'rVJdz)#i8m8!e3}@BulZ~EUCo^QIN~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4524', '2', '', '0', 'AndreasVr', 'ac58bc6acec2ba7bce1a74593e2e8752', '2013-11-09', 'Shannanbgg941@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384029623', '0', '1384029623', '1384029623', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.119.226.118', '0', '1', '', '0', '0', '-1', '0', '0', '_&`2jNH_.Put*^phWrDO#2*#}2!-,q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4525', '2', '', '0', 'KatiaChip', '4d919efc8f9704b8d2c21b7b6467f225', '2013-11-09', 'Gregoriapio272@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384038687', '0', '1384038687', '1384038687', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.119.226.118', '0', '1', '', '0', '0', '-1', '0', '0', '$0J<<\"^HL5yrE]QV9-)7$5JsEfV^r/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4526', '2', '', '0', 'ChandraZx', 'ed149e9de10ef33a84a4d547cf99953d', '2013-11-10', 'sutherssidma@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384085485', '0', '1384085485', '1384090188', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.143.160.251', '0', '1', '', '0', '0', '-1', '0', '0', 'V^*=LIS`<1b@Mq2dzg[,9R{H?|iZ0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4528', '2', '', '0', 'BillyFrank', 'c5a59a2e2a9d1b345be11e5e4ffb000f', '2013-11-10', 'spartand15x@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384106185', '0', '1384116804', '1384119915', '1384115230', '6', '10', '5', '-7', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '173.174.66.49', '0', '1', '', '0', '0', '-1', '2', '0', '\\36j20Dk{_uC5FXa]Rt&]uR*}`ca2N', '', '0', '81101', '0', '0', '0', '0', '', '0', '0', '', '176', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '2', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4537', '8', '', '0', 'ghaniyatolu', '2af4424b24562e2b7917cb20b54fe2b1', '2013-11-14', 'kamkodersingh76@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1384426666', '0', '1384426666', '1384537140', '1384537084', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.160.220', '0', '1', '', '0', '0', '-1', '0', '0', '[LyqqE|znD!<&\"{yNHAhYFr09}XY,<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4529', '3', '', '0', 'MurrayJsb', '65d2e80ecbc715824accc3f53badbde9', '2013-11-11', 'Opalptwnw@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384151145', '0', '1384151145', '1384440941', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.89.200.251', '0', '1', '', '0', '0', '-1', '0', '0', '>M=NO5L|\"s9\\bQC|=S9\"E9g+L*Ecw|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4530', '3', '', '0', 'FranceNxf', '46e0b0c018dcf7bdf706de2bac024c47', '2013-11-11', 'Ninfakxbwd@hotmail.com', '0', '', 'http://www.akgtour.com/air_ticket/80398', '', '', '', '2', '0', 'Junior Member', '0', '1384194358', '0', '1384194358', '1384610196', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-24-1984', '1984-04-24', '-1', '-1', '192.3.115.173', '0', '1', '', '0', '0', '-1', '0', '0', '1L|jTl|3\'Nxlf{gyA)X%V\\_D&vM+N5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4531', '3', '', '0', 'MarianGal', 'a1fb746ad51ba03a975b7d8880c3e279', '2013-11-11', 'aberrantclocks096@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384213768', '0', '1384213768', '1384213768', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.72.189.147', '0', '1', '', '0', '0', '-1', '0', '0', '{}fc.*j.2p)XjoFim\\(MG]X9$GnK37', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4532', '8', '', '0', 'YXLAlison', '08c13f622646541c511522686ea8e96a', '2013-11-12', 'Barbeka661@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1384219619', '0', '1384219619', '1384374896', '1384374895', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.119.144.46', '0', '1', '', '0', '0', '-1', '0', '0', '8ne[NS`/s\'s]{\\?G>xWW3o?_QeLr)&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4533', '3', '', '0', 'Odessa68L', 'bfa44efdfbc0c1b823f6f6c36a25df82', '2013-11-12', 'overconfidentinmmi8@outlook.com', '0', '', 'http://www.seocompanynyc.net', '', '', '', '2', '0', 'Junior Member', '0', '1384286485', '0', '1384286485', '1384718590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1984', '1984-10-03', '-1', '-1', '213.184.100.130', '0', '1', '', '0', '0', '-1', '0', '0', '=B/\\Q`@D#\\06CA_+=!(Z5X_H8aO#k(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4534', '2', '', '0', 'CharaMath', '3b9a3ba615d1cf072346f07d10d96daf', '2013-11-12', 'elvinannois9564@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384294402', '0', '1384294402', '1384726529', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.180.128.199', '0', '1', '', '0', '0', '-1', '0', '0', 'JR/:\\_`mW}4?\"O`p(3^xmdJbg95K|j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4535', '8', '', '0', 'bhoklayakar', '00934b875080bd65bc7994d062100a09', '2013-11-13', 'thikliwertitu77@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1384339811', '0', '1384339811', '1384366644', '1384366405', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.184.116', '0', '1', '', '0', '0', '-1', '0', '0', 'P{,fq9vxwAV\'9\\\"0)3>hN-6+Y=&A}\"WDP*8UKW$hn(q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4538', '2', '', '0', 'SommerFra', '18586f3c1fba3441e9b584eeeefbfcea', '2013-11-14', 'Regenadezlh@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384429598', '0', '1384429598', '1384431967', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.203.121', '0', '1', '', '0', '0', '-1', '0', '0', 'uFEZ\\jTB04iu@\"OhUtUX|L\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4547', '8', '', '0', 'abbajaan', '388bc951641ec6293562ff01fdd37cbd', '2013-11-17', 'titolasudhu77@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1384661716', '0', '1384826671', '1384827898', '1384827807', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.161.103', '0', '1', '', '0', '0', '-1', '0', '0', '(^!0RUVI|I^)X%eyrMwQMOA1(W1\":z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4558', '2', '', '0', 'DwayneEtk', 'e17fd28a934aa64eec1d5e1e0de711dc', '2013-11-20', 'utarlennd@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384980993', '0', '1384980993', '1385008581', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.152.243.152', '0', '1', '', '0', '0', '-1', '0', '0', '1(\']*2Ot7f\\<$ZZ`P}c(!:~Pl`9-_]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4548', '3', '', '0', 'KieranGoo', '1952348a45240c1481a5372eb219ea57', '2013-11-17', 'Ozietlhc05@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384693255', '0', '1384693255', '1384693255', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.45.87', '0', '1', '', '0', '0', '-1', '0', '0', 'iIc-xdm7!%E7M:/(T{[280@yxL*q(e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4549', '2', '', '0', 'Petej11', 'ee2775dbaec3cca034ad60090fafe607', '2013-11-17', 'tetleyman1@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1384699162', '0', '1385090962', '1406900198', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '94.10.232.208', '0', '1', '', '0', '0', '-1', '0', '0', 'Ke/\'|+n?FD\'vu,SwXn{YaYjr:p^kN/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4583', '2', '', '0', 'SaraLever', '36c413958e5459e5f939b5cacfbf81fc', '2013-11-29', 'xiwykabyhori@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385767582', '0', '1385767582', '1385768335', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.191.243', '0', '1', '', '0', '0', '-1', '0', '0', 'Df[0NO;/2D<3x*x39q/HW\'Ms<=EYj$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4550', '8', '', '0', 'SelenaHou', 'ce3f2d829133939736cfaeecefd8d1fd', '2013-11-18', 'GiaVernonwt1089@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1384738895', '0', '1384738895', '1384765015', '1384765013', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.167.34', '0', '1', '', '0', '0', '-1', '0', '0', '6w\'-se[4\'Ss*?%|Mu_A07(#\\6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4559', '8', '', '0', 'tashanwar', 'e58e3169bdc02d50b4b89af1c8393390', '2013-11-21', 'rammokerder55@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1385027999', '0', '1385027999', '1385091891', '1385091840', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.168.56', '0', '1', '', '0', '0', '-1', '0', '0', ':s|[QZI$diH47bEFCrNWhZ-_%hW8!F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4563', '8', '', '0', 'TiaBethel', '338c8fbf0280e6770b74a7d4e01c93cf', '2013-11-23', 'Violet.Kiethpq4303@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1385227882', '0', '1385227882', '1385233850', '1385233848', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.119.227.67', '0', '1', '', '0', '0', '-1', '0', '0', 'I:k/;``iubda17wKh>k:!D+M#phQMf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4562', '3', '', '0', 'JillianVe', 'f4718458ec5927153db45955d7691078', '2013-11-22', 'BeatriceQuickk290@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385163840', '0', '1385163840', '1385163840', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.167.34', '0', '1', '', '0', '0', '-1', '0', '0', '1T=_rQbq!Uue>`nxgqYB6}SS%6qG2+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4564', '8', '', '0', 'sotalinil', '83b847bd17a17c73c12764ff4dc9fccf', '2013-11-24', 'rukmaniya22@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1385265600', '0', '1385265640', '1385280900', '1385280780', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.134.11', '0', '1', '', '0', '0', '-1', '0', '0', 'Vb}j!Qm8_R7Q,[d7w#/(i`B$B{k8w0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4565', '3', '', '0', 'ChristaZe', 'c2b141bea86d3fca3bcca0e494fc7241', '2013-11-24', 'awarewrinkle290@outlook.com', '0', '', 'http://politicalhomici40.page.tl', '', '', '', '2', '0', 'Junior Member', '0', '1385324960', '0', '1385324960', '1385758220', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-13-1983', '1983-02-13', '-1', '-1', '184.154.149.14', '0', '1', '', '0', '0', '-1', '0', '0', 'd\"=Ro3c{F:^?/}B6(:]OFm(~m8/6.]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4568', '3', '', '0', 'JosefaYOL', '746a3cdf819236728a27600d9998edaf', '2013-11-25', 'Kemberlyhocwadnvhc23@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385382190', '0', '1385382190', '1385382190', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.189.55.137', '0', '1', '', '0', '0', '-1', '0', '0', '-?%\"*O9EgMHNJgRrqOajPmQ:lE)ImX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4566', '2', '', '0', 'KelvinDeR', '1e49386898a40b918f70dc535bf69721', '2013-11-25', 'omaajw@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385341745', '0', '1385341745', '1385341856', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.175.124.247', '0', '1', '', '0', '0', '-1', '0', '0', '1]S|7-O731ad7goD^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4572', '2', '', '0', 'LemuelMcC', '2f4d22e61b911d7145f91d50cde28eb3', '2013-11-25', 'zahewymubid@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385418907', '0', '1385418907', '1385419045', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.100.149.173', '0', '1', '', '0', '0', '-1', '0', '0', 'WL!*a~B;DTtvdc@Pi9>ONQ)5AEW4>7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4573', '2', '', '0', 'WGYTiara', '9a3bf9a57149586c164a7e6deea57080', '2013-11-26', 'Samtdo159@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385431691', '0', '1385431691', '1385511345', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.161.72', '0', '1', '', '0', '0', '-1', '0', '0', 'FohO?;p^EBwCW1UF>E/wA]UtM_|1bS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4574', '3', '', '0', 'LizaMadde', 'c3bd160f6f5342f1c20dedda9aff7022', '2013-11-27', 'syjulynumewa@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385524170', '0', '1385524170', '1385524170', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.243.46', '0', '1', '', '0', '0', '-1', '0', '0', '$9s2}Y28+$4PwZM0Jl=AlzAplUFx>N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4575', '3', '', '0', 'JustineIk', 'd51598791a7a4ee34973af29aa40ce52', '2013-11-27', 'begayddjc@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385527165', '0', '1385527165', '1385527165', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.240.68', '0', '1', '', '0', '0', '-1', '0', '0', 'mRM{YQ&uodx{@!>u|j:?jY|WGR4i-n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4576', '2', '', '0', 'fpskiller', '1057016d4ac71e555d3425aabb41bfcb', '2013-11-27', 'bencooper26@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385565130', '0', '1385586692', '1385641184', '1385641184', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '151.229.236.181', '0', '1', '', '0', '0', '-1', '0', '0', '//m%A[EK;H&:r}_5)p$f:fRs-D[!Vf', '', '0', '81229', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4577', '2', '', '0', 'davehardiman', '6f384be8cfc628d564e7a5d9cdba0f3d', '2013-11-27', 'davehardiman36@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385578957', '0', '1385747603', '1385748909', '1385675820', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '92.6.155.35', '0', '1', '', '0', '0', '-1', '0', '0', 'I0?Wphx]n&$UZGFbnl`u-}.H6eY!zytX]Id.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4580', '3', '', '0', 'DawnaMIO', 'e7ea4aa36ade6009f8f0dce48b5b3d49', '2013-11-29', 'buker3106@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385701192', '0', '1385701192', '1385701192', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.243.53', '0', '1', '', '0', '0', '-1', '0', '0', ']zb{MB=3%\'!;L%}Ts!6SoLx#BL3[!7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4581', '3', '', '0', 'ElijahRYK', 'b090979515f1857b20d2114f40c33987', '2013-11-29', 'premiumwealth5pqj93@laposte.net', '0', '', 'http://news.70.kg/wiki/index.php/Helpful_Tips_In_Tresses_Care:_Ways_to_get_Your_own_Beautiful', '', '', '', '2', '0', 'Junior Member', '0', '1385734631', '0', '1389489875', '1389523156', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1978', '1978-06-16', '-1', '-1', '5.157.49.157', '0', '1', '', '0', '0', '-1', '0', '0', 'ti-cpTfT.lS`eLm2(WpOF;J?PuBC1T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4582', '3', '', '0', 'BNFFiona', 'b1d527e770a906bf639f9f72d8504e79', '2013-11-29', 'selectiveverdic859@laposte.net', '0', '', 'http://www.comix.it/activity-2/p/29478/', '', '', '', '2', '0', 'Junior Member', '0', '1385736572', '0', '1389523199', '1389553813', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-27-1980', '1980-01-27', '-1', '-1', '5.157.47.89', '0', '1', '', '0', '0', '-1', '0', '0', '.XS=tOtuqZo7}E1z}9Tlft-O,|Y9n&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '207', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4584', '3', '', '0', 'BlancaMag', '8db4f233b7267c0cba8cc2464a037db6', '2013-11-30', 'katherinabeardsmore6427@mmmmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385788546', '0', '1385788546', '1385788546', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.6.144.214', '0', '1', '', '0', '0', '-1', '0', '0', '0wD=mmY11r;4CP,f{%+zH#\"@QrAJL[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4585', '2', '', '0', 'ChasityU6', '93653fd47a7238ca9c49aed649926933', '2013-11-30', 'claudettecorner7050@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385803850', '0', '1385803850', '1385804429', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.248.193.211', '0', '1', '', '0', '0', '-1', '0', '0', '5l||3g_JI2J?.`mspj\"Ki1!}&Z|Z7;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4586', '2', '', '0', 'KieraKIU', 'ddc18c56280ae867918a7bc45b0cef60', '2013-11-30', 'doriexms672@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385817330', '0', '1385817330', '1385819034', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.128.230', '0', '1', '', '0', '0', '-1', '0', '0', 'osgoyy}R`aWKx._:%,jlG{_grA`-IK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4587', '3', '', '0', 'LonaRicke', 'c954cc9194725a6dda2780c4e27a2310', '2013-11-30', 'understoodblasp1c737@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385833817', '0', '1385833817', '1385833817', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.119.148.181', '0', '1', '', '0', '0', '-1', '0', '0', '%?=VtgQ(ey3b!}xR%iZ/I\'6EZD6Ffq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4588', '2', '', '0', 'rocker26a', '0783892fbb4b2ff590704f3a99f1c1f6', '2013-12-01', 'rocker26a@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385927550', '0', '1389616282', '1391262463', '1386008846', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.1.227.7', '0', '1', '', '0', '0', '-1', '10', '0', 'aSCFOxJ]iNiGeaSsS4fxO+\"^^BRoUD', '', '0', '81257', '0', '0', '0', '0', '', '0', '0', '', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4589', '2', '', '0', 'martinn112', '3b19ad373688fc7cccfbb5803819da58', '2014-05-15', 'martinnielsen2000@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1385933946', '0', '1400412696', '1402266785', '1400331315', '26', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-29-0000', '0000-04-29', '-1', '-1', '87.53.138.141', '0', '1', '', '0', '0', '-1', '1', '0', '+iTt{\\6f1VNNHa\"u:%Oul=C6dGOZhA', '', '0', '81976', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '37565fde2ef577684b3643d7c9d71ac8', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4591', '3', '', '0', 'OscarSedi', 'fd7cbd5d68f99287c5d13c49038f8fdd', '2013-12-03', 'roomydaybook67t1t67@laposte.net', '0', '', 'http://www.pressreleaseping.com/sizegenetics-review-offers-solutions-manhood-problems-0', '', '', '', '2', '0', 'Junior Member', '0', '1386079120', '0', '1386079120', '1387142319', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-06-1984', '1984-06-06', '-1', '-1', '5.157.49.156', '0', '1', '', '0', '0', '-1', '0', '0', '%z+1iV%\\5l:$^d>c>>L+JBUPelj(Ht', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4590', '2', '', '0', 'Lackers', '5fd9b71470700c369a4ebb17e767668d', '2013-12-02', 'lachlancg@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386007461', '0', '1386007971', '1386007971', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.4.11.43', '0', '1', '', '0', '0', '-1', '0', '0', 'Oj_3Wc[c+0$?j*f7)Rt@>6h/aSFzn:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4608', '2', '', '0', 'SuperArmySoldiers', '13adf42c394f27d03e01d93fe922f9ba', '2013-12-13', 'williamrlward@mac.com', '0', '', 'http://www.ldetachment.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1386940942', '0', '1442749112', '1451483420', '1442749016', '2', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '5.70.71.10', '0', '1', '', '0', '0', '-1', '0', '0', 'x6EV~sL.syK2r1H^bV\\]O4p&~p28C\\', '', '0', '83392', '0', '0', '0', '0', '', '0', '0', '', '128', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4592', '3', '', '0', 'NoahT21', '62175c1cac34b3e6771c5a7c9ddc424b', '2013-12-04', 'shoshanahalvorsen9553@mailmetrash.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386116686', '0', '1386116686', '1386116686', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.175.39.229', '0', '1', '', '0', '0', '-1', '0', '0', '-GA+Kq5n=V4\\bT>iqw6Y%def3ClPmv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4593', '2', '', '0', 'AngieCans', 'c492595c4e99502ca0e7cf98a44d5185', '2013-12-04', 'joyousritual306dn93@laposte.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386144893', '0', '1386144893', '1386226799', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.51.252', '0', '1', '', '0', '0', '-1', '0', '0', '\\f9YdseS\\p^[~#N2^l\"fErAXMFVUm\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4594', '3', '', '0', 'MargoEdmo', 'a4889f1def585220763df89310a9a897', '2013-12-04', 'satisfyingthemecf47p@laposte.net', '0', '', 'http://instablogg.com/Y_4_NBG', '', '', '', '2', '0', 'Junior Member', '0', '1386170122', '0', '1386170122', '1387142334', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-06-1976', '1976-01-06', '-1', '-1', '151.237.186.123', '0', '1', '', '0', '0', '-1', '0', '0', '!WOM~XGY;,4PNn%g>hucTspZM,M98`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4595', '2', '', '0', 'Chazmaniantiger', 'c7d914336ef71033d20e6eea2f522e4e', '2013-12-04', 'halosoldier123@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386200780', '0', '1386200780', '1386200805', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '98.228.147.2', '0', '1', '', '0', '0', '-1', '0', '0', '1>w(lw6MVd8\\*fI6&V(FMc4bK#o&*Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4596', '3', '', '0', 'HarveyXPQ', 'c6a0aa3f805c7b475e2db736ae9bfb5c', '2013-12-05', 'AbrasiveSubstance138@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386225434', '0', '1386225434', '1386225434', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.163.210.99', '0', '1', '', '0', '0', '-1', '0', '0', 'vpos3hQb!?~H,6AS%fJ!Pm4rJ`5\\=I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4597', '3', '', '0', 'MosesKota', '9c4c23a9370ab3bb49e14d34bbba47bf', '2013-12-06', 'MarcenewlKesselmanzp5631@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386304097', '0', '1386304097', '1386304097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.231.7.57', '0', '1', '', '0', '0', '-1', '0', '0', '6nQI6$5&,(~%RRu^m8BK*5La.+q?xI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4600', '8', '', '0', 'KVNAretha', '236e48334598c77fe7a2e3be9999b483', '2013-12-07', 'revisffm@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1386449109', '0', '1386449109', '1386450187', '1386450186', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.41.74', '0', '1', '', '0', '0', '-1', '0', '0', '`Qs}J{aWv3l\"4rH[Cu)dFe*C<{;$l4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4598', '2', '', '0', 'AlyssaChe', '6dbb38495930df577bb572740c0bf166', '2013-12-06', 'st@black-perl.org', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386335649', '0', '1386335649', '1386337993', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.130.83', '0', '1', '', '0', '0', '-1', '0', '0', '1H=LXAgoiIU2u@@.$O_OQM:,2`3J^K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4599', '3', '', '0', 'DesireeBo', '2e0b6190a40d2e092437c3535c834943', '2013-12-07', 'madlymagic594tv73@laposte.net', '0', '', 'http://www.cambodiacircles.com/blogs/50370/301934/start-caring-for-your-skin-earli', '', '', '', '2', '0', 'Junior Member', '0', '1386385785', '0', '1386385785', '1387277320', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-16-1985', '1985-11-16', '-1', '-1', '5.157.41.99', '0', '1', '', '0', '0', '-1', '0', '0', 'zou=Ge.)^Al(`)I$\"Wp{nQKz5@]4,~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4601', '2', '', '0', 'HassieSte', '8d54bcc870e8c208c37d474efd70bcd0', '2013-12-08', 'combsatmp@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386513790', '0', '1386513790', '1386514234', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.243.160', '0', '1', '', '0', '0', '-1', '0', '0', 'K~L!,\")#_-ot[b7,vA10M9C9GA~#9}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4602', '2', '', '0', 'AlmedaMad', '2a0ba40fc5166b3b7c5dbb8d747a03af', '2013-12-09', 'noelgpwe@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386571238', '0', '1386571238', '1386574930', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.71.182', '0', '1', '', '0', '0', '-1', '0', '0', 'W?x:WW8:`,iUI:#Q|!RoRo5doBCb\"c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4603', '3', '', '0', 'HaiCallah', 'bbdcee52683989a200881d32a05a84f5', '2013-12-10', 'swelteringsamplupg3@laposte.net', '0', '', 'http://yungxiao.or.kr/xe/?mid=page62&comment_srl=11995&listStyle=list&document_srl=71843', '', '', '', '2', '0', 'Junior Member', '0', '1386674724', '0', '1386674724', '1386808618', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-05-1978', '1978-12-05', '-1', '-1', '178.216.54.197', '0', '1', '', '0', '0', '-1', '0', '0', 'Gfc))h,CF,$I-Qn`UjDK~(t[T$-zSG@n--Od&s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4607', '2', '', '0', 'VivienYar', 'aa8c6e99af7b1fddf5b07509a5903efc', '2013-12-13', 'theogkp@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386911595', '0', '1386911595', '1386912206', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.231.78.211', '0', '1', '', '0', '0', '-1', '0', '0', 'lhhV4wQ(<[7BW>5::>XfZTGPbvYhHz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4606', '3', '', '0', 'MichelCro', '63a7ebcf24283eaab9fc883fa30e29ed', '2013-12-12', 'bernardnorthrup8383@mmmmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1386882912', '0', '1386882912', '1386882912', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.243.41', '0', '1', '', '0', '0', '-1', '0', '0', 'ZHeZu0E`>Q*-Os]7xt.f^oz0]`6<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4614', '2', '', '0', 'AlmaMcMas', '2e5e3263c2c288a0fd3f0d9816674942', '2013-12-15', 'utreqoisingerxoamira@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1387149481', '0', '1387149481', '1387149751', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.203.29.143', '0', '1', '', '0', '0', '-1', '0', '0', 'lj,$(^vP|,YagX&czt8p{z\"F8.`&5B{[{d+b0R{jx%JN01EDAK;&V;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4616', '2', '', '0', 'MarianG41', 'ea0b9912621f7978836c0340d42a8a61', '2013-12-16', 'ShermanWirth6y@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1387195947', '0', '1387195947', '1387202780', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.2.195.112', '0', '1', '', '0', '0', '-1', '0', '0', 'w[)>S(nN{bm6^$`/-N:]jSNt8aZfyV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4617', '2', '', '0', 'Candice25', '7422071da502f395c75cc2cc619c56cc', '2013-12-16', 'mwloyec@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1387232633', '0', '1387232633', '1387234437', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.104.114', '0', '1', '', '0', '0', '-1', '0', '0', '!IW3Zuambn}-)Mobz,4=xH\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4619', '8', '', '0', 'Arturo401', '2d885366a8c686b8ff2e2f0ab5a93d42', '2013-12-17', 'Jada.Edwinjg070@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1387288303', '0', '1387288303', '1387288361', '1387288359', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.6.10', '0', '1', '', '0', '0', '-1', '0', '0', 'Np+%YP~?T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4628', '8', '', '0', 'Sabrina85', '76bd508aab2f4020ada81fc0de3842d2', '2013-12-19', 'Leonoraxru879@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1387463616', '0', '1387463616', '1387660904', '1387660902', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.0.61.57', '0', '1', '', '0', '0', '-1', '0', '0', 'Jvd)l@w@eU1Q4G.{*v.~[S).6`z{5\'@[u,-yclYC2sR`|*yAs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4633', '2', '', '0', 'CheriePIX', '2ae7b9feeabfca5d355977005231be6d', '2013-12-20', 'redondojw@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1387579283', '0', '1387579283', '1387581831', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.55.217', '0', '1', '', '0', '0', '-1', '0', '0', 'AlTYaVhq&ZU`7d]`6Z}{R;7+!KGj,?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4634', '2', '', '0', 'LatoyaHar', 'ae7b814ba87bc91fbc98cf5212b14cec', '2013-12-21', 'eustachexbv@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1387609965', '0', '1387609965', '1387610438', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.55.218', '0', '1', '', '0', '0', '-1', '0', '0', '+\'qWkC[1$(9[j\\OnqiaO=!\"\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4640', '3', '', '0', 'gulaborani', 'e3f41b59dbc4f9161db16cb56f7a4d4c', '2013-12-24', 'begpipertop90@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1387879731', '0', '1387879731', '1387879731', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.13.95', '0', '1', '', '0', '0', '-1', '0', '0', 'J6zJ)y_zouc/M74[R4Hp,i?I*gRfXamh:Ht9,/', '', '0', '81331', '0', '0', '0', '0', '', '0', '0', '', '146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4642', '2', '', '0', 'Tamela028', '196f7582f4208e659fb22bd74c70d618', '2013-12-25', 'leahtpdq@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1387933506', '0', '1387933506', '1387934118', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.128.169', '0', '1', '', '0', '0', '-1', '0', '0', '{l_svFn8,;3MvukF', '', '0', '82027', '0', '0', '0', '0', '', '0', '0', '', '336', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4650', '2', '', '0', 'GET A GRIP', '9eecc7c8ddd7189411d4112e4fd3cb45', '2013-12-26', 'matthew.rogerson@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388092226', '0', '1388092226', '1388092290', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '2.217.191.233', '0', '1', '', '0', '0', '-1', '0', '0', 'd8_`2nvXR$rr`ZK|\\IE|i9MZsmTk4l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4651', '3', '', '0', 'GordonB19', '804e94347ad36499e867c8e5bad80e7f', '2013-12-26', 'freddiecode@veryrealemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388097886', '0', '1388097886', '1388097886', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.30.51.187', '0', '1', '', '0', '0', '-1', '0', '0', 'Jm\'UjLku0NS?;63ne9#~szdi&/PAZS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4652', '2', '', '0', 'MammieFle', '84593ce1d6d9bc9aece6524b06f0f6ec', '2013-12-27', 'saccojmae@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388165780', '0', '1388165780', '1388176328', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.165.55.148', '0', '1', '', '0', '0', '-1', '0', '0', 'j7u_p5pxtGQ,4#3Yj|-V}!h0aJ\"\"VE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4653', '3', '', '0', 'BrittnyU4', '4d76be835f9c16f33c9af52681c2a9aa', '2013-12-27', 'Amycfn099@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388166084', '0', '1388166084', '1388166084', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '174.140.163.72', '0', '1', '', '0', '0', '-1', '0', '0', 'qbo\\ZPUj_VQww..h[}B{thsAA\"UfZ\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4654', '2', '', '0', 'Lily66B', '083fe282548988ec9d7fca3c8e711b84', '2013-12-27', 'angontspt@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388181032', '0', '1388181032', '1388722506', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.165.55.148', '0', '1', '', '0', '0', '-1', '0', '0', 'LYOGjmFjeY|F{\'Yw!0SepxhZX;t}m3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4655', '3', '', '0', 'Lauri65W', 'fae88ada026ccf65da15e70873812aab', '2013-12-28', 'bennymcclelland6064@spamavert.com', '0', '', 'http://www.youtube.com/watch?v=pSckm_yIGH4', '', '', '', '2', '0', 'Junior Member', '0', '1388203124', '0', '1388935142', '1388940182', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1980', '1980-12-15', '-1', '-1', '198.144.189.192', '0', '1', '', '0', '0', '-1', '0', '0', 'k%0V4fS\\AkV|Ff9:-B3>.=NUSszmgA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4656', '2', '', '0', 'LowellXmb', '553a9c9e7a2005bdc7ffe5d0f697bafb', '2013-12-28', 'esperanzafair@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388219536', '0', '1388219536', '1388219536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.151.210', '0', '1', '', '0', '0', '-1', '0', '0', ')z|JuHK7=!+==}otut:a},fiG<+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4663', '2', '', '0', 'BuddyFant', '2c286ac1b42b86379fdd1474334b7f5b', '2013-12-29', 'gourdinmin@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388321923', '0', '1388321923', '1388481136', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.61.140.244', '0', '1', '', '0', '0', '-1', '0', '0', 'Ns5Dd)W8T}t@T$O{[Y^`m~bL\"JP]*.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4662', '8', '', '0', 'samjodertop', '93085c84ab25e8f8b2966ad946b1c478', '2013-12-29', 'saherabndi77@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1388315726', '0', '1388315726', '1388330390', '1388330328', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.130.11', '0', '1', '', '0', '0', '-1', '0', '0', ',@W9A(UccB|cG]-Udm{w_l{|[;qe@h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4664', '3', '', '0', 'Arturo610', 'f12964134df41009ca67753163d91eb4', '2013-12-30', 'clarencefavenc@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388392407', '0', '1388392407', '1388392407', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.180.128.223', '0', '1', '', '0', '0', '-1', '0', '0', 'E^)m\'7IMSHozcTm>0]l*m;eeDhNVdG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4665', '8', '', '0', 'ranjhnattil', 'c1920e1c2bd7a7572e0f810435db3b5b', '2013-12-30', 'mukaddarsingh66@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1388411281', '0', '1388411281', '1388852013', '1388851983', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.200.17', '0', '1', '', '0', '0', '-1', '0', '0', 'dS$?k(ySb+n3m)1=-o},vN0b+X4iJ$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4666', '3', '', '0', 'VickiCock', '54078e7708808d003c2e5a333d9d3a4b', '2013-12-31', 'oliverantonieff5511@mmmmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388513959', '0', '1388513959', '1388513959', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.180.128.223', '0', '1', '', '0', '0', '-1', '0', '0', 'cP*9;p/`$TPz5X=t5uO@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4669', '2', '', '0', 'Larae3380', 'e886fabf220ac037401e3fc1bd36e5dc', '2014-01-02', 'jerryjst@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388624117', '0', '1388624117', '1388627858', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.15', '0', '1', '', '0', '0', '-1', '0', '0', 'U\',\"c_)Qt01N/{{Xvru*mQYhM*#Q7Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4702', '2', '', '0', 'DuaneBrad', 'e0e330c62927a43f29c44baeb1788089', '2014-01-12', 'gryy2013@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389561313', '0', '1389561313', '1389561578', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '174.122.232.98', '0', '1', '', '0', '0', '-1', '0', '0', 'GjIF;<@5=yB:WCEZ\\yr&oD&iTX`s/@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4670', '2', '', '0', 'FrankieNe', 'e28a96458223c41dfd51982ec5218faf', '2014-01-02', 'simplesimonly@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388702875', '0', '1388702875', '1388703194', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.149.246', '0', '1', '', '0', '0', '-1', '0', '0', 'pB%WEl)V:>MS/(H7Km:.WHE^t\\3s#|+m(Tfk,Jr7ir$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4672', '3', '', '0', 'VYPYR', 'c7970f2f4f8f1072a6c5cdedd4d3d5fa', '2014-01-04', 'Hollywoodpeckerwood66@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388809429', '0', '1388809429', '1388809429', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '72.67.24.186', '0', '1', '', '0', '0', '-1', '0', '0', '?F^KLNb<2SFjMNPcHv5d]/hDmstT4&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4673', '3', '', '0', 'RosaConol', 'd4e6e5a5f766a3326bd46715c71fb205', '2014-01-04', 'komutuzaxer@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388828746', '0', '1388828746', '1388828746', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.180.159', '0', '1', '', '0', '0', '-1', '0', '0', '\'&V04}m)YMzOp{Id(P_@-nh:Z&M>5S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4674', '3', '', '0', 'AlishaHop', '8d8ce145429a1e28f4fde90bbb051d49', '2014-01-04', 'JewelKiddnh4354@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388845290', '0', '1388845290', '1388845290', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.0.56.238', '0', '1', '', '0', '0', '-1', '0', '0', 'DNocdz#[4WqUl@~$2l4;LmUQqG/OFj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4680', '8', '', '0', 'datidindyal', '6e6a8627103e77419d0d3bb63334353d', '2014-01-06', 'kooperstaff33@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389000769', '0', '1389000769', '1389025209', '1389025153', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.204.98', '0', '1', '', '0', '0', '-1', '0', '0', 'Qmr!?c*WF-)PBh>6SY!9H3[eb,pK1r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4676', '8', '', '0', 'nirnayam', 'a7b25de7e7963cd4c6b7dad6820764db', '2014-01-05', 'khopditod55@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1388895891', '0', '1388895891', '1388932631', '1388932609', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.142.171', '0', '1', '', '0', '0', '-1', '0', '0', '*W%?#$P~?H7pA-^Ns7d@kC5H(t4$IN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4677', '8', '', '0', 'DEYChrist', 'd3e47c3f49b8bfc1d0bc47ae54365045', '2014-01-05', 'LarissaEversjh0588@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1388911466', '0', '1388911466', '1388914803', '1388914802', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.82.221.96', '0', '1', '', '0', '0', '-1', '0', '0', ']Ghe?5#6JN~qB`kHe@lj2?(G}=fQ5I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4678', '2', '', '0', 'LeesaCasa', '58996550df3c68c16829b4ae4e399c0e', '2014-01-05', 'xxkewlxx@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1388921360', '0', '1388921360', '1388922368', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.187.251', '0', '1', '', '0', '0', '-1', '0', '0', ')x%V4n(HH)eoNkv!I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4684', '3', '', '0', 'ReneeVand', '851a33ddb4f13d7c0ba4cd1c95a267a7', '2014-01-07', 'Maralxobpfine31@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389087815', '0', '1389087815', '1389087815', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.236.32.219', '0', '1', '', '0', '0', '-1', '0', '0', 'L77[w*`(\"a1?tu\'[HlWQjS7Gl&a/bj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4685', '3', '', '0', 'Irene8312', '0edcf237f31e706e1a48691923904cea', '2014-01-07', 'JeannettextEckermandx6043@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389109523', '0', '1389109523', '1389109523', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.45.213', '0', '1', '', '0', '0', '-1', '0', '0', 'MMi:mKESFC#.T:Qt&wP2^I{{4e~kX|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4686', '2', '', '0', 'kingphil', '575a1c635f90c16865578e6f0cfd6aac', '2014-01-07', 'info@c7c.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389120988', '0', '1389120988', '1389121113', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.173.92.117', '0', '1', '', '0', '0', '-1', '0', '0', '8V[8=<17qfDyIz(/%^ieZwm/ZlsXvE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4695', '2', '', '0', 'ReignStorm', 'c6da5bfd6c38b72340bd6cb039c47484', '2014-01-11', 'joshsnodgrass55@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389402744', '0', '1389969860', '1390577578', '1390577578', '3', '10', '5', '-6', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '68.102.160.122', '0', '1', '', '0', '0', '-1', '0', '0', 'i#/#3vOiG2\"gKt*V#PRGnR&:D*n8tR', '', '0', '81487', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4687', '8', '', '0', 'chankyadass', 'd6a2b8d3b0de56115d19c289262d48cb', '2014-01-08', 'mafiamnder55@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389180188', '0', '1389180188', '1389196621', '1389196586', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.150.82', '0', '1', '', '0', '0', '-1', '0', '0', '7}kVRqycZ|aPAc/!w!&0B!C)7mkR/7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4688', '3', '', '0', 'ShellyNeu', 'd42af9502e011d4beeeb9e098ab7807e', '2014-01-08', 'noeliaburdick6598@trashmail.ws', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389217600', '0', '1389217600', '1389217600', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.30.51.187', '0', '1', '', '0', '0', '-1', '0', '0', '&6owAFv`kTJTw,M\'r,aFa%A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4689', '3', '', '0', 'KarriKuyk', '3eb5f5c5549c0668d227e99e8e0516a5', '2014-01-08', 'estebancantara6987@dispostable.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389217612', '0', '1389217612', '1389217612', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.30.51.187', '0', '1', '', '0', '0', '-1', '0', '0', 'kw}&6%j_k@AM}Q\"atYV]038l]kvK.J\\EHs;\",Da', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4690', '8', '', '0', 'kitomener', 'f08bfafee894d17b7aae963137402232', '2014-01-09', 'tikoptiler66@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389268610', '0', '1389268610', '1389350362', '1389350332', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '182.64.124.197', '0', '1', '', '0', '0', '-1', '0', '0', '0/4[~d/<=lRVvlk#Hfy[m_)\'>#\'=xK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4691', '2', '', '0', 'Shella57B', '42f8041c037d9ba1d634f1661ea12518', '2014-01-09', 'dehotagajim@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389275096', '0', '1389275096', '1389275096', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '134.17.149.101', '0', '1', '', '0', '0', '-1', '0', '0', '3jmokO~hSz4xAE~`s~tXDMv;4JFO/c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4696', '8', '', '0', 'ChanceAld', 'b4fd53a85d5ad13cc3b3e400adfc911d', '2014-01-11', 'alvinqfg@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389413532', '0', '1389413532', '1389497004', '1389496995', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.143.143.43', '0', '1', '', '0', '0', '-1', '0', '0', '1$t3&pHg1VqGJjB1(uYAEPa@F{>tht', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4697', '3', '', '0', 'LoreenZaj', '8712097fa6f4fa5baadb4995a35372be', '2014-01-12', 'huldacarone@monumentmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389490050', '0', '1389490050', '1389490050', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.79.45.205', '0', '1', '', '0', '0', '-1', '0', '0', 'Is%/_6P[6L\"GT.SJ6Bo4c@U-o#~.4U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4698', '8', '', '0', 'bulwndersingh', '367f8cf6f8cc8a46cef15d3322e837b8', '2014-01-12', 'mikkuwadwa33@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389499809', '0', '1389499809', '1389543123', '1389543007', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.195.102', '0', '1', '', '0', '0', '-1', '0', '0', 'K*aQ6XK\\JhoWdt?NMkB-Dc!x*|w}yq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4699', '2', '', '0', 'WillieMcc', 'd2fbae228f46540dda9107f298adca97', '2014-01-12', 'Janitadle348@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389506533', '0', '1389506533', '1390037845', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.50.136.125', '0', '1', '', '0', '0', '-1', '0', '0', 'f4d^?*9&M^p--gYW[p{!sJC.$a\"0(.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4700', '3', '', '0', 'RolandoCo', '83cb829a1f9666718be0f9b2c7ecbe28', '2014-01-12', 'philipburkhart7203@spamfree24.org', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389507332', '0', '1389507332', '1389507332', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.167.138.118', '0', '1', '', '0', '0', '-1', '0', '0', '#O\'LJ|G-p6Kj+nu\'9rm.\'ps*gzY%}#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4701', '2', '', '0', 'FSPGene', '10a43aebb71eec6f05298dd7dda61961', '2014-01-12', 'standingdesperaCkR@inbox.lv', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389518147', '0', '1389518147', '1389518565', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.240.172', '0', '1', '', '0', '0', '-1', '0', '0', 'MC4++?.X{Ma*E%/&k4c#_@PT&n?1(E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4703', '8', '', '0', 'MaritaMcc', 'dc3e064e0f4f76f98e67eab357da257b', '2014-01-12', 'DennaIhde@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389565249', '0', '1389565249', '1389566735', '1389566734', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.243.233', '0', '1', '', '0', '0', '-1', '0', '0', 'jGk$Ht]hfGMasjr{WPU{E;U?.M|8:i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4704', '3', '', '0', 'JudsonYrw', '05916accedb9ec9b487c3c4c0ea77945', '2014-01-13', 'twilachampiondecrespigny9936@zippymail.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389573624', '0', '1389573624', '1389573624', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '187.176.69.40', '0', '1', '', '0', '0', '-1', '0', '0', 'Wa~ua^&is|#f;({i\"C5v]Qe&\"zO8Xt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4705', '8', '', '0', 'daangtod', '5eaf3ceeff044b75878a2e44415078b7', '2014-01-13', 'peechapon66@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389609667', '0', '1389669709', '1389669862', '1389669771', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.8.7', '0', '1', '', '0', '0', '-1', '0', '0', 'DVg2gxpB;(4M=zb[>tu|izD:*?52d~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4706', '2', '', '0', 'WandaHadl', 'fb5daaa137830f7cc41a0c4d2783e444', '2014-01-13', 'wandahadley@dazzlebird.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389616650', '0', '1389616650', '1389616650', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.246.40.174', '0', '1', '', '0', '0', '-1', '0', '0', '!~di;\\i|-SBsx\\>$/;O2IcH1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4710', '8', '', '0', 'Deborah18', '9f87674230a2bf70b88ae6a6f1464eed', '2014-01-13', 'corderodeborah@kaymm.pl', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389655068', '0', '1389655068', '1389910550', '1389910548', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.246.32.76', '0', '1', '', '0', '0', '-1', '0', '0', '@8:MCMtTzd6MY@T%I-L^lTqhys&w>I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4711', '3', '', '0', 'BirgitPey', 'fdb57b9a1fa46fc6172a057899df6c97', '2014-01-14', 'haltingtheme22RD536@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389734632', '0', '1389734632', '1389734632', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.243.121', '0', '1', '', '0', '0', '-1', '0', '0', 'i=E~-jFa@jg)$\"V!A0AEB2ApIL2$Pv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4712', '2', '', '0', 'AidaGilpi', 'd6aa8c915ce2310e325bae38136366d8', '2014-01-15', 'Susannaqvk836@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389750771', '0', '1389750771', '1389750771', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.128.30', '0', '1', '', '0', '0', '-1', '0', '0', '\"e|^*Wo2m{-RQRC&xIl\"g~G8&VaFy\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4713', '2', '', '0', 'TrenaChri', '59abc4a35a1f7cf91e68b9a00e93a014', '2014-01-15', 'robo69uy@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389764977', '0', '1389764977', '1389765027', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.89.212.174', '0', '1', '', '0', '0', '-1', '0', '0', '?>cF2:*vj(fq+$jzAmBj,wtJ^2ae?W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4714', '8', '', '0', 'EtsukoPla', '24366a7992eceea103ef0f522af0c139', '2014-01-15', 'JustineAndrewl1755@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389794874', '0', '1389794874', '1389799735', '1389799730', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.82.221.96', '0', '1', '', '0', '0', '-1', '0', '0', '0:5mg8w]VhiuzNmt)w.@3[4:N=$\\6(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4715', '3', '', '0', 'admasshulzey3351', 'b3010a8cd64ee166d12c1e9022e979bd', '2014-01-15', 'admasshulzey@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1389822169', '0', '1389822169', '1389822169', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108503', '', '0000-00-00', '-1', '-1', '201.209.200.12', '0', '1', '', '0', '0', '-1', '0', '0', 'GDS$[\\X&wUH`@[A2n!yz)S/dMIi\'%<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4716', '8', '', '0', 'EllisArse', 'c66427e02e2e3731d47bd9dd91bfdfd1', '2014-01-16', 'AugustBraxtonac5420@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389849792', '0', '1389849792', '1389852560', '1389852554', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.82.221.96', '0', '1', '', '0', '0', '-1', '0', '0', '?DNyq}_[-YW@}jBsqZ4_Tn;+5_mHr`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4717', '8', '', '0', 'shalenderop', 'fa66a6e056bd5e73ab3b024141a9ab92', '2014-01-16', 'baharobarat66@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1389850245', '0', '1389850245', '1389886257', '1389886143', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.175.79', '0', '1', '', '0', '0', '-1', '0', '0', 'SV`ZlrCpROh4aREawQSB~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2574', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4721', '3', '', '0', 'AlenaMsc', 'eaff707a3ddbaddcd61fdbeb3c809774', '2014-01-18', 'josefinaclubbe2884@mmmmail.com', '0', '', 'http://www.tntech.co.kr/index.php?mid=contact_ko&page=1&listStyle=list&document_srl=3408', '', '', '', '2', '0', 'Junior Member', '0', '1390007746', '0', '1390007746', '1390440074', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-03-1976', '1976-02-03', '-1', '-1', '196.196.18.160', '0', '1', '', '0', '0', '-1', '0', '0', 'WCBQ*2Jo~jt@X8Y];/&VX*#PMW+;E.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4722', '3', '', '0', 'milsqyandexty9083', 'e9c1e6ab7b7df62864032f5ba2a56e48', '2014-01-18', 'milsqyandexty@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390026883', '0', '1390026883', '1390026883', '0', '0', '10', '5', '6.5', '1', '0', '0', '0', '45108503', '', '0000-00-00', '-1', '-1', '117.169.88.160', '0', '1', '', '0', '0', '-1', '0', '0', 'pScdlB!dvp=}%Y!(clt<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4724', '3', '', '0', 'Melody37I', '87031371f6ef7baca648c27e9fbfd0fb', '2014-01-18', 'as32834@outlook.com', '0', '', 'http://www.testprojectforme25556677.com', '', '', '', '2', '0', 'Junior Member', '0', '1390039811', '0', '1390802648', '1390803629', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1973', '1973-09-28', '-1', '-1', '37.203.212.146', '0', '1', '', '0', '0', '-1', '0', '0', 'PTp>;}L7K9f}sucR2_Lu-uwij|AcI6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4725', '2', '', '0', 'GertieCou', 'ff7bf53f6f95cdceeac50aaef6a5a09c', '2014-01-18', 'cousensgertie@snapbug.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390048050', '0', '1390048050', '1390184589', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.246.39.59', '0', '1', '', '0', '0', '-1', '0', '0', 'g%ED[mUG72?k\'(sM\\q:aJ#q\\![}QqM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4726', '2', '', '0', 'DawnKelle', 'da7055bb416ca92e3fe9860694eb3be6', '2014-01-19', 'krystagtshellhammerid5455@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390106047', '0', '1390106047', '1390150621', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.180.67', '0', '1', '', '0', '0', '-1', '0', '0', 'L9_U}#i(8@/}FDn|UC_{i4F-ruhnSV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4727', '8', '', '0', 'kulkolo99', 'd62a3558e54f198850711b2c3f5445d9', '2014-01-19', 'shukanijat67@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1390111127', '0', '1390111127', '1390116021', '1390115964', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.233.136', '0', '1', '', '0', '0', '-1', '0', '0', 'cA1%%YA0Nu{K3\\z5g?7Or*{1\\(MOo|iZdvPCj>/d>P-', '', '0', '81606', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4736', '3', '', '0', 'revolicious', '5335d477926e0787f109c00c6fbb6151', '2014-01-22', 'matthews.west445@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390421955', '0', '1390421955', '1390422191', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.61.228.138', '0', '1', '', '0', '0', '-1', '0', '0', '1PbK59BSi!r]wKp?:0eLL@YaCj_\"`N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4737', '8', '', '0', 'Natalia27', '524c789f8a1fa8cbd01afeb0641e507b', '2014-01-23', 'sinnettnatalia@youify.pl', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1390449711', '0', '1390449711', '1390467549', '1390467548', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.246.49.50', '0', '1', '', '0', '0', '-1', '0', '0', 'uwMJ.u=)o3d-a?df&.MKfr.pl2VNsE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4738', '2', '', '0', 'LourdesNe', 'cd9d4664b64e7a911ac071bcd63136fb', '2014-01-23', 'neustadtlourdes@meeloo.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390460493', '0', '1390460493', '1390467176', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.246.40.239', '0', '1', '', '0', '0', '-1', '0', '0', 'rgw<=`\"cBfWnyuhp[Y+,WCgt>nA1|S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4739', '3', '', '0', 'CMGCorinn', '47b9a6e6f2e5d43bcfdc2375e5bd7e21', '2014-01-24', 'keishabiscoe9185@e-postkasten.de', '0', '', 'http://livejasmin.evenweb.com/', '', '', '', '2', '0', 'Junior Member', '0', '1390587279', '0', '1390587279', '1391628772', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-29-1983', '1983-08-29', '-1', '-1', '88.150.168.153', '0', '1', '', '0', '0', '-1', '0', '0', 'U:BKJK\'QBGn_3Yblgs&a|^Y5Cs?C\"d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4743', '2', '', '0', 'Konskript', '18a94eeda3aaf7dbe65ebcd6a8542bbc', '2014-01-25', 'd_no13@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390674209', '0', '1390674467', '1390674525', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '07-27-1988', '1988-07-27', '-1', '-1', '92.40.64.199', '0', '1', '', '0', '0', '-1', '0', '0', '@iR?QEVf9ND*G[0k6w=wnOXVvr?!hI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4740', '8', '', '0', 'CalvinPin', '9bb9bc5b02e1bbf1748984f29b700564', '2014-01-24', 'pintocalvin@linkbuzz.pl', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1390600658', '0', '1390600658', '1390649845', '1390649843', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.246.32.141', '0', '1', '', '0', '0', '-1', '0', '0', '#.}Klb%Tnr}bLi[XC-B48utd}\'V,&5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4741', '3', '', '0', 'LimeTincoln', '33beed00542259a3321841e7a76cff7b', '2014-01-25', 'lhutchuk@bellsouth.net', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390615531', '0', '1390623159', '1390623159', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '1', '98.69.142.34', '0', '0', '', '0', '0', '-1', '0', '0', 'Ar0Dje$v[\\~=Nr,&bX~9~_\"R-5WS?R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4742', '2', '', '0', 'ElvisMunz', '3a61c2b73a8f86e2d9fb8d2fd3d356b6', '2014-01-25', 'elenahardisonsx9@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390638282', '0', '1390638282', '1390638406', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.54.221', '0', '1', '', '0', '0', '-1', '0', '0', 'qy9\'{FsW}kdyi6>Fxt^\"6|;t?@sQY`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4744', '2', '', '0', 'matthews445', '4a1a7a008a557ffae84461aea7acabad', '2014-01-25', 'mantismantis85@yahoo.com', '0', '', 'http://steamcommunity.com/id/MattyR/', '', '', '', '2', '2', 'Junior Member', '0', '1390676215', '0', '1438993290', '1439758179', '1439758178', '23', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1997', '1997-01-18', '-1', '-1', '78.61.228.138', '0', '1', '', '0', '0', '-1', '0', '0', '}\'#IQ*\\IFf4K+p{~dS><{h&:3n+k,\\', '', '0', '83306', '0', '0', '0', '0', '', '0', '0', '', '250', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '4', '2', '5', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4745', '3', '', '0', 'NCHShosha', '5bc23ee75c88e6a6b4a5ffa50cdbc1d2', '2014-01-25', 'Enedinabhz427@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390676824', '0', '1390676824', '1390676824', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.23.180', '0', '1', '', '0', '0', '-1', '0', '0', 'p!xFb\'6:Ac4pF/}%B>v?0e;.o`|\"Be', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4746', '2', '', '0', 'RampantGunman', '7f11a2924a6216f0811f5a4634977871', '2014-01-25', 'rampantgunman@quicknet.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390680756', '0', '1390681068', '1390779470', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.106.42.138', '0', '1', '', '0', '0', '-1', '0', '0', 'N(GLkx~vQJl0UX}$v#)vF2u+(UiBmI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4747', '3', '', '0', 'Kandy6473', 'fab00d89b988d363cda1aa53b0484723', '2014-01-25', 'gravett496@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390686629', '0', '1390686629', '1390686629', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.191.218', '0', '1', '', '0', '0', '-1', '0', '0', ']N,@NI^1Oqg_{F]8O1){Sy\'WSndR>JW%d_4qf(>Ng', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4751', '3', '', '0', 'Ady', '0160a5e24186b7b9e0e4d723dd60b0ba', '2014-01-26', 'jjah.j@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390779620', '0', '1390854977', '1390858601', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.174.172.89', '0', '1', '', '0', '0', '-1', '0', '0', 'kQtBt8BOo\"\'O`R$KDj^z]ghLvL2QXn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4752', '2', '', '0', 'SaraPZVZ', 'b8129a2420db96d623fa2a7830c502b0', '2014-01-27', 'fallaciouslaborer358@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390798170', '0', '1390798170', '1390824122', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.180.44', '0', '1', '', '0', '0', '-1', '0', '0', '|N)_a=SHDRq3-6*jC|`\\]p!8!%ZG|/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4753', '3', '', '0', 'Eugenia12', 'ce29d20fa636270f5c62f3c273a83612', '2014-01-27', 'magdalenatompkins7176@spamfree24.org', '0', '', 'http://crysis3crackdl.blogspot.com', '', '', '', '2', '0', 'Junior Member', '0', '1390801032', '0', '1390801032', '1391239259', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-19-1971', '1971-08-19', '-1', '-1', '37.59.164.70', '0', '1', '', '0', '0', '-1', '0', '0', '|c_mf;&0hpyw=[KS=pOzS{q6_|&\\8|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4754', '2', '', '0', 'QXHBetsy', '6aab80492902c59af99f289f74416bf7', '2014-01-27', 'lesleyhowlettzp80@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390812722', '0', '1390812722', '1390812912', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.130.228', '0', '1', '', '0', '0', '-1', '0', '0', 'R%uEVuG{\'Nr?6c~pkcdW%9^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4756', '3', '', '0', 'MyrnaMata', '8bea7ec9607d1fe199d57744e8ba73a2', '2014-01-27', 'gayleiui386@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390829853', '0', '1390829853', '1390829853', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.137.86', '0', '1', '', '0', '0', '-1', '0', '0', 'Gt1gIQ~.2xR7\"mL85pMt$8]AU2^?b1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4757', '8', '', '0', 'mumtajbegam', 'bc36724de6a5c3bf329fe0ea7a2818b3', '2014-01-27', 'liporeloli99@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1390832231', '0', '1390832231', '1390874101', '1390874055', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.130.104', '0', '1', '', '0', '0', '-1', '0', '0', 'Pw#jiX/s?q@/uU%JCbcqK~?::=S~gG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4758', '2', '', '0', 'BTKLauna', 'b142c489413d8e8f4a68cf2a4a226d09', '2014-01-28', 'dangoatc@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390898995', '0', '1390898995', '1390899193', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.72.190.140', '0', '1', '', '0', '0', '-1', '0', '0', '_g:KB`TJN@?5`yHl\">jdwcC?\\V>M7h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4759', '2', '', '0', 'ReyesRYEB', '3376a0c0f84e8e13f6f7a621ca2bce1c', '2014-01-28', 'wadeqbgc@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390932236', '0', '1390932236', '1390932504', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.175.25.19', '0', '1', '', '0', '0', '-1', '0', '0', ';nLjH2W-%!>yZ0@~SNyC5^9`fAKke1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4760', '8', '', '0', 'SonjaTutt', '773f2d64e46d0ccb412b09b46a449c21', '2014-01-28', 'seppanenga@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1390941180', '0', '1390941180', '1391005107', '1391005105', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.189.55.192', '0', '1', '', '0', '0', '-1', '0', '0', ';FTOX^6\"!Jh5r-D/L5Vv8_KS%!,rXp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4761', '2', '', '0', 'ReubenOuf', 'c793dd293285c2c6b94a0cf99e1e80a0', '2014-01-28', 'belkissbr490@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390949484', '0', '1390949484', '1391098306', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.132.74', '0', '1', '', '0', '0', '-1', '0', '0', '!LN>$|hoZGt#QOgW63&A|~:\\eeB:MZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4762', '3', '', '0', 'ShelleyUK', '5154bbace3508e7c2d708987eb6e7729', '2014-01-29', 'guardedevasion66y496@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390960068', '0', '1390960068', '1390960068', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.248.200.170', '0', '1', '', '0', '0', '-1', '0', '0', 'xF7e^SPT~yVvj?*WXi(6*S4^dqx*\\%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4763', '3', '', '0', 'Konnikova', 'aab2a63e9d827171c90a3d83e01f129e', '2014-01-29', 'Dumall@bastauop.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390964503', '0', '1390964503', '1390964503', '0', '0', '10', '5', '-3.5', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '62.165.27.202', '0', '1', '', '0', '0', '-1', '0', '0', ',F}k1{4MY+=lc_!vu$RSsv-v26Xy-\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4764', '3', '', '0', 'aobertosyandexta5673', '30aa5b2f66d3798df01b81e92bac8b9b', '2014-01-29', 'aobertosyandexta@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1390966255', '0', '1390966255', '1390966255', '0', '0', '10', '5', '-10', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '190.78.185.175', '0', '1', '', '0', '0', '-1', '0', '0', '5aZ9PdP^>RdsR&\'[x]Du+zo1JpO*p,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4765', '8', '', '0', 'dolhtaripk', 'e51cb3a46d0cff313b3b3b8f7daeb2e9', '2014-01-29', 'mastmalangji99@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1390998581', '0', '1390998581', '1391008933', '1391008912', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.9.197', '0', '1', '', '0', '0', '-1', '0', '0', 'Y&QG.yemA@D1I)qT\\P>sLqh.!@lgzW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4766', '8', '', '0', 'rakholasingh', '4e4b1d68fbf49cbcaa772ba03f8e8d1d', '2014-01-30', 'gtlimaartili89@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1391094871', '0', '1391094871', '1391103284', '1391103211', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.157.140', '0', '1', '', '0', '0', '-1', '0', '0', '`)<6n:HKK|jiw?QELf39e5Oi}QX([0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4767', '2', '', '0', 'NCSurfer', 'ef4fe1ffbf65a3d47f5ff7c7f5985703', '2014-01-31', 'surfernc2002@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1391141169', '0', '1391437796', '1392390840', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '174.106.144.49', '0', '1', '', '0', '0', '-1', '0', '0', 'F@D89(rTlc?pJ7~dejsyoS%SLan', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4775', '3', '', '0', 'TrueScotsman', '61af55ea1480277efd1e654f52aeb1c7', '2014-02-01', 'gary_morr@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1391272494', '0', '1391272494', '1391272494', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.155.146.123', '0', '1', '', '0', '0', '-1', '0', '0', 'mqnNN0-b,@Bv!\"[w|)B5?V;\'!DYH*7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4777', '2', '', '0', 'HoraceTil', '103effe1198d0fbfd489420f86365c74', '2014-02-02', 'miawhu@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1391326144', '0', '1391326144', '1391341694', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.175.14.227', '0', '1', '', '0', '0', '-1', '0', '0', 'YeCBm>x$+U.Mi^wC&9jK<^.D%i?:Bk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4778', '2', '', '0', 'SadieF62', 'a064bca187c4fd3db02ce3d252bb6653', '2014-02-02', 'rikirobom@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1391326208', '0', '1391326208', '1391326599', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.120.171.158', '0', '1', '', '0', '0', '-1', '0', '0', '|dWRUbe*oNezuiA?%4c,=pv\\o,x7//', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4779', '8', '', '0', 'jarnailkothi', 'af65e2b19598f35ee011891b28487a8c', '2014-02-03', 'chetehondewala88@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1391432404', '0', '1391432404', '1391444918', '1391444862', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.243.141', '0', '1', '', '0', '0', '-1', '0', '0', 'f\"zym#Tc>-y=?4#=C+^l#>ZyO?a[`_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4780', '2', '', '0', 'EFFShanno', '7e90b83e3931e8a5752384c0c8765625', '2014-02-03', 'england236england@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1391459177', '0', '1391459177', '1391463415', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '151.237.189.110', '0', '1', '', '0', '0', '-1', '0', '0', 'ZE-->neQov!%xX\\}k^Cz0=cz*[rf!o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4781', '2', '', '0', 'DaMonsters2000', 'edb9786f50c5d65492faf3046315775e', '2014-02-03', '2000korosh@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1391459386', '0', '1391459386', '1391460274', '1391460249', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.43.184.65', '0', '1', '', '0', '0', '-1', '0', '0', 'Ekv6UEySD+N.?{)g>{sL?J2OJJ>cE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4798', '2', '', '0', 'vetsfast', '83a1c540c48cdf5c1892573981b8b4fe', '2014-02-09', 'x-fast-x@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1391976450', '0', '1391976450', '1391976775', '1391976541', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.32.154.158', '0', '1', '', '0', '0', '-1', '0', '0', 'Q2Nf!./#[ugLga#|Dp0?5$ZLPpe}Ul', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4799', '2', '', '0', 'ElmoYoung', 'a416780a5bfef636308ebe9bede54802', '2014-02-10', 'elmo_youngblood4704@millionairesweetheart.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392019971', '0', '1392019971', '1392019971', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.99.152', '0', '1', '', '0', '0', '-1', '0', '0', 'Fz[2)G_bqI8D:6!1/F6#@b_g`f\'.k(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4800', '8', '', '0', 'mastmalang', '056789330e9c3d861ea20028103740bf', '2014-02-10', 'kuttasheradaa44@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1392028730', '0', '1392028730', '1392050331', '1392050307', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.176.80', '0', '1', '', '0', '0', '-1', '0', '0', '2_ywCh3At3Ixkst^4W0VJK`#SsM!\'~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4804', '3', '', '0', 'ShondaWhi', '19986d49610c8e878f9e59d41b47a3ad', '2014-02-11', 'whittenshonda@meeloo.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392103249', '0', '1392103249', '1392103249', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.246.45.134', '0', '1', '', '0', '0', '-1', '0', '0', 'lpk[*={)QY]Lv_#9#Uhc[TundIx3Nt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4801', '21', '', '0', 'Brian Badonde', '18728d765ff451637fb3387967ee1449', '2014-02-10', 'lord10126@hotmail.co.uk', '0', '', '', '', '', '', '2', '1', 'TF2 Admin', '1', '1392068340', '0', '1451815150', '1451835737', '1451812060', '110', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1996', '1996-08-17', '-1', '-1', '86.17.117.48', '0', '1', '', '0', '0', '-1', '1', '0', '`-P#&pALywo*wspm)k?^c>xs)mY`L0', '', '0', '83573', '0', '0', '0', '0', '', '0', '0', '', '969', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '8292fb831d73e1ad2180d7ac6139cd55', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '41', '23', '33', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4802', '2', '', '0', 'ShaneFrie', '4c39da96abfd50df13c590efa538ad11', '2014-02-10', 'scientificnation365@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392072419', '0', '1392072419', '1392072419', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.184.81.197', '0', '1', '', '0', '0', '-1', '0', '0', '2J(f-G\">\\A]sxsw\\4v/_.i/~au$e@$!z&vj#*u2j\'g!{ilwry', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4805', '2', '', '0', 'VickiIZM', 'd6b161791f217314d7a61d69aca63d3e', '2014-02-11', 'receptivepavillg5167@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392122016', '0', '1392122016', '1392129392', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.17.18', '0', '1', '', '0', '0', '-1', '0', '0', 'mG=k6DQ}&7&WE%.v7m(r*N;zHRcI@;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4806', '2', '', '0', 'ChadRizzo', '557a61e3c9dd92e579fba431940ab38d', '2014-02-11', 'shutlow248@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392123266', '0', '1392123266', '1392123266', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '60.50.232.151', '0', '1', '', '0', '0', '-1', '0', '0', 'O1Te@1\'s/GUZ)7ZHIuaO!oVadM}\"|F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4807', '3', '', '0', 'GailKlass', '6ac67e5e005a66609f4aa8a625c6b1ed', '2014-02-11', 'r.j.e.r.o.m.e239@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392142465', '0', '1392142465', '1392142465', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.142.134', '0', '1', '', '0', '0', '-1', '0', '0', 'OMa@RA|+9a)EvuC@*\\L0\"nf3&$=4!?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4808', '2', '', '0', 'Totalmutation', '5e39a69dbf1fdfb1988dfce9320752bd', '2014-02-11', 'Hambow11@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392150690', '0', '1392150811', '1392165892', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '31.125.83.237', '0', '1', '', '0', '0', '-1', '0', '0', 'm\"+{f:%yO%\"', '', '0', '82510', '0', '0', '0', '0', '', '0', '0', '', '188', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4810', '3', '', '0', 'LenaIZFE', '67cc7823a10fa66ac04c0ed214b2075a', '2014-02-12', 'adinaxiu050@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392195654', '0', '1392195654', '1392195654', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '142.234.104.56', '0', '1', '', '0', '0', '-1', '0', '0', '@~\\ap@6](xNxa;5udNDo;0Q)TG:!W0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4811', '2', '', '0', 'styxes', 'a8c63c2c3f1b820fcb6319e3f75e23cd', '2014-02-12', 'sawamixer@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392196612', '0', '1392196612', '1392196656', '0', '0', '10', '5', '7', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.105.168.24', '0', '1', '', '0', '0', '-1', '0', '0', 'vJ[3Z*|FG6wtRj5GA8Bchl`.^N\"H0:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4812', '8', '', '0', 'lunderparsad', 'cf5b70dab0e77020a200ba97b675457e', '2014-02-12', 'kachualal99@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1392216920', '0', '1392216920', '1392222090', '1392222051', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.202.41', '0', '1', '', '0', '0', '-1', '0', '0', 'kivVMB!1XSCE10]UL0f`G=*_pEr^u|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4816', '3', '', '0', 'JulianLay', 'f76900ace0757c3b9c3efcf5f0486b48', '2014-02-14', 'laynejulian@realclub.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392415828', '0', '1392415828', '1392415828', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.246.33.180', '0', '1', '', '0', '0', '-1', '0', '0', 'In/70>tJ3[iCr4`L+23_*Z!:-c=v1+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4813', '8', '', '0', 'gadbolaram', '6a6fb9ff22922db1e118fc97efdb7d12', '2014-02-13', 'sabarmukhi88@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1392259111', '0', '1392259111', '1392474370', '1392474286', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.214.120', '0', '1', '', '0', '0', '-1', '0', '0', '_?W^oS2<-:&_Tn/3@rU&gDN`?zn]Y@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4814', '2', '', '0', 'AnnaOKW', 'ee253f6d273cae23b1799a988c626aae', '2014-02-13', 'spurioussemeste4156@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392259877', '0', '1392259877', '1392260107', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.152.194', '0', '1', '', '0', '0', '-1', '0', '0', 'O|gb;sLtHEFTv|t06yX(Za1z:97~/B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4815', '3', '', '0', 'StormyNul', '46d6aec56ce728557669ef1760ee5302', '2014-02-13', 'vaguefan6444@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392306520', '0', '1392306520', '1392306520', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.21.155', '0', '1', '', '0', '0', '-1', '0', '0', 'j5CxzeO7~GZQy(zR?ukZd,if&$,`@Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4817', '3', '', '0', 'Dolan6969', '2326699d7f2885f5e4557f0b767c8121', '2014-02-15', 'Harrison.yates@gmx.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392424741', '0', '1392424741', '1392424772', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.154.57.200', '0', '1', '', '0', '0', '-1', '0', '0', '9uh\\uT&)R!g}L$e*fIjdfR5c-#Qq\'S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4818', '2', '', '0', 'LorrieGir', '29351f076a4e0f900cf2911e4cd8fbb0', '2014-02-15', 'debrayqu@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392433794', '0', '1392433794', '1392434264', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.0.59.139', '0', '1', '', '0', '0', '-1', '0', '0', 'kIz2C8\\Sz&O3*S&J29L7&xG;OANWts', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4819', '3', '', '0', 'LesA42', '27631cddffad2abc5fcd232acb4446fa', '2014-02-15', 'jwleezv@hotmail.com', '0', '', 'http://foyerjdm34.org/wakka.php?wiki=ElectronicSignaturewhy', '', '', '', '2', '0', 'Junior Member', '0', '1392447879', '0', '1392447879', '1392881075', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-03-1979', '1979-04-03', '-1', '-1', '184.154.134.149', '0', '1', '', '0', '0', '-1', '0', '0', 'XCb;Dj7#T{Ns4+Cx-`/7V?a{AU(moN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4820', '2', '', '0', 'rhyswilliams999', 'f0d4b2f6043ae0aa6ee20d5a3ff07e3b', '2014-02-15', 'rhyswilliams999@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392477593', '0', '1392655404', '1393867809', '1392598863', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.229.31.214', '0', '1', '', '0', '0', '-1', '0', '0', 'bCi#M\"::w{[J}B@09EFlHJ#n\\mHV13', '', '0', '81619', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4824', '2', '', '0', 'INFHawkeye', '5a4ebaaa998e89cf5f6d15812b71a1f7', '2014-02-17', 'inf_hawkeye@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392599674', '0', '1392599674', '1392599739', '1392599737', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.92.178.150', '0', '1', '', '0', '0', '-1', '0', '0', '~3:@7lX!^oVN|HmWNlWw~:Dq\'PXOIT', '', '0', '81620', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4821', '2', '', '0', 'AnnettaLn', '1895577456d7568d8bba2bac8f2e7a63', '2014-02-15', 'frybejt@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392506069', '0', '1392506069', '1392513536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.61.121', '0', '1', '', '0', '0', '-1', '0', '0', '0.7eNCX-*.:S/aD=$,!pmwehD:zY#^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4822', '2', '', '0', 'nagadachalka', 'e8409c0b7abc60788e551057d50bde10', '2014-02-16', 'shotumothu77@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392540593', '0', '1392540593', '1392559801', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.247.123', '0', '1', '', '0', '0', '-1', '0', '0', '6=\"_(fET3Y!5!.OZO/z)$]Fi6Quo9N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4823', '3', '', '0', 'HallieDeS', 'b7571aaf6323727d73c1650e47e6019a', '2014-02-16', 'clintoverby8048@mailtothis.com', '0', '', 'http://s.abwo.biz/admin/index.php?url=http%3A%2F%2Farchiplanet.org%2Fwiki%2FUser%3AJuanaSAKhiz&?', '', '', '', '2', '0', 'Junior Member', '0', '1392548342', '0', '1392548342', '1393193562', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-24-1974', '1974-12-24', '-1', '-1', '74.221.217.218', '0', '1', '', '0', '0', '-1', '0', '0', 's;z\"oT,e},k]JH;tt=Sz[+:&xE|hCN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4825', '3', '', '0', 'JHJKian', 'da06aceb00eff70c3119614da8e69c81', '2014-02-17', 'stanqha@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392606759', '0', '1392606759', '1392606759', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.246.16.78', '0', '1', '', '0', '0', '-1', '0', '0', 'u;Ey\"hmXJmam`^QHU^3Jkjv1qA@zoj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4826', '3', '', '0', 'ToneyHaus', 'e2bf5edb81e16c2c674255f9fdee2b3b', '2014-02-17', 'eddiedasilva4288@trashmail.ws', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392614831', '0', '1392614831', '1392614831', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.95.55.7', '0', '1', '', '0', '0', '-1', '0', '0', ':4e;\"hEX6-f%Nx@hc(rHAYyupC{y}w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4827', '3', '', '0', 'JeremyDKK', '0abdad31f0a93cf46bb2bc3c51eb6157', '2014-02-17', 'mazzajeremy@realz.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392617649', '0', '1392617649', '1392617649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.246.49.73', '0', '1', '', '0', '0', '-1', '0', '0', ']yoF%n[(kkV~iKMEX*WNg+_EM5I}1W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4828', '3', '', '0', 'AdrianAyw', 'daa0829b373c4c870caebed51699fa38', '2014-02-17', 'paluacpf@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392622686', '0', '1392622686', '1392622686', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.161.77', '0', '1', '', '0', '0', '-1', '0', '0', 'jD+2aN09Nq4)qi@{6CnX*GF]Kw*W31:W.N=edN3sQEw2{go', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4831', '3', '', '0', 'TonyaMcCo', 'e6f1c218b4341e8668ae9d3127dc764a', '2014-02-18', 'ishlerha@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392711138', '0', '1392711138', '1392711138', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.97.254', '0', '1', '', '0', '0', '-1', '0', '0', '-*~H&1/S(O7t6\"iEr&J^eGfh4cHJ=-3?lWg{4V!)\\bK->E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4834', '3', '', '0', 'Zoila7549', '9672c7300ea4749fce7c0b20b1cef8dc', '2014-02-19', 'dailynaap@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392781978', '0', '1392781978', '1392781978', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.169.220', '0', '1', '', '0', '0', '-1', '0', '0', '8d*twOV8u@RYW/H6IP*^%iH-XF?\'L1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4835', '3', '', '0', 'KAMCaitly', '11dfaf112d41f179348f0d12315eee91', '2014-02-19', 'carolutpw@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392795512', '0', '1392795512', '1392795512', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.99.151', '0', '1', '', '0', '0', '-1', '0', '0', 'N*hkt.VmFA2Y$i*t`N~./hC,75CZ9)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4836', '3', '', '0', 'ChristalX', 'd47fd516b1bb96fe9ade146379bd071d', '2014-02-19', 'devinwaggoner7205@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392827931', '0', '1392827931', '1392827931', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.70.210', '0', '1', '', '0', '0', '-1', '0', '0', ';[CH,\'8\")2q\\HYY8-.uEBYiie1+;\'d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4837', '3', '', '0', 'RomaMacPh', 'd5e3c85338f09f10c18ba7c868857bcc', '2014-02-19', 'roma-macpherson@jagg.us.to', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392833586', '0', '1392833586', '1392833586', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '189.149.85.200', '0', '1', '', '0', '0', '-1', '0', '0', '+\"!cWVrU3amrMAqj8ZF=EV;N5Ny>,\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4838', '3', '', '0', 'SilasAlbe', 'dbee09da34e74a075f6931d04db7cdec', '2014-02-19', 'maximilianwedgwood@mailmetrash.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392836022', '0', '1392836022', '1392836022', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.99.171', '0', '1', '', '0', '0', '-1', '0', '0', '8TW`xb4:Gd4W~\"[B]l1K1\'2^H&e:(Z`P8\'fusA(s3ly3lVoO~N]g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4848', '2', '', '0', 'LyleCarri', '3e571d4383561946fcc9051a4adc73d0', '2014-02-21', 'angierupp@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393013139', '0', '1393013139', '1393013194', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.120.219.180', '0', '1', '', '0', '0', '-1', '0', '0', '\\Ns3fJ0_,OgT)(xqS~e/={0*LRmjj;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4845', '3', '', '0', 'EllaGirar', '7890d1b58bc1c17ba9c9bf74dbf90446', '2014-02-20', 'pengnpx@hotmail.com', '0', '', 'http://www.yelp.com/biz/costa-rica-sport-fishing-tours-san-diego', '', '', '', '2', '0', 'Junior Member', '0', '1392940288', '0', '1392940288', '1394406056', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-01-1976', '1976-06-01', '-1', '-1', '198.55.99.151', '0', '1', '', '0', '0', '-1', '0', '0', 'vfEZ$DG&\"$,CV|c{E|As2tu=p,uK7y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4846', '8', '', '0', 'siyapapyar', 'c9c8a2bc62cb83c2079dd9fab7bff113', '2014-02-21', 'sundrilokop88@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1392976867', '0', '1393082740', '1393082856', '1393082837', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.180.49', '0', '1', '', '0', '0', '-1', '0', '0', 'Vp`hA7H9Z3vWz3rWYRVv@[Xh:#%],5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4847', '2', '', '0', 'JTBChrist', '1511fd048e49d331549612d4ee913579', '2014-02-21', 'enderbrain1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1392986091', '0', '1392986091', '1392986558', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.254.234.202', '0', '1', '', '0', '0', '-1', '0', '0', 'pEnFjW!__BS9v7|)Dhw-U+=C<:9s4*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4849', '2', '', '0', 'Linwood70', 'b940d24c698f77ac69a7ffff2903d70a', '2014-02-22', 'cahdaxk@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393110747', '0', '1393110747', '1393175665', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.210.163', '0', '1', '', '0', '0', '-1', '0', '0', 'V\'tZjr%hCEPN6P&khR-{.4bWz:#~,w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4850', '8', '', '0', 'chatkulila', '72e79ebda6b44e9d41ca97f97a600099', '2014-02-23', 'minboptrew55@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1393124577', '0', '1393124577', '1393164825', '1393164798', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.212.49', '0', '1', '', '0', '0', '-1', '0', '0', 'd=5n*|noEG{}8yt/#jd.vWq|kRW-h=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4851', '3', '', '0', 'MarioBats', 'eb525fbabcbbbc5073187eabf62a0026', '2014-02-23', 'weberdjcg8bt@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393127959', '0', '1393127959', '1393127959', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.97.250', '0', '1', '', '0', '0', '-1', '0', '0', 'J\'oH]N~O{[Y54f\\?4Pp^h9::/Bh', '', '0', '81663', '0', '0', '0', '0', '', '0', '0', '', '165', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4856', '3', '', '0', 'SharynBir', 'd5c096494cf2ed7c8cd797cffb37a0a7', '2014-02-24', 'darbynlb945@hotmail.com', '0', '', 'http://livecheat.com/psn-code-generator/', '', '', '', '2', '0', 'Junior Member', '0', '1393224948', '0', '1393224948', '1393671768', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-05-1970', '1970-02-05', '-1', '-1', '96.127.155.13', '0', '1', '', '0', '0', '-1', '0', '0', 'WL,^j.vz\'3d+$e0\\er:!ouV;L*cG%y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4857', '3', '', '0', 'SommerPol', '76c691bf1bec3483b22c9af4638197d0', '2014-02-24', 'valoriemcnutt6879@zippymail.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393236067', '0', '1393236067', '1393236067', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.153.214', '0', '1', '', '0', '0', '-1', '0', '0', ':p4)~\"|^[!RxcoOd\'23KEcU!Nw5\'CI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4858', '8', '', '0', 'sherwaniip', '434c88ff97bba861ac578746a32e75cb', '2014-02-24', 'boklipopli88@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1393249442', '0', '1393249442', '1393255558', '1393255524', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.247.161', '0', '1', '', '0', '0', '-1', '0', '0', 'v3RY9e?*d;GZo3`>b[M\\z]lVG^2qrJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4859', '2', '', '0', 'LuzGardne', '54b0deec36ce5a3164c566dea44e6a60', '2014-02-24', 'oconnorndkrg5iy@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393255250', '0', '1393255250', '1393296328', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.163.232.211', '0', '1', '', '0', '0', '-1', '0', '0', 'a,uJX!/VBeRsY|\\k)qXm,NcNx8([Q`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4860', '3', '', '0', 'KeishaNew', '0a0505d16e7aa296c515d8855a96c5df', '2014-02-24', 'keisha-newland88@waterteio.info', '0', '', 'http://www.youtube.com/watch?v=PF1eptC7Jvc', '', '', '', '2', '0', 'Junior Member', '0', '1393272176', '0', '1393272176', '1394653664', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-28-1973', '1973-12-28', '-1', '-1', '37.203.210.53', '0', '1', '', '0', '0', '-1', '0', '0', '4QchBq|WFHHO[[$JW4@DZ;:paq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4861', '2', '', '0', 'LeilaREFE', '9091b3632102b73a4162f09dcf5cda94', '2014-02-24', 'patricklovelady@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393283542', '0', '1393283542', '1393283542', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.120.219.145', '0', '1', '', '0', '0', '-1', '0', '0', 'flR@f`KSFi+o~r6<5w3lotCK>RH\\NK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4862', '2', '', '0', 'GarrettZW', '01cdc93f74b7895b63b63bcbdc88a2ec', '2014-02-25', 'red@carpenters.pw', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393310308', '0', '1393310308', '1393310575', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.44.40.130', '0', '1', '', '0', '0', '-1', '0', '0', '`[T&qha\'_zK<FhAaMzm}k\"j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4867', '3', '', '0', 'WendyDown', '2955c350063c683a2c43a1730ad8019f', '2014-02-26', 'sibylkeech2627@trashmail.ws', '0', '', 'http://www.fashion-mk.com/xe/?document_srl=746958', '', '', '', '2', '0', 'Junior Member', '0', '1393390234', '0', '1393390234', '1399285697', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1973', '1973-08-21', '-1', '-1', '165.231.20.119', '0', '1', '', '0', '0', '-1', '0', '0', 'M\\>KOi14euhId9b.xomeY~p\\]AqtCU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4868', '2', '', '0', 'CarlHbw', '2b2918d992303151224753e9d7749806', '2014-02-26', 'gretardgc@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393390283', '0', '1393390283', '1393639646', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.99.150', '0', '1', '', '0', '0', '-1', '0', '0', 'ZwT^94/|~tw\'f4vX9,DiHvSG91Y\'2R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4869', '2', '', '0', 'Aerobaticrug', '7e9163bd69ccda9b9c58da5d12de3450', '2014-02-26', 'steve@touringcar-simracing.com', '0', '', 'http://touringcar-simracing.com', '', '', '', '2', '0', 'Junior Member', '0', '1393396475', '0', '1393396475', '1393397525', '1393397092', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-18-1975', '1975-04-18', '-1', '-1', '194.202.140.160', '0', '1', '', '0', '0', '-1', '0', '0', '[gOu2E4K1xn_-mcYik7](ijM:j8|@E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4870', '2', '', '0', 'Micheal59', '6c777cebdef043898a2a1dbe8531e31e', '2014-02-26', 'fodonohok@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393457219', '0', '1393457219', '1393457897', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.230.112.44', '0', '1', '', '0', '0', '-1', '0', '0', '?H2-hC!9%F0PqzMPiN*%`>4D;})8Bl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4871', '3', '', '0', 'BertHarne', 'c8e16dede95abae3839e641f7e63e67d', '2014-02-27', 'kryst3@mailcatch.com', '0', '', 'http://dragonballzbattleofgodsstreaming.blogspot.com', '', '', '', '2', '0', 'Junior Member', '0', '1393465585', '0', '1393465585', '1395282036', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-13-1971', '1971-06-13', '-1', '-1', '178.216.54.203', '0', '1', '', '0', '0', '-1', '0', '0', '/5)1#8XzhWrw1\'&ARkomcB(eG)!\'z(g#UD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4877', '3', '', '0', 'CurtRBZ', 'b49b14f52d67ef43d78f9193bb3706bd', '2014-02-27', 'jannfktz@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393524531', '0', '1393524531', '1393524531', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.99.171', '0', '1', '', '0', '0', '-1', '0', '0', 'vG@!I4kmoy;rIv,T:@}Yhuk/:QgMv(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4878', '2', '', '0', 'AIQMeredi', 'f830ea01c1753fe69f7352a8ba0e1b26', '2014-02-27', 'braingjdt@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393532512', '0', '1393532512', '1393532512', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.204.86', '0', '1', '', '0', '0', '-1', '0', '0', '1lk)\\Yn!B0>_=+ePGI^Aw8boJpqv,1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4879', '2', '', '0', 'RuebenLHK', 'd1d237dcd5d1ccf7f79bfa6e84bf8d0e', '2014-02-28', 'graciemahurin3023@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393546680', '0', '1393546680', '1393546885', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.152.211', '0', '1', '', '0', '0', '-1', '0', '0', 's!<*a5c<8iK+XK1nk1TE:pWM{a2\"N{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4880', '3', '', '0', 'JoleneK19', '933ab48b988b95b3fccd9aa34662ba0c', '2014-02-28', 'bowmanwptqb5p@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393577609', '0', '1393577609', '1393577609', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.65.250.173', '0', '1', '', '0', '0', '-1', '0', '0', '-.h%j@sxzrzNt$1fLiBLN&mT5/>.}w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4881', '2', '', '0', 'Murph', '88b66a2962f9c256b67e6cccc4414b9e', '2014-02-28', 'alexanderpata@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393603191', '0', '1393603191', '1393603191', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '81.151.154.90', '0', '1', '', '0', '0', '-1', '0', '0', 'H]hbDdLN+xC\\{+,~D>q\"gCW|n-Haq#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4882', '2', '', '0', 'KarinD92', '65a3af93701bc5cfdfdbe9a874a6f3bf', '2014-02-28', 'mickieihy811@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393628680', '0', '1393628680', '1393703791', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.33.41.145', '0', '1', '', '0', '0', '-1', '0', '0', ';VDK*`f]=}wWzG|s^Ti8\\CqJ?R?e#J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4883', '2', '', '0', 'DulcieYNC', 'b1ecd4f29961e5337821878b666c3448', '2014-03-01', 'dragos@usbestreviews.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393633155', '0', '1393633155', '1393633845', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.81.100', '0', '1', '', '0', '0', '-1', '0', '0', ';a6TWWM\\IC\"k\'@u+ZZbVN#~.Ej]@4u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4884', '2', '', '0', 'MarceloBu', 'f593dae4a8cd47594b9e30a3828a06fe', '2014-03-01', 'heppzae@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393667933', '0', '1393667933', '1393733674', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.23.64', '0', '1', '', '0', '0', '-1', '0', '0', ')M=HTqD<)pvnMS#%ylW0Kp;iVvUpXz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4885', '3', '', '0', 'WiltonBar', '661c7a6bcf970e782d46a45bba54cbbe', '2014-03-01', 'meekcushion16nj747@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393670787', '0', '1393670787', '1393670787', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.170.122', '0', '1', '', '0', '0', '-1', '0', '0', 'bFgk3Gpo;uym<0>Uq=qxO1z&pYWv-X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4886', '2', '', '0', 'mobsteRRR', '9ea5944922254b2ba16e46efacd9a76f', '2014-03-01', 'muhammet.etik1996@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393692032', '0', '1396369898', '1398158481', '1393693245', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.26.238.6', '0', '1', '', '0', '0', '-1', '1', '0', '~mOF6aCU*.f{rL\\,T%$caCKx0LFR,L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '202', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4887', '2', '', '0', 'ZandraWdb', '67456bd0efe13d68a398f043e260a2ed', '2014-03-02', 'woodvek@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393738184', '0', '1393738184', '1394069460', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.182.202', '0', '1', '', '0', '0', '-1', '0', '0', 'X%Le:UYst0O(Yw}O7UF\"B;[2M[6\"yP-#:?/hF|xo^gkyTh=Z)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4889', '2', '', '0', 'DennisCla', '55f407ec7ec5fd698d2854c702c78ec7', '2014-03-02', 'aguedamontague9553@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393747654', '0', '1393747654', '1393747777', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.137.154', '0', '1', '', '0', '0', '-1', '0', '0', 'mMybsO!N7${yQhU!Oxw\\_O02_gX!_,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4890', '2', '', '0', 'MarciaMie', '45fa894481519a4aeee6df959f45d187', '2014-03-02', 'lewis5eivnn@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393754770', '0', '1393754770', '1393755455', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '196.196.28.4', '0', '1', '', '0', '0', '-1', '0', '0', 'dadf\\G=,@%&\"Ny*L3a9nN2c5[B2hP?VB(gz^VvMS,iao,H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '224', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4893', '3', '', '0', 'AdellTrea', '5c979f47656dc63e11c11ac7c457b304', '2014-03-02', 'nadafas684@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393794735', '0', '1393794735', '1393794735', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.254.234.157', '0', '1', '', '0', '0', '-1', '0', '0', '!&jl5|z2k+|*AZBu]ORw0m3:A]w5i6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4894', '3', '', '0', 'ZBLScott', 'b1a60b1c36584c2a892c53cdc53cb5b6', '2014-03-03', 'lemailcmclua27@laposte.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393833953', '0', '1393833953', '1393833953', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.187', '0', '1', '', '0', '0', '-1', '0', '0', '+N3@1m_#+ou=Sg{tgb$35/%=Vtdrcb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4895', '8', '', '0', 'sarnedrtit', 'f41b5342886cf4132636aef5bff53005', '2014-03-03', 'mukugopala77@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1393865697', '0', '1393865697', '1393947053', '1393947027', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.230.163', '0', '1', '', '0', '0', '-1', '0', '0', ']MB47|is76>dJ^Ur*NEX!\'XGWXpG>{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4896', '2', '', '0', 'ob1-sc', '668004e8f795be416be0d2b5e87f5340', '2014-03-03', 'simonob007@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393868480', '0', '1393929142', '1394100521', '1393929141', '3', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '151.229.88.8', '0', '1', '', '0', '0', '-1', '0', '0', ':(@G)KP)Cswrwy5AkIMsYWKs|jS(\\?sl6K]8?_q!})', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4905', '2', '', '0', 'ABeaudry', '4f7e387ee39dfc78f7ca5dd0b9073358', '2014-03-04', 'kellvsa@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393974008', '0', '1393974008', '1393974008', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.182.203', '0', '1', '', '0', '0', '-1', '0', '0', 'Rp1Ms4Nrr;hzn{Bp6=w~)|UOTHMjGo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4906', '2', '', '0', 'GAnnunzia', '48ca1fc74ea2b7848b1b93db014773b7', '2014-03-05', 'brennaputnam@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1393979711', '0', '1393979711', '1394408340', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.178.23.116', '0', '1', '', '0', '0', '-1', '0', '0', '5i/d[?~f.5R83wZ%kL?80rp?qRR9LrvBA(\"E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4910', '8', '', '0', 'ReeceGree', '629860ba1da25a33b8700c45989d8d8d', '2014-03-05', 'analdcc@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1394049280', '0', '1394049280', '1394170068', '1394170047', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.112.152', '0', '1', '', '0', '0', '-1', '0', '0', 'i{KK(R,ZLWq0|Z-fcps5UEs\\;e!.35', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4911', '3', '', '0', 'BBowen', '47cd3933cd8330143dbf95a6862e3931', '2014-03-06', 'crissynvpbeosmqa91@hotmail.com', '0', '', 'http://www.youtube.com/watch?v=uVkNjOxf4eU', '', '', '', '2', '0', 'Junior Member', '0', '1394067431', '0', '1394067431', '1394605383', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1971', '1971-05-06', '-1', '-1', '165.231.22.44', '0', '1', '', '0', '0', '-1', '0', '0', '\\alDEMrwJdR0\'R\':YIIi@)m6If/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4912', '3', '', '0', 'AHummel', 'd77b823f8dd769167c3cd0ebd89907b8', '2014-03-06', 'lilywasicek477@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394074257', '0', '1394074257', '1394074257', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '130.185.159.185', '0', '1', '', '0', '0', '-1', '0', '0', ',d3}KBZuVFnsO%z|uJ%}/3vFplCwX[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4913', '8', '', '0', 'kokalatolp', '10389619a37abe4a30997639586e241c', '2014-03-06', 'macrotlips44@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1394077311', '0', '1394077311', '1394123335', '1394123272', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.152.53', '0', '1', '', '0', '0', '-1', '0', '0', 'EEy7}p2:2`L,5h|)U]\'Ki', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4916', '3', '', '0', 'KLunsford', 'fc3717d0cc4e188ca58e78be1be6f460', '2014-03-06', 'azziehvb065@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394120715', '0', '1394120715', '1394120715', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.216.55.18', '0', '1', '', '0', '0', '-1', '0', '0', ':4~VtO(]iS.kqhdjxC-7U<^,p2]e6%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4917', '2', '', '0', 'JulietMar', '558f502e3a2e42afcc181c71661fc309', '2014-03-06', 'paulinepughko5@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394146325', '0', '1394146325', '1394146902', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.221.208.168', '0', '1', '', '0', '0', '-1', '0', '0', '{j|$O\"1L=5kraZ~5>).bdbdhZ:q3S*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4918', '3', '', '0', 'MPhifer', '1f70023a8cd2f6336c4787535311ab57', '2014-03-06', 'fernandazvg292@hotmail.com', '0', '', 'http://www.youtube.com/watch?v=1ww7SqXVyUU', '', '', '', '2', '0', 'Junior Member', '0', '1394148986', '0', '1394148986', '1395413848', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-29-1982', '1982-11-29', '-1', '-1', '165.231.22.20', '0', '1', '', '0', '0', '-1', '0', '0', '))L,n.,/7;DeInpfT8Q{yZd7L*&\"Ov', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4919', '2', '', '0', 'MGIJC', 'a480812645cfb266f98a89be23b2e21d', '2014-03-07', 'karrybdq@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394153643', '0', '1394153643', '1394154117', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.128.103', '0', '1', '', '0', '0', '-1', '0', '0', '-ZI[[@O/!PiMdk^w<2Ll\\0r(\"Hq6C0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4920', '8', '', '0', 'kirchiliuop', '90f129a41adc86e5f23845847e2da178', '2014-03-07', 'milganisingh66@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1394191162', '0', '1394191162', '1394207962', '1394207908', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.152.216', '0', '1', '', '0', '0', '-1', '0', '0', 'b-Z\"Eg|+A=TJCy+8!tm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4925', '2', '', '0', 'GWilkerso', 'db72cf28db1b0d65ade80ab45c438050', '2014-03-07', 'marineyck693@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394209984', '0', '1394209984', '1394209984', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.169.5.209', '0', '1', '', '0', '0', '-1', '0', '0', 'l~`6c;?]N/s>A%{sr2hRzgZ%^x24u^wG,)\'j_sS;p9JR.+F0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4927', '2', '', '0', 'PCraddock', 'af68e307bcf93e5b66fb59aac9f0bc0f', '2014-03-08', 'hugohernsheim@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394236807', '0', '1394236807', '1394667052', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.127.166.83', '0', '1', '', '0', '0', '-1', '0', '0', '`lLKN}}1c+,Z.&%``Iq`>W!1)nX!W@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4928', '8', '', '0', 'charvodka', 'a8335d14cf0213ebbd80722805f74233', '2014-03-08', 'eterpotik99@yopmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1394243781', '0', '1394243781', '1394295584', '1394295555', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.176.129.31', '0', '1', '', '0', '0', '-1', '0', '0', 'n\'\\@59a#4plEK?#$ICKB.KR\'QlMXm\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4929', '2', '', '0', 'ESchlunke', 'f85c1e14605db5fa18ea4e3710b83088', '2014-03-08', 'ermatrz627@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394249310', '0', '1394249310', '1394412980', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.169.5.204', '0', '1', '', '0', '0', '-1', '0', '0', '/`V~iL)2;p[)s7C]xV)3buRV0cogz3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4930', '2', '', '0', 'DSmith', '14a50e9e465fa064a85baed318e277c9', '2014-03-08', 'petiteaccordion1156@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394253260', '0', '1394253260', '1394267681', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '76.74.205.140', '0', '1', '', '0', '0', '-1', '0', '0', 'TP^MIg_K:.yo3*N&h4$.maP[kU@!a9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4931', '2', '', '0', 'LGilley', '0e19da0f0cf99eea02ab746c8a502523', '2014-03-08', 'madgefch@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394270841', '0', '1394270841', '1394282278', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.23.178.98', '0', '1', '', '0', '0', '-1', '0', '0', 'v+2\'1W*7f;h;BW=A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4945', '2', '', '0', 'JSeverson', 'c9689ffb4003c08db4d6cc7eaa8e420f', '2014-03-09', 'robbinszk6laz5@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394374238', '0', '1394374238', '1394506497', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.188.75.92', '0', '1', '', '0', '0', '-1', '0', '0', '@CC6O\\?\'zT.,b[&P(|70;#jH*GC^$>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4935', '2', '', '0', 'LHubert', '0579d0cdbcfce87e1563855c90bdc489', '2014-03-08', 'erniethomas12@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394304404', '0', '1394304404', '1394312658', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.169.5.148', '0', '1', '', '0', '0', '-1', '0', '0', '9T-)c]TJi<$_I,Pq^W,XdRXb{}\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4937', '2', '', '0', 'CMobsby', '844688dda416d78aec0e39ca730354ca', '2014-03-09', 'eddie.chen3@rediffmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394328525', '0', '1394328525', '1394329640', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.229.25.161', '0', '1', '', '0', '0', '-1', '0', '0', 'i(HYK+YMaXB|0^-efBR8dL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4944', '2', '', '0', 'Slimbips', '7916e2e83c13eacbef7fd18460feea45', '2014-03-09', 'paul.hofma@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394369914', '0', '1394369914', '1394370450', '1394370446', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '195.240.179.107', '0', '1', '', '0', '0', '-1', '0', '0', '$6N7_bj]Gwff*B\\LRg,fa^L,z]\"n_v', '', '0', '81741', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4946', '2', '', '0', 'DianneSir', '7c84f4e885dc681efe1caa4e8b37672c', '2014-03-09', 'fermina2qkues@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394381521', '0', '1394381521', '1394381704', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.155.81.97', '0', '1', '', '0', '0', '-1', '0', '0', 'NweF3SPHxn8Ud:zKk&D7B%4?DQEIQ4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4947', '2', '', '0', 'DMerriman', 'fd72ae87bafe91a06af1ca79e412e71c', '2014-03-09', 'mollyxfx@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394388051', '0', '1394388051', '1394659862', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '196.196.28.164', '0', '1', '', '0', '0', '-1', '0', '0', 'vcEHxg7W]?41Jnwd.Zfs&^,Coq&xPs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4948', '3', '', '0', 'AOSGG', 'f95f1b1be174fcd1f136707e23916720', '2014-03-09', 'karenire556@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394388464', '0', '1394388464', '1394388464', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.173.33', '0', '1', '', '0', '0', '-1', '0', '0', 'b!=!t-1Q8-t9m\"g7wt+F]7Mgy6%I[!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4949', '2', '', '0', 'ACpg', 'a30100a43e5dbdf80cce1135fde0b0bc', '2014-03-09', 'longhucmdznf@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394408622', '0', '1394408622', '1394409044', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.72.151', '0', '1', '', '0', '0', '-1', '0', '0', '*ZR@Y[LQ,LZGjCA3?2n;*YsHOr;mCr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4950', '2', '', '0', 'QStewart', '303c220b8404ee160f0feaf65cf171bc', '2014-03-10', 'greerv10qiec@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394417448', '0', '1394417448', '1394418001', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.188.75.92', '0', '1', '', '0', '0', '-1', '0', '0', '09u9F_sn\"Fm+2Of;S4L&>R-`}Aw`qs{}R9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4952', '3', '', '0', 'C2614', 'd6ba21786a2da2bbcfa75d1c47e47545', '2014-03-10', 'tishathrower@spamavert.com', '0', '', 'http://Www.Youtube.com/watch?v=XcQU6gUfXIs', '', '', '', '2', '0', 'Junior Member', '0', '1394424483', '0', '1395836481', '1395841028', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-05-1981', '1981-09-05', '-1', '-1', '173.236.10.205', '0', '1', '', '0', '0', '-1', '0', '0', '\\&{9Vt^{`~{y\"*hVSK\'K2aP/J0iff_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4953', '3', '', '0', 'RLemaster', 'd1509223b2d9dc16bbe33262aae65b56', '2014-03-10', 'magentabarrel86ge68h@outlook.com', '0', '', 'http://garciniacambogia.la', '', '', '', '2', '0', 'Junior Member', '0', '1394426090', '0', '1394426090', '1394861899', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-02-1982', '1982-07-02', '-1', '-1', '192.3.183.6', '0', '1', '', '0', '0', '-1', '0', '0', ']B-@#BU@MY$\'<%8u,p1+)CWwwAav@Ds)LT(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4959', '2', '', '0', 'ACash', '78dc3fecf251b957056be186bf954240', '2014-03-10', 'gawel.roth@rediffmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394458446', '0', '1394458446', '1394458768', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.108.62.29', '0', '1', '', '0', '0', '-1', '0', '0', 'qVuyG9[T\'6c#a%\\EhA.$(U|$KmJ9Y}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4961', '2', '', '0', 'BRife', '2127ea17eb4d7f98a637b4ae1d699c97', '2014-03-10', 'bertie.rife@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394481061', '0', '1394481061', '1394481061', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.33.146.124', '0', '1', '', '0', '0', '-1', '0', '0', 'Q!53H-_LAg`MRbdN?P{1!==[+UWk5X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4960', '3', '', '0', 'KlausC87', '175b49c17f33af90b1bffc2262ce4b54', '2014-03-10', 'xavierdann@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394473381', '0', '1394473381', '1394473381', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.51', '0', '1', '', '0', '0', '-1', '0', '0', '\\?#sTptV*G![z,&}3boJJ7?-GH7Iw))Xq\">P0F9R#l#ETj^1eYdT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4966', '3', '', '0', 'M70O', 'dfb6f27c2f03cb695becb05f05d96289', '2014-03-11', 'carolinameptkj06@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394525622', '0', '1394525622', '1394525622', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.33.146.101', '0', '1', '', '0', '0', '-1', '0', '0', 'FN`JF3uG$2IGeE-l.i5t2J}t]L4_@-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4967', '8', '', '0', 'KBednall', '5b1aec34800da024bebc0bf6fd7f738d', '2014-03-11', 'premiumdent82a4706@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1394525972', '0', '1394525972', '1394526480', '1394526473', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.75.42', '0', '1', '', '0', '0', '-1', '0', '0', '@h}SFg/Q\"s6`t*@]od#=7^vR:S,806', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4973', '8', '', '0', 'LHannan', '601bb0a75a52aef9a43aaeeb13edff89', '2014-03-12', 'edailsf@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1394586763', '0', '1394586763', '1394586935', '1394586931', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.184.91.212', '0', '1', '', '0', '0', '-1', '0', '0', 'Dw~8wlj=0Ta', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4981', '3', '', '0', 'JMota', '8dea10cf73d3689ba3886b8b59ef97e8', '2014-03-13', 'juan-mota30@waterteio.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394711821', '0', '1394711821', '1394711821', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.54.0', '0', '1', '', '0', '0', '-1', '0', '0', '7K\\Gw3H^+IukQzIhI)r<)8{6VIGs\'b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4982', '3', '', '0', 'MC65', '8ab631364260112a4716703ec98cca8d', '2014-03-13', 'evasiveknoll3452@outlook.com', '0', '', 'http://annuaireinverse.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1394725885', '0', '1394725885', '1395172591', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-15-1984', '1984-08-15', '-1', '-1', '173.44.58.71', '0', '1', '', '0', '0', '-1', '0', '0', '3%4_=n,~ZYT,s:t5?X4B`T,g\":^s\'m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4983', '3', '', '0', 'HFairbair', '189c4b0397d64e30950c0be95e53534a', '2014-03-13', 'gladyaqm@hotmail.com', '0', '', 'http://www.yelp.com/biz/superior-restoration-carlsbad-4', '', '', '', '2', '0', 'Junior Member', '0', '1394732141', '0', '1398881886', '1398889095', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-19-1971', '1971-12-19', '-1', '-1', '173.0.62.235', '0', '1', '', '0', '0', '-1', '0', '0', '9|atcuH[~ty?p1_]<)}a+RIWP?_F!^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4984', '2', '', '0', 'CHEG', '633db0aedff9b681e7e2049495c7b27a', '2014-03-13', 'candace-pritt50@fdressesw.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394736595', '0', '1394736595', '1394818285', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.249.57.129', '0', '1', '', '0', '0', '-1', '0', '0', 'I-SJIz,^J8I6C?AT~lO\\&9y_\'}oR\'j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4985', '2', '', '0', 'EValentin', '69af0e546a1965d3de38a924fa6297d5', '2014-03-13', 'oylerxgf@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394737041', '0', '1394737041', '1394737512', '1394737510', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.163.243.53', '0', '1', '', '0', '0', '-1', '0', '0', 'P[=+=e&(/(h%wF>-E|d@6wD184v2dp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4986', '8', '', '0', 'LSloane', 'd32fce0fd1a1e700c21568bb79ec42ad', '2014-03-13', 'jeanstpx@hotmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1394742894', '0', '1394742894', '1394800807', '1394800806', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.163.243.53', '0', '1', '', '0', '0', '-1', '0', '0', '\'mp`?PX$Q!iD!_9,xD+3&cN+>[_Z1D_5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4993', '3', '', '0', 'ASanmigue', 'a17018b548b12b9bad218a0392137261', '2014-03-14', 'carmelmccreary3034@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394801456', '0', '1394801456', '1394801456', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.95.12.198', '0', '1', '', '0', '0', '-1', '0', '0', 'O?W*i27[T+$waG~RIjMLnA:fS9u}<+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4994', '3', '', '0', 'GGTRN', '8b5ef1fdf351646de38818a69a0ee8ad', '2014-03-14', 'frankjsr@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394803053', '0', '1394803053', '1395235429', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '182.52.44.27', '0', '1', '', '0', '0', '-1', '0', '0', '/R`Civ)=D$Lnu`6q:|\"NnzVv)_THw=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4995', '3', '', '0', 'ROND', '5c0df3874aebc6e3c807e6b28d6997c4', '2014-03-14', 'laceysoper9360@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394803172', '0', '1394803172', '1394803172', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.95.12.198', '0', '1', '', '0', '0', '-1', '0', '0', '#!Wf^=daSNPcbH\'?Bv\'>dhC\"XlD!(^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4996', '2', '', '0', 'THateley', '3044dc27febf390f420974a4f9d17876', '2014-03-14', 'wayneswv@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394816022', '0', '1394816022', '1394816499', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.87.211', '0', '1', '', '0', '0', '-1', '0', '0', 'C^z8)\"BS\"!d}RjX@^kt&5a#^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('4999', '2', '', '0', 'RBloch', '4d78015ea220949b3ba3d430a3f1b8ad', '2014-03-15', 'zippysnitch9994@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394900235', '0', '1394900235', '1395083428', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.155.80.102', '0', '1', '', '0', '0', '-1', '0', '0', '8nAsQ2{#]]x\'EvXH94)aY.^,^-mfI/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5000', '2', '', '0', 'SGreenwel', '00fe66a86cddf131a03ed2f6e135f741', '2014-03-15', 'littlecab506509@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1394901259', '0', '1394901259', '1394979636', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.73.67', '0', '1', '', '0', '0', '-1', '0', '0', 'rhV(gW){=vDxwG;NZ+;eg5NKviB(,\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5001', '8', '', '0', 'NBranton', '1b6493fc91eab0f4ae6c825d807cfd0d', '2014-03-15', 'freda4773@live.encyclopedia.tw', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1394913797', '0', '1394913797', '1394951434', '1394951422', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.133', '0', '1', '', '0', '0', '-1', '0', '0', '*J]L6,w@}[iJ\"0/e)ga.%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5003', '8', '', '0', 'VBroadben', '846adf4ef22a6e175bc271873c423594', '2014-03-16', 'michealq2hennessey@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1394969390', '0', '1394969390', '1394970335', '1394970333', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '184.154.106.213', '0', '1', '', '0', '0', '-1', '0', '0', 'gtH7jH,%6cnBAZZ7@i/17`Mo!\\k6umO^|u&K&I=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5008', '2', '', '0', 'R2479', '7f4813fb98dea14580ab7a81dfa54216', '2014-03-18', 'reinaldo.forrest@springifique.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395112699', '0', '1395112699', '1395151810', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.75.22', '0', '1', '', '0', '0', '-1', '0', '0', '@lGSYdf?WE#7CtD\\8g/sD1}E\'K50/Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5009', '2', '', '0', 'RGSFI', 'ed4201107fffbf6d4bd9a998f8632972', '2014-03-18', 'willodeanqmrunnels@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395121533', '0', '1395121533', '1395121533', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.153.234.146', '0', '1', '', '0', '0', '-1', '0', '0', '+WF~M.mpIO2l]{Y3b}#\\{,=Jl0\',-g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5409', '3', '', '0', 'MXwr', 'b282e8d5f5a8f1f8fefb0fb95683e2de', '2014-05-09', 'athenakkebxf@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399596771', '0', '1399596771', '1399596771', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.80.5', '0', '1', '', '0', '0', '-1', '0', '0', 'dX:[l;l9Ou6(obm}D\\3XMvsOw?^7k1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5010', '3', '', '0', 'EGoninan', 'f9587a01bf666305d71ea318d4eadd12', '2014-03-18', 'guiltlessdinner56@outlook.com', '0', '', 'http://snapchatforpcc.blogspot.com/', '', '', '', '2', '0', 'Junior Member', '0', '1395129575', '0', '1395129575', '1395561948', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-31-1976', '1976-01-31', '-1', '-1', '91.108.182.61', '0', '1', '', '0', '0', '-1', '0', '0', '$Efbr&N$hBQ{+i_VPf;Co?$D>d_=qiXH\'_ea', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5029', '2', '', '0', 'VEdmond', '22ad41d99e59eae14de4186bec98b333', '2014-03-21', 'knowingpatchwor3394@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395369871', '0', '1395369871', '1395370221', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.221.223.82', '0', '1', '', '0', '0', '-1', '0', '0', 'dEsr1!\'Bb.jFa/tTkrtKBVb~\"3O&vG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5030', '3', '', '0', 'EBrownbil', 'e160b5ffa7cc1b6c3c07d8c9ec4a40da', '2014-03-21', 'budbanuelos@bund.us', '0', '', 'https://www.facebook.com/pages/Titanfall-Hack-Cheats/218279628380213', '', '', '', '2', '0', 'Junior Member', '0', '1395370520', '0', '1395370520', '1396019406', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-14-1983', '1983-11-14', '-1', '-1', '81.4.104.171', '0', '1', '', '0', '0', '-1', '0', '0', 'nhJvjxmJa+I=mW1OUl}n?PBH4]F<$+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5031', '8', '', '0', 'MQfl', 'ce265713fab087fa30cddd3805b6a562', '2014-03-21', 'kennith1160@live.encyclopedia.tw', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1395384766', '0', '1395384766', '1395475631', '1395475623', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.20.141', '0', '1', '', '0', '0', '-1', '0', '0', '}\\&lM|0;jxk=mTl{Z&Ox[NK56.^\"3T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5032', '2', '', '0', 'AWeinberg', '30d525b02cfe00eb64e518ec4d594b7b', '2014-03-21', 'nonstopgraveyar9781@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395421347', '0', '1395421347', '1395422322', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.220.188', '0', '1', '', '0', '0', '-1', '0', '0', '\'6^n(uTFJ\\gE{x>;|.`SqaUO1(BZkV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5033', '2', '', '0', 'WSykes', 'a73677552eb909694b49d795fb00b70e', '2014-03-21', 'nbgodardjuh@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395433255', '0', '1395889921', '1395976168', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.248.102.229', '0', '1', '', '0', '0', '-1', '0', '0', '\"uMvkrT>Gmlffk6A1_~DX^U>CC,}R;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5034', '3', '', '0', 'M92G', '3980996a097789ee60aafb100e02ac2e', '2014-03-22', 'lazyfascism4676t50@outlook.com', '0', '', 'http://www.Optionsnewsletter.com', '', '', '', '2', '0', 'Junior Member', '0', '1395455759', '0', '1395455759', '1395887918', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-06-1974', '1974-01-06', '-1', '-1', '69.12.66.51', '0', '1', '', '0', '0', '-1', '0', '0', 'tLS^k[S3S3?NWW5\"fBtW\"i24rh+ZC9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5035', '3', '', '0', 'VJosephso', 'f9e46edb8fb864401904c4c0abe846e4', '2014-03-22', 'lala28pilato@outlook.com', '0', '', 'http://www.supraboats.com/bbs/member.php?u=28917-HelenaXDG', '', '', '', '2', '0', 'Junior Member', '0', '1395459896', '0', '1395459896', '1396030690', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-29-1974', '1974-01-29', '-1', '-1', '107.158.75.6', '0', '1', '', '0', '0', '-1', '0', '0', '&\'tUbh2kTD-\'CwTc}B2b~R(/T(nV{3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5036', '2', '', '0', 'NicholBue', 'a345ce6cabc007b548aa58db02bd201c', '2014-03-22', 'shoshanaxgmitrani@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395462467', '0', '1395462467', '1395462663', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '196.196.16.130', '0', '1', '', '0', '0', '-1', '0', '0', '?z4K21~OJD0Xs[dr5bm9AyjKCO,~#_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5038', '8', '', '0', 'KMDU', 'b4e0913c68752c4d6c0e1ff140819e94', '2014-03-22', 'camilla6467@live.encyclopedia.tw', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1395507558', '0', '1395507558', '1395595936', '1395595935', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.20.141', '0', '1', '', '0', '0', '-1', '0', '0', '3c@woK^\">4BFMFbF7E|CQ~8qIo(Z\'\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5037', '8', '', '0', 'BPapathan', 'ee56ebe2c463c0a23f9175ae9ac0d401', '2014-03-22', 'cordie1776@live.encyclopedia.tw', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1395491635', '0', '1395491635', '1395591256', '1395591253', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.20.141', '0', '1', '', '0', '0', '-1', '0', '0', 'Y/nq#7nvg*XnWBq%i?cS:&-3R>6k].', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5039', '2', '', '0', 'tahiralizeb', '7e083c536ace2a9f6806177dec74a2fa', '2014-03-22', 'pak_tahir@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395529036', '0', '1395529036', '1395529355', '1395529348', '1', '10', '5', '5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '182.185.48.152', '0', '1', '', '0', '0', '-1', '0', '0', 'z*[)J_4kLwC#|N_$\\XOvvVA-6z[=HD', '', '0', '81782', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5040', '2', '', '0', 'SRNNC', 'd18e9a46c8e7206665e4690c2fc4d212', '2014-03-23', 'arthurk5marion@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395541979', '0', '1395541979', '1395549888', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.112.192', '0', '1', '', '0', '0', '-1', '0', '0', 'V-2d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5044', '3', '', '0', 'MPeel', '51cfd6a7561953d3cb55c57b3d91eb30', '2014-03-24', 'danastanfield7982@mailinator.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395666790', '0', '1395666790', '1395666790', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.96.242', '0', '1', '', '0', '0', '-1', '0', '0', '+3}U|g[_-oz@d%o=6\'-AV^N*6&~b+S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5045', '3', '', '0', 'GDearborn', '8f4350b6da5890cfcd269c929222abeb', '2014-03-24', 'paulene08stamey@live.com', '0', '', 'http://www.websgalicia.com/directorio/busqueda?title-web=How+the+Internet+Makes+Your+Computer+a+Mone', '', '', '', '2', '0', 'Junior Member', '0', '1395697276', '0', '1395697276', '1396516671', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1980', '1980-05-20', '-1', '-1', '74.221.208.125', '0', '1', '', '0', '0', '-1', '0', '0', '!kbs,(\\?&_N,?8i~|&s,2ROUZn+!f}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5046', '3', '', '0', 'ZDickerma', 'c9aa3a654089c3b1a5a613559110bae6', '2014-03-25', 'hypnoticpeniten7934@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395710153', '0', '1395710153', '1395710153', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.165.174.213', '0', '1', '', '0', '0', '-1', '0', '0', '4HBbl&?\'S}$SrWHKpIK6Pg#e#,IXx8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5047', '3', '', '0', 'monehuyd', '25eebd92e055df39921e07a6a5d24542', '2014-03-25', 'evelynschiller@mmmmail.com', '0', '', 'http://bestpaydayloansuk14.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1395721793', '0', '1395726343', '1395743282', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-08-1970', '1970-02-08', '-1', '-1', '69.12.81.84', '0', '1', '', '0', '0', '-1', '0', '0', '~>.|lf\'l?KGs~}f(@zZby5g1LY+KEZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5048', '3', '', '0', 'HScollen', '4e6f5d17a20664ec3f75ac2dd2cd2abd', '2014-03-25', 'jennasteffanoni4415@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395730006', '0', '1395730006', '1395730006', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '149.255.107.109', '0', '1', '', '0', '0', '-1', '0', '0', '}eK$yv&[kAo!IiRq9\\9T)yM0t`a$\\W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5049', '3', '', '0', 'JPetty', '84d3a089ebccf654d7d47f95e566a260', '2014-03-25', 'trishadaniels31240@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395756389', '0', '1395756389', '1395756389', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.36.76', '0', '1', '', '0', '0', '-1', '0', '0', '8OU<{~HO3f\'ZDB![sWgH74~>&VmL?\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5050', '3', '', '0', 'HJefferso', '5f7867768561ec3f6fa9246fa6866fb6', '2014-03-25', 'heriberto-jefferson30@waterteio.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395771793', '0', '1395771793', '1395771793', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.153.235.47', '0', '1', '', '0', '0', '-1', '0', '0', '$8r:rqPh0Vm6JI29oH~\"jntNY3][\\K`=D[^7#l8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5054', '3', '', '0', 'SCaringto', '1056ad81c667c9290fd44c645a41112c', '2014-03-25', 'shelia.carington@waterteio.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395776211', '0', '1395776211', '1395776211', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.168.162', '0', '1', '', '0', '0', '-1', '0', '0', 'y=U[pL8_@ps+z$>%<%~#dAIc\"Y(_<-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5055', '3', '', '0', 'SWaldrup', '3a376a52a69197f03dcf664f62fe1c65', '2014-03-25', 'edwinamorley@spamavert.com', '0', '', 'http://www.youtube.com/watch?v=XcQU6gUfXIs', '', '', '', '2', '0', 'Junior Member', '0', '1395791068', '0', '1395836973', '1395842235', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-19-1976', '1976-10-19', '-1', '-1', '23.94.20.89', '0', '1', '', '0', '0', '-1', '0', '0', 'Q&umK4\'PV~P74.b_p,75SfO5\'pdJtc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5056', '3', '', '0', 'MClouse', '24ad476da93998feacfc2fca23faeec4', '2014-03-25', 'rosalindakellow8360@spamavert.com', '0', '', 'http://www.youtube.com/watch?v=XcQU6gUfXIs', '', '', '', '2', '0', 'Junior Member', '0', '1395791989', '0', '1395813613', '1395825749', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1979', '1979-09-28', '-1', '-1', '69.12.82.157', '0', '1', '', '0', '0', '-1', '0', '0', 'qF3{DxQqe56L0>~9#jO0ULO\\UBv6+B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5057', '2', '', '0', 'KKean', '04a1499d67761660c06567f65c72199b', '2014-03-26', 'wen1blitter@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395812714', '0', '1395812714', '1395819936', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.84.211', '0', '1', '', '0', '0', '-1', '0', '0', '=SbeKPDR~KbMf1jCqR-}lH4ndi0)@T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5058', '3', '', '0', 'Angel07W', 'e606f049a0a61ace6b51d2c454aba4c9', '2014-03-27', 'reginaldsnoddy@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395896123', '0', '1395896123', '1395896123', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.89.208.201', '0', '1', '', '0', '0', '-1', '0', '0', 'R]]`69?ELH{gVKZHhzW:y|K_=D3~6Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5063', '3', '', '0', 'LSiede', 'd0b0ec208171ea532be96a797600cfbc', '2014-03-28', 'deloise4648@live.encyclopedia.tw', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396025654', '0', '1396025654', '1396025654', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.158.228.42', '0', '1', '', '0', '0', '-1', '0', '0', 'n$5.OTU8|V`hn`a(WYwrW!Yy5bS*7I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5059', '2', '', '0', 'ABrice', 'c039785d1a3a1c5834fd94cc9f9664f8', '2014-03-28', 'amira3869@live.encyclopedia.tw', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395974831', '0', '1395974831', '1395974831', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.158.228.42', '0', '1', '', '0', '0', '-1', '0', '0', '=w?BSX|^Jn_rZfxV1|}q#)d6G:E\\XL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5060', '2', '', '0', 'KUIRV', '7703829d3cd30e3f1c95fa7cb778c3e5', '2014-03-28', 'abidingfruit64j10rn@laposte.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1395982521', '0', '1395982521', '1395982521', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.45.10', '0', '1', '', '0', '0', '-1', '0', '0', '[A^\\y+L3l+FDz[PUZ|-\\\'J[QV6Dl\"G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5061', '3', '', '0', 'LBraman', '8b07f43f62770e9e132bda190d0df142', '2014-03-28', 'aracely2183@live.encyclopedia.tw', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396001351', '0', '1396001351', '1396001351', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.170.206', '0', '1', '', '0', '0', '-1', '0', '0', 'Un5VtT.1\\XzGv&hmJ5+{J_n\\Bp^}2@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5062', '3', '', '0', 'R29A', '5e6c71325bbe2999c636e2629c8ce2de', '2014-03-28', 'shellielemus1247@bund.us', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396005161', '0', '1396005161', '1396005161', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.163.232.242', '0', '1', '', '0', '0', '-1', '0', '0', 'bzv<|Xh7uhG3@DO2{#T4?)wI2[`;fj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5064', '3', '', '0', 'RCoombe', '2189c9b464d6a430ff8aac3d75322f7e', '2014-03-28', 'noriko6950@live.encyclopedia.tw', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396025821', '0', '1396025821', '1396025821', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.175.77.123', '0', '1', '', '0', '0', '-1', '0', '0', 'DD9j<@cb(gHp0T}*tX/$4FXx.ou},f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5065', '2', '', '0', 'm3d1c_89', '755f9ee240e12f6de06c7a01ecf84cab', '2014-03-28', 'djsiler.dl@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396043356', '0', '1396062078', '1396064637', '1396058937', '1', '10', '5', '-6', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '75.44.69.98', '0', '1', '', '0', '0', '-1', '0', '0', 'ry4Hnf@U@5k3|o\'du*5%hO~9EY@-cW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5066', '3', '', '0', 'TIacovell', '351d47e0f0b77a9ff5b48c162ecbbb97', '2014-03-28', 'refugio8501@live.encyclopedia.tw', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396045127', '0', '1396045127', '1396045127', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.170.206', '0', '1', '', '0', '0', '-1', '0', '0', 'rFX2GtkI(9fP\"lU&>IoZ$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5068', '3', '', '0', 'KOaks', '27c67470965713c8ecabcea922154505', '2014-03-29', 'glamorousfan811h257@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396060732', '0', '1396060732', '1396060732', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.73.95', '0', '1', '', '0', '0', '-1', '0', '0', '|VY-7hB=1E_|4A#$\"i<[/)D4MYb|q=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5069', '2', '', '0', 'DMzu', '920ee95fc1d25467a7f20481a42cc664', '2014-03-29', 'boorishflat26pk@rediffmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396082949', '0', '1396082949', '1396211619', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.173.35', '0', '1', '', '0', '0', '-1', '0', '0', '@MlnUGk\"DdN2wFOli/L&zKQ#Vu!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5071', '3', '', '0', 'RMacGilli', 'd1aea99adc6005aa16069b92df01dc2a', '2014-03-30', 'tana2862@live.encyclopedia.tw', '0', '', 'http://quicklyicetea.tk/?page_id=5', '', '', '', '2', '0', 'Junior Member', '0', '1396147649', '0', '1396147649', '1396244436', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-10-1984', '1984-03-10', '-1', '-1', '107.158.228.42', '0', '1', '', '0', '0', '-1', '0', '0', 'GcP1`7]2X/t!mQ[{$)J2tM_bDNj/x@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5072', '3', '', '0', 'JAntonio', 'a861f031b72f3191f74125fd7dbc6187', '2014-03-30', 'marta8107@live.encyclopedia.tw', '0', '', 'http://quicklyicetea.tk/?p=121', '', '', '', '2', '0', 'Junior Member', '0', '1396158274', '0', '1396158274', '1396249561', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-25-1983', '1983-11-25', '-1', '-1', '107.158.228.42', '0', '1', '', '0', '0', '-1', '0', '0', 'bw[ylR^+i0E)w@mw,cu\'}0u01!vx&N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5073', '3', '', '0', 'H0296', '0c0bf422f2789a2ea992bdf16a42758c', '2014-03-30', 'abnormalamulet31myef@email.cz', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396179565', '0', '1396179565', '1396179565', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.75.174', '0', '1', '', '0', '0', '-1', '0', '0', '`)ls1AA\\ctu`Zu%\'5x+c-`L`Ef,C\"t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5233', '2', '', '0', 'ESerrato', 'da96fe1485a392d1195f8cd7f7186607', '2014-04-20', 'mabellezysteere@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398005551', '0', '1398005551', '1398006087', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.55.242', '0', '1', '', '0', '0', '-1', '0', '0', 'gkjE!,1Y@y@k{HOA!P^:D7\\hjT~~ob', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5074', '3', '', '0', 'MDibble', '7111646de47fc0dc22b67853b0fd3e01', '2014-03-30', 'mira8730@live.encyclopedia.tw', '0', '', 'http://quicklyicetea.tk/?p=121', '', '', '', '2', '0', 'Junior Member', '0', '1396192398', '0', '1396192398', '1396645643', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-16-1973', '1973-10-16', '-1', '-1', '50.115.170.206', '0', '1', '', '0', '0', '-1', '0', '0', 'H.di$\"h`@>N(bpEyJ2ccn}1X_0>AMU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5075', '3', '', '0', 'EPetro', '996de0c17982527b1b88f419c5bd79eb', '2014-03-30', 'nonchalantbreez6f48t@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396212393', '0', '1396212393', '1396212393', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.121.238.77', '0', '1', '', '0', '0', '-1', '0', '0', 'TsV?*=3)9HP=Tdsa.S1X|Bnl^Ox8.A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5076', '3', '', '0', 'GJQC', 'b5adc49f14293ec0aa65440ec6bede5f', '2014-03-31', 'judiciousalbum6ma443@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396270296', '0', '1396270296', '1396270296', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.20.75', '0', '1', '', '0', '0', '-1', '0', '0', 'h$BH`s?%\'XB$Q%EA6Up>~^*{KK>PRd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5077', '2', '', '0', 'CSellheim', '086a60ba964139a5eaff735cf597c347', '2014-03-31', 'sinceresite75p@rediffmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396299717', '0', '1396299717', '1396299717', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.44.40.167', '0', '1', '', '0', '0', '-1', '0', '0', 'sVKf>5\'Q^\'`+o#Bai=XUqHK.^yuj0m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5079', '2', '', '0', 'AWink', 'd5c88b3d9b207d6747305c500314d243', '2014-04-01', 'cloudyempathy63tip59@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396355811', '0', '1396355811', '1396358515', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.67.5', '0', '1', '', '0', '0', '-1', '0', '0', '5;3zb42@qU$k6>x>o1dD_}_.e$\'n=Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5080', '3', '', '0', 'SStroh', 'a2095e44c1c061744740726cd38340a3', '2014-04-01', 'earlyfolks556oj62@outlook.com', '0', '', 'http://bodyweighttrainingarena.com/members/ernatremblay/activity/11799/', '', '', '', '2', '0', 'Junior Member', '0', '1396377858', '0', '1396377858', '1396829730', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1970', '1970-02-20', '-1', '-1', '192.208.185.70', '0', '1', '', '0', '0', '-1', '0', '0', 'UB/Y,T7+%9Ycq4z{.fi.Nd}Al', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5095', '3', '', '0', 'CTrevizo', '40222491d34757165ab5354ead0ba1f9', '2014-04-05', 'suzannebyrnes8578@mailcatch.com', '0', '', 'http://whitefilm.co.kr/xe/qa/250367', '', '', '', '2', '0', 'Junior Member', '0', '1396702389', '0', '1396702389', '1397134746', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1977', '1977-09-22', '-1', '-1', '198.23.243.69', '0', '1', '', '0', '0', '-1', '0', '0', '2L^Fz??glxV~{;V!;)|WM|(A7L!Y?G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5096', '3', '', '0', 'M5204', '71d18fcb75f2be0bb4d16b661152bc01', '2014-04-05', 'violaanders7498@mailcatch.com', '0', '', 'http://jobformas.ro/content/essential-aspects-hiking-boots-around-usa', '', '', '', '2', '0', 'Junior Member', '0', '1396715476', '0', '1396715476', '1397147994', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-27-1984', '1984-10-27', '-1', '-1', '198.23.243.66', '0', '1', '', '0', '0', '-1', '0', '0', 'OtaR\'e(dvoYI@FGh<$W:xr>/wnW2jr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5097', '3', '', '0', 'OPXD', '61e6565a69a42a341cdcecfb0adf8815', '2014-04-05', 'freddyspencer7716@mailcatch.com', '0', '', 'http://milsos.com/zbxe/?document_srl=6539585', '', '', '', '2', '0', 'Junior Member', '0', '1396719441', '0', '1396719441', '1397153106', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-20-1978', '1978-01-20', '-1', '-1', '162.218.232.158', '0', '1', '', '0', '0', '-1', '0', '0', 'UMFHq~C=9L^W2B2Vy8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5098', '3', '', '0', 'IJOX', '96a8ac750a92138aa87ba505987c94d4', '2014-04-05', 'charlineeverett@mailcatch.com', '0', '', 'http://casalindasbakery.com/ca/?document_srl=438927', '', '', '', '2', '0', 'Junior Member', '0', '1396720885', '0', '1396720885', '1397153253', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1984', '1984-03-17', '-1', '-1', '192.3.19.188', '0', '1', '', '0', '0', '-1', '0', '0', 'B&xT)96c;oD;*8m~.*x47jQ}Cs3u`+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5099', '2', '', '0', 'LWac', '1c1ed7f26a2fe75169eb9586ba231e50', '2014-04-05', 'bladejva@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396724811', '0', '1396724811', '1396726029', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.216.53.57', '0', '1', '', '0', '0', '-1', '0', '0', '_9x}gG9&P=SNm$gx<\\oU$mX0Xst]\'y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5100', '3', '', '0', 'DWZA', '489e54f40802a9be74ca5a5ceee09886', '2014-04-05', 'jaimiesugerman@mailcatch.com', '0', '', 'http://event-ology.net/blogs/43851/87616/insights-on-real-world-secrets-i', '', '', '', '2', '0', 'Junior Member', '0', '1396725287', '0', '1396725287', '1397158191', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-25-1979', '1979-03-25', '-1', '-1', '142.54.166.72', '0', '1', '', '0', '0', '-1', '0', '0', '[\"SJ%_]vTlY(?c#{lVcPu+aQ1O8V[>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5101', '3', '', '0', 'CHLQ', '147816941af9b2bff4e54b901708003a', '2014-04-05', 'britneystoltzfus@mailcatch.com', '0', '', 'http://nbnatural.com/xe/?document_srl=71202', '', '', '', '2', '0', 'Junior Member', '0', '1396725585', '0', '1397822590', '1398086456', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1971', '1971-12-06', '-1', '-1', '142.54.166.72', '0', '1', '', '0', '0', '-1', '0', '0', '1xO\\VCx|+Iw?1sx{x\'W#:b)WW[Vbwm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5102', '3', '', '0', 'MRees', '01300316522e39135738aa9fadafd329', '2014-04-05', 'robbybiraban9947@mailcatch.com', '0', '', 'http://www.sfva.co.kr/qna/1517706', '', '', '', '2', '0', 'Junior Member', '0', '1396729515', '0', '1397162043', '1398260794', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-25-1984', '1984-03-25', '-1', '-1', '50.115.161.202', '0', '1', '', '0', '0', '-1', '0', '0', 'o&\\a}&7dL0+YC+%1@E?aQ5dYCj}gf3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5103', '2', '', '0', 'R8747', '8c3bde2475fc137b6c5e697ccc7c75cc', '2014-04-05', 'abidingtundra39g@nokiamail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396735115', '0', '1396735115', '1396735115', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.32.105', '0', '1', '', '0', '0', '-1', '0', '0', 'W.Uq,8qN7m{*txN%6l=TF%>0@qM=AK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5104', '3', '', '0', 'KR58', '01cd55e181082847db43cc3b4ffe5c9d', '2014-04-06', 'justinamcclintock@mailcatch.com', '0', '', 'http://www.pulla.se/blog/53690', '', '', '', '2', '0', 'Junior Member', '0', '1396743553', '0', '1396743553', '1397176031', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-03-1971', '1971-04-03', '-1', '-1', '198.23.243.66', '0', '1', '', '0', '0', '-1', '0', '0', 'K~\"5=h>aa\\g\'RWucqu-okYK@)T@(5N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5105', '3', '', '0', 'GChu', '8236a97a075e4c38b2abb7f5701d4052', '2014-04-06', 'weakinsanity4256@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396747176', '0', '1396747176', '1396747176', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.155.75.46', '0', '1', '', '0', '0', '-1', '0', '0', ';M\\fnGet[J`w`;Ni@Bjvy@%-hy,4-X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5106', '2', '', '0', 'Wasaur', '7815c3331e31b9c74a4feda7b8e7ced9', '2014-04-06', 'Waseur@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396780591', '0', '1409515085', '1409523532', '1396793585', '1', '10', '5', '2', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '80.221.208.92', '0', '1', '', '0', '0', '-1', '0', '0', '2PxD5nFae#qI/ntK#R%?%pS\'vn1;\"F', '', '0', '81808', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '8229f7de443b1f8989c114272307a2bd', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5107', '3', '', '0', 'CTomasini', '3a02d3ebc11ad3e256e582293ebc18fb', '2014-04-06', 'twilajury@mailcatch.com', '0', '', 'http://www.gardenawomensauna.com/customer_postscript/173573', '', '', '', '2', '0', 'Junior Member', '0', '1396790972', '0', '1397352143', '1398691166', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-23-1982', '1982-11-23', '-1', '-1', '192.3.19.188', '0', '1', '', '0', '0', '-1', '0', '0', '*RIse]EKUZ;U@]-d$N\"OuC|ZM+x_]9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '304', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5108', '3', '', '0', 'KSpringth', 'c48495b15b0fdb4ade7f9c5a66d9d7cd', '2014-04-06', 'rainabuie6722@mailcatch.com', '0', '', 'http://epsychicbay.com/finding-swift-products-for-travel/', '', '', '', '2', '0', 'Junior Member', '0', '1396798836', '0', '1398007510', '1398346752', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-11-1982', '1982-08-11', '-1', '-1', '192.73.235.191', '0', '1', '', '0', '0', '-1', '0', '0', '\"+:h3F?3lii7K&>HPlN0SPZe=\"f\"RN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5109', '2', '', '0', 'NOUL', '37b6de7419849749b91e0f3f0f7f7906', '2014-04-06', 'leonor_blanchette38@zaq321.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396810069', '0', '1396810069', '1396810224', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.14.27', '0', '1', '', '0', '0', '-1', '0', '0', '?K[X*?.NO{*IT^|W9w*WwC~*u;r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5115', '3', '', '0', 'BForce', '360e2bfe899295f348faa9ed73058769', '2014-04-08', 'pluckyruler108z770@outlook.com', '0', '', 'http://www.whitepages.com/business/the-cleaning-authority-spokane-wa', '', '', '', '2', '0', 'Junior Member', '0', '1396912121', '0', '1396912121', '1397344693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-09-1977', '1977-01-09', '-1', '-1', '198.55.112.6', '0', '1', '', '0', '0', '-1', '0', '0', 'as5j]8dQiaoCJ0O\\F?/*,^[oP)_i,B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5116', '3', '', '0', 'MLWO', '44a29260614a9173c97251b813ba693f', '2014-04-08', 'clairranking@mailcatch.com', '0', '', 'http://most-tv.ru/faq/exploring-simple-solutions-hiking-boots', '', '', '', '2', '0', 'Junior Member', '0', '1396943118', '0', '1398058777', '1398648929', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-12-1981', '1981-04-12', '-1', '-1', '192.3.19.188', '0', '1', '', '0', '0', '-1', '0', '0', '=ns\\V=vWoD]Op%~[NV:Jg:LyHTO8e+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5117', '3', '', '0', 'ASkinner', '8ac97d0cc63d591ee3fd53f50085585e', '2014-04-08', 'carlottanmtolbent@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1396988526', '0', '1396988526', '1396988526', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.88', '0', '1', '', '0', '0', '-1', '0', '0', '\\%,SQ2q!5zxWgGe4B;u\'Il.5l%Y$>_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5118', '2', '', '0', 'EGlenn', '0d3789c23e27b84e55f91cbca7babd0c', '2014-04-09', 'elizabet-glenn27@knowledge-from-0.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397000265', '0', '1397000265', '1397317452', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.203.120', '0', '1', '', '0', '0', '-1', '0', '0', '\"8t`zOHy{LA-|ET^@U{L*0L3<6;RXy#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5120', '8', '', '0', 'baoyuxuan', 'fcf0a429cb2f7fc1c90f60746c83478a', '2014-04-09', 'd1466708620@gmail.com', '0', '', 'http://www.cheapfifa14.com/', 'http://www.cheapfifa', '', '', '2', '0', 'Banned', '0', '1397027280', '0', '1397027280', '1397027528', '1397027526', '0', '10', '5', '8', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '211.43.211.41', '0', '1', '', '0', '0', '-1', '0', '0', 'AP-Mjs%WSUVWF0k-oL=&[(I_zNS}_T', '', '0', '81817', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5121', '2', '', '0', 'CReddall', 'a4578e4580d480ce8331a2146ec71663', '2014-04-09', 'wleshhvpbz@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397031626', '0', '1397031626', '1397031762', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.81.150', '0', '1', '', '0', '0', '-1', '0', '0', 'w/X28TTDnm8/\\x(o+nN7T88SAT#cC;g@,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5130', '3', '', '0', 'BH75', 'a699e784da6bfb696a84d578ea51c34a', '2014-04-11', 'vidaburbidge7009@mailcatch.com', '0', '', 'http://www.dawahspace.com/blogs/578563/154/outlines-for-rapid-secrets-in-tr', '', '', '', '2', '0', 'Junior Member', '0', '1397189629', '0', '1398523357', '1398703445', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1971', '1971-07-15', '-1', '-1', '192.3.19.188', '0', '1', '', '0', '0', '-1', '0', '0', '|%vfFK,pB_bSQmXX-dLN?wHxnbZt.O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5131', '2', '', '0', 'TMaxfield', '915cda5ec7cf53b594cf31384023a124', '2014-04-11', 'jinavihon@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397190063', '0', '1397190063', '1397205546', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.85.239', '0', '1', '', '0', '0', '-1', '0', '0', 'QX@%Lk=.@:ArVpX[dl@pqB_c2G<=IP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5132', '2', '', '0', 'DSwadling', '5fa3e5b8b4730b6f8c248beb2b6cdef7', '2014-04-11', 'dominick_swadling78@springeo.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397223999', '0', '1397223999', '1397253815', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.51.33', '0', '1', '', '0', '0', '-1', '0', '0', 'OG,t\\@f;\';XOJU>VY|<3fdvnE6!Ro_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5133', '3', '', '0', 'SABWD', '9d6d0d1b48432aac49dd26dec9e06556', '2014-04-11', 'burlydaybook904822@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397229413', '0', '1397229413', '1397229413', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.96.61', '0', '1', '', '0', '0', '-1', '0', '0', '78xBJKA^0ylf##X\\.3WV.tCXxryknz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5134', '3', '', '0', 'AWallace', '7f5d3d70080731767a254b8f30f018d7', '2014-04-11', 'joesolomon53069@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397234934', '0', '1397234934', '1397234934', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.212.186', '0', '1', '', '0', '0', '-1', '0', '0', 'A@Pv*fTvp11z/^10h6FEje2M(Ct(1~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5135', '3', '', '0', 'T7863', '10f67b29adbeb64d9fdc50ae05ac943d', '2014-04-11', 'scientificcaptuwto22@outlook.com', '0', '', 'http://animewire.net/Forums/profile.php?id=209746', '', '', '', '2', '0', 'Junior Member', '0', '1397252565', '0', '1398021000', '1398064541', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-22-1981', '1981-06-22', '-1', '-1', '69.12.77.238', '0', '1', '', '0', '0', '-1', '0', '0', 'u1>[2cbdR)!~Thtxd]@9cy\'2615N9|qCWtG:&+U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5139', '3', '', '0', 'M7024', '5863fd07718258cf61383eaa953c9f10', '2014-04-13', 'jasonnewport@mailcatch.com', '0', '', 'https://www.facebook.com/GameofWarFireAgeHackCheats', '', '', '', '2', '0', 'Junior Member', '0', '1397345227', '0', '1397345227', '1397777714', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-13-1978', '1978-04-13', '-1', '-1', '149.255.107.83', '0', '1', '', '0', '0', '-1', '0', '0', 'p/Vn[;^thx#Uhz:SFe(eK:Ts]hCe\"A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5140', '2', '', '0', 'RSheldon', 'c4b0ea5cda85aa7d0849931727b65932', '2014-04-13', 'yellowcomedian5ao567@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397402189', '0', '1397402189', '1397402189', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.0.48.205', '0', '1', '', '0', '0', '-1', '0', '0', '?L\'Y]!*w=h:V68r.u)k9[P20:k(:Aq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5141', '2', '', '0', 'ONSO', 'dfc3c78e1f746afb18810bcbf9f82dd5', '2014-04-14', 'marquettaklneill@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397468414', '0', '1397468414', '1397468533', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '170.130.24.151', '0', '1', '', '0', '0', '-1', '0', '0', '!yg4hcu~a1B(\\L](![;^6Y|YN`_x4|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5142', '3', '', '0', 'PSharrow', 'f678840471c42c38d01ca8673d97cc23', '2014-04-14', 'lushfan73v59f@outlook.com', '0', '', 'http://Bluenet.kr/xe/?document_srl=1425804', '', '', '', '2', '0', 'Junior Member', '0', '1397497698', '0', '1397497698', '1398036790', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-31-1978', '1978-07-31', '-1', '-1', '192.208.185.71', '0', '1', '', '0', '0', '-1', '0', '0', '>;~Q#[5XP36w%2GWNxvq7QAKp&rr~o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5143', '2', '', '0', 'LOLN', '9717f6cc97ba9d9d7258fcb6341107f3', '2014-04-14', 'sadyezfprimiano@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397511104', '0', '1397511104', '1397511636', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '170.130.24.156', '0', '1', '', '0', '0', '-1', '0', '0', '\'>8#_]BV39fW%gm[<]U.\\dg&fO2<{s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5144', '2', '', '0', 'AGeer', '8aa777c52489b42858786969dfdc555b', '2014-04-15', 'cheriseyuhasenbeck@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397538970', '0', '1397538970', '1397543133', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.82.154', '0', '1', '', '0', '0', '-1', '0', '0', 'L3G,NCvNt\"^rvvN{t}[0#/~?xVew`-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5145', '3', '', '0', 'M93H', '71fddc953a37a694231a46c997fa361d', '2014-04-15', 'noluvoxyfyqa@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397546161', '0', '1397546161', '1397978640', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.89.219', '0', '1', '', '0', '0', '-1', '0', '0', 'WA30OxwE\"(!K>ZKY6M=7N2^;\\X?cJ/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5146', '3', '', '0', 'JRoot', 'e4717797e8eea398c5494d153129b786', '2014-04-15', 'alphonsozwar@mailcatch.com', '0', '', 'http://bridalandboutique.com/xe/?document_srl=575209', '', '', '', '2', '0', 'Junior Member', '0', '1397547339', '0', '1397547339', '1397981691', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1972', '1972-06-23', '-1', '-1', '198.23.243.66', '0', '1', '', '0', '0', '-1', '0', '0', '0|uL=m[lbY%3z9[B6n&/qHyP:Uon(y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5147', '8', '', '0', 'g00dc4rd1ng', '91a529b262222bc1897223cd29d76573', '2014-04-15', 'g00dc4rd1ng@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1397560086', '0', '1397560478', '1397560478', '1397560436', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '91.205.235.169', '0', '1', '', '0', '0', '-1', '0', '0', '}_0:\"3;%.hL\\4>VymX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5150', '3', '23', '3', 'dazholmes', 'bbb1a77f502abcdc6f6b3df309d77105', '2015-08-14', 'linuxtechtips578@gmail.com', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397598901', '0', '1439562484', '1444770974', '1439556456', '1', '10', '5', '0', '1', '0', '0', '0', '45112791', '', '0000-00-00', '-1', '1', '146.90.106.70', '0', '0', '', '0', '0', '1', '0', '0', ')oH2[_aD/dUniT6;OuGOMVk67`7P{}U}[ouy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5157', '3', '', '0', 'S86G', '45b10bd119d0d8a4c2f01592f5be24ef', '2014-04-16', 'porfiriohannell@mailcatch.com', '0', '', 'http://Communitygrapher.com/question/240368', '', '', '', '2', '0', 'Junior Member', '0', '1397615129', '0', '1397615129', '1398050181', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-26-1972', '1972-08-26', '-1', '-1', '198.23.243.66', '0', '1', '', '0', '0', '-1', '0', '0', '`_]k7Vp[p0lsB3Gt`;%Q/,,_8=yR91', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5158', '2', '', '0', 'MTobias', '90f87b684d572002772746887cf29439', '2014-04-16', 'kindlylow793@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397626373', '0', '1397626373', '1397629960', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.162.211', '0', '1', '', '0', '0', '-1', '0', '0', 's4t9q0W!&sq\'>]vQ|y*sNNq\'h.\\/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5169', '3', '', '0', 'TNorrie', 'bcb235354ed94454dd33282eb94dd734', '2014-04-17', 'psychoticfighte5315@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397760137', '0', '1397760137', '1397760137', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.84.128', '0', '1', '', '0', '0', '-1', '0', '0', '\'5\'q*2V:LJf1)?VO;D\\8\"`3Mr^X436', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5170', '3', '', '0', 'TMcclendo', '50cbb420fc1dc58a418f69e05619b8fb', '2014-04-17', 'gustyjam635e129@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397760647', '0', '1397760647', '1397760647', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.47.104', '0', '1', '', '0', '0', '-1', '0', '0', 'e\\3U`{=hi]4WLkI+=k1UGeKq69(H8]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5171', '3', '', '0', 'ROconner', 'e32480e06293f625a2bcbb9170dd8863', '2014-04-17', 'quixoticorphan4by478@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397760857', '0', '1397760857', '1397760857', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '196.196.16.107', '0', '1', '', '0', '0', '-1', '0', '0', 'qp2{pupI&hP6&aY9,;!/CVnQy.:(le', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5172', '3', '', '0', 'EAshworth', 'f010ac5fba7df09401115aa08a42462d', '2014-04-17', 'kindheartedwate726@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397761499', '0', '1397761499', '1397761499', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.77.2', '0', '1', '', '0', '0', '-1', '0', '0', 'o}op``k<#Nq==}`|8X1Y1#ZylbMsyb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5173', '3', '', '0', 'LRABF', 'f8c20d1050583ed31a6666c8186a76f7', '2014-04-17', 'lupehulsey@mailcatch.com', '0', '', 'http://www.pettube.tv/blog/46445', '', '', '', '2', '0', 'Junior Member', '0', '1397762420', '0', '1397762420', '1397764398', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-07-1980', '1980-07-07', '-1', '-1', '198.23.243.66', '0', '1', '', '0', '0', '-1', '0', '0', ':&`&uKf`ysxb#CCf6he\\kR3bxVIx0&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5174', '3', '', '0', 'AMathis', '47a19a81f69fb9f124a2a982ad042212', '2014-04-17', 'cowardlygash588116@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397763274', '0', '1397763274', '1397763274', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.235.161', '0', '1', '', '0', '0', '-1', '0', '0', 'UQKPszt:r)&&vbx\'-Nzz]C@Dqk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5177', '3', '', '0', 'CCurry', '8d63b38a5bfc9b0757f5c4c5193614fe', '2014-04-17', 'dysfunctionalmeer790@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397767056', '0', '1397767056', '1397767056', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.78.171', '0', '1', '', '0', '0', '-1', '0', '0', 'Q{l_Ln`]StQ+[IgkJBgleZ(98JZ5w5h2+N\'B=]m5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5180', '3', '', '0', 'K2804', '27308896292b8938924c40f5d67521ba', '2014-04-17', 'entertainingatt47u23@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397771213', '0', '1397771213', '1397771213', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.80.22', '0', '1', '', '0', '0', '-1', '0', '0', 'fyX%*6e6t[9;$)U__Xsy9*y&\\l$#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5182', '3', '', '0', 'K5257', '4bdd48d6a2e611672c897cfc999c7aba', '2014-04-17', 'aberrantteam63ls687@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397771844', '0', '1397771844', '1397771844', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.81.13', '0', '1', '', '0', '0', '-1', '0', '0', '\"SlogL|tVK,7Zvl^182nyRU%eJ@\\wn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5183', '3', '', '0', 'ALodewyck', '32afd1f9b53ec3df0eb5e91569e9e150', '2014-04-17', 'nondescriptafte611@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397771910', '0', '1397771910', '1397771910', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.81.13', '0', '1', '', '0', '0', '-1', '0', '0', 'g]:TWY0\\|W&%HYT:M#v{F&970x\"yEQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5184', '3', '', '0', 'NVrf', 'a5f50632733beffb15eb392e480a9d00', '2014-04-18', 'bawdynecessity33ft86@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397775911', '0', '1397775911', '1397775911', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.80.201', '0', '1', '', '0', '0', '-1', '0', '0', 'M%b[Qyq|Yde.n_ist]dxlL6_tDhOOD)V=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5188', '3', '', '0', 'IClunies', 'fb360b24f7f6fc3bdec1cb0335b194b3', '2014-04-18', 'stimulatingreve7ib73@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397779585', '0', '1397779585', '1397779585', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.47.52', '0', '1', '', '0', '0', '-1', '0', '0', '>%2)=%3ddZBCz%9eW${1_r54Nf.NaJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5189', '3', '', '0', 'NAnaya', '74a62e7cbbddc716d349276c9fb6bb19', '2014-04-18', 'plantending487688@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397779979', '0', '1397779979', '1397779979', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '75.127.0.4', '0', '1', '', '0', '0', '-1', '0', '0', 'R=VE(xfrl6|J{SvAB`5Sa$rG!JWoRM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5190', '3', '', '0', 'LSantiago', '7c5a982e4bd709daac96eac71d8c5190', '2014-04-18', 'torpidcore907rv14@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397780029', '0', '1397780029', '1397780029', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '75.127.0.4', '0', '1', '', '0', '0', '-1', '0', '0', '*;pi_gbtkBvzdN^4ReM^8[7vN?$X(u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5191', '3', '', '0', 'PKoop', '16d0b166c90c44a62e97c634aec4cedc', '2014-04-18', 'noisypants99zv786@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397784170', '0', '1397784170', '1397784170', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.82.222', '0', '1', '', '0', '0', '-1', '0', '0', 'rqjTE=@QM!Ydu\"R:~]/6`vLDF7~7y>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5192', '3', '', '0', 'SSwanton', '7ee04a6e6b6cdfd1d37c070fb8290ba5', '2014-04-18', 'gleaminglegacy2nd111@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397784475', '0', '1397784475', '1397784475', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.47.52', '0', '1', '', '0', '0', '-1', '0', '0', 'IdLjH_d\'zwZ&U:4j;|V/:Vu43e1^hp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5193', '3', '', '0', 'KLegg', '3729379afe56aaa7cfee8620cf11a2b6', '2014-04-18', 'abnormalskin85he36o@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397788146', '0', '1397788146', '1397788146', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.81.203', '0', '1', '', '0', '0', '-1', '0', '0', 'zLou<;Xn06)Q[qj0/0sWUGc=PgE3j8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5194', '3', '', '0', 'CRepass', '9c9f0831e45254844e9e79584627edfc', '2014-04-18', 'painfullawsuit36w835@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397788318', '0', '1397788318', '1397788318', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.80.132', '0', '1', '', '0', '0', '-1', '0', '0', '~NLivhpmCX^vNLzidci2-\"@!0W/Gsb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5195', '3', '', '0', 'FSLU', '94079a3093e3e1f797c5f53767259672', '2014-04-18', 'lackadaisicalsp7jk49@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397789611', '0', '1397789611', '1397789611', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.73.6', '0', '1', '', '0', '0', '-1', '0', '0', ')S^VFCvA?|)]L;Cy*19af4@7*eF)IA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5196', '3', '', '0', 'ABlamey', '0dcfaac64eb02581b94013d249fca395', '2014-04-18', 'scaryardor15ox966@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397793334', '0', '1397793334', '1397793334', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.47.75', '0', '1', '', '0', '0', '-1', '0', '0', '1YN^-c>9A2{AcD%}sL.6RINl`W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5219', '3', '', '0', 'MSani', '8faf9e367b38ca3fb5a4a8037a8903ca', '2014-04-18', 'knowledgeableapja398@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397806131', '0', '1397806131', '1397806131', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.73.171', '0', '1', '', '0', '0', '-1', '0', '0', 'hi4Pc?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5225', '2', '', '0', 'podd', '38ff7f2367f36ebd90d28f451b6d09f3', '2014-04-19', 'paul.j.clarke66@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397866671', '0', '1397866671', '1397867009', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '82.9.56.70', '0', '1', '', '0', '0', '-1', '0', '0', 'V{8{8=Pt=&&Ys}AmNGzs,V`i0>9gF7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5226', '8', '', '0', 'APlath', '713dd71de37027e8fbff84dffdf16194', '2014-04-19', 'festiveglut924vr64@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1397890507', '0', '1397890507', '1397890836', '1397890834', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.81.112', '0', '1', '', '0', '0', '-1', '0', '0', '$*#\"F`QdpJkTtCf7yY?Hvp{{>%~9(E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5228', '2', '', '0', 'Moustache_Man', '41b686b61cd1a91f0ea8da51ab1b7fe8', '2014-04-19', 'toomaas08@live.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397900307', '0', '1397900307', '1397900587', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.65.96.205', '0', '1', '', '0', '0', '-1', '0', '0', '2+.qi&Q0i}zfiU&(i4NRCzaQYN?#1{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5229', '2', '', '0', 'Khaos', 'ffd3dc4c6a4e1834883e78cec3f4331e', '2014-04-19', 'richardwhitehub@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397910075', '0', '1397910075', '1397910757', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.105.245.239', '0', '1', '', '0', '0', '-1', '0', '0', 'y~\')n5k4(Mq:6wgbd2cywi6wm-$+0b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5230', '3', '', '0', 'HQfv', '8fdc5f1e6a27dace28cd7000ff57e975', '2014-04-19', 'adandonohue@mmmmail.com', '0', '', 'http://www.wat.tv/video/hay-day-pirater-triche-pour-6oegp_6nspp_.html', '', '', '', '2', '0', 'Junior Member', '0', '1397934445', '0', '1397934445', '1397936833', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-19-1983', '1983-02-19', '-1', '-1', '5.157.51.165', '0', '1', '', '0', '0', '-1', '0', '0', 'J1$Y=20gg9gO5WE~Z\"13}2w(d~G}e\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5231', '3', '', '0', 'KHlo', '69c56bce51e8c5a0658ac9cf427535ab', '2014-04-19', 'tenderweakness6eg19j@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1397938167', '0', '1397938167', '1397938167', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.74.7', '0', '1', '', '0', '0', '-1', '0', '0', 'J\\:\\(AN`kKm?ypgu;;9x;\\$~Eh.Xfc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5232', '3', '', '0', 'HHaskell', 'b72f845aa01ad350d8346863548b2b4d', '2014-04-20', 'meri4ykranawetter@yahoo.com', '0', '', 'http://www.enhancedonlinenews.com/portal/site/eon/permalink/?ndmViewId=news_view&newsId=20130805', '', '', '', '2', '0', 'Junior Member', '0', '1397968817', '0', '1397968817', '1397973520', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-02-1978', '1978-12-02', '-1', '-1', '173.213.81.53', '0', '1', '', '0', '0', '-1', '0', '0', 'o%3H@#yr1QCPAt\\]b}V)IfvII)\".=W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5234', '3', '', '0', 'BBleasdal', 'f1a8d5c510227dc7c61457049c676317', '2014-04-20', 'greedydormitory51i2@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398017248', '0', '1398017248', '1398017248', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.1.7', '0', '1', '', '0', '0', '-1', '0', '0', 'QTe=-#Qku5/3hzeb(IMJTaLV15C7=(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5235', '8', '', '0', 'IBordelon', 'd6e11b045edf90a9c69c3f6b9486c3e8', '2014-04-21', 'juveniledaybook6270@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1398083131', '0', '1398083131', '1398083590', '1398083588', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.119.226.101', '0', '1', '', '0', '0', '-1', '0', '0', 'v@u/CvQ_J2F\"&hvTSbY)NIB^]hzG];', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5236', '3', '', '0', 'MToll', 'ad1f875ebbb1833693a99af25b7dc682', '2014-04-21', 'annettgroom@trash-mail.com', '0', '', 'http://dehuizer.nl/offerte/bredevoort/master-sitemap.html', '', '', '', '2', '0', 'Junior Member', '0', '1398093409', '0', '1398093409', '1398096687', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-25-1971', '1971-07-25', '-1', '-1', '91.108.182.70', '0', '1', '', '0', '0', '-1', '0', '0', 'n=?!q8}jqsVth}kIdj$nGdha@m~x/3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '273', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5237', '3', '', '0', '~Wxlf~', '5dda8f6baf8dff85c73795a159a2578e', '2014-04-21', 'max.searis69@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398098145', '0', '1398098145', '1398098251', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.158.168.125', '0', '1', '', '0', '0', '-1', '0', '0', '08zCnu\'<\"uJ;#V[)dYbA])fGVC#PXT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5238', '8', '', '0', 'TDelossan', '4a94b4af31a52121c565cf4a64e7c553', '2014-04-21', 'fabuloushairstyasp76@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1398105458', '0', '1398105458', '1398105900', '1398105895', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.81.112', '0', '1', '', '0', '0', '-1', '0', '0', 'F=?2g:F.wAeJ&DQA\'a-Ki:x.[4W6GD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5241', '3', '', '0', 'NMcGruder', '07769474f132df1c16fda71482037124', '2014-04-21', 'casiedoan2341@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398120728', '0', '1398120728', '1398128522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '130.185.156.140', '0', '1', '', '0', '0', '-1', '0', '0', 'r]+0,PWYZA7|~vAX|h=GT+t+Z721h)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5239', '3', '', '0', 'SCardus', '885d9e5685afcf684d4e949c1ba6675d', '2014-04-21', 'samirafaulk9203@trash-mail.com', '0', '', 'http://www.lixe.eu', '', '', '', '2', '0', 'Junior Member', '0', '1398111696', '0', '1398111696', '1398114993', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-12-1976', '1976-02-12', '-1', '-1', '165.231.4.224', '0', '1', '', '0', '0', '-1', '0', '0', 'rio+y\'z^f&KH*zo#&z^{ucx43EfUjs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5240', '8', '', '0', 'KVOY', '742f9c2807e7ff341786173a10f25f4f', '2014-04-21', 'stark-np6sxm@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1398114657', '0', '1398114657', '1398115670', '1398115668', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.77.135', '0', '1', '', '0', '0', '-1', '0', '0', 'lGid!qE$8i-1=\\Hi>3^KN-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5242', '3', '', '0', 'EDuby', 'dd3cdd773a0f24b8fcdee2c53f49f5af', '2014-04-21', 'th.rowa.waybl.u.eshif.t@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398120748', '0', '1398120748', '1398128041', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '130.185.156.140', '0', '1', '', '0', '0', '-1', '0', '0', 'P/aAwjIh!\\o\"4]a)c,R7UFXuRMGVo\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5243', '3', '', '0', 'GPogue', '69979657a12357cbd0853ed3746c0bf3', '2014-04-22', 'noxiousruffian2fy3k@outlook.com', '0', '', 'http://www.youtube.com/watch?v=8CiCfYpreZw', '', '', '', '2', '0', 'Junior Member', '0', '1398143384', '0', '1398143384', '1398167263', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-23-1984', '1984-04-23', '-1', '-1', '69.12.72.212', '0', '1', '', '0', '0', '-1', '0', '0', '\'i[B?X`$WD9YWtA&G7}4VzJ~2}Id:R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5244', '3', '', '0', 'RElliott', '8e5f154da75cda615d7683e6e5811ead', '2014-04-22', 'marlysnew431@trash-mail.com', '0', '', 'http://www.senor.pl', '', '', '', '2', '0', 'Junior Member', '0', '1398148023', '0', '1398148023', '1398150205', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-24-1980', '1980-03-24', '-1', '-1', '165.231.27.178', '0', '1', '', '0', '0', '-1', '0', '0', 'U$#(bG8nk+IjN7K/FaLy|j6xicrazh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5245', '3', '', '0', 'TPenn', '2b573c73e1c6f136c717bcc464aa9e40', '2014-04-22', 'lynettesolano@ama-trade.de', '0', '', 'http://facebook.com/myVEGASHack', '', '', '', '2', '0', 'Junior Member', '0', '1398148895', '0', '1398148895', '1398150913', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-13-1971', '1971-09-13', '-1', '-1', '149.255.107.77', '0', '1', '', '0', '0', '-1', '0', '0', 'T\\7PQ^sC%YSak9IW_(g4,>V{y3v|_h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5246', '3', '', '0', 'GBurnes', '3d06ee9b85b0ae939bf39f1ddf143f24', '2014-04-22', 'preciousdock72841@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398172334', '0', '1398172334', '1398172334', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.84.85', '0', '1', '', '0', '0', '-1', '0', '0', '\"o{rG:nMr2JNLFSkxRM2zP^m5|ZnfC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5247', '3', '', '0', 'DYuille', '91db0cb4e78c0d01bbda39d80bde4061', '2014-04-22', 'gutturalbackpacg4w59@outlook.com', '0', '', 'http://local.yahoo.com/info-163194406', '', '', '', '2', '0', 'Junior Member', '0', '1398181746', '0', '1398181746', '1398203343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-16-1972', '1972-09-16', '-1', '-1', '69.12.79.27', '0', '1', '', '0', '0', '-1', '0', '0', 'cCGnpo.FWm(:.8fEH=+!ulk(cP\\^@(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5248', '2', '', '0', 'SChampion', 'b6dc80c5c03a02faaeebe188de8393bd', '2014-04-22', 'hfbsadellaam@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398182159', '0', '1398182159', '1398182159', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.180.188', '0', '1', '', '0', '0', '-1', '0', '0', 'PuqJ0~^*_H]:7TLzqz{DZy~K]ep=yq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5249', '2', '', '0', 'RPotter', '5b85480a10b54405e9a493bb7f256d8c', '2014-04-22', 'rabidpassenger6llgse@rediffmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398182688', '0', '1398182688', '1398183130', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.15.150', '0', '1', '', '0', '0', '-1', '0', '0', 'v$0)4Ayjk}GqPUG)Xhzmr`Kh3XcGq>,yQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5254', '2', '', '0', 'dark95magic', 'fb8b7636cc6626e8fa49da4b3cef4fdf', '2014-04-23', 'dark95magic@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398270275', '0', '1398270275', '1398270275', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.166.197.108', '0', '1', '', '0', '0', '-1', '0', '0', 'C!#z(@XAH(|.}J*8=rlU4C)R!BBQxS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5255', '2', '', '0', 'Crash Man', 'c2a4bac917c0b45c4a6b164424c8c0b9', '2014-04-23', 'sharpjamie456@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398284055', '0', '1398285650', '1398351900', '1398284668', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.159.112.51', '0', '1', '', '0', '0', '-1', '1', '0', 'dGtbX@enU>ybln9_tuq^x;d0o~%4<0FSu{.>', '', '0', '81883', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5257', '8', '', '0', 'united.base', '466f908628fe51731e6c85bb70701743', '2014-04-24', 'united.base@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1398330289', '0', '1398330289', '1398330784', '1398330783', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.87.95.0', '0', '1', '', '0', '0', '-1', '0', '0', ':LIL6|6)v)sv\'Ms8bZr6xC\")mG%+x?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5258', '2', '', '0', 'Kiakri', 'bfe11642fcb38055c74730350028330f', '2014-04-24', 'sam.matthews63@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398345237', '0', '1398345237', '1398345254', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '212.183.128.5', '0', '1', '', '0', '0', '-1', '0', '0', '.9zoa[\"%f\\vu\\qSQ+g)J4#KMC?&4Z#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5260', '2', '', '0', 'BLeCouteu', '20ed50026ecf1cb33db78322d4d9db57', '2014-04-25', 'mike2@ihotelschelsea.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398413394', '0', '1398413394', '1398414042', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.124.9.114', '0', '1', '', '0', '0', '-1', '0', '0', '~3\'+HHBMtFA^frhO.go4Eihq{wHNe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5264', '3', '', '0', 'RKidman', '0b3935747e8bf1eaf8f91c13bf89f534', '2014-04-27', 'keriderose@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398566719', '0', '1398566719', '1398566719', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '149.255.107.30', '0', '1', '', '0', '0', '-1', '0', '0', '%!||O\'jY&e1[.U>WD\\GP6<;8M`6*A3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5265', '2', '', '0', 'A12C', '48ca0c1d6cd966f1a6f38fb165865061', '2014-04-27', 'dusty-wortham5193@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398569050', '0', '1398569050', '1398569765', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '186.90.111.143', '0', '1', '', '0', '0', '-1', '0', '0', 'TyX%!|dLF#6dk[Z\'%y=5gmj^cUk17~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5266', '2', '', '0', 'DAUK', '2d55f0d41792dfc3686c6b2b8427f39f', '2014-04-27', 'wastefulvacatiolld88@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398576571', '0', '1398576571', '1398588109', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.91.85', '0', '1', '', '0', '0', '-1', '0', '0', 'obKk%.OR`H:QJe*Q/Em7[i>l9@}tF+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5267', '2', '', '0', 'sireq', 'c281561a8583988db60d49704491f177', '2014-04-27', 'ihavebadbrains@usa.com', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398608882', '0', '1398609268', '1398878732', '1398609128', '1', '10', '5', '0', '0', '0', '0', '0', '11552343', '', '0000-00-00', '-1', '1', '62.65.192.86', '0', '0', '', '0', '0', '-1', '0', '0', 'Ur?6Ye>}r\\1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5275', '3', '', '0', 'DXUQ', '6f1e4611789dc9646c52d0c457a1f26a', '2014-04-29', 'joshuahauslaib7071@trash-mail.com', '0', '', 'http://consudata.nl/dataherstel/gratis-offerte/Huls/master-sitemap.html', '', '', '', '2', '0', 'Junior Member', '0', '1398743214', '0', '1398743214', '1398746267', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-15-1982', '1982-01-15', '-1', '-1', '149.255.107.7', '0', '1', '', '0', '0', '-1', '0', '0', '@/[kyFv[Ckr?dp1&zMgZ+ql-\'4\\6;7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5276', '3', '', '0', 'KSGG', '176442b368437300edd50a0f9cb4fc11', '2014-04-29', 'finlaymendoza@dispostable.com', '0', '', 'https://Www.Facebook.com/pages/League-of-Angels-Cheats-Hack/482634681772997', '', '', '', '2', '0', 'Junior Member', '0', '1398746921', '0', '1398746921', '1398750587', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-16-1985', '1985-01-16', '-1', '-1', '91.108.180.214', '0', '1', '', '0', '0', '-1', '0', '0', ')YE{7>Kl*@x[1^C`,C8CI9dhb_X\"I!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5277', '2', '', '0', 'MRrf', '12a453dfb7c45a49766765ebc6cef621', '2014-04-29', 'hulkingfighter89699@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398751146', '0', '1398751146', '1398751287', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.44.57.152', '0', '1', '', '0', '0', '-1', '0', '0', '.8MM2a[C}%?/J@>J6kpUML}C1j@|9f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5278', '8', '', '0', 'PPirkle', 'a797aad94c130530b1eec85f11be62fd', '2014-04-29', 'garrulousartistdd49r@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1398753072', '0', '1398753072', '1398753519', '1398753517', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.243.153', '0', '1', '', '0', '0', '-1', '0', '0', '}T]ew<7B9s\"}W{FATV,yY*3d\'EFH=[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5279', '3', '', '0', 'T65Y', '4e0f7f31d0c6f302ac1d8dcf82ab0045', '2014-04-29', 'teresita.mackinlay74@waterteio.info', '0', '', 'http://www.youtube.com/watch?v=PF1eptC7Jvc', '', '', '', '2', '0', 'Junior Member', '0', '1398762263', '0', '1398762263', '1398850718', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-30-1984', '1984-12-30', '-1', '-1', '188.165.174.202', '0', '1', '', '0', '0', '-1', '0', '0', 'U1Hs`uOY0P|A1Z~;4}r6>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5280', '2', '', '0', 'St3', '70bdce1aa603f28dea98806f2d4b0e8a', '2014-11-06', 'ukste@ggm8.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398776698', '0', '1415262035', '1415264302', '1415261498', '6', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '46.208.54.180', '0', '1', '', '0', '0', '-1', '0', '0', '}fTS\\u92,]9Q\".=[7G$h-qz/Y#th&@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '230', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5281', '2', '', '0', 'poopscoop', '2c633618f7e1978ab220e61aee31cb91', '2014-04-29', 'georgeisapopadom@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398792500', '0', '1398792500', '1398792574', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.13.230.109', '0', '1', '', '0', '0', '-1', '0', '0', 'C/j`QdkJI1[@CqKFZ):uYE;UwzxEqp\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5287', '8', '', '0', 'RMandalis', '7c5c5177761b9469ee81717b64d74d93', '2014-04-30', 'aloofowner6611@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1398836935', '0', '1398836935', '1398837154', '1398837152', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.184.95.142', '0', '1', '', '0', '0', '-1', '0', '0', '9on!aQW0$9I{*gUqdCgg|%MWL$\\>oR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5288', '3', '', '0', 'ALowerson', 'f4a6d735ed7fc509c7d337270336404c', '2014-04-30', 'porfiriovasey@mailcatch.com', '0', '', 'http://casalindasbakery.com/ca/?document_srl=570444', '', '', '', '2', '0', 'Junior Member', '0', '1398851754', '0', '1398851754', '1398854274', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-20-1971', '1971-03-20', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', '0Y58]hS@&z-T,F^o0&zqZd\\F8H)Oge', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5289', '3', '', '0', 'MCnu', '8e315bc0a15d44234f5c53d7eadd2c94', '2014-04-30', 'lelandguzman2116@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398853686', '0', '1398853686', '1398853686', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', ')Sy^&7qa^b;H]O5G=1{\\\\gPokL?`tU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5290', '3', '', '0', 'WMuo', '6f3b771be50869026d1786b003188ce7', '2014-04-30', 'alfredganz4930@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398853943', '0', '1398853943', '1398856960', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', 'MugAZ~?#@s\"5E.|`]|\'fE[q9+&q&^,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5291', '3', '', '0', 'IRNL', '10c769d7183a42f4da0cac240bed5623', '2014-04-30', 'danaewilliam@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398854469', '0', '1398854469', '1398854469', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', '#AY_^x2KCyM$;Cz\'{(4<,UKiai*KV6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5292', '3', '', '0', 'HSheffiel', 'f0f3acaaa3d5c92bd31dc7fe40e03330', '2014-04-30', 'vernitadowse@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398854685', '0', '1398854685', '1398854685', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', 'nVVcQ[\'JJDbD\"!z]e2}Iu)e^@@$E=;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5293', '3', '', '0', 'DWKW', '881f905f681e511ac4d791aac3ae4183', '2014-04-30', 'eldoncazaly@mailcatch.com', '0', '', 'http://omegaz.com/xe/board_kojQ43/842162', '', '', '', '2', '0', 'Junior Member', '0', '1398860730', '0', '1398863327', '1399145908', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-26-1981', '1981-03-26', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', 'dXxp4r\"R\\Z#ovU~M+@]@Af=hB?TU]L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5294', '3', '', '0', 'TCordova', '43ae222b2caca5844ec54b97a3198d44', '2014-04-30', 'jeramykelynack@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398863376', '0', '1398863376', '1398863376', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.12.30', '0', '1', '', '0', '0', '-1', '0', '0', ';02^f2PmK\'[JD$-~xR@\\&{7s>&/A=x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5295', '3', '', '0', 'PZAZ', '1b322ceefb81e88ceba52c78fd9b9482', '2014-04-30', 'franklynburris9703@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398888961', '0', '1398888961', '1398888961', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', 'ajIdDC\'JQipUTZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5297', '3', '', '0', 'MNDA', '516d27bf9b89d52434b9270cb343b039', '2014-04-30', 'rochellemusgrave63@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398893958', '0', '1398893958', '1398893958', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', '2QP59?XfHEiR:0VE,qx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5300', '3', '', '0', 'M0240', '30e52246d7b7de321c092a210a8db93a', '2014-04-30', 'marcelochitwood2710@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398895527', '0', '1398895527', '1398895527', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', '=7BS?6Y+\"qj)+a)D:\":OifNIKR_EDS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5301', '8', '', '0', 'KBellasis', '1d30f49df43f9610f13d53af5143ac78', '2014-04-30', 'anna1@nrsok.se', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1398898221', '0', '1398898221', '1398898473', '1398898472', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.129.131.76', '0', '1', '', '0', '0', '-1', '0', '0', '.pznJOiD2rGU6qKM{e)_bBP\\j7WcsN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5302', '3', '', '0', 'LWIM', '2ae28f9db105794b537d5960fd0339f8', '2014-05-01', 'beckyhartfield9370@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398907159', '0', '1398907159', '1398909599', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', 'cJ}t^_],pLlU\">W3x%$[$xF7eY*;\"on-\"-@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'c17e3e8ea628e5c319bea8a26693a8a0', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5308', '3', '', '0', 'NZKUC', '59208d44bb1a478bb56c790d829d614a', '2014-05-01', 'augustsessions@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398916286', '0', '1398916286', '1398916286', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', 'Uifs++^_D\'S_-]ir$0~]!\\W3YVnUxB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5309', '3', '', '0', 'TSmithson', 'a28c539ae53509d9210784106e1ef6a2', '2014-05-01', 'tiresomeyouth84xd42m@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398919172', '0', '1398919172', '1398919172', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.113.43', '0', '1', '', '0', '0', '-1', '0', '0', ',_[Auo\\\'H\\.ExD\'_Si.W(7K+dC3d2U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5310', '3', '', '0', 'MWZN', '1de4dcf80879e931833f660acaf0883e', '2014-05-01', 'lukasgutteridge6543@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398919416', '0', '1398919416', '1398919416', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', '6mj|I2_^5y8A%:?Btu+\"!F|ZBSId8!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5311', '3', '', '0', 'EDOY', '5490289e0138532f879313777b8bb436', '2014-05-01', 'friedapenson5651@brennendesreich.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398920816', '0', '1398920816', '1398920816', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '149.255.107.77', '0', '1', '', '0', '0', '-1', '0', '0', ')t~KK+U%@j3IN.9=u&s(YgQ-|WIr6l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5312', '3', '', '0', 'OSXL', '6c4346fbba88de44725ff8cf73035674', '2014-05-01', 'treywu@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398939080', '0', '1398939080', '1398939080', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', 'mCCb!Hv-AnN:Kfa!&V-CQG=_+35:kr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5313', '3', '', '0', 'DTruitt', 'ea9fc78446ebb20d3f40e57aaff1585f', '2014-05-01', 'janyost9672@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398939319', '0', '1398939319', '1398939319', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', 'e?Z2Qz[hp/wk*YV?6yIbF8U|n)h^~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5315', '3', '', '0', 'B9282', '34291a01d72e1301efcbc48bd2cc04ef', '2014-05-01', 'dorethatroy@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398942692', '0', '1398942692', '1398942692', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.12.30', '0', '1', '', '0', '0', '-1', '0', '0', 'a4[-_V4t4?qriJE.xZ_S2dBPp-%c]k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5316', '3', '', '0', 'D5701', 'cb818ab2eef7e4e9843ecdc6f24fbfa8', '2014-05-01', 'monserratevigil@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398951939', '0', '1398951939', '1398951939', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', 'MOD_(9{@?R;`U!Mql)R1X\'cGw7=Ri,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5318', '3', '', '0', 'J2769', '500dabac336168b331a1dd6f58f2067e', '2014-05-01', 'florancejusteman@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398957757', '0', '1398957757', '1398957757', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.45.69', '0', '1', '', '0', '0', '-1', '0', '0', '4yZ@O]wpfdq(L)H4#Du{v43ca(uwR~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5319', '2', '', '0', 'macman', '262c0dccbe01a9a71fafb881473423d5', '2014-05-01', 'naimdevries@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398958818', '0', '1398958818', '1398958935', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.195.197.69', '0', '1', '', '0', '0', '-1', '0', '0', 'we,09B08C4wns41AwT8e@k@/`Ox?\\1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5320', '2', '', '0', 'simon1603', '8fe97c518403fe7b870d1a36c74436ea', '2014-08-13', 'simon1603@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398959253', '0', '1399731166', '1407923523', '1399730967', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '94.10.195.123', '0', '1', '', '0', '0', '-1', '0', '0', 'k|wCd}tM`;xA!N8ZhQ|9*4>%vg(Ixf', '', '0', '81945', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5321', '3', '', '0', 'WESL', 'e6283304eaaf197d98ccce5914290d47', '2014-05-01', 'burtonoliver@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398960631', '0', '1398960631', '1398960631', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.12.30', '0', '1', '', '0', '0', '-1', '0', '0', 'uA((ilKkPNs-rWT,G1iO$L^e!n&`QJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5322', '3', '', '0', 'JKMAO', '9b83512686b7822c824ac2bcad3690a8', '2014-05-01', 'maricelanuzzo515@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398963292', '0', '1398963292', '1398963292', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.221.209.234', '0', '1', '', '0', '0', '-1', '0', '0', 'xbLYey7&ocTRP9hb\\$_L0bk-2kQ#--', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5334', '3', '', '0', 'CStapleto', 'cdefcf38ab8190fec866bcd646de2193', '2014-05-02', 'deanogrady@mailcatch.com', '0', '', 'http://imparkshome.com/?document_srl=362071', '', '', '', '2', '0', 'Junior Member', '0', '1399043331', '0', '1399043331', '1399049283', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1979', '1979-09-28', '-1', '-1', '192.3.55.193', '0', '1', '', '0', '0', '-1', '0', '0', 'p@^AsHGt&Yoa(}6$]{oHNnv!nYZ$Yv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5325', '3', '', '0', 'TNOH', 'f0368fedb59e471570aa6e4d1234c274', '2014-05-02', 'hopeclayton4177@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398987099', '0', '1398987099', '1398987099', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', 'D_;aGfo[5X<@z3{`=/;{,-\\~hv|9\")', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5383', '2', '', '0', 'Pirat', '6e9275de368b9d274577c50f145035e8', '2014-05-05', 'madrussian060@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399322662', '0', '1399322662', '1399322678', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.66.207.178', '0', '1', '', '0', '0', '-1', '0', '0', 'XvxJ8U{9<3J;L|l$,dMU@JjI`%#&>i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5374', '3', '', '0', 'HEckert', '43e0f71bda08b74ecca1e120e560438a', '2014-05-05', 'meridithwylde@mailcatch.com', '0', '', 'http://Www.Pgs-Nn.ru/faq/279266', '', '', '', '2', '0', 'Junior Member', '0', '1399256828', '0', '1399256828', '1399260360', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-01-1978', '1978-02-01', '-1', '-1', '69.12.72.95', '0', '1', '', '0', '0', '-1', '0', '0', '_y_)R@miOb{c*Hqn13r49w=R\":dafT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5323', '3', '', '0', 'VRTU', '1d0c161ecf520658c149f01225ce0b15', '2014-05-01', 'hopemcfarland@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398970178', '0', '1398970178', '1398970178', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', '^xs]y1FVLjm%8)c(\'~NpOZ-4USPcCy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5324', '3', '', '0', 'RSfr', '468e9c1489c707d6fd9dbb2f7d3765e3', '2014-05-01', 'adrianneborowski8329@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398975801', '0', '1398975801', '1398975801', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.12.30', '0', '1', '', '0', '0', '-1', '0', '0', '@gN_tf{\\r9b-6s0w^%MHT}NxR2nNz@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5326', '3', '', '0', 'bajehnzptta6255', 'c0dd154ac8dd6d9add1f1cfdf6746d37', '2014-05-02', 'bajehnzptta@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1398997758', '0', '1398997758', '1398997758', '0', '0', '10', '5', '5.75', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '186.91.126.162', '0', '1', '', '0', '0', '-1', '0', '0', 'rD|X,D1MlSC~^:pk=tq7+Jshp;LLZM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5327', '3', '', '0', 'TFVD', '7a3fc9aedddb5f781fad1245ad61a02e', '2014-05-02', 'charlenesteinberger5316@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399003436', '0', '1399003436', '1399003436', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.250.232.74', '0', '1', '', '0', '0', '-1', '0', '0', '-U-|YNRbvN#6}wpPFO^HY{_AJ}w}A;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5328', '2', '', '0', 'PhillippX', 'ec0b4151e80e03aeffa2671531e9c5ee', '2014-05-02', 'leejones194287@wickiedsvile.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399006497', '0', '1399006497', '1399009298', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.212.26.54', '0', '1', '', '0', '0', '-1', '0', '0', '[I9xo^$U-oq*tL<-(OGOo>K3__@E]%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5329', '3', '', '0', 'FSparkman', '052f058a4256a278383f45bc6b86e9d0', '2014-05-02', 'rebekahmcclemans@discardmail.com', '0', '', 'http://aradental.kr/xe/?document_srl=165812', '', '', '', '2', '0', 'Junior Member', '0', '1399026596', '0', '1399026596', '1399029124', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1984', '1984-03-17', '-1', '-1', '192.3.55.163', '0', '1', '', '0', '0', '-1', '0', '0', ')zwV&TQ\\TX1YwRw\'}lg%M;Ek]QW}mu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5330', '3', '', '0', 'SKreider', 'c7a9e5ff1c3204be1985f3f5bc1cecef', '2014-05-02', 'margarettesaville6190@mailcatch.com', '0', '', 'http://Ktrill.com/blog/39033', '', '', '', '2', '0', 'Junior Member', '0', '1399028995', '0', '1399028995', '1399031445', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-16-1973', '1973-03-16', '-1', '-1', '192.3.55.177', '0', '1', '', '0', '0', '-1', '0', '0', 'vu~DJA^o`M:UH#vQ9?q9DiNq0AN4D~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5331', '3', '', '0', 'SZSK', '76d0e5fe8a2ab06131dadfd5c31ba906', '2014-05-02', 'bonitadumaresq@mailcatch.com', '0', '', 'http://omkam.org/?document_srl=734496', '', '', '', '2', '0', 'Junior Member', '0', '1399029023', '0', '1399029023', '1399031588', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-02-1971', '1971-05-02', '-1', '-1', '192.3.55.177', '0', '1', '', '0', '0', '-1', '0', '0', '=EF4GrM{<|,fVvbE{/hFwb/7:@R2UQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5332', '3', '', '0', 'VUjr', '85c2e8e3a3c366729a3ac132ac5cbd99', '2014-05-02', 'wallychampiondecrespigny@mailcatch.com', '0', '', 'http://epsychicbay.com/necessary-details-of-hiking-boots-in-the-usa/', '', '', '', '2', '0', 'Junior Member', '0', '1399032975', '0', '1399032975', '1399035496', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-05-1970', '1970-07-05', '-1', '-1', '76.74.200.97', '0', '1', '', '0', '0', '-1', '0', '0', 'p0;b4C6IQ8~y;;y!Ua:Gh$p^_z\"=fV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5333', '2', '', '0', 'Qauntum', '5ed58998698dad71f5abe92841ed8b2b', '2014-05-02', 'Gav1412@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399041037', '0', '1399041037', '1399041549', '1399041212', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.185.193.120', '0', '1', '', '0', '0', '-1', '0', '0', 'DIC$rHJzC>B#T*m5YNVcq#B.6A1T8_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5335', '2', '', '0', 'LDUchronicle', '2467c613cf254cd6c6a488d4c744cef6', '2014-05-02', 'bradenpalos@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399069372', '0', '1399069372', '1399069656', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '99.54.188.167', '0', '1', '', '0', '0', '-1', '0', '0', 'dB^yT\\O\"@|8ysx_ycU~@tUVcXc]L$h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5336', '3', '', '0', 'VMackey', '9c2d083b37b504cd8ebfa10fb634e08c', '2014-05-03', 'adrianalandseer3617@trash-mail.com', '0', '', 'http://www.goldencheat.com/free-minecraft-premium-account/', '', '', '', '2', '0', 'Junior Member', '0', '1399087991', '0', '1399087991', '1399090033', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-04-1972', '1972-05-04', '-1', '-1', '68.68.99.45', '0', '1', '', '0', '0', '-1', '0', '0', '#)lthvY&gL~ghxm3bT0peOKiQpqaKl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5337', '2', '', '0', 'DEIZ', '48fc45549f8fd43c0a4b8f8b290197b1', '2014-05-03', 'graigarbogast39@yahoo.com', '0', '', 'http://rs683.g6tec.com/2014/05/play-and-earn-turn-your-wow-gold-into-genuine-gold/', '', '', '', '2', '0', 'Junior Member', '0', '1399091426', '0', '1399390015', '1403012236', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-04-1977', '1977-09-04', '-1', '-1', '107.155.117.185', '0', '1', '', '0', '0', '-1', '0', '0', '`P%VwN+9lI_+$<3]k{q^X46=h=Q[t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5340', '2', '', '0', 'VDemaria', '199dbef17add15809df1ae1fa9ac11ad', '2014-05-03', 'jeffersonhawk86@yahoo.com', '0', '', 'https://pedagogy.jbnu.ac.kr/?document_srl=3083746', '', '', '', '2', '0', 'Junior Member', '0', '1399105560', '0', '1399105560', '1399105932', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-02-1982', '1982-08-02', '-1', '-1', '23.94.243.156', '0', '1', '', '0', '0', '-1', '0', '0', 'Lm}B6;yRXA8|M\'~f{?xw6q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5342', '2', '', '0', 'TLmn', '56bd64676e6b9c11f1d0d946affe9922', '2014-05-03', 'leeannabirchfield01@yahoo.com', '0', '', 'http://kimwansun.com/kws/index.php?document_srl=29168&listStyle=gallery', '', '', '', '2', '0', 'Junior Member', '0', '1399116397', '0', '1399116397', '1399127099', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-09-1973', '1973-10-09', '-1', '-1', '107.155.77.169', '0', '1', '', '0', '0', '-1', '0', '0', 'd<1x/3Af4wQxsme=g3;C^FN(6,Y[Zy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5343', '3', '', '0', 'AToliman', 'dd4e305c338e5e79c11a2ce595c3013b', '2014-05-03', 'willismckinnon@mailcatch.com', '0', '', 'http://www.pornoer.com/blog/15584/no-hassle-plans-of-porn-around-the-usa', '', '', '', '2', '0', 'Junior Member', '0', '1399116698', '0', '1399116698', '1399119181', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1972', '1972-06-15', '-1', '-1', '192.3.55.193', '0', '1', '', '0', '0', '-1', '0', '0', '104>AJp04or=lbDP+No,aLC{r,:O=5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5344', '2', '', '0', 'JackoHD1000', '799b645e626421338891a55b15edf4dc', '2014-05-03', 'jackohd12@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399117105', '0', '1399117105', '1399118091', '1399117205', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.129.27.240', '0', '1', '', '0', '0', '-1', '0', '0', 'R<|cTzZXi&mck094y1yaN&kK@jX7NNV$Imnu>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5359', '2', '', '0', 'BE04', '21bb77aaee759d7db64f50d1e5360501', '2014-05-04', 'kareemernest68@yahoo.com', '0', '', 'http://thehumanrevolution.net/blog/index.php?do=/profile-14448/info/', '', '', '', '2', '0', 'Junior Member', '0', '1399183404', '0', '1399200921', '1399482619', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-24-1984', '1984-09-24', '-1', '-1', '107.161.83.145', '0', '1', '', '0', '0', '-1', '0', '0', '=bn+{}+`fhlxjj?u\\;Z%nyu9e>PuzT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5370', '3', '', '0', 'LBzp', '3eb0d1f54016d1b9f59f98d0cbe9053d', '2014-05-04', 'ladonna.mosher@teratea.info', '0', '', 'http://gg.gg/1ra2o', '', '', '', '2', '0', 'Junior Member', '0', '1399222174', '0', '1399222174', '1399240146', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-30-1978', '1978-06-30', '-1', '-1', '178.216.53.170', '0', '1', '', '0', '0', '-1', '0', '0', 'NBMahm-\\EA?EgGJP.\\+B5i%`86f.@e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5360', '2', '', '0', 'darkrayo', '6575f1e28cec530429fa782cfeb504f3', '2014-05-04', 'wic@raykimb.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399185673', '0', '1399489392', '1399497777', '1399497776', '5', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.113.213.169', '0', '1', '', '0', '0', '-1', '0', '0', 'VN<.\\Qi;(0Tr*HoR9P;G?A-5=AI,&g', '', '0', '81933', '0', '0', '0', '0', '', '0', '0', '', '388', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5361', '3', '', '0', 'RCla', '717121ba6bc415a76162fa5606e34707', '2014-05-04', 'hiltonstruthers1069@mailcatch.com', '0', '', 'http://siblingi.ru/link/thoughts-rapid-solutions-hiking-boots-0', '', '', '', '2', '0', 'Junior Member', '0', '1399190200', '0', '1399190200', '1399192643', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1984', '1984-10-03', '-1', '-1', '192.3.55.177', '0', '1', '', '0', '0', '-1', '0', '0', 's7ddWP7o(_1gVovTc/Y-BtnD\'jsn6T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5362', '3', '', '0', 'FSeder', 'b232c80cd44826e22894304857e00f74', '2014-05-04', 'kathicuriel5424@mailcatch.com', '0', '', 'http://www.blaze16.com/blog/48989', '', '', '', '2', '0', 'Junior Member', '0', '1399190953', '0', '1399193493', '1399481905', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-06-1982', '1982-10-06', '-1', '-1', '76.74.200.97', '0', '1', '', '0', '0', '-1', '0', '0', '.cJJK+gMRF#cl?\"Ov07G>kP1MfuD+9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5395', '3', '', '0', 'B52X', '145b3081af070540bc336fbb4c200c8c', '2014-05-07', 'kerrieujrbpu@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399482794', '0', '1399482794', '1399482794', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.211.19', '0', '1', '', '0', '0', '-1', '0', '0', '[*6{4U|,lf$7`x8ON9\'7RAfS1eD73?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5363', '3', '', '0', 'CRoyston', 'be650ab16c54190e112542a80b22e081', '2014-05-04', 'brandifredrickson7507@mailcatch.com', '0', '', 'http://Www.wansango.net/xe/?document_srl=778038', '', '', '', '2', '0', 'Junior Member', '0', '1399194389', '0', '1399194389', '1399197028', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-11-1985', '1985-06-11', '-1', '-1', '76.74.200.97', '0', '1', '', '0', '0', '-1', '0', '0', 'Mlx7cXz~<\\lr`x]|Na.\"gvmqPwvzk*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5364', '3', '', '0', 'VMcclinto', '781d495cf7ff3b4067a501d5a2dab29c', '2014-05-04', 'taylahcohn@mailcatch.com', '0', '', 'http://www.pgs-nn.ru/faq/280104', '', '', '', '2', '0', 'Junior Member', '0', '1399194676', '0', '1399194676', '1399196977', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-07-1970', '1970-02-07', '-1', '-1', '76.74.200.97', '0', '1', '', '0', '0', '-1', '0', '0', '#w>}!X\'f_D1H}>,TZpun\"~5]a8})!g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5365', '3', '', '0', 'N2889', '5f735eba0919aaf4467ae84d9e818ac7', '2014-05-04', 'rosaurahoeft820@mailcatch.com', '0', '', 'http://Siblingi.ru/link/exploring-simple-solutions-hiking-boots-0', '', '', '', '2', '0', 'Junior Member', '0', '1399196596', '0', '1399196596', '1399198995', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-10-1974', '1974-10-10', '-1', '-1', '192.3.55.193', '0', '1', '', '0', '0', '-1', '0', '0', 'daCZOl>,f\"qO*Ktp;1e$GG;CsJEUV#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5366', '2', '', '0', 'LC47', '0d5c4298c29e387b1fef1c25b1e662cb', '2014-05-04', 'tecsydrc@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399198434', '0', '1399198434', '1399198855', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.81.243', '0', '1', '', '0', '0', '-1', '0', '0', '2/cz43jAp\'fbIkj%;4.8saW\'N-VVW!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5371', '3', '', '0', 'WTNT', '880188243df8bddf4bbf3e9b505bafac', '2014-05-04', 'upbeatpan31y2454@outlook.com', '0', '', 'http://castleclashfreegems.blogspot.com/', '', '', '', '2', '0', 'Junior Member', '0', '1399230862', '0', '1399230862', '1399476280', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-01-1984', '1984-08-01', '-1', '-1', '176.31.210.102', '0', '1', '', '0', '0', '-1', '0', '0', 'CE~Ck8?&dM-!4ZU+Z.tl#+Y`Q@m%$:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5367', '3', '', '0', 'CVallejos', 'defa05466e6f0ad01177e7e558421d32', '2014-05-04', 'laceybenjafield3611@mailcatch.com', '0', '', 'http://www.doksongfineart.com/?document_srl=1394300', '', '', '', '2', '0', 'Junior Member', '0', '1399207167', '0', '1399207167', '1399209713', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-25-1985', '1985-01-25', '-1', '-1', '192.3.55.163', '0', '1', '', '0', '0', '-1', '0', '0', '\\4?Yk|C*jfBj1I`2:Zak\"X4gIjSZY9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5368', '3', '', '0', 'VCallahan', 'f58db22cf12a6e6c95bfd6b654d155db', '2014-05-04', 'shanikilleen@mailcatch.com', '0', '', 'http://uhana.kr/xe/?document_srl=253072', '', '', '', '2', '0', 'Junior Member', '0', '1399209568', '0', '1399209568', '1399212778', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-29-1970', '1970-01-29', '-1', '-1', '192.3.55.163', '0', '1', '', '0', '0', '-1', '0', '0', '8BKwBQI(T}\"&$En@@[vQY?(^i=&Bn{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5369', '2', '', '0', 'CPFM', 'dbb5aeaa84546f120216ff3a1081296d', '2014-05-04', 'courtneykrebs29@yahoo.com', '0', '', 'http://wofop.com/blog/39226/how-do-i-get-website-traffic-to-my-web-site-proper-now/', '', '', '', '2', '0', 'Junior Member', '0', '1399211237', '0', '1399211237', '1399253685', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-31-1981', '1981-12-31', '-1', '-1', '107.155.117.118', '0', '1', '', '0', '0', '-1', '0', '0', '%ZfS>SE&A<:]JCS-Y%O_&_QF_fj94C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5372', '3', '', '0', 'CChumleig', 'c478e2cd239a9f3eb9862ccb71c0b403', '2014-05-04', 'economicglossar4743@outlook.com', '0', '', 'http://about.me/orlandolimos', '', '', '', '2', '0', 'Junior Member', '0', '1399242227', '0', '1399242227', '1399258101', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-01-1972', '1972-08-01', '-1', '-1', '192.227.166.60', '0', '1', '', '0', '0', '-1', '0', '0', 'gy-,\":me6ED,E+n2#5k05>,AAZ=F4$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5373', '3', '', '0', 'GMVD', 'b7f33060fd4200a90660e8cd6bea92d7', '2014-05-05', 'vigorouswinter5dpr60@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399245958', '0', '1399245958', '1399245958', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.90.5.45', '0', '1', '', '0', '0', '-1', '0', '0', '%.|Px:pP&XWK/H};w3@\\ipQ_bxC`q9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5375', '8', '', '0', 'EKUG', 'c2d17a0bcbee9ede3a4718cb8a0fe17a', '2014-05-05', 'humdrumunificathl22q@outlook.com', '0', '', 'http://www.facebook.com/LimoServiceOrlando', '', '', '', '2', '0', 'Banned', '0', '1399261070', '0', '1399261070', '1399263030', '1399263028', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-23-1981', '1981-11-23', '-1', '-1', '173.213.82.137', '0', '1', '', '0', '0', '-1', '0', '0', 'OtsB5%l2rkFl/B,n}@$DE8RSZ&XiD7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5376', '3', '', '0', 'M82I', '9a6bbd819581455a64bbf2f51ba397a6', '2014-05-05', 'lourdesyoung2083@mailcatch.com', '0', '', 'http://mymbook.co.kr/xe/?document_srl=826997', '', '', '', '2', '0', 'Junior Member', '0', '1399262711', '0', '1399262711', '1399265191', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-27-1976', '1976-05-27', '-1', '-1', '69.12.72.230', '0', '1', '', '0', '0', '-1', '0', '0', 'mb,mfaBgYSYFrYB)Z3xe`[/nU8\"g;[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5377', '3', '', '0', 'K53K', '22c65d6fbd2fca1e7f68b0c98c957bb0', '2014-05-05', 'toddhathaway8365@mailcatch.com', '0', '', 'http://omkam.org/?document_srl=736520', '', '', '', '2', '0', 'Junior Member', '0', '1399277797', '0', '1399277797', '1399280296', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1980', '1980-06-15', '-1', '-1', '69.12.72.95', '0', '1', '', '0', '0', '-1', '0', '0', 'Lvxae:-7mpLFG7acTU=yjFKtNd_4?0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5378', '3', '', '0', 'TLuker', '2eb3704c67f7ce64c972dcdbf66e2cea', '2014-05-05', 'declanhackett@mailcatch.com', '0', '', 'http://www.cleanersj.com/xe/?document_srl=57434', '', '', '', '2', '0', 'Junior Member', '0', '1399282716', '0', '1399282716', '1399285639', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1976', '1976-07-03', '-1', '-1', '69.12.72.95', '0', '1', '', '0', '0', '-1', '0', '0', '~-_3WD}z--dC2e\"YOHnc[4uira)]tZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5379', '3', '', '0', 'CMcLarty', 'c5738eef4b25e47978cb8b099d1ca9ad', '2014-05-05', 'valariechampagne8347@mailcatch.com', '0', '', 'http://www.cleanersj.com/xe/?document_srl=57464', '', '', '', '2', '0', 'Junior Member', '0', '1399283360', '0', '1399283360', '1399285736', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1979', '1979-12-09', '-1', '-1', '69.12.72.95', '0', '1', '', '0', '0', '-1', '0', '0', '=$CG+|eQp9ofjHZuscEwBIBU0i\'U!r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5380', '3', '', '0', 'S65Y', '8d035cfbfadba54dffe743cacd3e26bc', '2014-05-05', 'eileensolomon897@mailcatch.com', '0', '', 'http://jobformas.ro/content/options-realistic-products-porn', '', '', '', '2', '0', 'Junior Member', '0', '1399285373', '0', '1399287918', '1399488416', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-23-1971', '1971-04-23', '-1', '-1', '69.12.72.95', '0', '1', '', '0', '0', '-1', '0', '0', 'Q)]g|%va}vx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5381', '3', '', '0', 'LHaag', '2f62a705afecdbe9370d39d66cc74db6', '2014-05-05', 'twylahunter@mailcatch.com', '0', '', 'http://www.britishpornxxx.com/blog/17685', '', '', '', '2', '0', 'Junior Member', '0', '1399285852', '0', '1399285852', '1399288212', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-26-1981', '1981-01-26', '-1', '-1', '69.12.72.95', '0', '1', '', '0', '0', '-1', '0', '0', 'uJ)9.}WI;9vC>wI&\'}GQsaOavgeA8D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5382', '2', '', '0', 'MRoyster', '77509f4286f21d8cf13107ebcbf53f1e', '2014-05-05', 'shantatjarisumi@yahoo.com', '0', '', 'http://bit.ly/1n1bKNz', '', '', '', '2', '0', 'Junior Member', '0', '1399295631', '0', '1399295631', '1399296063', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-05-1971', '1971-03-05', '-1', '-1', '204.44.92.187', '0', '1', '', '0', '0', '-1', '0', '0', 'Qy}wbT?@z_\"j<.8H\\#DsEA)Ly2x]W+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5384', '3', '', '0', 'DSchmid', 'e8df393bb8192dea30c90aafe11d2c81', '2014-05-05', 'isrowneypfb@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399325784', '0', '1399325784', '1399325784', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '196.196.18.120', '0', '1', '', '0', '0', '-1', '0', '0', 'hr|>9quZ4230)$UA$,6x}:_0\\gPS;w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5385', '3', '', '0', 'DPeel', '8b83219a4e3e390002b29477c0d9ba53', '2014-05-06', 'wildapeterson@mailcatch.com', '0', '', 'http://uhana.kr/xe/?document_srl=248220', '', '', '', '2', '0', 'Junior Member', '0', '1399357192', '0', '1399357192', '1399359826', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-24-1975', '1975-05-24', '-1', '-1', '69.12.72.44', '0', '1', '', '0', '0', '-1', '0', '0', '8AZ*G0bPDk~p7F%N?^>O(*_c&+f`Jc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5386', '3', '', '0', 'MDki', '9ad58d1dc495b17d661c69b1bff2a9f0', '2014-05-06', 'marlonperdriau8825@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399365412', '0', '1399365412', '1399365412', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.89.193', '0', '1', '', '0', '0', '-1', '0', '0', 'zD{P@\'1^c^0*3=7XJaPMR}$Z`C&MgW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5387', '2', '', '0', 'Doug', '53d8122c6fc9832749ba92442feba656', '2014-05-25', 'dougieklogan@gmail.com', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399370640', '-1', '1407793779', '1420657307', '1407793778', '13', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '1', '', '0', '0', '', '0', '0', '-1', '0', '0', 'hD@{11R3xc/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5390', '3', '', '0', 'STCB', '334ca92e81a109b9d5df11de1b8a2cc0', '2014-05-07', 'vernahannan3194@mailcatch.com', '0', '', 'http://britishpornxxx.com/blog/17685', '', '', '', '2', '0', 'Junior Member', '0', '1399439008', '0', '1399439008', '1399441610', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-12-1983', '1983-10-12', '-1', '-1', '69.12.72.230', '0', '1', '', '0', '0', '-1', '0', '0', '*S;K=[\"a@h-8D9YJi52&gwkqyfPi5h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5391', '3', '', '0', 'L40H', 'c8c87cabf8007b0c08cb3200966714a1', '2014-05-07', 'daleneverret@mailcatch.com', '0', '', 'http://whodoeshairhere.com/insights-into-swift-products-of-hiking-boots-3/', '', '', '', '2', '0', 'Junior Member', '0', '1399439352', '0', '1399439352', '1399441835', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-14-1970', '1970-04-14', '-1', '-1', '69.12.72.230', '0', '1', '', '0', '0', '-1', '0', '0', 'QPF)hV,#;YXs=rA5):\'kMfI_3PbuYB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5392', '3', '', '0', 'JKnudsen', 'a8a8e1dc8204af92b9b6b790cfc239d5', '2014-05-07', 'hildegardefxvvdj@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399463569', '0', '1399463569', '1399463569', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.61.250', '0', '1', '', '0', '0', '-1', '0', '0', 'O#/(siH%&BR/`[,6o.mAinGrb84PN7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5393', '3', '', '0', 'BV39', '22505a50aed35851bc41e1e4f0cc8911', '2014-05-07', 'madelenexcelno@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399468648', '0', '1399468648', '1399468648', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.61.250', '0', '1', '', '0', '0', '-1', '0', '0', '3H9+KvkU\'S]UUFip0yeP-@`ViSH>[~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5394', '8', '', '0', 'legit_vendor', 'bb68859ae20a7c3ac71ed00edbeb1b16', '2014-05-07', 'legit_vendor@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1399472579', '0', '1399472579', '1399472917', '1399472906', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '172.245.203.185', '0', '1', '', '0', '0', '-1', '0', '0', 'b[QT0n,mz\\=g%~_t0]?L?G2-].wo,{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5396', '3', '', '0', 'bvelesyahvs2890', '0c2451bfc77e083c2deed6c92cf599f7', '2014-05-07', 'bvelesyahvs@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399488001', '0', '1399488001', '1399488001', '0', '0', '10', '5', '4', '1', '0', '0', '0', '45108503', '', '0000-00-00', '-1', '-1', '186.88.40.163', '0', '1', '', '0', '0', '-1', '0', '0', 'ZiXzE7./H})t]43&\\wf]/L`}TmfL[W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5397', '2', '', '0', 'h3nl3y', '833b86c2a43bc40f101f43d4ff14ea53', '2014-05-07', 'rdhenley93@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399490937', '0', '1399490937', '1399490996', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.213.239.247', '0', '1', '', '0', '0', '-1', '0', '0', 'OD68<7sd.e*x=dnk\'^IP~+qM.Pr$%3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5398', '2', '', '0', 'NL35', '2349667fcd3eadceba1c0f3d8a4283a4', '2014-05-07', 'wendy8@nrsok.se', '0', '', 'http://j6.ru/blogs/post/8034', '', '', '', '2', '0', 'Junior Member', '0', '1399503329', '0', '1399503329', '1399504895', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-18-1984', '1984-07-18', '-1', '-1', '196.196.28.79', '0', '1', '', '0', '0', '-1', '0', '0', 'kKB\\Ry^-@f^U[US]m>JF(?A}oe0{w7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5399', '2', '', '0', 'IOconnell', '6246c5bdd2ce784209c317aee72fc909', '2014-05-08', 'hcotterfbgc@yahoo.com', '0', '', 'http://Wirlebenaachen.de/index.php5/Benutzer:MargaritaYja', '', '', '', '2', '0', 'Junior Member', '0', '1399505934', '0', '1399505934', '1399519933', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1983', '1983-10-08', '-1', '-1', '192.184.85.130', '0', '1', '', '0', '0', '-1', '0', '0', '[\"/A?eEv2^D8~pKuJ|G0Y7Z*G0_m@i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5400', '2', '', '0', 'ReneFoltz', 'a4e23d0d781e4d22acfa29799476c31f', '2014-05-08', 'worriedbigot32cqy@rediffmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399516728', '0', '1399516728', '1399516728', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.73.149', '0', '1', '', '0', '0', '-1', '0', '0', '{X$}mj\'kS!T#VK;FuvaG]MOx^ase\\y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5401', '3', '', '0', 'SQ25', 'ac97e3cd83a9060a00a4aed1b05ab3ac', '2014-05-08', 'fkedleynm@yahoo.com', '0', '', 'http://solarguysinphoenix.weebly.com/', '', '', '', '2', '0', 'Junior Member', '0', '1399522823', '0', '1399522823', '1401496797', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-23-1974', '1974-12-23', '-1', '-1', '192.227.243.189', '0', '1', '', '0', '0', '-1', '0', '0', 'wkD>T+8.nn^u]\'uA}@1kWtW&pDv[3\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5402', '2', '', '0', 'urbanskaters', 'f20dd4cf7485156d2ed64d1fdd995421', '2014-05-08', 'urbanskaters@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399526905', '0', '1416965587', '1416967135', '1416965585', '7', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.29.166.90', '0', '1', '', '0', '0', '-1', '0', '0', 'nyW;&pak!j9\'Q`299G@Hn^Ov\\Dj1py', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5403', '3', '', '0', 'LBoyle', 'af574e3d748f9f17ca4313f8a2e035ab', '2014-05-08', 'nauseatingcoffi2c413@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399535490', '0', '1399535490', '1399535490', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.36.19', '0', '1', '', '0', '0', '-1', '0', '0', '28+D<-57mY#_l#0ZL6gO1.)[&efb^I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5404', '3', '', '0', 'R3822', '68a8d03711126a3317229437f78fff12', '2014-05-08', 'yasminold1884@trash-mail.com', '0', '', 'http://www.goedkoop-Afrijden.nl/tag/goedkoop-cbr-delft/', '', '', '', '2', '0', 'Junior Member', '0', '1399548434', '0', '1399548434', '1399551510', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1984', '1984-08-17', '-1', '-1', '5.157.51.89', '0', '1', '', '0', '0', '-1', '0', '0', '2`VOwz#vTFvjdb5v&7&9]``,]%xMWr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5405', '3', '', '0', 'DAmey', 'e13d661dfb6f08d499e74eced9405447', '2014-05-08', 'amalladd74@yahoo.com', '0', '', 'http://www.cq491.com/copy-paste-cash-system-reviews/', '', '', '', '2', '0', 'Junior Member', '0', '1399565611', '0', '1399565611', '1399576676', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1985', '1985-09-20', '-1', '-1', '69.12.82.247', '0', '1', '', '0', '0', '-1', '0', '0', 'cQ+IlBFnqXtcnl_#&dpe8tEH68L\\y8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5406', '3', '', '0', 'MFBB', '0fae9e6f0760fb09b979be596c408a81', '2014-05-08', 'tranbradfield57@yahoo.com', '0', '', 'http://loadedpayments.com/activity/p/115895/', '', '', '', '2', '0', 'Junior Member', '0', '1399576464', '0', '1399576464', '1399682607', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-13-1982', '1982-06-13', '-1', '-1', '69.12.84.132', '0', '1', '', '0', '0', '-1', '0', '0', 'VkY(uPn@l{1?%?Y806m1a_n\'!T~:c(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5407', '2', '', '0', 'TPalfreym', '75ac2ada632994502e6cf55fa89ead4f', '2014-05-08', 'boydrichard41@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399582266', '0', '1399582266', '1399582266', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.83.198', '0', '1', '', '0', '0', '-1', '0', '0', '+j\')MAuP<1rL%Wi*dP`tKv6qubHz01', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5408', '2', '', '0', 'HazzaAsdf', '8f81decabedf7bab9c6a85872d1a6dd0', '2014-05-08', 'ultimategamer123@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399584043', '0', '1399584322', '1399603997', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.17.238.200', '0', '1', '', '0', '0', '-1', '0', '0', ',T5])zLhy2(dk&5M\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5414', '3', '', '0', 'IAYAM', 'a86d453679b939e1201363e1dda147eb', '2014-05-10', 'lieselottespring7139@mailcatch.com', '0', '', 'http://Growtopiahack2014.blogspot.com/', '', '', '', '2', '0', 'Junior Member', '0', '1399680878', '0', '1399680878', '1399683643', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1974', '1974-12-01', '-1', '-1', '165.231.8.212', '0', '1', '', '0', '0', '-1', '0', '0', '\"/,UjY\\G|_^_X6%%\"x5\\m\"P}:CsxX[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5415', '2', '', '0', 'aaronattwood', '878b97c396df6242e17794166e786058', '2014-05-10', 'aaron324@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399683553', '0', '1399683553', '1399683938', '1399683936', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '142.162.112.88', '0', '1', '', '0', '0', '-1', '0', '0', 'TRqa=b+iSy\"Sky+~]k8bBi:9SO%uM!', '', '0', '81939', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5416', '2', '', '0', 'Mac The Knife', '0737a34709a1477be759bb622157cb45', '2014-05-10', 'theo77scott@gmail.com', '0', '', 'http://www.urclan.co.uk', '', '', '', '2', '1', 'Junior Member', '0', '1399683670', '0', '1399684013', '1400192317', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '07-26-1983', '1983-07-26', '-1', '-1', '86.22.137.65', '0', '1', '', '0', '0', '-1', '0', '0', ';*>>Bu:y*xe&5ziURr5Sg\"]\"R\"NPbg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5417', '2', '', '0', 'Devils Diver', 'ba1e69889882acc1c617d17300a69098', '2014-05-10', 'andrewanthonyward@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399685509', '0', '1399685566', '1399732978', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.6.209.62', '0', '1', '', '0', '0', '-1', '0', '0', 'bfAEJnjhEs\'zF7Z<$c{Jj]|{/.N~X:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5418', '2', '', '0', 'Devastating', '02c1b3a0b888e04b9b5d67233fcc734f', '2014-05-10', 'devastatingfighter@gmail.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1399714915', '0', '1399716568', '1399796410', '1399796409', '3', '10', '5', '-6', '1', '0', '0', '0', '45108567', '01-10-1996', '1996-01-10', '-1', '-1', '68.235.144.175', '0', '1', '', '0', '0', '-1', '0', '0', '`Nc|N&m`Ofv;7wYgXuo}Z4pBav8VEB', '', '0', '81950', '0', '0', '0', '0', '', '0', '0', '', '515', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5419', '2', '', '0', 'will84', 'c5f4991e6006830c86278c0b522a778a', '2014-05-10', 'will84@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399729640', '0', '1399729640', '1399733212', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.6.155.142', '0', '1', '', '0', '0', '-1', '0', '0', 'vHyNk_{q.fy7Gb7uZuF\\,XfU_s:]CF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5420', '2', '', '0', 'Hayabusa', 'ae0c3cb6be76942a1d55ef9cda677d6e', '2014-05-11', 'hayasf@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399762257', '0', '1401476162', '1402424261', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.37.234.195', '0', '1', '', '0', '0', '-1', '0', '0', '75<\"-\":=u(Py*HK7;y2[\'k:ec{YB`]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5421', '2', '', '0', 'shift-y', '68c87fd9fc3e77c8465186ad4482fb6b', '2014-05-11', 'matt.shinwari@seznam.cz', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399839152', '0', '1399842697', '1399899168', '1399842514', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.116.96.34', '0', '1', '', '0', '0', '-1', '0', '0', 'J/W@_mcC(xcm6Xn\'B#ce3\"vQNBp3&/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5422', '2', '', '0', 'Tweetypie', 'b460b202b3a76aad94c551d2c25c7b2d', '2014-05-11', 'hayawn@virginmedia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399847266', '0', '1399847266', '1399848080', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.37.234.195', '0', '1', '', '0', '0', '-1', '0', '0', 'fPB$F%4KR`dq\"#w@[NC)!4OBU@;g3k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5423', '3', '', '0', 'SHYT', 'f6483550d375239bbd30536b39d45ebb', '2014-05-12', 'raggedgala53ioqpm@rediffmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399859012', '0', '1399859012', '1399859012', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.158.229.26', '0', '1', '', '0', '0', '-1', '0', '0', 'B:1,8*Mp[vssAT(OYeyc@\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5424', '3', '', '0', 'C6803', '688b369dbd65ed4056df216443177cc6', '2014-05-12', 'nicholehjumnx@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399874698', '0', '1399874698', '1399874698', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.80.50', '0', '1', '', '0', '0', '-1', '0', '0', '8]6D1+2BA}M60n`wRR-ruLg.\'#Z?,R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5425', '3', '', '0', 'AATG', '22f0209dbdd5286c6f2fb4726ed86f5c', '2014-05-12', 'zonaqiaeto@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1399880590', '0', '1399880590', '1399880590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.80.50', '0', '1', '', '0', '0', '-1', '0', '0', '3R\\l%&2-)R__wV_\\}CDv)mo))lVDt@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5426', '3', '', '0', 'HQZB', 'eadbfff7dea743048a62cf9daac3ff67', '2014-05-14', 'ireddyxxgwk@yahoo.com', '0', '', 'http://www.youtube.com/watch?v=XC64-OzYuTI', '', '', '', '2', '0', 'Junior Member', '0', '1400045386', '0', '1400045386', '1409788735', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-04-1976', '1976-04-04', '-1', '-1', '192.208.185.94', '0', '1', '', '0', '0', '-1', '0', '0', 'k8u!\"8InXC]JE:9LL/!)ve}t#3-6b5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5427', '2', '', '0', 'Benjo', '1a05ce86bc9b265f0b58f6fe547d356e', '2014-05-16', 'games92@net.hr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400257868', '0', '1400257950', '1400283730', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '95.178.132.20', '0', '1', '', '0', '0', '-1', '0', '0', '|c\\50j#0+$/?&r+a`_[$qO(*}{$\\{1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5428', '8', '', '0', 'LGLRT', 'ea00f33df421b608a844b5ab49a1776b', '2014-05-17', 'thui0holstrom@yahoo.com', '0', '', 'http://vipminigames.com/profile/jofkq', '', '', '', '2', '0', 'Banned', '0', '1400288026', '0', '1408847805', '1408851608', '1408825769', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-26-1973', '1973-09-26', '-1', '-1', '67.213.219.105', '0', '1', '', '0', '0', '-1', '0', '0', '{.3mb`F+TO<.KDT>9P=sm/i[L4_l=9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5429', '2', '', '0', 'ZNYH', '1b852ac23fbedf09d5b0eb9ffd2577f6', '2014-05-17', 'qanicubyqos@yahoo.com', '0', '', 'http://www.humpolak.cz/modules.php?name=Your_Account&op=userinfo&username=EGreenlea', '', '', '', '2', '0', 'Junior Member', '0', '1400312017', '0', '1400312017', '1400312206', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-27-1984', '1984-10-27', '-1', '-1', '46.249.58.180', '0', '1', '', '0', '0', '-1', '0', '0', '0*ACL%AjHe1mT;!37L~sqah`x\'6[^K?42+8C$PlcG3C=M1,L_tq\\+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4439', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5439', '2', '', '0', 'Spadge', '18d493ea941c3663b0435b4c15cf6937', '2014-05-18', 'theo.spadge@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400443597', '0', '1400443597', '1400443638', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '151.229.144.134', '0', '1', '', '0', '0', '-1', '0', '0', 'qdS=z^51Kred}a:yMsO^\"8^m\\^WZa:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5440', '2', '', '0', 'Thegetnlmanisaspoi', '23be60d1922510a1a20d5fe2433f345c', '2014-05-19', 'ilovetf2halo4@Gmail.com', '43', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1400501576', '0', '1430398056', '1430402089', '1403791846', '8', '10', '5', '3', '1', '0', '0', '0', '45108567', '09-19-1997', '1997-09-19', '-1', '1', '84.109.162.81', '0', '0', '', '0', '0', '-1', '4', '0', 'wQi)G#(q;y=jn;Ft{YA7A)\')FF9&3i', '', '0', '82093', '0', '0', '0', '0', '', '0', '0', '', '371', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5441', '3', '', '0', 'NA82', 'f353bce4bd4c665310a6930f3e6a2837', '2014-05-19', 'callie10@spambog.com', '0', '', 'http://detra.pl/wp-content/wp-include/index.php?a=stats&u=gustavotroedel', '', '', '', '2', '0', 'Junior Member', '0', '1400515340', '0', '1400515340', '1400522591', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-26-1979', '1979-02-26', '-1', '-1', '37.203.212.107', '0', '1', '', '0', '0', '-1', '0', '0', '=sWI0:dcO=E8xM@^&Ubb_a+\'tPOQnu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5442', '2', '', '0', 'daleblyth', '7e60d6b71709f763166a41af4b457021', '2014-05-19', 'blyth190@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400524168', '0', '1409965936', '1410579068', '1406689873', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '87.113.112.73', '0', '1', '', '0', '0', '-1', '1', '0', 'F@\"g\"6-w3b\\=0Kc*F1U0f\"nIQb.\',V', '', '0', '82454', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5443', '2', '', '0', 'Ataraxia', '8221e69310e541c668a2dadf85c6dbbb', '2014-05-19', 'timmey@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400532635', '0', '1400533178', '1400535081', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.34.125.87', '0', '1', '', '0', '0', '-1', '0', '0', ')PdMGV[>Vd%}=\\[C*rARR)LI>D{]|F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5444', '2', '', '0', 'IMJN', 'e2b8252c07f30ecaeab4185a5c06733d', '2014-05-20', 'caryshipman27@yahoo.com', '0', '', 'http://www.inetworktoday.com/empower-network-review/', '', '', '', '2', '0', 'Junior Member', '0', '1400546505', '0', '1400546505', '1400550107', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-14-1977', '1977-07-14', '-1', '-1', '69.12.84.132', '0', '1', '', '0', '0', '-1', '0', '0', '^GvH&nbqsA:u}xYgP&5Oj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5445', '3', '', '0', 'PRamaciot', '244114a8d200f68ff23ee066e9d25a39', '2014-05-20', 'steve.george@go2.pl', '0', '', 'http://ad-wiki.informatik.uni-freiburg.de/hamham/Strong_Recommendations_For_Anybody_Looking_To_Make_', '', '', '', '2', '0', 'Junior Member', '0', '1400549892', '0', '1400549892', '1400553512', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-21-1983', '1983-09-21', '-1', '-1', '159.63.88.18', '0', '1', '', '0', '0', '-1', '0', '0', 'KSb(;~@+[KGeIfh&.S6,{S!dJ#$13R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5446', '2', '', '0', 'BRYJ', 'e96713449133e94617a367deffbc6479', '2014-05-20', 'deloreswbzdos@outlook.com', '0', '', 'http://clashofclansultimatehack2014.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1400594034', '0', '1400594034', '1400594374', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-24-1971', '1971-02-24', '-1', '-1', '192.99.141.124', '0', '1', '', '0', '0', '-1', '0', '0', '%zk\"f/#Xs`6d5dhs=k/2DCO!l)9|Kbm(kt+or+O\'GTS>_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5456', '3', '', '0', 'LPeq', '5a73e7c537c424c0ff9cc07a4245791a', '2014-05-23', 'gignarakzaa19@yahoo.com', '0', '', 'https://www.facebook.com/Extenze.Reviews.Today', '', '', '', '2', '0', 'Junior Member', '0', '1400822487', '0', '1400822487', '1401157405', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-19-1985', '1985-01-19', '-1', '-1', '223.205.249.56', '0', '1', '', '0', '0', '-1', '0', '0', '>X/(HJ:f+_*vyKc\\O#7}F)B\\or0+^1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5457', '2', '', '0', 'TCZH', 'f079eac68add65090e431fe6864655e4', '2014-05-23', 'kathleenbomojv@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400828582', '0', '1400828582', '1400829359', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.37.165.207', '0', '1', '', '0', '0', '-1', '0', '0', 'la5`#?@eOoEzT-08w6VV*z2/rNygQb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5458', '2', '', '0', 'mordemer', 'c492904f72f44e018ee175d9d13bc3cb', '2014-05-23', 'maartenbusser@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400838766', '0', '1400838766', '1400839350', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '143.176.120.27', '0', '1', '', '0', '0', '-1', '0', '0', '[|JAwm#7I0@\\Ns=$9/u%bUqhwKQ,4]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5459', '2', '', '0', 'V01N', 'b4c79f0240df31d00f14ef2a79a475f0', '2014-05-23', 'gabriellathdqtg@outlook.com', '0', '', 'http://gamerparadise.org/brave-frontier-hack-free-gems/', '', '', '', '2', '0', 'Junior Member', '0', '1400850761', '0', '1400850761', '1400851472', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1974', '1974-07-08', '-1', '-1', '192.99.141.88', '0', '1', '', '0', '0', '-1', '0', '0', '\"i8K\'np^Mkg^9&S@f&H6tV`E#O<58E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5460', '3', '', '0', 'aannetaetopy7714', '3145321fc026079fe61a844803e5a750', '2014-05-23', 'aannetaetopy@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400854935', '0', '1400854935', '1400854935', '0', '0', '10', '5', '8', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '190.75.129.207', '0', '1', '', '0', '0', '-1', '0', '0', 'P(md,f-92XT^A/ff|6$hYDhq00=,cY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5461', '3', '', '0', 'bmilesmaarleyy7199', '83276d2040d0287ebd75c1daba50b77a', '2014-05-23', 'bmilesmaarleyy@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400855052', '0', '1400855052', '1400855052', '0', '0', '10', '5', '12', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '117.170.227.174', '0', '1', '', '0', '0', '-1', '0', '0', 'a=wm$&(6][t~i\\fgrjPL/9>?HZJ-5x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5462', '3', '', '0', 'RUQWG', '4eb678ae8f6c676b1ba91334d99cc788', '2014-05-23', 'loganmillen08@spambog.com', '0', '', 'http://quickbookconsultant.net/toplist/index.php?a=stats&u=marylouackman', '', '', '', '2', '0', 'Junior Member', '0', '1400855433', '0', '1400855433', '1400862602', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1980', '1980-08-17', '-1', '-1', '37.203.212.107', '0', '1', '', '0', '0', '-1', '0', '0', 'jXr)PPm]Dh{xUUGFBa}BT#gw|l#\"2*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5463', '3', '', '0', 'AFQUL', '32cace0f1634dae371f60ff27340ccbd', '2014-05-23', 'otelia07@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400866737', '0', '1400866737', '1400866737', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.31', '0', '1', '', '0', '0', '-1', '0', '0', 'G=(E<7d^?s1aklL`@4?6_lYikd~3bl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5464', '3', '', '0', 'SLabourey', 'e80e05b9d23c89944ac154485b474d3c', '2014-05-23', 'gertude07@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400866952', '0', '1400866952', '1400866952', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.31', '0', '1', '', '0', '0', '-1', '0', '0', '`S\"9M1GcR![\"*eu}]A\\R{S7L!vFA?)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5465', '3', '', '0', 'CWhiteleg', '49a7b59a1df3e3e9d552aa4db90372b3', '2014-05-23', 'johnson06@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400879471', '0', '1400879471', '1400879471', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.212.100', '0', '1', '', '0', '0', '-1', '0', '0', '\'Bvj\\qT~.#jkP!e;_uFPY|^ZAo,&eU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5466', '3', '', '0', 'V41U', 'da61c807abd7c08178b459bf302bb7ab', '2014-05-23', 'vicky_dryer57@millionairesweetheart.com', '0', '', 'http://Englishelhierro.Elhierroyyo.com/modules.php?name=Your_Account&op=userinfo&username=GS', '', '', '', '2', '0', 'Junior Member', '0', '1400882618', '0', '1400882618', '1400885908', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-26-1979', '1979-05-26', '-1', '-1', '107.182.125.98', '0', '1', '', '0', '0', '-1', '0', '0', '0g`ivCP27\\b2X)/hL_vpc[Q.S]`aRLA3J=WeLpb#pl3Xc/SQvaWA;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5468', '2', '', '0', 'G6347', '531bbde1f10ed08eb350437e25c44aeb', '2014-05-24', 'paolacaraballo42@yahoo.com', '0', '', 'http://www.ddhch.com/web/?mid=photo&document_srl=294154', '', '', '', '2', '0', 'Junior Member', '0', '1400900423', '0', '1400916731', '1403908527', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-02-1980', '1980-12-02', '-1', '-1', '23.232.133.61', '0', '1', '', '0', '0', '-1', '0', '0', 'C@\'@gzW2X-P@Aw?.A@-SL~HJ\"eoP9#!IFDwDr|n!@nfH-}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5474', '3', '', '0', 'RFXK', '080672edeea2a5c8b8ae1ebc9a83049e', '2014-05-24', 'kathryn-breinl50@millionairesweetheart.com', '0', '', 'http://Www.achat-location-vente.com/modules.php?name=Your_Account&op=userinfo&username=KCrow', '', '', '', '2', '0', 'Junior Member', '0', '1400968837', '0', '1400968837', '1400972034', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-12-1974', '1974-04-12', '-1', '-1', '23.94.245.251', '0', '1', '', '0', '0', '-1', '0', '0', '\"o>Mo#M{37YIl3!jelU.KK$>1[;ky%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15052', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5476', '3', '', '0', 'TZix', '508c319aec1026577e4ae0715b5f77d1', '2014-05-24', 'mimi07@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1400970309', '0', '1400970309', '1400977522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.31', '0', '1', '', '0', '0', '-1', '0', '0', '<>`Sa0q\",6&?!Bj*a~)o(ZNAd$0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5479', '2', '', '0', 'MEBS', 'b6d33114c93935a783284c853e29e170', '2014-05-25', 'danielhiller93@yahoo.com', '0', '', 'http://support.photomugs.com/entries/38414923-Mobile-Marketing-Rfp-Process-', '', '', '', '2', '0', 'Junior Member', '0', '1400976459', '0', '1400976702', '1401075730', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-13-1974', '1974-10-13', '-1', '-1', '204.44.83.96', '0', '1', '', '0', '0', '-1', '0', '0', '.n~Uu+:T\'AVcN?2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5483', '3', '', '0', 'VBeaufort', '68b3bc548f44173c0d3793b04b3d7b80', '2014-05-25', 'eugene09@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401013948', '0', '1401013948', '1401013948', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.212.107', '0', '1', '', '0', '0', '-1', '0', '0', 'JP<*}GxCQ*dJ\"QU6Ad6%F~)zoyV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5489', '3', '', '0', 'CD40', '5bdb16772c5b716f7717575f19602b76', '2014-05-26', 'ethelyn09@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401067738', '0', '1401067738', '1401075055', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.31', '0', '1', '', '0', '0', '-1', '0', '0', 'SF@)9\\!:s-B+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5494', '3', '', '0', 'MCLAD', '37fa797aa345788a98ff4b16e2e53ede', '2014-05-27', 'callie09@spambog.com', '0', '', 'http://server1.almeregrid.nl/testgrid/view_profile.php?userid=7621', '', '', '', '2', '0', 'Junior Member', '0', '1401198484', '0', '1401198484', '1401205690', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-02-1976', '1976-02-02', '-1', '-1', '37.203.212.100', '0', '1', '', '0', '0', '-1', '0', '0', 'Vdx^q`Q!wxwb.G-YFKz(yNa>@qO?[m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5495', '3', '', '0', 'LGKKB', 'eb752a4b5a1957a4cc152976a4001a5d', '2014-05-27', 'randell11@spambog.com', '0', '', 'http://iceagevillagetip.blogspot.com', '', '', '', '2', '0', 'Junior Member', '0', '1401202551', '0', '1401202551', '1401209737', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-15-1977', '1977-03-15', '-1', '-1', '37.203.212.100', '0', '1', '', '0', '0', '-1', '0', '0', 'e^|q\"@~V6\'zRhc4|g3I5w7cgq1j5+b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5496', '3', '', '0', 'MAJD', '5cb8edee9f5c24c1cc3f834be61feca8', '2014-05-27', 'e.m.ma.b.lack.199.1@gmail.com', '0', '', 'https://www.facebook.com/BraveFrontierHackCheat', '', '', '', '2', '0', 'Junior Member', '0', '1401208197', '0', '1401208197', '1401225546', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-26-1976', '1976-12-26', '-1', '-1', '91.121.53.241', '0', '1', '', '0', '0', '-1', '0', '0', 'R8)7%w:rg-3D!Q!@p>%KL4$qutV~U9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5497', '2', '', '0', 'r3k0', 'c64d2a20c9d49906a21332344948b492', '2014-05-27', 'ricorepairs@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401211829', '0', '1401211829', '1401211986', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '80.1.187.117', '0', '1', '', '0', '0', '-1', '0', '0', 'C\\9<^oVqBLO9,dpY5~+-@wEh9HH[\'2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5498', '3', '', '0', 'E96B', '221b3b21311bcafcf36603b0fe730447', '2014-05-27', 'loganmillen11@spambog.com', '0', '', 'http://iceagevillagetip.blogspot.com', '', '', '', '2', '0', 'Junior Member', '0', '1401214285', '0', '1401214285', '1401221465', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1985', '1985-03-19', '-1', '-1', '178.32.155.31', '0', '1', '', '0', '0', '-1', '0', '0', 'zt-S+`wUm*7R,F}l>[2&Oz1GnN\'ZVU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5499', '2', '', '0', 'matt6950', '386281bfc5db7ae0a9c2d2a49a0512d2', '2014-05-27', 'matthewgbridges@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401220036', '0', '1401220036', '1401221744', '1401220192', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '109.151.39.127', '0', '1', '', '0', '0', '-1', '0', '0', 'c-$Zoa8hVGwhUPF\\^k|Ag!0[bC>N$h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5500', '3', '', '0', 'VElzy', 'db85e5f484feff4ffb9aaa845d8ac8be', '2014-05-28', 'daysinvwnak@outlook.com', '0', '', 'http://www.youtube.com/watch?v=RQwMPG97lhc', '', '', '', '2', '0', 'Junior Member', '0', '1401298204', '0', '1401298204', '1401305414', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-15-1979', '1979-09-15', '-1', '-1', '198.55.112.161', '0', '1', '', '0', '0', '-1', '0', '0', '{4ER@4Z0~+h+TGVzax\"rDK:Q$F?9,b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5501', '2', '', '0', 'jaythegrimm', 'bc05066cabab288e1bbbe4e1148ca27d', '2014-05-28', 'jordanvass@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401299642', '0', '1401299642', '1401299642', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.193.65.25', '0', '1', '', '0', '0', '-1', '0', '0', 'JROwDPx_\'ck@3$=VJc\\MIs@\"E%P@(r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5502', '3', '', '0', 'LMFAH', '59374b5b0810831396f9c076f20907e6', '2014-05-28', 'ethelyn06@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401309581', '0', '1401309581', '1401316763', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.212.100', '0', '1', '', '0', '0', '-1', '0', '0', 'H*\'98e)mw1~fB*TlprW.^x\'TsECE+_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5503', '2', '', '0', 'NMascorro', 'b35c21c72a67a2cace85829474d86b54', '2014-05-29', 'jennidwtpzs@outlook.com', '0', '', 'http://centergize.com/members/nolanapcj/activity/6212/', '', '', '', '2', '0', 'Junior Member', '0', '1401323386', '0', '1401323386', '1401323736', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1971', '1971-09-28', '-1', '-1', '23.95.93.57', '0', '1', '', '0', '0', '-1', '0', '0', '=0dLq)kUr[s>FQuB].A:50=1SqdfU^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5504', '2', '', '0', 'RO50', '850e6ffaaa81284fe163370c72500f8e', '2014-05-29', 'toshikowphtdf@outlook.com', '0', '', 'http://favavofech.allalla.com/?document_srl=74512', '', '', '', '2', '0', 'Junior Member', '0', '1401331205', '0', '1401331205', '1401331640', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-21-1971', '1971-12-21', '-1', '-1', '23.95.93.243', '0', '1', '', '0', '0', '-1', '0', '0', ':Q;p9EVTqfw_e+dPt$OYz7~mFx4*59nu2l{S([Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5509', '2', '', '0', 'LAAZH', '3f4ca9bb829d75b254ef3a5497503695', '2014-05-30', 'vnmajettei@yahoo.com', '0', '', 'http://gfresh.biz/blogs/24011/63170/wonderful-guide-on-medical-insur', '', '', '', '2', '0', 'Junior Member', '0', '1401472719', '0', '1401472719', '1401474807', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-27-1980', '1980-11-27', '-1', '-1', '23.95.93.152', '0', '1', '', '0', '0', '-1', '0', '0', '_I.1>1_v,vvx=p.G&F7zX%v-,S]et{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5510', '2', '', '0', 'EGill', 'd4b1b9bf1ebc7f153ac7e89a71c05a72', '2014-05-30', 'ltsprudeu@yahoo.com', '0', '', 'http://www.sukhbaataremg.com/?p=24127', '', '', '', '2', '0', 'Junior Member', '0', '1401475102', '0', '1401475102', '1401476947', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-26-1972', '1972-09-26', '-1', '-1', '23.95.93.18', '0', '1', '', '0', '0', '-1', '0', '0', '[PBxSaClg7G#yXoev*)?Bba\'s8t5>e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5511', '2', '', '0', 'CXvz', 'f257a03a032d60ca97fa2916a1f46cea', '2014-05-30', 'cfeckepow@yahoo.com', '0', '', 'http://safetraveler.org/insurance-ideas-to-travel-an-individual-elses-auto/', '', '', '', '2', '0', 'Junior Member', '0', '1401475633', '0', '1401475633', '1401477415', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-01-1982', '1982-04-01', '-1', '-1', '209.161.99.25', '0', '1', '', '0', '0', '-1', '0', '0', 'i-6WtL~vGWg-Np6m4xP;lg1#&u,}-W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5512', '2', '', '0', 'FA96', 'b7f036e0f250ff8601f439620a41ec5a', '2014-05-30', 'iwoolhousk@yahoo.com', '0', '', 'http://anuntuljuridic.ro/2014/02/opening-up-the-doorway-for-large-financial-savings-with-auto-insura', '', '', '', '2', '0', 'Junior Member', '0', '1401477617', '0', '1401477617', '1401479458', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1984', '1984-09-17', '-1', '-1', '23.95.94.210', '0', '1', '', '0', '0', '-1', '0', '0', 'uFZG4ZGq+@Iq,{Bi)w%k;<6\"y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5516', '2', '', '0', 'IHilson', '11014bccfa5b9dfe5dde9af41092c2a5', '2014-05-30', 'rmbanachhe@yahoo.com', '0', '', 'http://www.articlehomestead.com/article.php?id=107122', '', '', '', '2', '0', 'Junior Member', '0', '1401480994', '0', '1401480994', '1401485216', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-14-1981', '1981-09-14', '-1', '-1', '209.161.99.32', '0', '1', '', '0', '0', '-1', '0', '0', '-)p;uRwSBVWLg*Mqv^!W.7G3a\\P#R.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5517', '2', '', '0', 'EA76', 'aee5fcb1c9b78c1f9e6094277993f01c', '2014-05-30', 'pkspasinb@yahoo.com', '0', '', 'http://www.repair-me.de/you-can-find-great-health-insurance-lower-price', '', '', '', '2', '0', 'Junior Member', '0', '1401481315', '0', '1401481315', '1401486574', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-23-1975', '1975-01-23', '-1', '-1', '209.161.99.32', '0', '1', '', '0', '0', '-1', '0', '0', 'eF>}:+-aABMQP+)g1UO>.bj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5520', '2', '', '0', 'M81X', 'c3955022ba2f7376e85312e92e00ad5f', '2014-05-30', 'hplemellek@yahoo.com', '0', '', 'http://www.jobformas.ro/content/helpful-tips-selecting-medical-health-insurance-plans', '', '', '', '2', '0', 'Junior Member', '0', '1401486096', '0', '1401486096', '1401487865', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-16-1971', '1971-10-16', '-1', '-1', '23.95.94.166', '0', '1', '', '0', '0', '-1', '0', '0', '&w&9{ajCq|Rm\'*)FN?}9d)T%KvgDJn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5521', '2', '', '0', 'ELefroy', 'a783cd89348649081f5932607226341a', '2014-05-30', 'pqvsmolenmv@yahoo.com', '0', '', 'http://www.wloclawek.romansonline.pl/member/12770/blog/view/3082-You-Can-Get-The-House-Insurance-pla', '', '', '', '2', '0', 'Junior Member', '0', '1401486619', '0', '1401486619', '1401494176', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-29-1976', '1976-06-29', '-1', '-1', '192.230.61.31', '0', '1', '', '0', '0', '-1', '0', '0', 'h{N7:KwKf:T=+0_I+s+m^gr_cJ~;T@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5522', '2', '', '0', 'GKirsch', '2adf5266260ef975abbac8def94b140b', '2014-05-30', 'fdtaccarq@yahoo.com', '0', '', 'http://corsonet.altervista.org/PHBB/profile.php?mode=viewprofile&u=27231', '', '', '', '2', '0', 'Junior Member', '0', '1401487064', '0', '1401487064', '1401488953', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1972', '1972-06-23', '-1', '-1', '192.230.61.100', '0', '1', '', '0', '0', '-1', '0', '0', 'Gl[C8Y$#aoM,~F(]J,&_d{2LVOEXsb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5523', '2', '', '0', 'S1215', '21626d19b5a7738b31c7edc5d86879ce', '2014-05-30', 'darrelfgor@yahoo.com', '0', '', 'http://www.siamgenius.com/blogs/110282/296571/ideas-to-get-a-commercial-automo', '', '', '', '2', '0', 'Junior Member', '0', '1401487156', '0', '1401487156', '1401488989', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-25-1973', '1973-10-25', '-1', '-1', '198.12.74.253', '0', '1', '', '0', '0', '-1', '0', '0', 'EM:z/W9X`GeE?T_39&N+e!Pz<=z=s>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5524', '2', '', '0', 'CJMVX', '92783873c0cf89c6a25d63bff160191c', '2014-05-30', 'tcmashekf@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401487352', '0', '1401487352', '1401489143', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.74.28', '0', '1', '', '0', '0', '-1', '0', '0', 'B4lLt;#vH\'~gPFV.2S_d@v/&HR|owA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5525', '2', '', '0', 'KF09', '6bb8660e0c8bc7194c04d8719b5e88c3', '2014-05-30', 'bsayresgi@yahoo.com', '0', '', 'http://www.arama.com.br/ativa/groups/buying-life-coverage-is-a-lot-easier-with-this-particular-advic', '', '', '', '2', '0', 'Junior Member', '0', '1401487820', '0', '1401487820', '1401489628', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1970', '1970-05-01', '-1', '-1', '69.12.73.203', '0', '1', '', '0', '0', '-1', '0', '0', 'K(hBOoA8AfnNxB/^a\'lgN?e>8\'=S[)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5526', '2', '', '0', 'GHNSR', '632da4f9245c0629ba4cf57b89bacc7b', '2014-05-30', 'ssirkttxk@yahoo.com', '0', '', 'http://www.hoopdiamonds.com/groups/how-poor-drivers-can-get-a-full-vehicle-insurance-amount/', '', '', '', '2', '0', 'Junior Member', '0', '1401487836', '0', '1401487836', '1401489596', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1974', '1974-08-16', '-1', '-1', '23.95.94.195', '0', '1', '', '0', '0', '-1', '0', '0', 'i>R7JQ]Q0)\\6hB3ymhI4A>uhYFk9.H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '184', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5527', '2', '', '0', 'IShoebrid', '38bd197888a6357418acb56562a9c262', '2014-05-30', 'hrqpettinr@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401488059', '0', '1401488059', '1401489832', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.96.189', '0', '1', '', '0', '0', '-1', '0', '0', 'gPFQsA(QccK}QJ/!JSMEGnYJ=qU.*:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5528', '2', '', '0', 'D1831', 'ac7bfa6d4e0c12a85cce2953f6687fe0', '2014-05-30', 'lkrushanl@yahoo.com', '0', '', 'http://event-ology.net/blogs/34119/73665/hard-time-locating-medical-insur', '', '', '', '2', '0', 'Junior Member', '0', '1401488153', '0', '1401488153', '1401489958', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-22-1970', '1970-03-22', '-1', '-1', '23.95.96.189', '0', '1', '', '0', '0', '-1', '0', '0', 'j1_0RlT!tLKAGl2]Yot&ZrUK_(%,mV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5529', '2', '', '0', 'AKFX', 'ff04e5650411c9c071169eb3ef0a4b33', '2014-05-30', 'nfncorpqbw@yahoo.com', '0', '', 'http://www.wolim.org/tv/groups/it-could-be-simple-to-data-file-a-compensation-claim-with-your-insura', '', '', '', '2', '0', 'Junior Member', '0', '1401488527', '0', '1401488527', '1401490327', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-14-1981', '1981-02-14', '-1', '-1', '23.95.96.189', '0', '1', '', '0', '0', '-1', '0', '0', '9783&=rnR(eUIX>|$[;P1G&(29Y1qZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5530', '2', '', '0', 'MYXJN', '52c32d3aa0db49d684d670f4b9b7ea16', '2014-05-30', 'ybfusterc@yahoo.com', '0', '', 'http://www.carsanoba.co.kr/board_HcLH39/31819', '', '', '', '2', '0', 'Junior Member', '0', '1401488849', '0', '1401488849', '1401490733', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-01-1981', '1981-02-01', '-1', '-1', '192.3.166.203', '0', '1', '', '0', '0', '-1', '0', '0', 'I-OF]<-W]/thLz*Ar\\Ek@/!K3+[T^\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5531', '2', '', '0', 'GWBPV', '2754c4627bccf78cac10828158dc3c4c', '2014-05-30', 'lnezaitunau@yahoo.com', '0', '', 'http://arthritisreduction.com/node/153211', '', '', '', '2', '0', 'Junior Member', '0', '1401488895', '0', '1401488895', '1401491861', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1978', '1978-12-11', '-1', '-1', '23.95.94.171', '0', '1', '', '0', '0', '-1', '0', '0', 'vc2f6:Mkb&*`)ezYuC_}TxWej3su%;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5532', '2', '', '0', 'CAnw', '3c6a054ec45008d1e7a049b9b78dfca9', '2014-05-30', 'gmlcasteo@yahoo.com', '0', '', 'http://cashtrackingclub.com/index.php?do=/blog/968/methods-for-buying-the-right-health-insurance-pla', '', '', '', '2', '0', 'Junior Member', '0', '1401489017', '0', '1401489017', '1401492702', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-21-1979', '1979-07-21', '-1', '-1', '198.12.74.57', '0', '1', '', '0', '0', '-1', '0', '0', '[$9jyX0X:g3i)6NjW)7S*Nf8.u?SRT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5533', '2', '', '0', 'SCorbin', 'd7e7813a3d5b6605ced233a3ebf2244a', '2014-05-30', 'ksdeshasiys@yahoo.com', '0', '', 'http://www.enchq.com/?document_srl=159494', '', '', '', '2', '0', 'Junior Member', '0', '1401489419', '0', '1401489419', '1401491230', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-06-1981', '1981-09-06', '-1', '-1', '198.12.74.57', '0', '1', '', '0', '0', '-1', '0', '0', 'q%3tn(7[t-uI/hyp>uzlJDT+\\*\"t%P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5534', '2', '', '0', 'NHaskell', 'bfb187399fba191504ccc4a947b5d944', '2014-05-30', 'qhotchkif@yahoo.com', '0', '', 'http://leaprr.leapbrowser.com/show/comsumers-help-guide-car-insurance-policy-insurance', '', '', '', '2', '0', 'Junior Member', '0', '1401489555', '0', '1401489555', '1401491336', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-17-1982', '1982-10-17', '-1', '-1', '198.12.74.57', '0', '1', '', '0', '0', '-1', '0', '0', '{}@2S3I=qZ.x|PjbA#Uzhrl\\ajjr\\O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5535', '3', '', '0', 'E06K', 'b0655ea0ea4f5790069fe80641a3ec37', '2014-05-30', 'iausteriru@yahoo.com', '0', '', 'http://dev.eadda.com/index.php?do=/blog/28665/it-can-be-possible-to-get-special-discounts-in-your-ca', '', '', '', '2', '0', 'Junior Member', '0', '1401489677', '0', '1401489677', '1401491454', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-28-1981', '1981-04-28', '-1', '-1', '198.12.74.57', '0', '1', '', '0', '0', '-1', '0', '0', 'i{867kHe_/1k|[SLxYE_D\\blrh}}BA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5536', '2', '', '0', 'AHuang', 'f53433c9fe2394ecf781b93837f675eb', '2014-05-30', 'mrausndtoq@yahoo.com', '0', '', 'http://myloserdia.com.ua/content/your-daily-life-might-rely-proper-health-care-insurance', '', '', '', '2', '0', 'Junior Member', '0', '1401489857', '0', '1401489857', '1401491652', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1974', '1974-07-08', '-1', '-1', '198.12.74.57', '0', '1', '', '0', '0', '-1', '0', '0', 'b2QxAHY_)4n\'dyp_J0eVXmY&EaIR$X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5537', '2', '', '0', 'C21A', '1daf53d1a8bed209ed1d67b7b87d1182', '2014-05-30', 'ncreeleywn@yahoo.com', '0', '', 'http://deliapiresadvogados.com.br/basics-way-get-cheap-car-insurance', '', '', '', '2', '0', 'Junior Member', '0', '1401490554', '0', '1401490554', '1401492382', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-31-1976', '1976-07-31', '-1', '-1', '198.12.74.86', '0', '1', '', '0', '0', '-1', '0', '0', '^%9g!\\=){OO@CPjY20%h`aBp0:N={a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5538', '2', '', '0', 'TSeese', '8a252c14e8852eec3c44c39683985a34', '2014-05-31', 'rpestodle@yahoo.com', '0', '', 'http://adjunctsitaly.org/groups/straightforward-tips-to-adhere-to-to-obtain-vehicle-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1401491181', '0', '1401491181', '1401493042', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1970', '1970-06-23', '-1', '-1', '23.95.97.112', '0', '1', '', '0', '0', '-1', '0', '0', '^\'\"JNbD%Y!hV?h3vlswaF4^\'`R;ywz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5539', '2', '', '0', 'CMNP', '8d8d56d04bd6c4d2169fea07c240d975', '2014-05-31', 'pmoulhelk@yahoo.com', '0', '', 'http://event-ology.net/blogs/70996/180613/the-best-advice-in-medical-healt', '', '', '', '2', '0', 'Junior Member', '0', '1401491795', '0', '1401491795', '1401493555', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-03-1985', '1985-04-03', '-1', '-1', '23.95.97.172', '0', '1', '', '0', '0', '-1', '0', '0', '2XfQs#~2Qw-~0|w\'(Oy<@?\'&b^01Q~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5540', '2', '', '0', 'ZE57', '293ef5bdba7ff0b0eb9815903fbd9ad8', '2014-05-31', 'fjprefonx@yahoo.com', '0', '', 'http://starter-generator.lviv.ua/node/15110', '', '', '', '2', '0', 'Junior Member', '0', '1401491912', '0', '1401491912', '1401493686', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-09-1975', '1975-06-09', '-1', '-1', '23.95.94.130', '0', '1', '', '0', '0', '-1', '0', '0', 'SK}k?ym|u@SS\"~Vu@.\'\'jZ3X[WZQ7T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5541', '3', '', '0', 'KFulmer', '4ae80006096942f24c175d55ee944f9e', '2014-05-31', 'alaurello@yahoo.com', '0', '', 'http://event-ology.net/blogs/70372/170351/guaranteeing-your-property-tip', '', '', '', '2', '0', 'Junior Member', '0', '1401492177', '0', '1401492177', '1401495044', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-04-1975', '1975-12-04', '-1', '-1', '23.95.94.130', '0', '1', '', '0', '0', '-1', '0', '0', 'mU01s&4S3-xqK~uBGDg;(V,Hf*%0Gr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5542', '2', '', '0', 'OMcArthur', '1f2de9b8643abb605e070bd705365c6f', '2014-05-31', 'dkfbeeret@yahoo.com', '0', '', 'http://dev.interactivedlp.com/content/be-cautious-and-get-auto-insurance-6', '', '', '', '2', '0', 'Junior Member', '0', '1401492745', '0', '1401492745', '1401494525', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-26-1972', '1972-10-26', '-1', '-1', '192.230.61.204', '0', '1', '', '0', '0', '-1', '0', '0', '[D$K\\;7MbesAgx<+2?6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5552', '2', '', '0', 'DIqa', 'ad18bb4eb7ca9de922a50fe0730ccd90', '2014-05-31', 'fviafarawi@yahoo.com', '0', '', 'http://discendodiscimus.com/Thinking_about_Homeowner_s_Insurance_policy_Look_At_This_Initially_', '', '', '', '2', '0', 'Junior Member', '0', '1401495402', '0', '1401495402', '1401506651', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-26-1984', '1984-03-26', '-1', '-1', '198.12.74.54', '0', '1', '', '0', '0', '-1', '0', '0', '}iYZ}i9Z:Wt\\(\"{NSJNDRj&0Q?96mg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5553', '2', '', '0', 'GGlover', '3655d58fe72665fbb9455463ffb38c52', '2014-05-31', 'msortorekh@yahoo.com', '0', '', 'http://www.articlehomestead.com/article.php?id=82219', '', '', '', '2', '0', 'Junior Member', '0', '1401495582', '0', '1401495582', '1401497338', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-02-1972', '1972-01-02', '-1', '-1', '192.230.61.100', '0', '1', '', '0', '0', '-1', '0', '0', 'WiA.ma', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5554', '2', '', '0', 'GLake', '1abb618312a0af5a9b8efe394bf14b5e', '2014-05-31', 'qhurlesms@yahoo.com', '0', '', 'http://www.pro-vision.pl/node/115187', '', '', '', '2', '0', 'Junior Member', '0', '1401495920', '0', '1401495920', '1401497855', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1979', '1979-07-26', '-1', '-1', '23.95.97.192', '0', '1', '', '0', '0', '-1', '0', '0', 'i&h5}ZS@\'Tl)L;3CGD4]>I(rgPgcDO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5555', '2', '', '0', 'RFlores', 'd5ef74c54975f3c08cebff7f6fb45876', '2014-05-31', 'emilempmd@yahoo.com', '0', '', 'http://gaxip.tk/groups/residence-owners-insurance-coverage-could-be-overwhelming-without-the-proper-', '', '', '', '2', '0', 'Junior Member', '0', '1401495937', '0', '1401495937', '1401497697', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-20-1974', '1974-12-20', '-1', '-1', '69.12.73.69', '0', '1', '', '0', '0', '-1', '0', '0', '#I#:I4YLBG#yb|&i}@B?s0M1sH}*i<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5556', '2', '', '0', 'TMcswain', '2584228b4434984a56a6e7845d0f27a9', '2014-05-31', 'oqkfannelln@yahoo.com', '0', '', 'http://parimar.ru/node/65768', '', '', '', '2', '0', 'Junior Member', '0', '1401496526', '0', '1401496526', '1401498302', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1981', '1981-10-03', '-1', '-1', '23.95.97.172', '0', '1', '', '0', '0', '-1', '0', '0', 'o_[2(^-i\\2T[RuyG\'GWzoU%Yq\\GW9M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5557', '2', '', '0', 'FMahurin', '7dbbc5a3492996b4c72c4636a79e86f4', '2014-05-31', 'keithwuiu@yahoo.com', '0', '', 'http://vitskavali.in/alumni/groups/comsumers-self-help-guide-to-car-insurance-plan-insurance-coverag', '', '', '', '2', '0', 'Junior Member', '0', '1401497259', '0', '1401497259', '1401499029', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-26-1984', '1984-10-26', '-1', '-1', '69.12.73.93', '0', '1', '', '0', '0', '-1', '0', '0', 'kPEWa?sWcdK$&i7T4Pax*>u{fOZ&Mc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5558', '2', '', '0', 'EGerrity', 'e71456a028ea661517147819d0cfe36b', '2014-05-31', 'xsosnowsu@yahoo.com', '0', '', 'http://friend71.com/web/?document_srl=5442697', '', '', '', '2', '0', 'Junior Member', '0', '1401497295', '0', '1401497295', '1401499116', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-29-1974', '1974-06-29', '-1', '-1', '69.12.73.210', '0', '1', '', '0', '0', '-1', '0', '0', '=skp/w/t.7rvli>4kSx/;*Wjft)/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5562', '2', '', '0', 'ALansford', '5ab1bc7a26c6e3746782288a1763a9b6', '2014-05-31', 'ejehsansh@yahoo.com', '0', '', 'http://www.espressoroom.de/node/43396', '', '', '', '2', '0', 'Junior Member', '0', '1401497797', '0', '1401497797', '1401499565', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-31-1975', '1975-12-31', '-1', '-1', '23.95.97.14', '0', '1', '', '0', '0', '-1', '0', '0', 'X)P!G_uUviLdSjw@?pNZz\'EbzMpj0\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5563', '2', '', '0', 'RFRV', '3afe49b4178062eabc94b2acd562602b', '2014-05-31', 'xavierzsh@yahoo.com', '0', '', 'http://politikin-zabavnik.rs/pz/content/advice-you-need-facing-house-owners-insurance', '', '', '', '2', '0', 'Junior Member', '0', '1401497800', '0', '1401497800', '1401501467', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-04-1985', '1985-03-04', '-1', '-1', '192.230.61.139', '0', '1', '', '0', '0', '-1', '0', '0', 'k3p:4Kk-I%wt@LkH7e@eH:3)lN[m%>\\ul7pr[Sn*DZ:Ex$O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5565', '2', '', '0', 'RMonroy', '6a8487386d5b2310821b9de96a82ece7', '2014-05-31', 'fshiptonym@yahoo.com', '0', '', 'http://thisisryan.co.uk/elgg2/elgg/blog/view/92351/strategies-and-easy-methods-to-get-good-auto-insu', '', '', '', '2', '0', 'Junior Member', '0', '1401498823', '0', '1401498823', '1401500645', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-13-1970', '1970-10-13', '-1', '-1', '23.95.93.167', '0', '1', '', '0', '0', '-1', '0', '0', '\'q9N#oowzix:4us\\4Js@ny/Uvz[dp9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5566', '2', '', '0', 'DCantames', '6b2cfa06bbbf90508c8ffc06559b8e0a', '2014-05-31', 'wolynemajte@yahoo.com', '0', '', 'http://www.articlehomestead.com/article.php?id=266498', '', '', '', '2', '0', 'Junior Member', '0', '1401498971', '0', '1401498971', '1401507087', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-28-1977', '1977-10-28', '-1', '-1', '23.95.96.165', '0', '1', '', '0', '0', '-1', '0', '0', 'g`=a;:KYQ[7SZ0hY4]`qz/K(Ext{k\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5567', '2', '', '0', 'IFPN', '00ede01dab6bd3438ea664a863d677a6', '2014-05-31', 'lmvhoraldc@yahoo.com', '0', '', 'http://xn--80ajirgh4ca.xn--p1ai/node/23072', '', '', '', '2', '0', 'Junior Member', '0', '1401499284', '0', '1401499284', '1401501084', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-25-1976', '1976-08-25', '-1', '-1', '23.105.213.93', '0', '1', '', '0', '0', '-1', '0', '0', 'nQp)S=}W-WZ!&TSsN}RLvx\'Hk+YjH7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5568', '3', '', '0', 'CGGG', 'a5d65430af090576cf44d3f760e63429', '2014-05-31', 'lobongarq@yahoo.com', '0', '', 'http://www.seviercountysingles.com/index.php?m=member_blog&p=view&id=107741&sid=448615', '', '', '', '2', '0', 'Junior Member', '0', '1401499342', '0', '1401499342', '1401519318', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-09-1970', '1970-11-09', '-1', '-1', '69.12.73.64', '0', '1', '', '0', '0', '-1', '0', '0', '}Z`W,=n^w}HQ3\'2%#AP*fI}b6!eic\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5569', '2', '', '0', 'ABfq', '80c3053779ccdca050bc9cc1d71d68b8', '2014-05-31', 'wgbroomlm@yahoo.com', '0', '', 'http://dev.interactivedlp.com/content/ways-make-assert-vehicle-insurance-guidelines', '', '', '', '2', '0', 'Junior Member', '0', '1401499385', '0', '1401499385', '1401509732', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-02-1984', '1984-05-02', '-1', '-1', '23.95.22.236', '0', '1', '', '0', '0', '-1', '0', '0', 'MQh<2N;JMJ*>^Y*ZM?[Tqw^)PJG\\%<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5570', '2', '', '0', 'CGass', '89502a7a215e03a2a3cb02f033c858af', '2014-05-31', 'fvclunestm@yahoo.com', '0', '', 'http://sns.cics168.com/space.php?uid=958616&do=blog&id=160922', '', '', '', '2', '0', 'Junior Member', '0', '1401499528', '0', '1401499528', '1401501306', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-24-1981', '1981-06-24', '-1', '-1', '23.105.213.93', '0', '1', '', '0', '0', '-1', '0', '0', 'k})Ku(sG:zY?|yn(`8\'DN\'+8i18Lpx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5571', '2', '', '0', 'JSuffolk', 'c60ca7f19847b5655929c347b8519d31', '2014-05-31', 'eeqgasserd@yahoo.com', '0', '', 'http://www.kinex11.info/talk/groups-2/issues-regarding-your-home-owners-insurance-verify-these-point', '', '', '', '2', '0', 'Junior Member', '0', '1401500149', '0', '1401500149', '1401510587', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1976', '1976-01-18', '-1', '-1', '23.95.94.214', '0', '1', '', '0', '0', '-1', '0', '0', '1fV,;+DM7f;qHc!{&mXw&]HB|.1+pm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5572', '2', '', '0', 'A2943', '6746dff264cd028a42327ed4b3dae004', '2014-05-31', 'yxleitneq@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401500273', '0', '1401500273', '1401500273', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.61.23', '0', '1', '', '0', '0', '-1', '0', '0', 'hR0|o[]`(q(8%snjODZy3tP|xW$Gc4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5573', '2', '', '0', 'LBOWU', '7b576f471d0139df4abe6c276c55a103', '2014-05-31', 'hsndreweq@yahoo.com', '0', '', 'http://ebobmissions.org/how-for-the-best-price-on-the-greatest-automobile-insurance-program/', '', '', '', '2', '0', 'Junior Member', '0', '1401500295', '0', '1401500295', '1401502088', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-31-1970', '1970-05-31', '-1', '-1', '209.161.99.194', '0', '1', '', '0', '0', '-1', '0', '0', '2^3XYkn#;mgh8$Mr,6\\D:wt\\qXY?WcblI#r.6L$\'8R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5577', '2', '', '0', 'RTZT', 'c51b79ef9afb0e492cb3e4de82fa84c0', '2014-05-31', 'svrpryerop@yahoo.com', '0', '', 'http://safetraveler.org/the-best-strategies-for-finding-house-owners-insurance-coverage/', '', '', '', '2', '0', 'Junior Member', '0', '1401500798', '0', '1401500798', '1401506229', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-29-1971', '1971-04-29', '-1', '-1', '192.230.61.139', '0', '1', '', '0', '0', '-1', '0', '0', '-^F=;xOYhfUyngHomX,eYqZ=pde^r!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5578', '2', '', '0', 'OWhitehou', 'b387e1545be0c78fac2c61566229a1c3', '2014-05-31', 'frulianocxb@yahoo.com', '0', '', 'http://www.kinex11.info/talk/groups-2/decrease-your-car-insurance-prices-with-these-ideas/', '', '', '', '2', '0', 'Junior Member', '0', '1401500860', '0', '1401500860', '1401502643', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-18-1974', '1974-10-18', '-1', '-1', '23.105.213.202', '0', '1', '', '0', '0', '-1', '0', '0', 'yIlS3S*.CpU3_.?Ef1!%#djaWjkWI<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5579', '2', '', '0', 'DBenefiel', 'ed1754199f95b1ace238dd972443479d', '2014-05-31', 'hymanqer@yahoo.com', '0', '', 'https://vdn.rius.com.au/node/60408', '', '', '', '2', '0', 'Junior Member', '0', '1401501620', '0', '1401501620', '1401503843', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-23-1984', '1984-12-23', '-1', '-1', '23.95.96.172', '0', '1', '', '0', '0', '-1', '0', '0', '=>IUHDtkC*}-lUPJ?jW\'|=pWfoJ]Vc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5580', '2', '', '0', 'KQit', '1363a9c60aee8d5bdcb606e4420ea0cf', '2014-05-31', 'erbrassen@yahoo.com', '0', '', 'http://proba.pizzahalom.hu/index.php?m=member_blog&p=view&id=11779&sid=16804', '', '', '', '2', '0', 'Junior Member', '0', '1401502162', '0', '1401502162', '1401512713', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-08-1971', '1971-05-08', '-1', '-1', '192.230.61.209', '0', '1', '', '0', '0', '-1', '0', '0', '=R\'0e]lSA1jY)O=@OF-\'G_n@k-\"#Ui', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5581', '2', '', '0', 'MPeacock', '7ab18a131865eab1681dde7ed6f32f02', '2014-05-31', 'mkpartchg@yahoo.com', '0', '', 'http://event-ology.net/blogs/69792/174125/researching-residence-owner-s-in', '', '', '', '2', '0', 'Junior Member', '0', '1401502364', '0', '1401502364', '1401504180', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1970', '1970-05-13', '-1', '-1', '209.161.99.197', '0', '1', '', '0', '0', '-1', '0', '0', 'C:\\xM\\:;d*F.Iwbopv%+wGEz?J.*jT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5582', '2', '', '0', 'ORolston', 'd9d1134f96e6facf3e76a105907b68cd', '2014-05-31', 'dbrunettxsl@yahoo.com', '0', '', 'http://www.spactronic.com/autos-pickup-trucks-as-well-as-other-cars-insured-easily-and-affordably-us', '', '', '', '2', '0', 'Junior Member', '0', '1401502842', '0', '1401502842', '1401504634', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1973', '1973-01-04', '-1', '-1', '23.95.93.141', '0', '1', '', '0', '0', '-1', '0', '0', 'a_rwj|gOG/wRBh`Ig&{jPf?LAcI]&Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5583', '2', '', '0', 'CGES', '2c99aa951af4e1accc36728352fd7930', '2014-05-31', 'pfhilsond@yahoo.com', '0', '', 'http://support.britelynx.com/entries/29854977-House-Owner-s-Insurance-Policy-Manufactured-Basic-Rece', '', '', '', '2', '0', 'Junior Member', '0', '1401503011', '0', '1401503011', '1401510623', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-11-1985', '1985-08-11', '-1', '-1', '23.95.94.182', '0', '1', '', '0', '0', '-1', '0', '0', 'J}W-Ch\'+\\qg85R5_yh<&)hFl2%qk?Y\'M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5587', '2', '', '0', 'RAYG', '9cbc024c4920129250a42a0a494bec56', '2014-05-31', 'enchimavmxw@yahoo.com', '0', '', 'http://www.siamgenius.com/blogs/109913/290059/cut-costs-by-utilizing-these-aut', '', '', '', '2', '0', 'Junior Member', '0', '1401503328', '0', '1401503328', '1401505103', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-18-1981', '1981-04-18', '-1', '-1', '23.95.93.141', '0', '1', '', '0', '0', '-1', '0', '0', '`+:.13DvTBbr,~w4g?\"yDsebNk1gwh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5588', '2', '', '0', 'DCTV', '1b6308dc1d9b0bc433cc114eee273fc7', '2014-05-31', 'wstampmxcr@yahoo.com', '0', '', 'http://www.binaryoptionskit.com/you-ought-to-adhere-to-the-methods-listed-here-to-obtain-a-excellent', '', '', '', '2', '0', 'Junior Member', '0', '1401503395', '0', '1401503395', '1401505195', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-06-1971', '1971-11-06', '-1', '-1', '198.12.74.234', '0', '1', '', '0', '0', '-1', '0', '0', '6H\'tr_eh^9dv,2+L_YBI+aRw2hQ7><', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5589', '2', '', '0', 'NS49', 'c0d2b4828464fa27c285f4174b63007a', '2014-05-31', 'dgantertq@yahoo.com', '0', '', 'http://xn----ctbbkbapiat5bioj3h.xn--p1ai/?p=39090', '', '', '', '2', '0', 'Junior Member', '0', '1401503436', '0', '1401503436', '1401510203', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1982', '1982-12-27', '-1', '-1', '23.95.92.150', '0', '1', '', '0', '0', '-1', '0', '0', 'wB`?OjPq2_*o)n7o=+C2K1CioG~sJ5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5590', '2', '', '0', 'MAER', '5613e8102ccb45e14b94375b2771dbf9', '2014-05-31', 'pebmaunefpw@yahoo.com', '0', '', 'http://landofkush.com/2014/04/09/health-care-insurance-details-which-will-change-the-way-you-feel/', '', '', '', '2', '0', 'Junior Member', '0', '1401503480', '0', '1401503480', '1401506493', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1973', '1973-07-26', '-1', '-1', '23.95.97.137', '0', '1', '', '0', '0', '-1', '0', '0', 'f%v+zKM^?Y]7mEUn?yb&]1qmxiVDCJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5591', '2', '', '0', 'RRascoe', '27d676f3632aa595d77b1c3e124789c6', '2014-05-31', 'bfinkswjn@yahoo.com', '0', '', 'http://skin-boats.com/content/tips-how-get-very-good-car-insurance', '', '', '', '2', '0', 'Junior Member', '0', '1401503795', '0', '1401503795', '1401505578', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-09-1974', '1974-05-09', '-1', '-1', '23.95.93.141', '0', '1', '', '0', '0', '-1', '0', '0', 'qk%e\\(IWxBA)GNJul/1{;J~qx9j~IE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5592', '2', '', '0', 'JRGF', '8ddb0cdb2ad084872d662d6611a66ead', '2014-05-31', 'xfxmartiq@yahoo.com', '0', '', 'http://www.creatingdesigncents.com/tips-for-receiving-the-best-from-property-owners-insurance-policy', '', '', '', '2', '0', 'Junior Member', '0', '1401504289', '0', '1401504289', '1401506097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-24-1976', '1976-09-24', '-1', '-1', '23.95.94.197', '0', '1', '', '0', '0', '-1', '0', '0', 'b)jt?D2wDAkp]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5596', '2', '', '0', 'TBroussea', '04e2b5fc0cda963b2b53fdbcb3c6a766', '2014-05-31', 'lutzjeuhj@yahoo.com', '0', '', 'http://news247.co.uk/uncategorized/positive-information-regarding-property-owners-insurance-plan/', '', '', '', '2', '0', 'Junior Member', '0', '1401506609', '0', '1401506609', '1401512183', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-24-1981', '1981-05-24', '-1', '-1', '23.95.92.131', '0', '1', '', '0', '0', '-1', '0', '0', 'dDM)cFb32\\kd/@DmC&s%.GB|uJ\'X;Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5597', '2', '', '0', 'SUsh', '71b7a79cd9f65259a6393e5f4ade683e', '2014-05-31', 'emyspigelmf@yahoo.com', '0', '', 'http://iitsal.ivyro.net/xe/member2/6132', '', '', '', '2', '0', 'Junior Member', '0', '1401507395', '0', '1401507395', '1401509183', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-17-1977', '1977-11-17', '-1', '-1', '23.95.97.103', '0', '1', '', '0', '0', '-1', '0', '0', '`MGWQo:;Gz*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5601', '2', '', '0', 'RVennard', '92b5eea9cc4bac66845feedc236b6d0b', '2014-05-31', 'nmchalffeb@yahoo.com', '0', '', 'http://rumahnkos.com/jockeying-for-situation-in-the-vehicle-insurance-industry/', '', '', '', '2', '0', 'Junior Member', '0', '1401509119', '0', '1401509119', '1401510904', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-19-1978', '1978-12-19', '-1', '-1', '23.95.94.120', '0', '1', '', '0', '0', '-1', '0', '0', 'OC~=&f%D-}+~R)aZnn[w*=ZcyGQbrW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5602', '2', '', '0', 'J75N', '8756da549e279a95ce3c296ff39ed2bd', '2014-05-31', 'mbwoelkitme@yahoo.com', '0', '', 'http://trainingpd.com/groups/swift-plans-in-health-insurance-an-introduction/', '', '', '', '2', '0', 'Junior Member', '0', '1401509216', '0', '1401509216', '1401511013', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-14-1979', '1979-01-14', '-1', '-1', '69.12.73.186', '0', '1', '', '0', '0', '-1', '0', '0', '\"!e>j1,ZJ|D_h%$&^%Wn1d$++wNo\"Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5603', '2', '', '0', 'G90W', '8c78363ebdcca4fdb1eb51340de02e28', '2014-05-31', 'weukretlf@yahoo.com', '0', '', 'http://sdush1.centerstart.ru/node/196044', '', '', '', '2', '0', 'Junior Member', '0', '1401509391', '0', '1401509391', '1401511193', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-09-1979', '1979-03-09', '-1', '-1', '69.12.73.186', '0', '1', '', '0', '0', '-1', '0', '0', '!/cDC#,[*}L!$\"z3amo2b\'JZw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5607', '2', '', '0', 'EIGQ', '81e6eed35ac5a34c147e107c3c057c60', '2014-05-31', 'sycairesx@yahoo.com', '0', '', 'http://www.sukhbaataremg.com/?p=69886', '', '', '', '2', '0', 'Junior Member', '0', '1401509870', '0', '1401509870', '1401511623', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-03-1977', '1977-02-03', '-1', '-1', '23.95.96.204', '0', '1', '', '0', '0', '-1', '0', '0', '@fmc2@YE[X{^r64#:eh3t#}?tI4u+m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5608', '2', '', '0', 'SQGH', '431f834cf56223822d5cabd5ba6ec724', '2014-05-31', 'kwhitledgj@yahoo.com', '0', '', 'http://insideabroad.com/groups/having-problems-with-vehicle-insurance-attempt-these-guidelines/', '', '', '', '2', '0', 'Junior Member', '0', '1401510045', '0', '1401510045', '1401511871', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-18-1971', '1971-11-18', '-1', '-1', '69.12.73.186', '0', '1', '', '0', '0', '-1', '0', '0', 'Jc&V`Sa6guC/5,jX`=prv_i$_;8X\"!ju$i5w3In>8Nglzu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5610', '2', '', '0', 'DAbdullah', 'f26757a62e1f858b1004126ed88f3723', '2014-05-31', 'kgraffamre@yahoo.com', '0', '', 'http://pinesky1004.com/xe/board_ySFN54/8211', '', '', '', '2', '0', 'Junior Member', '0', '1401510516', '0', '1401510516', '1401515118', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1978', '1978-01-18', '-1', '-1', '23.95.96.204', '0', '1', '', '0', '0', '-1', '0', '0', '.?qLMkTH1Jfp^{-l*8<2~jhvspQgc_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5611', '2', '', '0', 'ODPR', '36bf012f7bc1a1bae83e5d77ba8311c6', '2014-05-31', 'goboblitj@yahoo.com', '0', '', 'http://xn--80ajirgh4ca.xn--p1ai/node/24339', '', '', '', '2', '0', 'Junior Member', '0', '1401510576', '0', '1401510576', '1401512353', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-04-1980', '1980-12-04', '-1', '-1', '69.12.73.226', '0', '1', '', '0', '0', '-1', '0', '0', '?Loss!>Zq{W}i`7\'r6p\\.eN_M3?^&>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5612', '2', '', '0', 'CEisenhau', '4d19d3de2e182f7cd6e775a5afc6e665', '2014-05-31', 'imoinegsqxr@yahoo.com', '0', '', 'http://www.directorymanila.net/technology/2014/03/home-owners-insurance-policy-what-you-ought-to-kno', '', '', '', '2', '0', 'Junior Member', '0', '1401510590', '0', '1401510590', '1401513286', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1978', '1978-02-22', '-1', '-1', '23.95.94.19', '0', '1', '', '0', '0', '-1', '0', '0', '-r#p9=t06,o7cZvU.dK{v%X%YG_yk%Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5618', '2', '', '0', 'KGil', '1c03de812c4551353d2282d8825c62c4', '2014-05-31', 'lstthomaseg@yahoo.com', '0', '', 'http://www.rvillageman.com/uncategorized/how-to-purchase-an-enterprise-automobile-insurance-coverage', '', '', '', '2', '0', 'Junior Member', '0', '1401514609', '0', '1401514609', '1401516420', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-20-1971', '1971-10-20', '-1', '-1', '69.12.73.57', '0', '1', '', '0', '0', '-1', '0', '0', 'sYGI1G.1BW#mDf(r3~L^;Qtfa%Q$}I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5619', '2', '', '0', 'KERWA', 'bb59c7fc270fbd798a18d0fa45f8af2f', '2014-05-31', 'fmadsonxp@yahoo.com', '0', '', 'http://nabankur.org/groups/essential-information-and-facts-to-take-into-account-before-purchasing-au', '', '', '', '2', '0', 'Junior Member', '0', '1401514726', '0', '1401514726', '1401516557', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-02-1973', '1973-10-02', '-1', '-1', '69.12.73.57', '0', '1', '', '0', '0', '-1', '0', '0', '42HET!GBD/J8BIc!d5tKux{ywE>iI*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5620', '2', '', '0', 'NMyz', '45090860b38829271ac144640fc9c5ba', '2014-05-31', 'lfuermanr@yahoo.com', '0', '', 'http://unityforachange.org/cooperativemedia/groups/trouble-free-health-insurance-solutions-uncovered', '', '', '', '2', '0', 'Junior Member', '0', '1401515418', '0', '1401515418', '1401529628', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1978', '1978-07-08', '-1', '-1', '23.95.22.146', '0', '1', '', '0', '0', '-1', '0', '0', 'nZz`elMw`KH`gPQU(=f|y4YaIEa=jL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5621', '2', '', '0', 'ZAPM', '89e35711eed580ebbca41a077b541b79', '2014-05-31', 'uvueidqibdh@yahoo.com', '0', '', 'http://event-ology.net/blogs/101954/285897/steps-to-get-the-best-vehicle-in', '', '', '', '2', '0', 'Junior Member', '0', '1401517054', '0', '1401517054', '1401518823', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-25-1975', '1975-07-25', '-1', '-1', '209.161.99.236', '0', '1', '', '0', '0', '-1', '0', '0', 'to4W|[\"3qRm\\x5VROb`oZF}X6/+\'5{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5622', '2', '', '0', 'CB82', '23c998e40e6c84baeb0322e58c0ef853', '2014-05-31', 'esniffins@yahoo.com', '0', '', 'http://ocw.nccu.edu.tw/?q=content/wonderful-automobile-insurance-recommendations-everyone-able-use', '', '', '', '2', '0', 'Junior Member', '0', '1401517950', '0', '1401517950', '1401519720', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-02-1984', '1984-06-02', '-1', '-1', '209.161.99.194', '0', '1', '', '0', '0', '-1', '0', '0', 'XrRPWA?rJ\'W7%p%xR?bG+jBEG&Fsw^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5623', '2', '', '0', 'GPilkingt', '07dcbcf995565a2cfe0a474e65a6f30c', '2014-05-31', 'pegabanhlpg@yahoo.com', '0', '', 'http://www.nsstudy.com/xe/mid_1s/538298', '', '', '', '2', '0', 'Junior Member', '0', '1401519784', '0', '1401519784', '1401526693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-29-1976', '1976-12-29', '-1', '-1', '23.95.22.205', '0', '1', '', '0', '0', '-1', '0', '0', 'R3^|1V-)~\\b\\B?gY:^CS\"KX3!@/QJbFR>XYoJ^+xU5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5626', '3', '', '0', 'A5507', '8478739c358f5adab92de000695e9680', '2014-05-31', 'llpresswom@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401523553', '0', '1401523553', '1401523553', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.22.239', '0', '1', '', '0', '0', '-1', '0', '0', 'kvzgD\"~{cgQ\'u`g(Jg15F]:C\"mgxuB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5627', '2', '', '0', 'Gogster', 'c0dbb01d2062475fab2b36d3beee2f97', '2015-02-10', 'darryl.godden@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401526335', '0', '1401526607', '1423570846', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.157.35.58', '0', '1', '', '0', '0', '-1', '0', '0', '@RG85O>[*nHOcO<>Hr$Z/!N\"CBa!n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5630', '2', '', '0', 'K05V', 'abe8ed541efc145334dc589839195bc5', '2014-05-31', 'kcaquiasrlh@yahoo.com', '0', '', 'http://pozytywy.com/forum/229329-the-essentials-about-how-auto-insurance-operates', '', '', '', '2', '0', 'Junior Member', '0', '1401532330', '0', '1401532330', '1401534114', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-15-1983', '1983-02-15', '-1', '-1', '192.3.166.209', '0', '1', '', '0', '0', '-1', '0', '0', '3N!{=EOw`@Uz%xTAMq{Rx\"W)\"mCHtB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5631', '3', '', '0', 'ADUOY', '40a6815fc54e037811c9d8e94c80cbc4', '2014-05-31', 'hkqaulderr@yahoo.com', '0', '', 'http://liberty.blogzy.me/groups/the-thorough-guide-to-home-owners-insurance-plan/', '', '', '', '2', '0', 'Junior Member', '0', '1401533884', '0', '1401533884', '1401537167', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-29-1979', '1979-08-29', '-1', '-1', '192.230.61.160', '0', '1', '', '0', '0', '-1', '0', '0', 'y)hM;ApuIv!mb}0mOu\'FtZ|)kU]J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5645', '2', '', '0', 'BBardon', '272bbbc7107117a075758e434e73b924', '2014-05-31', 'dehaybuhmann@yahoo.com', '0', '', 'http://legkiytuning.com.ua/uslugi/buying-auto-insurance-here-are-some-ideas', '', '', '', '2', '0', 'Junior Member', '0', '1401548517', '0', '1401548517', '1401550335', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-27-1974', '1974-07-27', '-1', '-1', '23.95.22.195', '0', '1', '', '0', '0', '-1', '0', '0', '6E^y3&!^x:MBp^p,r!`gjgdm&DQHkE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5646', '3', '', '0', 'F0392', '9b789964218a1a38cf81508faa31f6a2', '2014-05-31', 'vcianoxcml@yahoo.com', '0', '', 'http://29.hi-mba.net/?document_srl=157376', '', '', '', '2', '0', 'Junior Member', '0', '1401549131', '0', '1401549131', '1401551236', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-10-1976', '1976-06-10', '-1', '-1', '23.95.96.18', '0', '1', '', '0', '0', '-1', '0', '0', 'aHlX%CP>kL!\"XJ4s4\"QfGgY8-oj5q_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5647', '2', '', '0', 'SGrimm', 'ad855ff0b01c4199cd813e3eb1cd4017', '2014-05-31', 'kclbromberek@yahoo.com', '0', '', 'http://oregonabatement.com/try-escape-savings-use-vehicle-insurance-purchasing-methods/', '', '', '', '2', '0', 'Junior Member', '0', '1401549594', '0', '1401549594', '1401551496', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-03-1970', '1970-08-03', '-1', '-1', '23.95.92.137', '0', '1', '', '0', '0', '-1', '0', '0', '9@S$[C;0AN}E`sw+#xo<;9t.Xv;`,v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5648', '2', '', '0', 'GGrisham', 'ab0f64551264f50fc8f885a3204f3c03', '2014-05-31', 'errcastet@yahoo.com', '0', '', 'http://www.tychy.oczarujmnie.pl/member/35056/blog/view/8642-How-For-Top-Level-Life-Coverage-Costs/', '', '', '', '2', '0', 'Junior Member', '0', '1401555726', '0', '1401555726', '1401559154', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1971', '1971-12-01', '-1', '-1', '69.12.73.21', '0', '1', '', '0', '0', '-1', '0', '0', 'MMx~kmVeOs1>H[o}>a/^x$LXM-32.e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5649', '2', '', '0', 'F9793', '5c68ece7b040ba00fa6edf9635d8b7b0', '2014-05-31', 'otmaksedvx@yahoo.com', '0', '', 'http://www.evocolombia.com/groups-2/a-listing-of-operating-strategies-for-preserving-on-vehicle-insu', '', '', '', '2', '0', 'Junior Member', '0', '1401556288', '0', '1401556288', '1401562256', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-20-1984', '1984-12-20', '-1', '-1', '23.95.97.150', '0', '1', '', '0', '0', '-1', '0', '0', 'TP4%}UFo3J.fbMrKbF#i!]3fjG`9L@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5650', '2', '', '0', 'AYOVC', '36be0f128e443a339ab82b7e8cfb48d0', '2014-05-31', 'sestaublr@yahoo.com', '0', '', 'http://ralfthies.online.de/2014/04/09/the-best-tips-for-an-individual-deciding-on-auto-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1401557828', '0', '1401557828', '1401570819', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-25-1980', '1980-09-25', '-1', '-1', '209.161.99.47', '0', '1', '', '0', '0', '-1', '0', '0', 'QH)).L=C@~&$oC5hAABLUmv~rg;c\"$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5651', '2', '', '0', 'JN92', '59bbc17fd78b60b50774962adff8ed3f', '2014-05-31', 'vwursthfbbl@yahoo.com', '0', '', 'http://communitygrapher.com/question/243167', '', '', '', '2', '0', 'Junior Member', '0', '1401557991', '0', '1401557991', '1401591659', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-18-1970', '1970-07-18', '-1', '-1', '209.161.99.47', '0', '1', '', '0', '0', '-1', '0', '0', 'Yqx{3x\"7hEKRflt4Bc+BVq];s`XG-}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5652', '2', '', '0', 'PWCE', '1b01a802695e9332219d8cea492a34f8', '2014-05-31', 'ywcorradinn@yahoo.com', '0', '', 'http://www.kinex11.info/talk/groups-2/useful-tips-for-any-individual-desiring-to-buy-vehicle-insuran', '', '', '', '2', '0', 'Junior Member', '0', '1401557996', '0', '1401557996', '1401559816', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-01-1980', '1980-07-01', '-1', '-1', '209.161.99.47', '0', '1', '', '0', '0', '-1', '0', '0', '*vM/\\&o=jB_%mjO6~p99.pF:QY-{mV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5653', '3', '', '0', 'aalexeyyandeta4284', '7d875a92eb7ce07b99f18db906ffdfad', '2014-05-31', 'aalexeyyandeta@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401559536', '0', '1401559536', '1401559536', '0', '0', '10', '5', '9', '1', '0', '0', '0', '45108503', '', '0000-00-00', '-1', '-1', '59.58.152.134', '0', '1', '', '0', '0', '-1', '0', '0', '(2pBoz)\"k[(oQp}i2~_ls7\"1y4PE8l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5654', '2', '', '0', 'CLFES', 'be8de2e5b8151301f9c34766ed7e6ce4', '2014-05-31', 'valbritta@yahoo.com', '0', '', 'http://legkiytuning.com.ua/uslugi/get-smart-and-follow-these-tips-choosing-right-health-insurance-pl', '', '', '', '2', '0', 'Junior Member', '0', '1401560610', '0', '1401560610', '1401564928', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1977', '1977-10-14', '-1', '-1', '209.161.99.221', '0', '1', '', '0', '0', '-1', '0', '0', '-iSt]PNA(Y}xO+V`kUw@z?FH_ab6>\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5655', '3', '', '0', 'EMcEncroe', '3f2b3bcdf27af185cbdabe3ebeebddaa', '2014-05-31', 'gypavlovicb@yahoo.com', '0', '', 'http://www.repair-me.de/homeowners-insurance-plan-tips-are-simple-comprehend', '', '', '', '2', '0', 'Junior Member', '0', '1401574648', '0', '1401574648', '1401584973', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1977', '1977-07-17', '-1', '-1', '192.3.166.244', '0', '1', '', '0', '0', '-1', '0', '0', 'jEFw*:kQBTGP(/F^UGADzUR\"84YDI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5657', '2', '', '0', 'TZ82', '40c8b28bdf57fab8896a137ac18dc595', '2014-06-01', 'ztbmargariq@yahoo.com', '0', '', 'http://www.wolim.org/tv/groups/how-you-can-get-ready-being-an-expert-in-homeowners-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1401580505', '0', '1401580505', '1401585588', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1970', '1970-09-19', '-1', '-1', '23.95.92.109', '0', '1', '', '0', '0', '-1', '0', '0', 'ON.U-Rb$F@MKu!%}Y3pWw7(\"ab:S/m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5658', '2', '', '0', 'QMNL', '210c4a930f0d2f7abce1e1cd396de05e', '2014-06-01', 'wollnerrecxm@yahoo.com', '0', '', 'http://www.wolim.org/tv/groups/it-is-very-important-comprehend-exactly-what-your-own-home-insurance-', '', '', '', '2', '0', 'Junior Member', '0', '1401580783', '0', '1401580783', '1401582893', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1973', '1973-08-17', '-1', '-1', '23.95.92.109', '0', '1', '', '0', '0', '-1', '0', '0', 'X&@zX\"?=Yur,@7e|4s]Z;Gr%hU+pa+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5659', '2', '', '0', 'IMcGuigan', '0334a9563d006f7d451acacf79fd0bb5', '2014-06-01', 'zwcleamonx@yahoo.com', '0', '', 'http://girls-games-online.com/groups/be-informed-before-buying-house-owners-insurance-by-reading-thi', '', '', '', '2', '0', 'Junior Member', '0', '1401582767', '0', '1401582767', '1401585604', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-09-1981', '1981-09-09', '-1', '-1', '192.3.166.202', '0', '1', '', '0', '0', '-1', '0', '0', 'cTs3-+^>eE8eC3\'+\"q3#Uq[x$P&WYd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5660', '2', '', '0', 'RLuti', 'b7be99640d3760736553465ddb147fff', '2014-06-01', 'hegerockk@yahoo.com', '0', '', 'http://ocw.nccu.edu.tw/?q=content/you-should-recognize-just-what-your-own-home-insurance-coverage-ad', '', '', '', '2', '0', 'Junior Member', '0', '1401583647', '0', '1401583647', '1401585434', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1974', '1974-01-01', '-1', '-1', '209.161.99.133', '0', '1', '', '0', '0', '-1', '0', '0', '~^>a+=X`&A5g\';={\'np%\'wec3ilRp+_xb,dhf0AIh<{{3G)8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5670', '2', '', '0', 'EQDM', '292a502d72233e815924ebfa79f03ac4', '2014-06-01', 'rfyruffir@yahoo.com', '0', '', 'http://oregonabatement.com/tips-prevent-problems-buying-insurance-coverage/', '', '', '', '2', '0', 'Junior Member', '0', '1401600515', '0', '1401600515', '1401623698', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1970', '1970-09-22', '-1', '-1', '23.95.21.168', '0', '1', '', '0', '0', '-1', '0', '0', '|v(RJ?Gye30b2tNpfOe&M|)i=I3RX_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5671', '2', '', '0', 'TCarrier', '6b48028b70b5284722bbf1cb1253f61d', '2014-06-01', 'gwpschwenkv@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401601341', '0', '1401601341', '1401601341', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.92.141', '0', '1', '', '0', '0', '-1', '0', '0', '>86&sqW`Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5673', '3', '', '0', 'TMccloud', 'b6086b9abc24833fbb4ef6a93dd4e48c', '2014-06-01', 'bnswagnec@yahoo.com', '0', '', 'http://www.britishgrassland.com/forum/21367-some-things-you-must-know-about-life-coverage', '', '', '', '2', '0', 'Junior Member', '0', '1401613853', '0', '1401613853', '1401619713', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-02-1978', '1978-09-02', '-1', '-1', '23.95.22.171', '0', '1', '', '0', '0', '-1', '0', '0', '<#|_;K\'Cy+l(f\\\'PBmj2h\\/c/M^s9X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5674', '3', '', '0', 'VBracewel', '72d8e9a6d5ede906bcca90a53cb506b0', '2014-06-01', 'emanuelmickle2876@brennendesreich.de', '0', '', 'http://www.youtube.com/watch?v=1loNO4d7-sY', '', '', '', '2', '0', 'Junior Member', '0', '1401636541', '0', '1401643743', '1401651042', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1979', '1979-12-09', '-1', '-1', '107.155.77.128', '0', '1', '', '0', '0', '-1', '0', '0', '42IG7hRL{t^`#QinHAmUeepkU%}6Bv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5675', '2', '', '0', 'MCSN', '287ed315e6c16d9eb78845c514e5db10', '2014-06-01', 'vhnmedleyh@yahoo.com', '0', '', 'http://www.founddy.com/groups/techniques-for-having-the-finest-suit-when-purchasing-a-life-insurance', '', '', '', '2', '0', 'Junior Member', '0', '1401641396', '0', '1401641396', '1401643164', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-09-1984', '1984-06-09', '-1', '-1', '23.95.97.104', '0', '1', '', '0', '0', '-1', '0', '0', ',/scw0Z;+[lRA*P}>PfZ:Wyxx>jJaK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5676', '3', '', '0', 'GJCRI', 'ec144cd56c339fea406adadd523e8cf1', '2014-06-01', 'mikkibain4806@discardmail.com', '0', '', 'http://www.youtube.com/watch?v=1loNO4d7-sY', '', '', '', '2', '0', 'Junior Member', '0', '1401646909', '0', '1401654146', '1401661489', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-06-1980', '1980-02-06', '-1', '-1', '69.12.67.236', '0', '1', '', '0', '0', '-1', '0', '0', 'GXi+yud0}2vdb9ZeH9kTlRaN0O?yCx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5677', '3', '', '0', 'R67C', '653b2fadc85bfcde38e422fe3c3e1cc4', '2014-06-01', 'zelmamarron@brennendesreich.de', '0', '', 'http://www.youtube.com/watch?v=1loNO4d7-sY', '', '', '', '2', '0', 'Junior Member', '0', '1401646934', '0', '1401654160', '1401661362', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-01-1981', '1981-08-01', '-1', '-1', '69.12.67.236', '0', '1', '', '0', '0', '-1', '0', '0', 'MqZ]plUVPm267J#k8UMfd{\'_@!r+Ro', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5678', '2', '', '0', 'BCMS', 'a121c57f93efe3aeb43dc8f3d8f78686', '2014-06-01', 'cydcokleydb@yahoo.com', '0', '', 'http://le-tango.com/blog1/2014/04/08/rendering-it-simple-to-help-save-major-on-car-insurance-package', '', '', '', '2', '0', 'Junior Member', '0', '1401660055', '0', '1401660055', '1401661907', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1973', '1973-03-27', '-1', '-1', '192.3.166.221', '0', '1', '', '0', '0', '-1', '0', '0', 'Wb)4c+x-LR|U^eT_OcGOOH.`V:Jg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5680', '2', '', '0', 'AB29', 'bc26256bffbb4a0d2c2f3de5b3813c1e', '2014-06-02', 'bswavelytqv@yahoo.com', '0', '', 'https://vdn.rius.com.au/node/65884', '', '', '', '2', '0', 'Junior Member', '0', '1401665457', '0', '1401665457', '1401669468', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-11-1978', '1978-07-11', '-1', '-1', '23.95.21.113', '0', '1', '', '0', '0', '-1', '0', '0', '*uhmcnd[d?g}F\"5a%Yy@=Ow*VUr2,r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5681', '3', '', '0', 'RRlo', '686714b574b98d948bb8e390528b977c', '2014-06-02', 'lfegschwv@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401669514', '0', '1401669514', '1401669514', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.93.130', '0', '1', '', '0', '0', '-1', '0', '0', 'l`YG4d{n<=ruUIuUG67`(myl&k+]&p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5682', '2', '', '0', 'HJanney', '1b7f1e71265d2c50a89b8ca62885b70f', '2014-06-02', 'gtuchvqvwkg@yahoo.com', '0', '', 'http://www.sukhbaataremg.com/?p=71749', '', '', '', '2', '0', 'Junior Member', '0', '1401670315', '0', '1401670315', '1401674218', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-12-1971', '1971-12-12', '-1', '-1', '192.230.61.136', '0', '1', '', '0', '0', '-1', '0', '0', 'xm,c47>MyMK<`+=OedoI/@+MRFSp&H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5683', '3', '', '0', 'TU96', '125900ee44185cf0c2dbb1a836314a50', '2014-06-02', 'nntoomeswgx@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401670458', '0', '1401670458', '1401670458', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.61.136', '0', '1', '', '0', '0', '-1', '0', '0', 'b2tZ@C}hPLO/`y\\>TJ&[j47}H9!ZQ~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5684', '2', '', '0', 'SBromilow', 'dc579982a2129db01fcaec99a1996f25', '2014-06-02', 'hhcbchasin@yahoo.com', '0', '', 'http://event-ology.net/blogs/74280/171416/methods-for-getting-the-most-fro', '', '', '', '2', '0', 'Junior Member', '0', '1401670917', '0', '1401670917', '1401672743', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-08-1980', '1980-04-08', '-1', '-1', '23.95.94.219', '0', '1', '', '0', '0', '-1', '0', '0', '\'MR1tAa_R*zlFW=xOp#lPSY)|MX#N9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5685', '3', '', '0', 'MXIO', '9c36513e4704bd85e949932defc46ac3', '2014-06-02', 'sdszagarau@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401685198', '0', '1401685198', '1401685198', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.92.99', '0', '1', '', '0', '0', '-1', '0', '0', ';hf\"^p\"@fGqQnJx>lJ*x4#mU_K^$e7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5686', '2', '', '0', 'THSUA', '9c2c943296ccc6543a64421d5f688e78', '2014-06-02', 'kpkhoupst@yahoo.com', '0', '', 'https://vdn.rius.com.au/node/58217', '', '', '', '2', '0', 'Junior Member', '0', '1401687429', '0', '1401687429', '1401694398', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-08-1971', '1971-01-08', '-1', '-1', '192.230.61.139', '0', '1', '', '0', '0', '-1', '0', '0', '\\J\'R$wc]mC{OT?HV2!RfpiJ8Em#7,1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5687', '2', '', '0', 'BTichenor', '8e4a39dee66db8c3720eb17cd4762419', '2014-06-02', 'nhmjelinsx@yahoo.com', '0', '', 'http://srirahayuhotel.com/content/car-insurance-made-simple-useful-tricks-and-tips', '', '', '', '2', '0', 'Junior Member', '0', '1401687429', '0', '1401687429', '1401695342', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-10-1970', '1970-07-10', '-1', '-1', '192.230.61.204', '0', '1', '', '0', '0', '-1', '0', '0', '7\"~$+%fX`rmv:[Aqx3/a`_)[!MlC?u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5688', '2', '', '0', 'LZta', 'a377bdd2d59f32dcc329a73182f2fb58', '2014-06-02', 'vmeprudeume@yahoo.com', '0', '', 'http://www.myfir.st/blogs/143458/599214/issues-concerning-your-house-own', '', '', '', '2', '0', 'Junior Member', '0', '1401688448', '0', '1401688448', '1401692609', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-08-1974', '1974-12-08', '-1', '-1', '192.230.61.179', '0', '1', '', '0', '0', '-1', '0', '0', 'S>JGz[D`#H746%p4jk$7Dw/<63@\"xA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5689', '2', '', '0', 'RASPW', '105d04991dcc86c6a8dd71649dcf035b', '2014-06-02', 'xcrelpertq@yahoo.com', '0', '', 'http://www.snoowap.com/index.php?do=/blog/76905/information-on-receiving-the-proper-safety-for-your-', '', '', '', '2', '0', 'Junior Member', '0', '1401688471', '0', '1401688471', '1401691480', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1972', '1972-10-14', '-1', '-1', '192.230.61.179', '0', '1', '', '0', '0', '-1', '0', '0', '9h?;\"ajEv*JO~?&I,{-X|\'99BnA\'k+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5690', '2', '', '0', 'BUYV', '339347ddcc78d5c59ebe6047af03935e', '2014-06-02', 'jlibaumgv@yahoo.com', '0', '', 'http://junghyunlee.com/xe/sub2_2/15808', '', '', '', '2', '0', 'Junior Member', '0', '1401688910', '0', '1401688910', '1401701522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-13-1981', '1981-06-13', '-1', '-1', '192.230.61.179', '0', '1', '', '0', '0', '-1', '0', '0', '|*N8\\0hC(>y3^?A6(H{,duP#i7g,ZB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5691', '2', '', '0', 'S2714', '651187cdb19eaa70a6c79af8e7451d99', '2014-06-02', 'wpfokzffwgd@yahoo.com', '0', '', 'http://www.myfir.st/blogs/142662/418665/get-the-required-info-on-residen', '', '', '', '2', '0', 'Junior Member', '0', '1401689646', '0', '1401689646', '1401699399', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-29-1981', '1981-08-29', '-1', '-1', '192.230.61.179', '0', '1', '', '0', '0', '-1', '0', '0', ')\\oc(:q.H\'qxIp0e45|n-t$7e.K0e_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5692', '2', '', '0', 'JFollmer', '07be8996a032f12371d562886d6d902c', '2014-06-02', 'wuakbarieu@yahoo.com', '0', '', 'http://www.rvillageman.com/uncategorized/suggestions-and-tips-about-house-owners-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1401690936', '0', '1401690936', '1401693850', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1971', '1971-06-25', '-1', '-1', '192.3.166.204', '0', '1', '', '0', '0', '-1', '0', '0', 'iXpY1ABUY6}\"gJA;d+=DKML2Li~W:X$5!;-YqL%;f\\Ls6g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5695', '2', '', '0', 'T22P', '96845ca3654aa1b0b3b29dd3bb02bc23', '2014-06-02', 'tnteoukjsew@yahoo.com', '0', '', 'http://www.wolim.org/tv/groups/thinking-about-getting-life-coverage-consider-some-of-these-great-tip', '', '', '', '2', '0', 'Junior Member', '0', '1401698443', '0', '1401698443', '1401727367', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-13-1972', '1972-09-13', '-1', '-1', '23.95.21.184', '0', '1', '', '0', '0', '-1', '0', '0', 'd/zaN>{ca[J/x,t:o^^\'+vv=gLMe}6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5696', '2', '', '0', 'J63N', '9a49c478ecfd0d8a54aa27e5ea9c165d', '2014-06-02', 'ttosainzbm@yahoo.com', '0', '', 'http://www.britishgrassland.com/forum/11235-property-owners-insurance-explained-simple-terminology', '', '', '', '2', '0', 'Junior Member', '0', '1401698875', '0', '1401698875', '1401710449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-01-1982', '1982-04-01', '-1', '-1', '69.12.76.61', '0', '1', '', '0', '0', '-1', '0', '0', 'BOyUpqMZ~-fK;4|}*b:maA\\ppD-*{@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5697', '2', '', '0', 'SDuncan', 'e2a69fefda9b7d40fef54eb1ba59f844', '2014-06-02', 'bepecatost@yahoo.com', '0', '', 'http://elegg.com/forums/topic/guard-on-your-own-today-following-these-guidelines-on-medical-health-i', '', '', '', '2', '0', 'Junior Member', '0', '1401700170', '0', '1401700170', '1401716756', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-23-1979', '1979-05-23', '-1', '-1', '69.12.73.48', '0', '1', '', '0', '0', '-1', '0', '0', 'XXz5~.rS)h2j}^QCZZSwxrcU?>F8W:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5698', '3', '', '0', 'FPRA', '96af7b738d282fb7f736719310682199', '2014-06-02', 'ovalcourty@yahoo.com', '0', '', 'http://www.pgs-nn.ru/faq/155847', '', '', '', '2', '0', 'Junior Member', '0', '1401701959', '0', '1401701959', '1401731845', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-29-1976', '1976-04-29', '-1', '-1', '192.3.166.220', '0', '1', '', '0', '0', '-1', '0', '0', '$]d=M:`qrs-[U}*kdwQ[KJ!9}n21H1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5699', '2', '', '0', 'JDOB', 'f33693df18639f39158bd1cec3b96d1f', '2014-06-02', 'bvqhugerto@yahoo.com', '0', '', 'http://www.2heartstouch.com/member/80116/blog/view/204139/', '', '', '', '2', '0', 'Junior Member', '0', '1401704177', '0', '1401704177', '1401707698', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1984', '1984-05-06', '-1', '-1', '23.95.22.19', '0', '1', '', '0', '0', '-1', '0', '0', 'Uq|PFVv$kk%ZIr9m8?Oa-o2U^sG$K8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5700', '2', '', '0', 'GLefler', 'a769a66e834885c3ab3241421c4c8837', '2014-06-02', 'gumendralaw@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401704522', '0', '1401704522', '1401716573', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.61.160', '0', '1', '', '0', '0', '-1', '0', '0', '*A06I.&1&zA#Phz0_-!B*z.EMQ#^t<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5701', '2', '', '0', 'KEMMT', 'd2d67c57eee70303da78522475034577', '2014-06-02', 'fcgudaitb@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401705278', '0', '1401705278', '1401705278', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.94.195', '0', '1', '', '0', '0', '-1', '0', '0', 'pMRy+wvP)=%.cCw@`QFsHXO+4DE%\'i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5702', '2', '', '0', 'KPerez', '60fcbc304a607e6a0b5e86cfa496339b', '2014-06-02', 'biolamonde@yahoo.com', '0', '', 'http://safetraveler.org/techniques-for-getting-the-most-from-your-auto-insurance-strategy/', '', '', '', '2', '0', 'Junior Member', '0', '1401705924', '0', '1401705924', '1401722449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-02-1976', '1976-04-02', '-1', '-1', '23.105.213.186', '0', '1', '', '0', '0', '-1', '0', '0', 'G0M;\'}H7r0J%TUHwWpkv_2yr\"Ep1YW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5703', '2', '', '0', 'COpx', '02aecb9137e14bce0e3578330c247cc1', '2014-06-02', 'dndhaider@yahoo.com', '0', '', 'http://farooqhost.tk/groups/your-own-home-insurance-coverage-advice-to-ensure-that-you-have-the-cove', '', '', '', '2', '0', 'Junior Member', '0', '1401710598', '0', '1401710598', '1401712427', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1979', '1979-05-17', '-1', '-1', '23.95.94.196', '0', '1', '', '0', '0', '-1', '0', '0', 'hv4h.$)9nf84|6WRP$eMz$sm31Z~m,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5704', '2', '', '0', 'FIKA', '7133035551e0cb00c92099f091bfddc0', '2014-06-02', 'rbsfongel@yahoo.com', '0', '', 'http://legkiytuning.com.ua/uslugi/common-things-which-are-disregarded-pertaining-property-owners-ins', '', '', '', '2', '0', 'Junior Member', '0', '1401710874', '0', '1401710874', '1401731154', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-09-1977', '1977-01-09', '-1', '-1', '23.95.94.196', '0', '1', '', '0', '0', '-1', '0', '0', '2}GJm/b\"-wY_H\\EuXIiF[z![h,B@0=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5705', '3', '', '0', 'AHVAR', 'd1b32295aeb11156c1186e9a7af0dba0', '2014-06-02', 'ktaulbeexd@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401711447', '0', '1401711447', '1401711447', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.99.5', '0', '1', '', '0', '0', '-1', '0', '0', 'f+N56oZzqJ=9/6)]UT)t[GOT\"|)RQQ|~$_>jqz{e4fdC`K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5707', '2', '', '0', 'IBarwell', '4cc1c75a0af3d5f054fa53d3ae26b038', '2014-06-02', 'bysaltonyzi@yahoo.com', '0', '', 'http://arthritisreduction.com/node/153399', '', '', '', '2', '0', 'Junior Member', '0', '1401713637', '0', '1401713637', '1401726403', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-29-1973', '1973-03-29', '-1', '-1', '192.3.166.250', '0', '1', '', '0', '0', '-1', '0', '0', 'WP*JyFb*[kf2Ao({,I\"zFk{?X6~P|s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5708', '2', '', '0', 'T14J', 'f23d0b5dfb4a4d2b82d6a7071dd3f315', '2014-06-02', 'hspeegleow@yahoo.com', '0', '', 'http://www.boyeinc.com/groups/how-you-can-effectively-select-the-best-health-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1401714608', '0', '1401714608', '1401716409', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-15-1983', '1983-02-15', '-1', '-1', '69.12.73.57', '0', '1', '', '0', '0', '-1', '0', '0', 'up#On]dx5vz+>i7SEo?J8<<+K@^t(.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5709', '2', '', '0', 'ZMerrett', 'd75b204fffc4542797ff144b735e1d05', '2014-06-02', 'drreypdxh@yahoo.com', '0', '', 'http://www.nysaeterphoto.com/consider-the-following-tips-to-bring-down-your-house-owners-insurance-p', '', '', '', '2', '0', 'Junior Member', '0', '1401720416', '0', '1401720416', '1401723121', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-16-1970', '1970-09-16', '-1', '-1', '23.95.21.177', '0', '1', '', '0', '0', '-1', '0', '0', '?N:\">ma@g\'!M(Q08[DHTfJsHyO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5711', '2', '', '0', 'T06R', 'de82e225185332485ea708f388a8c242', '2014-06-02', 'arfcrownplm@yahoo.com', '0', '', 'http://yadget.ru/blog/336721/techniques-concerning-how-to-get-cheap-vehicle-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1401723505', '0', '1401723505', '1401729660', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-19-1981', '1981-11-19', '-1', '-1', '209.161.99.2', '0', '1', '', '0', '0', '-1', '0', '0', 'c}9G\":1\\ggKFh@D.~#Xq=MU?@5QD2/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5712', '2', '', '0', 'NWay', 'b016266782f613b657021604ecb843df', '2014-06-02', 'eneidharde@yahoo.com', '0', '', 'http://srirahayuhotel.com/content/vehicle-insurance-manual-you-must-know', '', '', '', '2', '0', 'Junior Member', '0', '1401725312', '0', '1401725312', '1401751045', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1972', '1972-02-22', '-1', '-1', '23.95.22.232', '0', '1', '', '0', '0', '-1', '0', '0', 'yXJoc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5713', '3', '', '0', 'KDxb', '4aca5d8ebd3c8ee601e0dde07d7581e6', '2014-06-02', 'ndyerltdsg@yahoo.com', '0', '', 'http://dev.interactivedlp.com/content/discover-life-insurance-suggestions-may-help-you', '', '', '', '2', '0', 'Junior Member', '0', '1401728766', '0', '1401728766', '1401732447', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-17-1981', '1981-11-17', '-1', '-1', '23.95.94.188', '0', '1', '', '0', '0', '-1', '0', '0', '#ct<)Wgwa~[JI)\"A_l@F<-OqsdN20*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5714', '2', '', '0', 'IMcArthur', '7e20b4371f0dd86fe09d8f7eb5ac8041', '2014-06-02', 'ylfgilkej@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401729284', '0', '1401729284', '1401729284', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.22.205', '0', '1', '', '0', '0', '-1', '0', '0', 'M&#HfWjy->j-[5$\"sSs(zf~+l1@9RC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5715', '3', '', '0', 'LLeavens', '9cd4f829220757e5beac89fadfd17177', '2014-06-02', 'grclibrano@yahoo.com', '0', '', 'http://odontocedhum.com/groups/getting-the-ideal-property-owners-insurance-plan-672548824/', '', '', '', '2', '0', 'Junior Member', '0', '1401731949', '0', '1401731949', '1401736235', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-14-1975', '1975-08-14', '-1', '-1', '69.12.76.202', '0', '1', '', '0', '0', '-1', '0', '0', 'u6:.`Gm3WoET2}m`\'x$rSXp7b\"h7`1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5716', '2', '', '0', 'FK73', '16bb01207bd2e01322b8b92cd0015444', '2014-06-02', 'wxistokeg@yahoo.com', '0', '', 'http://imama.com.ua/groups/play-it-safe-and-get-property-owners-insurance-policy/', '', '', '', '2', '0', 'Junior Member', '0', '1401732044', '0', '1401732044', '1401754829', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1975', '1975-06-25', '-1', '-1', '69.12.76.202', '0', '1', '', '0', '0', '-1', '0', '0', 'BePX>yh:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5719', '3', '', '0', 'VDetwiler', 'ea3063ba5fbdb945a9be716340d95eff', '2014-06-02', 'rercolanitm@yahoo.com', '0', '', 'http://wcareer.dsu.ac.kr/?document_srl=8613', '', '', '', '2', '0', 'Junior Member', '0', '1401736555', '0', '1401736555', '1401745254', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-26-1982', '1982-03-26', '-1', '-1', '192.230.61.150', '0', '1', '', '0', '0', '-1', '0', '0', '\\:2.ap', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5726', '3', '', '0', 'VLahey', '8462a1123cd26bb158928ade25bda490', '2014-06-02', 'frsnazavs@yahoo.com', '0', '', 'http://www.myfir.st/blogs/144174/437147/some-aspects-to-consider-about-c', '', '', '', '2', '0', 'Junior Member', '0', '1401748792', '0', '1401748792', '1401751043', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-14-1974', '1974-07-14', '-1', '-1', '23.95.21.153', '0', '1', '', '0', '0', '-1', '0', '0', ',SKJ)&IZSa8yd1klMc[f4b7)dhyqv}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5727', '3', '', '0', 'TTXG', 'd4aae58d0956bb02ef034b3633b8c2b1', '2014-06-02', 'lkpankeqyf@yahoo.com', '0', '', 'http://xxx.gxgood.free7.jgwy.net/drupal6/node/22275', '', '', '', '2', '0', 'Junior Member', '0', '1401749588', '0', '1401749588', '1401763041', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-24-1984', '1984-05-24', '-1', '-1', '192.3.166.202', '0', '1', '', '0', '0', '-1', '0', '0', 'OHx\"BI-+k=5&>:)>~XfgxX2}Bt.s#v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5728', '3', '', '0', 'T32L', '270fc58b424a591e9022374fe9e0722b', '2014-06-03', 'uypuringm@yahoo.com', '0', '', 'http://xn----ctbbkbapiat5bioj3h.xn--p1ai/?p=41798', '', '', '', '2', '0', 'Junior Member', '0', '1401751062', '0', '1401751062', '1401753823', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-20-1975', '1975-07-20', '-1', '-1', '23.95.21.176', '0', '1', '', '0', '0', '-1', '0', '0', 'Th#bq9*`C30~,hA\\z{kFR=\\MJOh4/&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5729', '3', '', '0', 'JCXLN', '961cc56e95916c0a1201be167041befb', '2014-06-03', 'tjsphilliq@yahoo.com', '0', '', 'http://www.siamgenius.com/blogs/111574/283472/learn-before-choosing-auto-insur', '', '', '', '2', '0', 'Junior Member', '0', '1401751240', '0', '1401751240', '1401753845', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-04-1979', '1979-06-04', '-1', '-1', '23.95.21.176', '0', '1', '', '0', '0', '-1', '0', '0', '4Po[5WL|Pd9S`MT`=mns57s]EZaHXC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5730', '2', '', '0', 'AHMOL', '2b67d537d80fb6b9feb2685d82c4b6c2', '2014-06-03', 'qxjspinge@yahoo.com', '0', '', 'http://dev.interactivedlp.com/content/confused-about-home-owners-insurance-go-through-following-tips', '', '', '', '2', '0', 'Junior Member', '0', '1401751420', '0', '1401751420', '1401753456', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-30-1973', '1973-05-30', '-1', '-1', '209.161.99.226', '0', '1', '', '0', '0', '-1', '0', '0', 'Kl!@6}B(\"CkwnF\"Q`&s^q%roRSBcN+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5731', '2', '', '0', 'K8783', 'c859704af4c5c7439359ad352c091428', '2014-06-03', 'wpxdeshare@yahoo.com', '0', '', 'http://vitskavali.in/alumni/groups/homeowners-insurance-plan-recommendations-that-are-easy-to-compre', '', '', '', '2', '0', 'Junior Member', '0', '1401755399', '0', '1401755399', '1401771407', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1985', '1985-03-19', '-1', '-1', '23.95.92.93', '0', '1', '', '0', '0', '-1', '0', '0', '{4k6dAWov~a%97TFApnO%Eg]a|~uMQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5732', '3', '', '0', 'PYMM', '1a753701b97b27f8eedf2b1af0de4f74', '2014-06-03', 'ewschiebeg@yahoo.com', '0', '', 'http://luvsignal.com/groups/obtaining-the-right-offer-about-the-right-car-insurance-package-deal/', '', '', '', '2', '0', 'Junior Member', '0', '1401756472', '0', '1401756472', '1401791780', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-30-1974', '1974-12-30', '-1', '-1', '192.230.61.204', '0', '1', '', '0', '0', '-1', '0', '0', '|vS+FF(WxX@ONnYJIj{f%?%o\'~\"vnH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5733', '2', '', '0', 'NLacroix', '8f1bd0810e96a780111c341cb5d6d663', '2014-06-03', 'dtchesmoo@yahoo.com', '0', '', 'https://vdn.rius.com.au/node/62247', '', '', '', '2', '0', 'Junior Member', '0', '1401756551', '0', '1401756551', '1401758380', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1985', '1985-09-22', '-1', '-1', '192.230.61.204', '0', '1', '', '0', '0', '-1', '0', '0', 'W~Z1\\JZah\")2d5tWU>zf$SANDoVJg%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5734', '3', '', '0', 'FPruitt', '8a76f69b93e941ff975b6bd4385a98ac', '2014-06-03', 'clweertskp@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401757435', '0', '1401757435', '1401757435', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.74.27', '0', '1', '', '0', '0', '-1', '0', '0', '_n(wKv(-6V^J>L\'%`WD-Hc/FRG(=kK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5735', '2', '', '0', 'GBQHK', 'bbc08bef8f67435ed124cf9d2d64d31d', '2014-06-03', 'hhhbickhav@yahoo.com', '0', '', 'http://lotfi.000222.de/content/discover-what-you-need-find-out-about-auto-insurance-using-these-tips', '', '', '', '2', '0', 'Junior Member', '0', '1401757683', '0', '1401757683', '1401759652', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-01-1972', '1972-06-01', '-1', '-1', '198.12.74.27', '0', '1', '', '0', '0', '-1', '0', '0', 'Z(v>/RgQHls\\FD|+m5Pv]`fxIWK$3m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5736', '3', '', '0', 'WVpq', 'be3e5e40b1d5e8c28722296125f9d94d', '2014-06-03', 'crossieiyo@yahoo.com', '0', '', 'http://academyofcode.net/groups/you-can-save-a-great-deal-right-now-on-auto-insurance-with-these-tip', '', '', '', '2', '0', 'Junior Member', '0', '1401757820', '0', '1401757820', '1401759933', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1984', '1984-06-15', '-1', '-1', '69.12.76.61', '0', '1', '', '0', '0', '-1', '0', '0', 'e`Kru#Q@A|FE^}ijFNxl\"@s>,@!WZi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5737', '3', '', '0', 'L3420', 'cd7a4618a00b95505b31fb2d3b20379f', '2014-06-03', 'pelbaumdx@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401774746', '0', '1401774746', '1401774746', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.105.213.2', '0', '1', '', '0', '0', '-1', '0', '0', 'q*}9gs.TgV@^5svN#d4,OeeG\'8adMs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5738', '2', '', '0', 'BYTES', '132038bc1a3f7cc1bcf6a9eb37df97f3', '2014-06-03', 'ngjblanfoc@yahoo.com', '0', '', 'http://iroonimatch.com/index.php?m=member_blog&p=view&id=8803&sid=28984', '', '', '', '2', '0', 'Junior Member', '0', '1401777137', '0', '1401777137', '1401781470', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-23-1980', '1980-02-23', '-1', '-1', '23.95.21.169', '0', '1', '', '0', '0', '-1', '0', '0', 'q}\'TA\'5;rAk\".+.%+|dmgN)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5744', '2', '', '0', 'ZWallner', '3fa22e87397672e002973d7356fb1a03', '2014-06-03', 'fyboslerg@yahoo.com', '0', '', 'http://www.expectr.com/uncategorized/insurance-exactly-how-much-is-sufficient-3/', '', '', '', '2', '0', 'Junior Member', '0', '1401815209', '0', '1401815209', '1401825165', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-12-1978', '1978-10-12', '-1', '-1', '23.105.213.105', '0', '1', '', '0', '0', '-1', '0', '0', 'UvPN(ekB^u\\X\\]2X7ZL}WZ$x,m8x]s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5745', '2', '', '0', 'SWeh', '8861c3189aa459a4e0a78f428205f3b2', '2014-06-03', 'maratgwgy@yahoo.com', '0', '', 'http://adjunctsitaly.org/groups/ways-to-get-cheaper-vehicle-insurance-charges/', '', '', '', '2', '0', 'Junior Member', '0', '1401817868', '0', '1401817868', '1401819682', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1985', '1985-06-23', '-1', '-1', '69.12.73.136', '0', '1', '', '0', '0', '-1', '0', '0', '{2AjWyI7wBO^~5j&9PcZEO`b=DM3G&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5746', '3', '', '0', 'G73T', 'e3e80cb02f0a3f19ced3714256e7770e', '2014-06-03', 'uxubotchs@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401818313', '0', '1401818313', '1401818313', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.166.187', '0', '1', '', '0', '0', '-1', '0', '0', '#\'Z|Mf+Fn_m[K;P\\CNW`\\?+p\\wr$P6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5747', '2', '', '0', 'KStahlman', 'c4e0b39714b1a60bcc422a1e02bff140', '2014-06-03', 'linokblanks@yahoo.com', '0', '', 'http://richardcclifford.com/node/3170', '', '', '', '2', '0', 'Junior Member', '0', '1401820473', '0', '1401820473', '1401822293', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1979', '1979-09-20', '-1', '-1', '192.230.61.228', '0', '1', '', '0', '0', '-1', '0', '0', 'z$+C1t;Tac}#gWrU@Q(1/Fa@zGT@|i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5748', '2', '', '0', 'G87B', '7f22fc6bcc2dbd870714ee5b9833707a', '2014-06-03', 'bwgothtaz@yahoo.com', '0', '', 'https://newlc.ozco.in/content/listing-functioning-methods-saving-auto-insurance', '', '', '', '2', '0', 'Junior Member', '0', '1401821308', '0', '1401821308', '1401843164', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1977', '1977-12-06', '-1', '-1', '23.95.94.152', '0', '1', '', '0', '0', '-1', '0', '0', 'ykJMOzMG^\'.qkDLjSf&Zwwk9DTu2~/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5749', '2', '', '0', 'BMadewell', 'a7478c28834d035a361d3f9a1734f9ea', '2014-06-03', 'kkstalwortv@yahoo.com', '0', '', 'http://etalk24.com/index.php?do=/blog/23563/the-best-recommendation-for-deciding-on-car-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1401823777', '0', '1401823777', '1401844051', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-21-1974', '1974-07-21', '-1', '-1', '23.95.22.176', '0', '1', '', '0', '0', '-1', '0', '0', 'b[FE6>FS.,tI!u)\\qm]P2Er#;Friv@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5750', '2', '', '0', 'ECamidge', '1f34a7cae766a732f546aa5b4c8a119a', '2014-06-04', 'dslageleye@yahoo.com', '0', '', 'http://momspreneur.com/yourstore/automobile-insurance-buying-made-simple-by-using-these-suggestions/', '', '', '', '2', '0', 'Junior Member', '0', '1401841118', '0', '1401841118', '1401843038', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-09-1978', '1978-02-09', '-1', '-1', '23.95.92.118', '0', '1', '', '0', '0', '-1', '0', '0', '[WDb!jS0-@O:;Jq]!tL+92?q\'F:q[|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5751', '2', '', '0', 'AEIJ', 'e7699bc9922baa450dd3222f8fe42a26', '2014-06-04', 'bookerxwng@yahoo.com', '0', '', 'http://origeninc.com/wp/?p=27364', '', '', '', '2', '0', 'Junior Member', '0', '1401850226', '0', '1401850226', '1401857820', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-30-1972', '1972-07-30', '-1', '-1', '23.95.92.136', '0', '1', '', '0', '0', '-1', '0', '0', ':HlBO!AX@+x*oz-y,i*F1>P#0/Eo./', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5752', '2', '', '0', 'ZSWE', '372c963b825e614d90efdc917ddcd609', '2014-06-04', 'dxwvensog@yahoo.com', '0', '', 'http://www.sleepandinsomnia.com/node/175837', '', '', '', '2', '0', 'Junior Member', '0', '1401852495', '0', '1401852495', '1401858719', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-13-1979', '1979-08-13', '-1', '-1', '23.95.22.188', '0', '1', '', '0', '0', '-1', '0', '0', 'b%l_&+nd47M)l)\'KNa{+X:%lfJ^rJsXL=Nr=]7XZ>k|2dL/z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5756', '3', '', '0', 'JELVM', '38347c8792bbf0f11ffdc6391a0c72ad', '2014-06-04', 'rositanaugle@spambog.com', '0', '', 'http://www.youtube.com/watch?v=Uqmr0eEQ57s', '', '', '', '2', '0', 'Junior Member', '0', '1401866189', '0', '1401873612', '1401880959', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1974', '1974-12-06', '-1', '-1', '173.44.58.126', '0', '1', '', '0', '0', '-1', '0', '0', 'B:;OF_NmSqf`9-bL{K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5760', '2', '', '0', 'SMcNally', '55edeaca917b78c662d239f28f34c50e', '2014-06-04', 'gaadlande@yahoo.com', '0', '', 'http://ilovecafe.kr/groups/identifying-where-and-how-to-purchase-vehicle-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1401878428', '0', '1401878428', '1401893927', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-28-1978', '1978-11-28', '-1', '-1', '192.230.61.209', '0', '1', '', '0', '0', '-1', '0', '0', '@;mZe>:6=J*M%K\'Yo-<{z~0(K:wmZe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5761', '2', '', '0', 'MDugan', 'e91f47bfbd1e25f5f7606cd6e7755749', '2014-06-04', 'qmzsmiseq@yahoo.com', '0', '', 'http://event-ology.net/blogs/71267/173489/determine-what-automobile-insura', '', '', '', '2', '0', 'Junior Member', '0', '1401878570', '0', '1401878570', '1401893566', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1970', '1970-08-05', '-1', '-1', '23.95.93.141', '0', '1', '', '0', '0', '-1', '0', '0', 'G`:hK0^C,TFY~#m=ni@x8N%wXrms?S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5762', '2', '', '0', 'JHVC', 'bacfb60d2e9a730c637a94ce02092c61', '2014-06-04', 'jimgxbab@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1401893475', '0', '1401893475', '1401893475', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.92.68', '0', '1', '', '0', '0', '-1', '0', '0', 'vb_Uu|x5abQU,MXQRY}$A,:e$]L_IC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5763', '3', '', '0', 'FL88', '2c4b9aa99ce2138db7389f3d48719f2e', '2014-06-04', 'augustacaperton681@bund.us', '0', '', 'http://www.youtube.com/watch?v=Uqmr0eEQ57s', '', '', '', '2', '0', 'Junior Member', '0', '1401909375', '0', '1401909375', '1401916748', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-06-1971', '1971-06-06', '-1', '-1', '69.12.67.236', '0', '1', '', '0', '0', '-1', '0', '0', '{HXi/FfDcBfs&hb5j*/@d1!;|&?T:_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5764', '3', '', '0', 'BACWT', '16e9d07aa2a9946aca2ca7956c792e19', '2014-06-04', 'trudisaulsbury6186@discardmail.com', '0', '', 'http://www.youtube.com/watch?v=Uqmr0eEQ57s', '', '', '', '2', '0', 'Junior Member', '0', '1401909846', '0', '1401917162', '1401944875', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-04-1977', '1977-11-04', '-1', '-1', '69.12.67.236', '0', '1', '', '0', '0', '-1', '0', '0', 'I^2T:]p\"YV[Y!&^0$s(iz#(_OUJ;JI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5765', '3', '', '0', 'M32T', 'a3a7e8b681f74a7861b436c37e84fdb5', '2014-06-04', 'cristinaplatz@discardmail.com', '0', '', 'http://www.youtube.com/watch?v=Uqmr0eEQ57s', '', '', '', '2', '0', 'Junior Member', '0', '1401916308', '0', '1401944368', '1401951628', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-09-1982', '1982-09-09', '-1', '-1', '69.12.70.50', '0', '1', '', '0', '0', '-1', '0', '0', 'T5{$t#\";cy**WBvB+i;YhrZmeB1NB,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5766', '2', '', '0', 'G42Y', '604bcde77547991980f007f7af2ef983', '2014-06-05', 'deffenbaugho@yahoo.com', '0', '', 'http://vusaacademy.com/groups/some-auto-insurance-businesses-now-give-reductions-in-price-for-very-g', '', '', '', '2', '0', 'Junior Member', '0', '1401944816', '0', '1401944816', '1401948340', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-05-1979', '1979-11-05', '-1', '-1', '209.161.99.248', '0', '1', '', '0', '0', '-1', '0', '0', 'z7+sqrZ?MZOeM5i4,?Y>H\\~Zn(cYLs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5767', '2', '', '0', 'MZFM', '6cc7793a48c4955d256fe13ab5096ae5', '2014-06-05', 'tppbrossard@yahoo.com', '0', '', 'http://origeninc.com/wp/?p=26494', '', '', '', '2', '0', 'Junior Member', '0', '1401963524', '0', '1401963524', '1401967976', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1977', '1977-07-15', '-1', '-1', '23.95.22.224', '0', '1', '', '0', '0', '-1', '0', '0', '%@&uf]$dE)~FNA@`<=\"k]c$C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5773', '2', '', '0', 'PBlackwel', '63516764159702ce5b7073349f283beb', '2014-06-05', 'olhharbort@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402007297', '0', '1402007297', '1402007297', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.73.237', '0', '1', '', '0', '0', '-1', '0', '0', 'z1O}tQ3,ZT?KCCggZco\'@-ovs!J>30', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5774', '2', '', '0', 'WOFD', '3458ed88daa996efdc6667aa3bf0537d', '2014-06-06', 'beetsfjolx@yahoo.com', '0', '', 'http://adjunctsitaly.org/groups/how-to-get-the-right-life-insurance-firm/', '', '', '', '2', '0', 'Junior Member', '0', '1402016302', '0', '1402016302', '1402020622', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1976', '1976-01-21', '-1', '-1', '69.12.76.200', '0', '1', '', '0', '0', '-1', '0', '0', 't}3kxEE;)G@**@aD06J-YdQnOhPed~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5775', '2', '', '0', 'MPEWA', '35a86930aed89a8d73977f444a3725d3', '2014-06-06', 'brzkcclyli@yahoo.com', '0', '', 'http://www.nysaeterphoto.com/basic-tips-to-make-life-insurance-coverage-shopping-painless/', '', '', '', '2', '0', 'Junior Member', '0', '1402042065', '0', '1402042065', '1402050517', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-30-1974', '1974-11-30', '-1', '-1', '23.95.92.111', '0', '1', '', '0', '0', '-1', '0', '0', 'y\"@=B\"g\\6%8O6_gmE*{E;;f{q[Kg!:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5776', '2', '', '0', 'CZXDD', '3ffda3426dc5ff9fc5583df2fd0b4944', '2014-06-06', 'tlharlemx@yahoo.com', '0', '', 'http://multicarr.com/content/how-make-deciding-your-daily-life-insurance-plan', '', '', '', '2', '0', 'Junior Member', '0', '1402047000', '0', '1402047000', '1402052659', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-03-1979', '1979-01-03', '-1', '-1', '198.12.74.231', '0', '1', '', '0', '0', '-1', '0', '0', 'b,.i\'-M$_#[q5W*<\\[I]>4PE1~BC;w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5777', '3', '', '0', 'QEWG', 'af7d0f63000e8ef5e3abe03c51211096', '2014-06-06', 'ktonsallrdb@yahoo.com', '0', '', 'http://ebaddies.com/blogs/6415/34021/submitting-a-claim-with-the-insu', '', '', '', '2', '0', 'Junior Member', '0', '1402050889', '0', '1402050889', '1402056589', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1983', '1983-08-18', '-1', '-1', '209.161.99.19', '0', '1', '', '0', '0', '-1', '0', '0', '([)KZn?A*=,~=.xNLI+%inOAA5_jiu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5778', '3', '', '0', 'bpatrickmcavs1599', 'e89d07f61ccbb67cccd67cce9cd926e1', '2014-06-07', 'bpatrickmcavs@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402095774', '0', '1402095774', '1402095774', '0', '0', '10', '5', '12', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '211.151.13.22', '0', '1', '', '0', '0', '-1', '0', '0', 'O9N%u7BXZU3`>\\9DqFN|A)&=:ydqz}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5779', '2', '', '0', 'J62J', '0f7a73ac0586a5f6487bc1d09b6f4af2', '2014-06-07', 'xekontseacy1972@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402133361', '0', '1402133361', '1402133361', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.183.11', '0', '1', '', '0', '0', '-1', '0', '0', 'BfgZ:]pW\"oWBL>{bC2AdK>^nB1#+?{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5780', '3', '', '0', 'TriggaMan', '7c7a98d56b4c0abcbb753ef10fa8677d', '2014-06-07', 'mvience43@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402155823', '0', '1402155823', '1402156359', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108679', '', '0000-00-00', '-1', '-1', '24.184.232.38', '0', '1', '', '0', '0', '-1', '0', '0', '`Q*j.J2qllWCxQm);9s6UMG4INtLq&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5781', '2', '', '0', 'ETmc', 'b86718aa771a6cd81d5568473f0cb821', '2014-06-07', 'fbjprogay@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402173605', '0', '1402173605', '1402173605', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.74.41', '0', '1', '', '0', '0', '-1', '0', '0', '!~qsr,EmQ;4JCu_xCrZvU>H<&JS3,/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5782', '2', '', '0', 'D4455', 'c337ed08ce4f94052eecd7424d4fc034', '2014-06-08', 'nogbonnayav@yahoo.com', '0', '', 'http://www.ashrafit.com/groups/find-out-your-rate-before-buying-vehicle-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1402202890', '0', '1402202890', '1402222712', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-01-1980', '1980-06-01', '-1', '-1', '23.95.97.112', '0', '1', '', '0', '0', '-1', '0', '0', 'qV3KyM2?6|Pv5rC:*m\\4/>oH8ZiA]u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5783', '2', '', '0', 'CXOD', '47106512704b8f824af60da2ad782b6a', '2014-06-08', 'glisteningiron446@yahoo.com', '0', '', 'http://www.mangomessenger.net/profile/MDurant', '', '', '', '2', '0', 'Junior Member', '0', '1402220895', '0', '1402220895', '1402237676', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-26-1970', '1970-03-26', '-1', '-1', '199.119.225.80', '0', '1', '', '0', '0', '-1', '0', '0', '~@*r|eW9p>|J0YW%g&_`Mpd$1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '358', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5784', '2', '', '0', 'PIsabel', 'd8223565bf970cdd06d696b0c7fcbae3', '2014-06-09', 'khhbelskf@yahoo.com', '0', '', 'http://Www.Artworldwebsolutions.com/vehicle-insurance-info-you-cant-manage-to-miss/', '', '', '', '2', '0', 'Junior Member', '0', '1402309487', '0', '1402309487', '1402311251', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-13-1974', '1974-06-13', '-1', '-1', '23.95.22.23', '0', '1', '', '0', '0', '-1', '0', '0', 'S|CNLbADf?^Q#rp9Dm|mEWLY-T,6-!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5785', '3', '', '0', 'GBedford', '89e4165e47daf7f894d3af573109b605', '2014-06-09', 'willianness8459@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402319006', '0', '1402319006', '1402319006', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '124.248.164.223', '0', '1', '', '0', '0', '-1', '0', '0', '.B*i!(wzx^d<)n`|\")KDq3V&F]F~r*a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5787', '2', '', '0', 'P44C', 'd4ebe7a2eed559be4deaa09cf588ca6c', '2014-06-10', 'felxyhsolom@yahoo.com', '0', '', 'http://beanearthling.org/blogs/84530/125964/ways-that-best-home-insurance-ca', '', '', '', '2', '0', 'Junior Member', '0', '1402361033', '0', '1402361033', '1402362798', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1984', '1984-08-21', '-1', '-1', '23.95.22.234', '0', '1', '', '0', '0', '-1', '0', '0', '6Jq]A^QK5@9G,-|m&wZ*a*/qPuR+$G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5788', '3', '', '0', 'TToosey', 'ac8d9b9f6cb3544e8e2a3fb951fc8869', '2014-06-10', 'daltoncrain6078@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402409329', '0', '1402409329', '1402409329', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.211.35', '0', '1', '', '0', '0', '-1', '0', '0', 'z:X^^887tS}yH8c|{&m+N+E}@@vV!k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5789', '2', '', '0', 'PQ80', '6e6bc0404b1608b34a2958ee7878d833', '2014-06-10', 'pqqcmaqb@yahoo.com', '0', '', 'http://www.wolim.org/tv/groups/getting-grip-from-the-auto-insurance-market-place/', '', '', '', '2', '0', 'Junior Member', '0', '1402417711', '0', '1402417711', '1402420176', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-23-1982', '1982-12-23', '-1', '-1', '23.105.213.46', '0', '1', '', '0', '0', '-1', '0', '0', '-v0+,x:6+3FJK.7L%}n6)^-du}cN#4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5790', '2', '', '0', 'M37S', '0100459eda2bf63eada18609b84b5ce5', '2014-06-10', 'zreesorkw@yahoo.com', '0', '', 'http://torcidadofuracao.com.br/blogs/97496/356101/driving-toward-big-cost-savings', '', '', '', '2', '0', 'Junior Member', '0', '1402424889', '0', '1402424889', '1402426846', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-22-1985', '1985-11-22', '-1', '-1', '209.161.99.216', '0', '1', '', '0', '0', '-1', '0', '0', '\'BpI7dYL_2Rg=[P%G.GgpyH@ZQjsu(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5791', '2', '', '0', 'WLambie', 'c402d6c20f4861c6f077ac636dd8ef39', '2014-06-10', 'ltutanym@yahoo.com', '0', '', 'http://www.britishgrassland.com/forum/19188-have-you-been-acquiring-best-your-way-life-insurance-cov', '', '', '', '2', '0', 'Junior Member', '0', '1402426626', '0', '1402426626', '1402447372', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1970', '1970-09-17', '-1', '-1', '198.12.74.52', '0', '1', '', '0', '0', '-1', '0', '0', '[ZW@VdIni*gs]7quc@N!^<%BQtF|#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5793', '2', '', '0', 'CSampson', 'b763fa23ca50296106c8d7e887a2b4fd', '2014-06-11', 'bebraggspw@yahoo.com', '0', '', 'http://loucogame.com/groups/working-together-with-you-to-definitely-save-you-money-on-vehicle-insura', '', '', '', '2', '0', 'Junior Member', '0', '1402456457', '0', '1402456457', '1402458246', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-20-1984', '1984-04-20', '-1', '-1', '23.95.96.21', '0', '1', '', '0', '0', '-1', '0', '0', 't[fXT+vAl{Y=5E-k\'n-Rn+Z[RhqX/Nv?P2Y_!MA~24T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5795', '2', '', '0', 'LZKL', '006ad6d3f44e53985c510b40be0e6e90', '2014-06-11', 'etzkfinder@yahoo.com', '0', '', 'http://www.siamgenius.com/blogs/109682/287447/car-insurance-tricks-and-tips-th', '', '', '', '2', '0', 'Junior Member', '0', '1402463756', '0', '1402463756', '1402466004', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1977', '1977-06-16', '-1', '-1', '23.95.96.211', '0', '1', '', '0', '0', '-1', '0', '0', 'j6M9YX#v-+Q/>9qaFw\"MJ~Y11$ByM&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5796', '2', '', '0', 'LJox', 'e58572544ac63e87066450c96bc1f12d', '2014-06-11', 'watleropq@yahoo.com', '0', '', 'http://www.britishgrassland.com/forum/3927-car-insurance-choice-techniques-your-loved-ones', '', '', '', '2', '0', 'Junior Member', '0', '1402467084', '0', '1402467084', '1402468863', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-18-1982', '1982-04-18', '-1', '-1', '192.3.166.216', '0', '1', '', '0', '0', '-1', '0', '0', 'uyIe(QStbc~Csia$Eax6CuKe+Ies\\K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5797', '2', '', '0', 'Free2Kill', '9efd084b02a7446929955df1f5445e06', '2014-06-11', 'Free2Kill@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402472089', '0', '1402472089', '1402472575', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.54.116.220', '0', '1', '', '0', '0', '-1', '0', '0', '#z?D6^h7aX;\")*\"mWGq&\"pfNfY8\\j&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5798', '2', '', '0', 'RDuke', '08d3ff80e56c2dd427124c7fe2faa508', '2014-06-11', 'anhomtonks@yahoo.com', '0', '', 'http://www.2heartstouch.com/member/115026/blog/view/289400/', '', '', '', '2', '0', 'Junior Member', '0', '1402475177', '0', '1402475177', '1402476957', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-13-1974', '1974-02-13', '-1', '-1', '23.105.213.37', '0', '1', '', '0', '0', '-1', '0', '0', 'kN\'Gx#HkZmlo6(5)?r>Nz=7Fmglk*C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5799', '2', '', '0', 'E0403', '39cde681fc27a57c490331a8d68f4732', '2014-06-11', 'randalccd@yahoo.com', '0', '', 'http://myloserdia.com.ua/content/useful-auto-insurance-techniques-any-purchaser', '', '', '', '2', '0', 'Junior Member', '0', '1402482207', '0', '1402482207', '1402484012', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-04-1981', '1981-09-04', '-1', '-1', '23.95.21.153', '0', '1', '', '0', '0', '-1', '0', '0', '/6Q`\"Y`{,5=3NcrqQLI\'~QS-qdqwA5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5800', '2', '', '0', 'WColangel', '28fdee1b85d09df7e4f55a3308ceb1e1', '2014-06-11', 'xybrockwen@yahoo.com', '0', '', 'http://www.myfir.st/blogs/184919/603039/some-things-to-consider-about-au', '', '', '', '2', '0', 'Junior Member', '0', '1402492848', '0', '1402492848', '1402498867', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-21-1985', '1985-02-21', '-1', '-1', '23.95.22.192', '0', '1', '', '0', '0', '-1', '0', '0', 'Ru$ZF:-k5xo@)F\\Fb&.:\"ijcNm%,HQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5801', '2', '', '0', 'LPxu', 'c9ff4add0a73174cf68d90e099686ab8', '2014-06-11', 'ovkbaquerr@yahoo.com', '0', '', 'http://www.wolim.org/tv/groups/auto-insurance-advice-that-any-consumer-may-use-1086086680/', '', '', '', '2', '0', 'Junior Member', '0', '1402515633', '0', '1402515633', '1402528735', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-27-1971', '1971-10-27', '-1', '-1', '23.95.21.132', '0', '1', '', '0', '0', '-1', '0', '0', '>x?@yDq_[\'}9.w#,dlZo[v@GEanU!o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5802', '3', '', '0', 'DGhj', 'a961b7d94c641a888f3e81bbb3749be6', '2014-06-11', 'alivequicksand706@outlook.com', '0', '', 'http://www.jeux-de-peur.com/profile/vajamieson.htm', '', '', '', '2', '0', 'Junior Member', '0', '1402518599', '0', '1402518599', '1402524635', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-21-1985', '1985-09-21', '-1', '-1', '41.205.16.227', '0', '1', '', '0', '0', '-1', '0', '0', 'pC]]K}wK1OcXZ\"X)NQJZjW=GIqi.1$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '242', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5803', '2', '', '0', 'SFGF', '6a110166f35c01d6e29c552a41c53aa4', '2014-06-11', 'nealmacmahon5624@mailnesia.com', '0', '', 'http://www.trade2save.com/y/androidappdevelopers835781', '', '', '', '2', '0', 'Junior Member', '0', '1402523803', '0', '1402523803', '1402526326', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1977', '1977-06-16', '-1', '-1', '107.155.80.169', '0', '1', '', '0', '0', '-1', '0', '0', ']DEf0ze^I\':?<0x^FiuS>i%%:vd%Wr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5804', '2', '', '0', 'llawl79', '52fd7226f8a08e891456e8054335bd57', '2014-06-11', 'llawl79@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402526753', '0', '1402526753', '1402526831', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '78.69.142.74', '0', '1', '', '0', '0', '-1', '0', '0', '=rF#\\e&b7$G.i\"WnG\'w\'MfjJHK]@Mm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5805', '2', '', '0', 'F10A', '4ba7ae9485bf94d27d8d1b7ab5f0469c', '2014-06-12', 'sebastiak@yahoo.com', '0', '', 'http://www.fabathome.org/index.php?q=node/16133', '', '', '', '2', '0', 'Junior Member', '0', '1402538453', '0', '1402538453', '1402540267', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-12-1973', '1973-09-12', '-1', '-1', '192.3.166.204', '0', '1', '', '0', '0', '-1', '0', '0', 'u#3L0~IZ1\\\',utqQcVs0&Q,k!Mac0d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5806', '2', '', '0', 'GOlive', '17576548c25eaba67c028239fd29ca3c', '2014-06-12', 'gryvcbwx@yahoo.com', '0', '', 'http://www.emexica.mx/catalogo_petcetera/cp/index.php?do=/blog/1135805/exactly-what-you-need-to-know', '', '', '', '2', '0', 'Junior Member', '0', '1402542141', '0', '1402542141', '1402543925', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-17-1982', '1982-01-17', '-1', '-1', '23.95.92.142', '0', '1', '', '0', '0', '-1', '0', '0', 'p(*[0)%[y=-m=K|`$p7nL.qK,z:MNC(~?n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1702', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5815', '2', '', '0', 'PBanfield', 'ec66814326a03b321bb9e1a92435d8e0', '2014-06-13', 'dispenzafj@yahoo.com', '0', '', 'http://www.myfir.st/blogs/243266/813810/tips-for-purchasing-life-insuran', '', '', '', '2', '0', 'Junior Member', '0', '1402620458', '0', '1402620458', '1402622225', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1979', '1979-05-07', '-1', '-1', '23.105.213.33', '0', '1', '', '0', '0', '-1', '0', '0', '%l0XQTC3QxmK=fWAx$QSDY*4@9I:+9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5812', '2', '', '0', 'NCohen', '3637af1f21d86871d4b65d418e5a2188', '2014-06-12', 'roaulbzm@yahoo.com', '0', '', 'https://support.corset-story.com/entries/36758137-Techniques-For-Being-Familiar-With-Residence-Owner', '', '', '', '2', '0', 'Junior Member', '0', '1402605622', '0', '1402605622', '1402607417', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-29-1980', '1980-12-29', '-1', '-1', '23.95.22.234', '0', '1', '', '0', '0', '-1', '0', '0', '%3Tu*0o}{1S|?G+N;ne\"\'AdaxRW%6k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5813', '2', '', '0', 'G5790', '5df32811631dd3fd5fcc0c1447c2a334', '2014-06-12', 'zamosywg@yahoo.com', '0', '', 'http://myarticledirectory.co.uk/index.php?page=article&article_id=430341', '', '', '', '2', '0', 'Junior Member', '0', '1402607493', '0', '1402607493', '1402609262', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-05-1977', '1977-07-05', '-1', '-1', '23.95.93.208', '0', '1', '', '0', '0', '-1', '0', '0', 'V~\'pojlpy|[u0$H#J^cd,\\CGmPf{P=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5814', '2', '', '0', 'HRamsden', '121487ba085d334788d82a8f26282c1b', '2014-06-13', 'druhstorfen@yahoo.com', '0', '', 'http://torcidadonautico.com.br/blogs/131083/471587/jockeying-for-placement-inside-t', '', '', '', '2', '0', 'Junior Member', '0', '1402619155', '0', '1402619155', '1402623815', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-01-1981', '1981-11-01', '-1', '-1', '209.161.99.189', '0', '1', '', '0', '0', '-1', '0', '0', '\\?oGx4xy.J,&$xJa`fKKonUt[2L=I!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5816', '3', '', '0', 'CRue', '5dd31b52a908b1ac4d4a861adaabac83', '2014-06-13', 'alejandrogreer@hulapla.de', '0', '', 'http://www.google.com', '', '', '', '2', '0', 'Junior Member', '0', '1402633403', '0', '1402633403', '1402642099', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-05-1979', '1979-07-05', '-1', '-1', '5.255.91.11', '0', '1', '', '0', '0', '-1', '0', '0', '}W0Ke{iw=Oy_`}HC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5817', '2', '', '0', 'BY14', 'e602e65392eaf84bdc28feaea148a7f6', '2014-06-13', 'luujules@yahoo.com', '0', '', 'http://squito.net/node/232894', '', '', '', '2', '0', 'Junior Member', '0', '1402635017', '0', '1402635017', '1402636814', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-19-1980', '1980-02-19', '-1', '-1', '69.12.76.249', '0', '1', '', '0', '0', '-1', '0', '0', '.{C[O^xSq\'[3Vu\'g`vyHnn{ej&;-G0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5820', '3', '', '0', 'PMenge', '4b43b5239e3b95808864cd8c2d26ce00', '2014-06-13', 'versedhands415@outlook.com', '0', '', 'http://arcade.ceyara.com/profile/capvr', '', '', '', '2', '0', 'Junior Member', '0', '1402677891', '0', '1402677891', '1402682265', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-23-1980', '1980-09-23', '-1', '-1', '117.172.76.37', '0', '1', '', '0', '0', '-1', '0', '0', 'UE7\"RrPC^{wp}Z?cns9yg{tVtZD\'QK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5818', '2', '', '0', 'H3161', 'bfb7ce82b19be64ab95287e58b8b259f', '2014-06-13', 'matthewzxmb@yahoo.com', '0', '', 'http://arthritisreduction.com/node/117018', '', '', '', '2', '0', 'Junior Member', '0', '1402642804', '0', '1402642804', '1402644592', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-22-1983', '1983-04-22', '-1', '-1', '209.161.99.242', '0', '1', '', '0', '0', '-1', '0', '0', 'ib-H2~z^Q{|VbKE:-9lGD$(5V\"bL&K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5819', '2', '', '0', 'MLiu', '8e17cc955719786d278ad9c830bae4b1', '2014-06-13', 'vsjefferey@yahoo.com', '0', '', 'http://www.siamgenius.com/blogs/92692/226487/usually-do-not-get-found-unaware', '', '', '', '2', '0', 'Junior Member', '0', '1402653827', '0', '1402653827', '1402655642', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-24-1982', '1982-06-24', '-1', '-1', '69.12.76.77', '0', '1', '', '0', '0', '-1', '0', '0', '3C:C>zyry\'{/H@~@I4+u`d,o|8n:Hv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5821', '2', '', '0', 'GHilyard', '00e9e7c5e9bb6f67a07be9d35d9cbff4', '2014-06-13', 'wlqrhfre@yahoo.com', '0', '', 'http://dev.interactivedlp.com/content/personal-your-vehicle-insurance-package-and-conserve-big-money', '', '', '', '2', '0', 'Junior Member', '0', '1402688565', '0', '1402688565', '1402690392', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-09-1980', '1980-11-09', '-1', '-1', '23.95.93.187', '0', '1', '', '0', '0', '-1', '0', '0', '.S\'4NfUC&!11\"R7=?R+z%0aQGKSC*N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5822', '2', '', '0', 'LJaeger', '4db7914dd6faca4b3a4828317bd88119', '2014-06-14', 'sfgfhhky@yahoo.com', '0', '', 'http://wtfmedia.me/index.php?do=/blog/75585/life-insurance-produced-easy-how-to-get-the-best-coverag', '', '', '', '2', '0', 'Junior Member', '0', '1402713530', '0', '1402713530', '1402715950', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-02-1970', '1970-07-02', '-1', '-1', '209.161.99.216', '0', '1', '', '0', '0', '-1', '0', '0', '&FUVs].)BMn\"wj2%*B_(D#`@+`:(M#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5823', '2', '', '0', 'GLuther', '46bbdc9c3bf7b642a11799ceb0b01d96', '2014-06-14', 'wilmergbre@yahoo.com', '0', '', 'http://www.youheard.net/groups/facts-to-consider-in-choosing-property-insurance-643646180/', '', '', '', '2', '0', 'Junior Member', '0', '1402739944', '0', '1402739944', '1402741742', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1983', '1983-03-27', '-1', '-1', '192.230.61.233', '0', '1', '', '0', '0', '-1', '0', '0', 'a_he])YcsI@y=#3*Jl2f`73fTQY1y-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5824', '2', '', '0', 'LLqx', '01ed7f8e5909f8fd89ae207397c925d3', '2014-06-14', 'falahjimmiee@yahoo.com', '0', '', 'http://help.transparentbusiness.com/entries/30283128-Things-To-Search-For-In-Property-Insurance-', '', '', '', '2', '0', 'Junior Member', '0', '1402757258', '0', '1402757258', '1402759019', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-14-1983', '1983-06-14', '-1', '-1', '192.230.61.179', '0', '1', '', '0', '0', '-1', '0', '0', 'jO>GT@3\"*`\'ckCRA:u\\!&P-\"F{%=.s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5825', '3', '', '0', 'SHendrix', 'a8c80726f29a6c258f707200a5723707', '2014-06-14', 'tiffanygentle211@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402764375', '0', '1402764375', '1402764375', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.231.5.147', '0', '1', '', '0', '0', '-1', '0', '0', '|\\kG!Gb;i\'2#2$D?7%,R&\"z\'Z$NqG}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5826', '3', '', '0', 'C1981', 'ce827e5d616ad3f36ff3f597e0a10654', '2014-06-14', 'jocelyngilley@mailcatch.com', '0', '', 'http://www.yellowpages.com/evansville-in/mip/elbert-construction-475549662?lid=475549662', '', '', '', '2', '0', 'Junior Member', '0', '1402766876', '0', '1402766876', '1402787760', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-12-1972', '1972-01-12', '-1', '-1', '69.12.80.46', '0', '1', '', '0', '0', '-1', '0', '0', '^f)pnT0o[s>UNEl25~nSaJS{qf6xi2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5827', '3', '', '0', 'EFgy', 'b731c64ccfb098cf9a4d9aec838573a8', '2014-06-14', 'gitacrace@hulapla.de', '0', '', 'http://www.google.com', '', '', '', '2', '0', 'Junior Member', '0', '1402779605', '0', '1402787659', '1402794856', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1985', '1985-05-01', '-1', '-1', '23.249.161.170', '0', '1', '', '0', '0', '-1', '0', '0', '``sq/\\\"oyoKat8h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5831', '2', '', '0', 'BIKJ', '82d17faf3d2767e0f20e4c001dca1c61', '2014-06-15', 'lukasgdanial@yahoo.com', '0', '', 'http://sdush1.centerstart.ru/node/1116154', '', '', '', '2', '0', 'Junior Member', '0', '1402787072', '0', '1402787072', '1402789582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-04-1972', '1972-09-04', '-1', '-1', '209.161.99.50', '0', '1', '', '0', '0', '-1', '0', '0', 'Vu2lW7CiuG&or%5~GI\'+W#%gVoLzk*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5832', '3', '', '0', 'RBGWS', 'da2092f038b295f1bf99ddc3c0dbcb69', '2014-06-15', 'nidiageake@mailcatch.com', '0', '', 'http://Www.yellowpages.com/evansville-in/mip/elbert-construction-475549662?lid=475549662', '', '', '', '2', '0', 'Junior Member', '0', '1402829539', '0', '1402836732', '1402843993', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1979', '1979-09-28', '-1', '-1', '23.231.5.143', '0', '1', '', '0', '0', '-1', '0', '0', 'Q7Mc6pwPHsi}mRCT*g#4::KcK\"P39q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5833', '3', '', '0', 'W26Q', '6983e40770421008681fed8556cc8980', '2014-06-15', 'cecilaconnah8606@mailcatch.com', '0', '', 'http://www.yellowpages.com/evansville-in/mip/elbert-construction-475549662?lid=475549662', '', '', '', '2', '0', 'Junior Member', '0', '1402835670', '0', '1402842867', '1402850055', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-05-1975', '1975-05-05', '-1', '-1', '192.210.144.70', '0', '1', '', '0', '0', '-1', '0', '0', 'Wei*\\k!F#?Y{e3)&{IZD|R!>9I+\"m+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5834', '2', '', '0', 'EBQS', 'f9d880b505d2a7da8f8ebf234ad2c040', '2014-06-15', 'potanovi@yahoo.com', '0', '', 'http://www.kombes.com/blog/126261/a-brief-help-guide-health-care-insurance-plans/', '', '', '', '2', '0', 'Junior Member', '0', '1402835970', '0', '1402835970', '1402838939', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-15-1985', '1985-05-15', '-1', '-1', '192.3.166.195', '0', '1', '', '0', '0', '-1', '0', '0', 'mYie+vjAF>Kpho&4Gpq1\\jIe-kPPKW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5835', '2', '', '0', 'MNhi', 'e201d2db5c88bce10bbb6e8033514e25', '2014-06-15', 'cuebasscot@yahoo.com', '0', '', 'http://nabankur.org/groups/stuff-you-must-know-about-medical-health-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1402844624', '0', '1402844624', '1402853057', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-30-1976', '1976-01-30', '-1', '-1', '192.230.61.139', '0', '1', '', '0', '0', '-1', '0', '0', '`[(2V&.2Z_KaYKM/V5C|uB#R*(D+;E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5836', '3', '', '0', 'C2915', 'ed37b1c32e1f31005c91bd1b4d0d8501', '2014-06-15', 'merlebrassell5475@brennendesreich.de', '0', '', 'http://www.youtube.com/watch?v=wWxkEp5Bndw', '', '', '', '2', '0', 'Junior Member', '0', '1402855705', '0', '1402862895', '1402870092', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-05-1984', '1984-09-05', '-1', '-1', '23.95.20.112', '0', '1', '', '0', '0', '-1', '0', '0', 'apfxJC,O0#k$r#E5{m*EDpCV:`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5837', '3', '', '0', 'CYQCQ', 'abe38d8e05d3c92b5db4e5d94e37788c', '2014-06-15', 'ilanaabate@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402863239', '0', '1402863239', '1402863239', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.20.112', '0', '1', '', '0', '0', '-1', '0', '0', '00+!m\'/=[.//$aAVp1sM%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5839', '3', '', '0', 'RAui', '0cb8f472c399f120c3ee501dbfc73fe9', '2014-06-15', 'hyehoke3926@hulapla.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402863578', '0', '1402863578', '1402863578', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.20.112', '0', '1', '', '0', '0', '-1', '0', '0', 'J[)qDErH\'ay-$z_!I-3Hf6%SWeU@-.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5840', '2', '', '0', 'JesperTheDane', 'de0a2dbf2c87b9629532ec4537c3755d', '2014-06-15', 'eminem2004_1@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402873017', '0', '1402873017', '1402873926', '1402873355', '1', '10', '5', '1', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '95.166.20.56', '0', '1', '', '0', '0', '-1', '0', '0', '>dCc}p9DNVn-*$tpC27kMn~MH_r[\"`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5841', '3', '', '0', 'SXFI', 'ea0d5bc6d35f5bbd8532d4bb2c7489b7', '2014-06-16', 'frankiehyam@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402876734', '0', '1402876734', '1402876734', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.91.11', '0', '1', '', '0', '0', '-1', '0', '0', '>nc!,6b6imu}M=|tGGA8lBKT\'\"]1oi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5842', '2', '', '0', 'G83Q', 'd5632f555675cb2fdb236d0c376b5661', '2014-06-16', 'gefullenhf@yahoo.com', '0', '', 'http://games.jamfreeradio.com/reliable-auto-insurance-advice-for-anybody-to-follow-along-with/', '', '', '', '2', '0', 'Junior Member', '0', '1402902346', '0', '1402902346', '1402906438', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-30-1979', '1979-07-30', '-1', '-1', '23.95.21.135', '0', '1', '', '0', '0', '-1', '0', '0', '?G-YQZ\"7S)rI=,9jdk1:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5844', '2', '', '0', 'G0645', 'e915b22f81ce568c14b6681a1a45243b', '2014-06-16', 'theilbruntni@yahoo.com', '0', '', 'http://myfir.st/blogs/173930/593754/life-coverage-can-be-a-product-y', '', '', '', '2', '0', 'Junior Member', '0', '1402910110', '0', '1402910110', '1402911927', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-14-1975', '1975-09-14', '-1', '-1', '23.95.94.158', '0', '1', '', '0', '0', '-1', '0', '0', 'B\'t`M\\&H_\"Y`Y:A]oPc*KC12`=-p>~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5845', '2', '', '0', 'luizsprengoski', 'bbcdee020e94f8e91dd3f3a0d69cf16b', '2014-06-16', 'luizfernandosprengoski@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402941116', '0', '1402941116', '1402941240', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '179.187.251.248', '0', '1', '', '0', '0', '-1', '0', '0', ',%?L;tEnd\\]JcL,gG`T{^U,^};|]3;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5846', '2', '', '0', 'TJVK', '52c4b531d7e776e557579652112c3046', '2014-06-16', 'zenek-g@tlen.pl', '0', '', 'http://besturl454333.pl', '', '', '', '2', '0', 'Junior Member', '0', '1402944175', '0', '1402944175', '1402952018', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-29-1971', '1971-11-29', '-1', '-1', '46.105.248.163', '0', '1', '', '0', '0', '-1', '0', '0', '2%{t/V*r{9.&`tnsNEhTgV|W-p-:_6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5847', '2', '', '0', 'Insane', 'fffc1d85db316792551bda4fdc5e41c2', '2014-06-17', 'insanelvl9@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402966317', '0', '1402966317', '1402966617', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '24.14.220.88', '0', '1', '', '0', '0', '-1', '0', '0', 'QjUTQ%*mIKnPTC7*2Y.ZvXkA\\22kCR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5848', '2', '', '0', 'SFgr', '46d94c05a07c7c3f832d3067fca5956e', '2014-06-17', 'odahoulahan@yahoo.com', '0', '', 'http://www.cucumberkids.com.au/node/80931', '', '', '', '2', '0', 'Junior Member', '0', '1402967818', '0', '1402967818', '1402969653', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-05-1977', '1977-06-05', '-1', '-1', '23.95.96.180', '0', '1', '', '0', '0', '-1', '0', '0', '%Z?b8Mt+uO=|!B--7`iigqlATE80jC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5849', '2', '', '0', 'D6594', '38ef2ff63c6fa55e0590478e7d7539dc', '2014-06-17', 'qrrxxbictv@yahoo.com', '0', '', 'http://ccfmconsulting.com/groups/excellent-guideline-concerning-how-to-get-great-vehicle-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1402981355', '0', '1402981355', '1402987506', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-14-1978', '1978-08-14', '-1', '-1', '69.12.73.207', '0', '1', '', '0', '0', '-1', '0', '0', '71[o-)Wz[ljDa(eV\\/U57{[$e^a8!(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5850', '2', '', '0', 'BFoote', '8de41154a3af8ca33a7ec2c18387fe0f', '2014-06-17', 'renoskyjenj@yahoo.com', '0', '', 'http://proba.pizzahalom.hu/index.php?m=member_blog&p=view&id=10111&sid=14739', '', '', '', '2', '0', 'Junior Member', '0', '1402990966', '0', '1402990966', '1402995454', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1980', '1980-09-17', '-1', '-1', '23.95.21.132', '0', '1', '', '0', '0', '-1', '0', '0', 'e\"\"|BiE~Z(Lcb2GaGx|19@D/2Z4\"$p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5851', '2', '', '0', 'YCrume', '64f101a8f0e96b8c247193bac9286976', '2014-06-17', 'aparisducat@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1402991275', '0', '1402991275', '1402993076', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.96.180', '0', '1', '', '0', '0', '-1', '0', '0', 'Op;N\'uTM[oI!y\'/jn%dEM`G*e.uGZJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5852', '2', '', '0', 'Rasmusifk', '611a68ae83a8df98877833cda672041f', '2014-06-17', 'rasmussb@live.se', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403005376', '0', '1403024038', '1403025818', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '195.67.18.138', '0', '1', '', '0', '0', '-1', '0', '0', 'tn~`\\.at6^y)^pj@j&+A90+,Mry^RD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5853', '2', '', '0', 'KLyfmgze', 'c85443eb08d1d58b554f1c8638a5233d', '2014-06-17', 'zpurvineszy@yahoo.com', '0', '', 'http://politikin-zabavnik.rs/pz/content/tips-will-assist-you-pick-medical-health-insurance-you-need', '', '', '', '2', '0', 'Junior Member', '0', '1403007361', '0', '1403007361', '1403013514', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-18-1977', '1977-12-18', '-1', '-1', '23.95.96.13', '0', '1', '', '0', '0', '-1', '0', '0', 'LKQjnMuBla84qi]LG;V-Tda/qIMcE%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5854', '2', '', '0', 'RCade', 'd231caeb3e031120ba6f7df3e5e18e37', '2014-06-18', 'diewoldlvwqs@yahoo.com', '0', '', 'http://www.britishgrassland.com/forum/17493-home-insurance-fits-your-needs', '', '', '', '2', '0', 'Junior Member', '0', '1403093531', '0', '1403093531', '1403112394', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1981', '1981-09-20', '-1', '-1', '198.12.74.85', '0', '1', '', '0', '0', '-1', '0', '0', 'Tl9XOl`#)Aaw{00C!chK&VATv.Ms4i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5855', '2', '', '0', 'wardancer', '66a477aee15943f55a6c231485408748', '2014-06-18', 'gwtechnical@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403098197', '0', '1406757380', '1406759766', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '77.76.69.233', '0', '1', '', '0', '0', '-1', '0', '0', '>t:d-h0X=sg+yiS_)Vw(%9=Du1$}K0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5856', '2', '', '0', 'StingrayMears', 'a81618c75c771d2f00eb054a9a0392af', '2014-06-18', '89.isaacie.89@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403123622', '0', '1403123622', '1403124550', '1403124312', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.158.209.231', '0', '1', '', '0', '0', '-1', '0', '0', 'or}RG%~EiC3V:jfJjEf@^OnmIk^>uq4!?kH]~J5Y@,6*~\'\'*,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5869', '2', '', '0', 'VCuriel', 'be584d40766957922f5fe7bae4f003c5', '2014-06-21', 'erkvodgo@yahoo.com', '0', '', 'http://www.realfootfetish.com/member/44771/blog/view/232373/', '', '', '', '2', '0', 'Junior Member', '0', '1403313590', '0', '1403313590', '1403323679', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-04-1979', '1979-04-04', '-1', '-1', '192.230.61.236', '0', '1', '', '0', '0', '-1', '0', '0', 'NOv(g0]_xb/RD\"l7vA]ge+L5W)NZG*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5870', '2', '', '0', 'HFix', '5fd9aa04c141509d26fefcd12107593c', '2014-06-21', 'daronowpdy@yahoo.com', '0', '', 'http://www.mamulari.ro/item.php?id=7411&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403320379', '0', '1403320379', '1403328745', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1983', '1983-09-22', '-1', '-1', '104.128.24.240', '0', '1', '', '0', '0', '-1', '0', '0', '\"IDH&&EN5~)9o\'%PFm9i^@BiCb18Q<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5871', '2', '', '0', 'TL51', '94da740dca19ef06835f666c814398f4', '2014-06-21', 'jbradforddi@yahoo.com', '0', '', 'https://trac.cc.jyu.fi/projects/grain/ticket/79606', '', '', '', '2', '0', 'Junior Member', '0', '1403333259', '0', '1403333259', '1403335758', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-24-1977', '1977-05-24', '-1', '-1', '209.161.96.203', '0', '1', '', '0', '0', '-1', '0', '0', '>Y-FY&|\'TT,4.S7Q|I?vt+q$(#,9u3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5872', '2', '', '0', 'DJFK', '8e37eed48715b31d2e594164857c9951', '2014-06-21', 'xglotzbecke@yahoo.com', '0', '', 'http://www.eastbound.ca/UserProfile/tabid/1480/userId/1993/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1403334637', '0', '1403334637', '1403336441', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-23-1979', '1979-12-23', '-1', '-1', '198.12.74.33', '0', '1', '', '0', '0', '-1', '0', '0', 'g4OT>N(x{v(R_L#T#OS_$EZ;]@G)kc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5873', '2', '', '0', 'LIKGZ', '467a288e311e700b413371ade3abe5f3', '2014-06-21', 'heapsztwet@yahoo.com', '0', '', 'http://ucaroulet.com/index.php?document_srl=347931&mid=board_LneM73', '', '', '', '2', '0', 'Junior Member', '0', '1403368470', '0', '1403368470', '1403370298', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-08-1971', '1971-06-08', '-1', '-1', '23.95.92.138', '0', '1', '', '0', '0', '-1', '0', '0', 'e`C?|\"5T7|2oLigVdKvt#e>XHiQj6Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5890', '3', '', '0', 'dominic-shaw', 'd96ad8dc522eebe221d238797f019f93', '2014-06-22', 'dominic-shaw@outlook.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403473693', '0', '1403476046', '1403476046', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '93.109.84.30', '0', '1', '', '0', '0', '-1', '0', '0', 'yYMV,B%0&Q*lrPP.~x:d6]Et\'bD1th', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5874', '2', '', '0', 'BLarkin', '958cea260c1314260e86eb2dd800ab4e', '2014-06-21', 'kylewacq@yahoo.com', '0', '', 'http://coolgames365.com/groups/techniques-concerning-how-to-get-excellent-vehicle-insurance-costs/', '', '', '', '2', '0', 'Junior Member', '0', '1403385618', '0', '1403385618', '1403397133', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-31-1981', '1981-07-31', '-1', '-1', '23.95.21.135', '0', '1', '', '0', '0', '-1', '0', '0', 'kFB1hU}q5|*LZj.OnHZ\\lUneHzD?sD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5875', '2', '', '0', 'LPDO', '6665e521c7739284847d276d12c4f00e', '2014-06-22', 'terrywrzv@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403395750', '0', '1403395750', '1403398515', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.94.212', '0', '1', '', '0', '0', '-1', '0', '0', 'uT2~%H\'[$7u|??sP3#JTCN7,RvruU=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5876', '2', '', '0', 'K3872', '56c6639c18a9c7e15841962a2e4d496d', '2014-06-22', 'sepfimjunke@yahoo.com', '0', '', 'http://www.almazij.com/groups/guidelines-to-help-you-get-the-most-from-your-vehicle-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1403427164', '0', '1403427164', '1403429588', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1974', '1974-04-11', '-1', '-1', '23.95.96.159', '0', '1', '', '0', '0', '-1', '0', '0', '((LB%v[hH_O}q<.9U`\'HD:1y~n;6xv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5877', '2', '', '0', 'NClever', 'f401e384188e59296aa4c309c9ed12d0', '2014-06-22', 'viviandjtrek@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403427252', '0', '1403427252', '1403427252', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.74.179.79', '0', '1', '', '0', '0', '-1', '0', '0', 'c\";PgY)+V{eOwYJ*Qd&[TSDCD^f_A%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5878', '2', '', '0', 'VAdkins', '63c4d19fa012599475a85d866949562b', '2014-06-22', 'fideladky@yahoo.com', '0', '', 'http://blow-clan.de/index.php?site=profile&id=503', '', '', '', '2', '0', 'Junior Member', '0', '1403427930', '0', '1403427930', '1403437717', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-08-1982', '1982-06-08', '-1', '-1', '192.230.61.167', '0', '1', '', '0', '0', '-1', '0', '0', '$:~la^<`QXni/OpVs,fm+V*AP!7Q~X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5879', '2', '', '0', 'JM36', '071ee928fe3d76f368d36a6305dfdf5b', '2014-06-22', 'telesleyca@yahoo.com', '0', '', 'http://bebekbesikleri.mobi/author/beplumlee/', '', '', '', '2', '0', 'Junior Member', '0', '1403429005', '0', '1403429005', '1403432401', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-26-1981', '1981-10-26', '-1', '-1', '23.95.94.188', '0', '1', '', '0', '0', '-1', '0', '0', 'nh]x@Y^nR8:[i~aFS6jvYI]9jb-nh<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5880', '2', '', '0', 'RWubiff', 'e24f4dd877b37be3880e8dcf454b4ae5', '2014-06-22', 'erraborn@yahoo.com', '0', '', 'http://www.teapartydate.com/member/47644/blog/view/71913/', '', '', '', '2', '0', 'Junior Member', '0', '1403429616', '0', '1403429616', '1403435070', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-23-1973', '1973-08-23', '-1', '-1', '23.95.22.2', '0', '1', '', '0', '0', '-1', '0', '0', 'FE;YSb(=sUhLVJnNeZ&:2>zW@x@yy,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5881', '3', '', '0', 'JDEF', 'e7ac6121208930e31c43f46fd1e69328', '2014-06-22', 'qtrimmerdane@yahoo.com', '0', '', 'http://www.socialgames.co/groups/van-insurance-revealed-obtain-the-best-offer-from-the-superior/', '', '', '', '2', '0', 'Junior Member', '0', '1403439208', '0', '1403439208', '1403445545', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1972', '1972-12-27', '-1', '-1', '209.161.104.63', '0', '1', '', '0', '0', '-1', '0', '0', '`ZGYUi$g+\\Tf{e~i=zqflceY4_IgOG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5882', '2', '', '0', 'V86Q', '2e4416ac29bdb5bbab07c66c85fb54be', '2014-06-22', 'rykieluqkn@yahoo.com', '0', '', 'http://eventier.co.uk/groups/a-few-things-you-need-to-know-about-life-insurance-coverage-6196/', '', '', '', '2', '0', 'Junior Member', '0', '1403439458', '0', '1403439458', '1403445022', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-10-1973', '1973-05-10', '-1', '-1', '23.95.96.192', '0', '1', '', '0', '0', '-1', '0', '0', 'L(c,vW\'B*0v%aW03ge.\',`:!kjVn)M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5883', '2', '', '0', 'ZAbbott', '522b868760e32152a416216fd787456a', '2014-06-22', 'gvgwvclayton@yahoo.com', '0', '', 'http://www.dateabachelorette.com/member/24873/blog/view/79637/', '', '', '', '2', '0', 'Junior Member', '0', '1403439711', '0', '1403439711', '1403446096', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-16-1980', '1980-12-16', '-1', '-1', '23.95.96.192', '0', '1', '', '0', '0', '-1', '0', '0', '<~rzQ(4;M,|:h$8DCaFOL=wp?cc+CY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5884', '2', '', '0', 'SAWO', '27b98d220a7a05d84bdfebb208a18ae0', '2014-06-22', 'kiantonia@yahoo.com', '0', '', 'http://audiono.com/auctions/item.php?id=6063&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403448267', '0', '1403448267', '1403462080', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-04-1976', '1976-06-04', '-1', '-1', '23.95.22.206', '0', '1', '', '0', '0', '-1', '0', '0', 'jS-]yn()(WZe1aY!3yF\\l)/b:}-Kx$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5885', '3', '', '0', 'KI34', 'e22b9414eea2a2841b1f932abc47e7bd', '2014-06-22', 'dzbkpywix@yahoo.com', '0', '', 'http://gigexpert.com/author/vnmsh/', '', '', '', '2', '0', 'Junior Member', '0', '1403448378', '0', '1403448378', '1403454456', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-02-1972', '1972-01-02', '-1', '-1', '23.95.96.130', '0', '1', '', '0', '0', '-1', '0', '0', 'bHKTVS;?xAcz,=g!9E8P&{t+R-8!~)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5886', '2', '', '0', 'jasonpointer', '86cb9c74bd35a3c0aedd71c43f019b43', '2014-06-22', 'jasonpointer@doom56.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403449156', '0', '1407877673', '1408226662', '1406315717', '7', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '151.231.97.34', '0', '1', '', '0', '0', '-1', '0', '0', 'n=-=>BQP9?cC\'=+[}!rxs8Aa_34_[(', '', '0', '82377', '0', '0', '0', '0', '', '0', '0', '', '170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5887', '2', '', '0', 'VGFB', 'c413f5233c92f6f340fa7b7d8ac48aef', '2014-06-22', 'jojgynuj@yahoo.com', '0', '', 'http://appcessary.com/gagso/xe/?document_srl=4877511', '', '', '', '2', '0', 'Junior Member', '0', '1403450422', '0', '1403450422', '1403452190', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-14-1984', '1984-04-14', '-1', '-1', '198.12.74.9', '0', '1', '', '0', '0', '-1', '0', '0', ';E[tU?.d&E1V;sUQS7T$aF0vYid_e7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5888', '2', '', '0', 'WKotter', 'bccb076b382464a6f6fdb426d3b7dbbc', '2014-06-22', 'tobydqoz@yahoo.com', '0', '', 'http://hobia.co/groups/beneficial-tips-when-choosing-your-life-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1403450443', '0', '1403450443', '1403477956', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-18-1983', '1983-10-18', '-1', '-1', '23.95.22.190', '0', '1', '', '0', '0', '-1', '0', '0', ']F.KgZUi<\'\'/}Q/2C[B;gbw0=M>U6{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5889', '21', '', '0', 'R4_', '3cdfac2217a591247ac7329b9e41d3b9', '2014-06-22', 'arthur1coll@gmail.com', '0', '', '', '', '', '', '2', '0', 'TF2 Admin', '1', '1403466780', '0', '1410623775', '1424610447', '1403956081', '7', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.203.40.194', '0', '1', '', '0', '0', '-1', '5', '0', '2:OEiDI9up4;@VEdT.}z2g]8*=_:<2', '', '0', '82116', '0', '0', '0', '0', '', '0', '0', '', '364', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '4', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5891', '2', '', '0', 'GKLDI', 'ae28c989189ac43e61ab3f693edf1a4b', '2014-06-22', 'elroyngurs@yahoo.com', '0', '', 'http://protopopov.ru/webid/item.php?id=5436', '', '', '', '2', '0', 'Junior Member', '0', '1403477526', '0', '1403477526', '1403481240', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-19-1980', '1980-02-19', '-1', '-1', '192.3.166.3', '0', '1', '', '0', '0', '-1', '0', '0', '9Q\"\\{HWBWIWbjyL/E_#0J&cl:{?c?u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5892', '3', '', '0', 'TRCC', '4380cb6fe257d34f005e6a8859244007', '2014-06-23', 'binnzukn@yahoo.com', '0', '', 'http://kyungheein.co.kr/xe/n_community/62535', '', '', '', '2', '0', 'Junior Member', '0', '1403482684', '0', '1403482684', '1403487033', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-29-1985', '1985-03-29', '-1', '-1', '104.128.27.196', '0', '1', '', '0', '0', '-1', '0', '0', 'a4K]!$T5BQ{~od|.8Mn7%KIQSiT1as', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5893', '2', '', '0', 'LDOF', '0f6ad701d61b73e3a579f47d2e6e77da', '2014-06-23', 'brundidgeano@yahoo.com', '0', '', 'http://soporte.buscalibre.com/entries/23267835-Helpful-Tips-For-Shopping-For-Life-Coverage', '', '', '', '2', '0', 'Junior Member', '0', '1403484796', '0', '1403484796', '1403498680', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-03-1970', '1970-03-03', '-1', '-1', '23.95.22.190', '0', '1', '', '0', '0', '-1', '0', '0', 'bwSw7wyKV`klW\"Nx7iyny{N,xp=p$=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5894', '3', '', '0', 'NKLFB', 'c4b271f50b3d92b878787fa490ff3ae0', '2014-06-23', 'facsisler@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403487025', '0', '1403487025', '1403487025', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.93.129', '0', '1', '', '0', '0', '-1', '0', '0', 'vmd)kTs\'jzY5SVilf7`WJdnuE-OLlq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5895', '2', '', '0', 'SPonder', '3fdbed5dfd54c5172d79bb2c9bf88184', '2014-06-23', 'lemuelboyp@yahoo.com', '0', '', 'http://www.maenam.info/ads/concerns-and-advice-about-automobile-insurance-to-think-about/', '', '', '', '2', '0', 'Junior Member', '0', '1403490504', '0', '1403490504', '1403504224', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-25-1980', '1980-01-25', '-1', '-1', '23.95.97.182', '0', '1', '', '0', '0', '-1', '0', '0', '[~$.H1=CQL)Ey?`LNp^+4_PR$P1zuX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5896', '2', '', '0', 'I7152', '26d9eac54623c784d270c5ee675a42ce', '2014-06-23', 'flexdicfuten1971@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403494192', '0', '1403494192', '1403494192', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.132.107', '0', '1', '', '0', '0', '-1', '0', '0', 'ih-e_!i(i(`Ff+ukTc%~*ygCX3r{p#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5897', '3', '', '0', 'IKLP', 'e97740f47e2144bbbdc0d3a25c4f28c1', '2014-06-23', 'jberojgh@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403494598', '0', '1403494598', '1403494598', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.74.33', '0', '1', '', '0', '0', '-1', '0', '0', '&?s-`QV{>HiT#D4Aj9wNUT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5898', '2', '', '0', 'CABJY', '9770f6d6bf9b6630b9eef8101897f5ec', '2014-06-23', 'monroetigkf@yahoo.com', '0', '', 'http://www.bofirotin.com/author/losne/', '', '', '', '2', '0', 'Junior Member', '0', '1403498804', '0', '1403498804', '1403500580', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-19-1979', '1979-02-19', '-1', '-1', '23.95.21.13', '0', '1', '', '0', '0', '-1', '0', '0', '@MICd*u}/VM&1nJPeqS?UIrIIX$;5?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5899', '2', '', '0', 'RG42', '929fc9bcdb070b59cbd5423a12bbbc05', '2014-06-23', 'ciarayrymcu@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403506966', '0', '1403506966', '1403506966', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.120.173.98', '0', '1', '', '0', '0', '-1', '0', '0', 'r[+-V@M[JB<>Q#6;^2+FV|&Lt5IC!/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5900', '2', '', '0', 'RDRJE', 'c6cdc148c24f0b9b3d90186d43ad3ace', '2014-06-23', 'lzahorchakvf@yahoo.com', '0', '', 'http://www.sellbuyautomobiles.com/author/cdkat', '', '', '', '2', '0', 'Junior Member', '0', '1403515089', '0', '1403515089', '1403517139', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1982', '1982-11-20', '-1', '-1', '167.160.98.85', '0', '1', '', '0', '0', '-1', '0', '0', '@sMv\\sT&QDT4WF3ucFDm=48>65]}WP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5901', '3', '', '0', 'KQbq', 'def461306c8c4aefc561c1e615f6423d', '2014-06-23', 'llcjlpalpho@yahoo.com', '0', '', 'http://www.thevoiceofidaho.com/podcast/read_blog/11929/even-rookies-could-save-like-professionals-ut', '', '', '', '2', '0', 'Junior Member', '0', '1403517342', '0', '1403517342', '1403519118', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-25-1974', '1974-10-25', '-1', '-1', '23.95.93.21', '0', '1', '', '0', '0', '-1', '0', '0', ';VbrDV)I0?)SpJs~l:&8.lY[,Q2g7J1|_Ctw_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5903', '3', '', '0', 'TTreacy', '5cb9f250f40fd03fb7858f42f525b545', '2014-06-23', 'nothstinn@yahoo.com', '0', '', 'http://twinlakeslist.com/ads/how-to-get-the-most-effective-cheapest-van-insurance-costs/', '', '', '', '2', '0', 'Junior Member', '0', '1403532518', '0', '1403532518', '1403541175', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-04-1980', '1980-10-04', '-1', '-1', '209.161.106.194', '0', '1', '', '0', '0', '-1', '0', '0', 'f{\"@h3^3*fT\\!uik+tDN`@*>J3+-^1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5904', '2', '', '0', 'SHeyward', '26672046f5632a1edd8d5cc9f233154f', '2014-06-23', 'vzkgdana@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403539283', '0', '1403539283', '1403539283', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.74.51', '0', '1', '', '0', '0', '-1', '0', '0', 'Mv|~dQ(q17#~dWi~\\``[%c(I+#\'qby', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5905', '2', '', '0', 'D0493', '05ed8051dd5fc4274dca9418f24f38cb', '2014-06-23', 'dedilytb@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403546384', '0', '1403546384', '1403546384', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.73.78', '0', '1', '', '0', '0', '-1', '0', '0', 'qYxsf~q(QCO%syK`SoZJf;mzECy4aj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5906', '2', '', '0', 'JJnl', '776cf5931e4daf55c6a5e31cf04c240d', '2014-06-23', 'bchoughmuq@yahoo.com', '0', '', 'http://www.huboston.com/groups/be-cautious-and-obtain-automobile-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1403546527', '0', '1403546527', '1403548349', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1985', '1985-06-15', '-1', '-1', '209.161.99.206', '0', '1', '', '0', '0', '-1', '0', '0', 'Dr$xFoyP?Cx77[AJj\'4_#vY?xym*\'u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5907', '2', '', '0', 'MMou', '6a63ed024e363ceeba567490d5c91ce7', '2014-06-23', 'rwildfongte@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403553495', '0', '1403553495', '1403564160', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.110.187', '0', '1', '', '0', '0', '-1', '0', '0', 'xfXw;VLrDiz|2_KVi5$kT{\"n2-B,{_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5908', '3', '', '0', 'DF64', '9c76e849f9682d491eb0958954068f9c', '2014-06-23', 'jbuedward@yahoo.com', '0', '', 'http://lawrencevillepoint.com/residents/elgg/mod/groups/topicposts.php?topic=708062&group_guid=7', '', '', '', '2', '0', 'Junior Member', '0', '1403557233', '0', '1403557233', '1403563081', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-04-1982', '1982-12-04', '-1', '-1', '104.128.16.137', '0', '1', '', '0', '0', '-1', '0', '0', 'uXEG0w]`vY4oC>]O@[:.6Y_M~>$G-Np6sH3QQ+Y[7(MM{t_NGzI[+M\"@g|OC4Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5911', '3', '', '0', 'WMLL', 'cfe598403ee30d2047892b793e71fa91', '2014-06-24', 'dainackvbaaz@yahoo.com', '0', '', 'http://www.gighoot.com/item.php?id=7585&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403564530', '0', '1403564530', '1403573402', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-14-1977', '1977-02-14', '-1', '-1', '209.161.96.178', '0', '1', '', '0', '0', '-1', '0', '0', '8>vi]]F>L`0fW[gcrSsZfOIJHw/%\",', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5912', '3', '', '0', 'PBorella', '93775868554daf634e5d332a202114a6', '2014-06-24', 'ealwshmjack@yahoo.com', '0', '', 'http://webid.qatestlab.com/item.php?id=9803&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403565865', '0', '1403565865', '1403577665', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-08-1977', '1977-02-08', '-1', '-1', '209.161.104.178', '0', '1', '', '0', '0', '-1', '0', '0', '\"(yo3e2`_\'@8M\'P*VdvI+QZl-*mC2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5916', '2', '', '0', 'YAbb', '3a7f8d6c4872a67523c709472c335234', '2014-06-24', 'mschulthb@yahoo.com', '0', '', 'http://autonomy21.kr/cooorder/590611', '', '', '', '2', '0', 'Junior Member', '0', '1403568647', '0', '1403568647', '1403578556', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-13-1974', '1974-06-13', '-1', '-1', '104.128.24.47', '0', '1', '', '0', '0', '-1', '0', '0', 'S/~/#we0uL\\}hl|O*No2,:*-u:0k&m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5917', '3', '', '0', 'F62Q', 'e3dd7b20bfb404f8ceae3b673166148a', '2014-06-24', 'stottsjedqj@yahoo.com', '0', '', 'http://quialana.com/item.php?id=5543&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403569013', '0', '1403569013', '1403572963', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-15-1975', '1975-08-15', '-1', '-1', '209.161.96.197', '0', '1', '', '0', '0', '-1', '0', '0', '?ez~k?KU=`Q{.PP|l\"<62}lT8/M={V^\'O:/0av!~\'F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5925', '3', '', '0', 'QTms', 'c020f114c14e91214326126dd7d63aec', '2014-06-24', 'mutterwtqm@yahoo.com', '0', '', 'http://www.art7mall.com/?document_srl=268212', '', '', '', '2', '0', 'Junior Member', '0', '1403576323', '0', '1403576323', '1403584370', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1980', '1980-03-27', '-1', '-1', '209.161.96.154', '0', '1', '', '0', '0', '-1', '0', '0', '(tu.\"k&8m#8/weMsS]fMO>BZ^g_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5930', '3', '', '0', 'SEZAC', 'faf78aea55e88987af43a4859909d8d2', '2014-06-24', 'asaylrhc@yahoo.com', '0', '', 'http://saavnsongs.com/member.php/102061-DItf', '', '', '', '2', '0', 'Junior Member', '0', '1403582398', '0', '1403582398', '1403604536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-17-1976', '1976-12-17', '-1', '-1', '104.128.29.152', '0', '1', '', '0', '0', '-1', '0', '0', 'a!H\"8x[hM#l+f2g3Kc!i>(7`/wAi3`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5931', '3', '', '0', 'KLaver', '1f6e450b6ccdebdd05d0a0a836681b33', '2014-06-24', 'mcjikoistin@yahoo.com', '0', '', 'http://www.welcometomypad.com/item.php?id=47367066&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403586942', '0', '1403586942', '1403591582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-15-1985', '1985-03-15', '-1', '-1', '104.128.31.155', '0', '1', '', '0', '0', '-1', '0', '0', 'ZJ^U>L^sYxDS(Npa4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5942', '2', '', '0', 'XxSkyLordxX', 'bb55478d3cca3120fc11557c513e5d39', '2014-06-24', 'origeva636@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403603777', '0', '1403604390', '1403852530', '1403604388', '1', '10', '5', '2', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '93.173.153.231', '0', '1', '', '0', '0', '-1', '0', '0', '>#?$>pCb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5949', '3', '', '0', 'IColebe', '5d7b238df90f0f70be1306e6bf194be7', '2014-06-24', 'klalbertotu@yahoo.com', '0', '', 'http://wegotu.com/wgu/item.php?id=1169&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403613476', '0', '1403613476', '1403615956', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1974', '1974-10-08', '-1', '-1', '209.161.106.74', '0', '1', '', '0', '0', '-1', '0', '0', 'ECUC=Xa$rTf8zji-J8IHUdDDz4.NIW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5950', '3', '', '0', 'KAZK', '6f39e8f20c2528826b93df9b4f3b6101', '2014-06-24', 'ecbhmpmz@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403613883', '0', '1403613883', '1403613883', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.31.109', '0', '1', '', '0', '0', '-1', '0', '0', '_023Ez^d3qZG,N\"\"PpXr$JMiT6rT:\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5951', '2', '', '0', 'E83J', 'a749fc06e9c3a56e6154b3b14df3121a', '2014-06-24', 'colellojo@yahoo.com', '0', '', 'http://detroit8.com/node/71729', '', '', '', '2', '0', 'Junior Member', '0', '1403614325', '0', '1403614325', '1403622496', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-21-1981', '1981-07-21', '-1', '-1', '209.161.100.209', '0', '1', '', '0', '0', '-1', '0', '0', '$4NPf7PALT)jLoJ1yBTP9Qp|I]a(U<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5952', '2', '', '0', 'KPADM', '5048eb14e1f07e2ca494584351a87294', '2014-06-24', 'bowofreyer@yahoo.com', '0', '', 'http://dacsp.de/user/?action=user&id=56103', '', '', '', '2', '0', 'Junior Member', '0', '1403614475', '0', '1403614475', '1403616711', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-18-1974', '1974-10-18', '-1', '-1', '209.161.104.60', '0', '1', '', '0', '0', '-1', '0', '0', 'O@m[4=Zp59F3y~uj\"ind]3=Wo;6x:l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5953', '3', '', '0', 'CLDI', '413bf55953b977fc66d6b9b758ac5a07', '2014-06-24', 'anibaltajr@yahoo.com', '0', '', 'http://www.twoscompany.kr/?document_srl=94696', '', '', '', '2', '0', 'Junior Member', '0', '1403615631', '0', '1403615631', '1403619060', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-10-1981', '1981-12-10', '-1', '-1', '104.128.31.222', '0', '1', '', '0', '0', '-1', '0', '0', 'P.,jbI/KAR1r]ad143bTXI^01(`(3P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5954', '3', '', '0', 'PA91', '6a9ca81a2008a6033c3593236808318c', '2014-06-24', 'mayorwhw@yahoo.com', '0', '', 'http://1a-presseportal.de/particularly-need-find-right-property-owners-insurance-policy/', '', '', '', '2', '0', 'Junior Member', '0', '1403617306', '0', '1403617306', '1403631240', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-10-1973', '1973-05-10', '-1', '-1', '104.128.18.122', '0', '1', '', '0', '0', '-1', '0', '0', '@D-NR[Y^|sMeuGTn\\QA5mz`1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5960', '3', '', '0', 'D9642', 'c01a0582f14dd333477135c0ee59f363', '2014-06-24', 'yfrcarlton@yahoo.com', '0', '', 'http://narodo.org/qna/936438', '', '', '', '2', '0', 'Junior Member', '0', '1403648079', '0', '1403648079', '1403650137', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1981', '1981-10-01', '-1', '-1', '104.128.16.6', '0', '1', '', '0', '0', '-1', '0', '0', 'wTWo}BkkeMil%-;/g+q*$rbK@!sqeo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5961', '3', '', '0', 'PSilvey', '7ce7aa0ded7c6ab02a7c43d65a622b97', '2014-06-24', 'shermanmeo@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403648685', '0', '1403648685', '1403648685', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.31.113', '0', '1', '', '0', '0', '-1', '0', '0', '4XoC[.!&G-S~n\\&9aD3f64I7ka\"n%<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5962', '3', '', '0', 'WAnn', '4e5a1854cb80e4ac99ba102f2e132032', '2014-06-24', 'qwocozjf@yahoo.com', '0', '', 'http://heyumtr.com/xe/?document_srl=381048', '', '', '', '2', '0', 'Junior Member', '0', '1403649314', '0', '1403649314', '1403666502', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-05-1974', '1974-03-05', '-1', '-1', '104.128.31.110', '0', '1', '', '0', '0', '-1', '0', '0', ')]7j.G*V;mhXBp0y:B\'99N0:f[&\'MS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5963', '3', '', '0', 'VMartinov', '8f5f15a40078072afff4f3cb3e5db00e', '2014-06-24', 'bsndticodli@yahoo.com', '0', '', 'http://arigatogranadahills.com/xe/NOODLES/8781', '', '', '', '2', '0', 'Junior Member', '0', '1403649464', '0', '1403649464', '1403652193', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-23-1974', '1974-03-23', '-1', '-1', '209.161.100.176', '0', '1', '', '0', '0', '-1', '0', '0', 'Tq=,@ZTY|)l/tn8{P{j4;6jz,YZq[e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5964', '2', '', '0', 'CMUEO', '603783e84695ce1d95146851f13fe4ab', '2014-06-24', 'tcudbmalcom@yahoo.com', '0', '', 'http://www.jazzbigband.co.kr/xe/index.php?mid=free&document_srl=580974', '', '', '', '2', '0', 'Junior Member', '0', '1403649830', '0', '1403649830', '1403680300', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1981', '1981-06-25', '-1', '-1', '209.161.100.200', '0', '1', '', '0', '0', '-1', '0', '0', 'wcoQ`x?on.)k^&WrAl]%#f1,FzL\\kkQhFR{Cc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '282', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5975', '3', '', '0', 'P8025', '3d9a46bd754cc66ff7ab946ca1044c64', '2014-06-25', 'watlfcbour@yahoo.com', '0', '', 'http://ipaypercall.com/forums/index.php?action=profile&u=200284', '', '', '', '2', '0', 'Junior Member', '0', '1403663647', '0', '1403663647', '1403667938', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-29-1971', '1971-06-29', '-1', '-1', '104.128.29.162', '0', '1', '', '0', '0', '-1', '0', '0', '-gxLgHfN1#ixA&.sFFxIi|e]9M\"{ue', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5976', '2', '', '0', 'DW11', '8e15798ab2aee251f389ba79352b58c4', '2014-06-25', 'izwilber@yahoo.com', '0', '', 'http://rentcc.co.kr/car/670252', '', '', '', '2', '0', 'Junior Member', '0', '1403668084', '0', '1403668084', '1403671991', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-01-1971', '1971-11-01', '-1', '-1', '209.161.103.17', '0', '1', '', '0', '0', '-1', '0', '0', '|v{q7TAz*:%T.v,#LD3d]D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5982', '2', '', '0', 'NThorton', 'cd0e823e6cd2eea31dbe415d2047640b', '2014-06-25', 'cpiimcglohon@yahoo.com', '0', '', 'http://pricezip.com/item.php?id=6684&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403679148', '0', '1403679148', '1403681830', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-22-1974', '1974-03-22', '-1', '-1', '209.161.103.190', '0', '1', '', '0', '0', '-1', '0', '0', 'HrpO_@[gxik=@d.0BEGVWqw9$!(r\"=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5983', '2', '', '0', 'inwines', 'da3ae8e550f2d14019b3caa350262812', '2014-06-25', 'bigblack13@outlook.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1403680912', '0', '1403685725', '1403690719', '1403684466', '1', '10', '5', '0', '1', '0', '0', '0', '45108695', '07-03-1975', '1975-07-03', '-1', '-1', '31.48.57.150', '0', '1', '', '0', '0', '-1', '0', '0', 'y,r.@@(t;3!y}J7I6vG([)=.4q?lEC', 'intwine', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5984', '2', '', '0', 'EKwk', 'd0f3bc1ecbfdf6d1bd440d023e783ce6', '2014-06-25', 'mccanevjgx@yahoo.com', '0', '', 'http://adsandauctions.com/item.php?id=3183768&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403684218', '0', '1403684218', '1403686033', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-22-1973', '1973-07-22', '-1', '-1', '209.161.110.251', '0', '1', '', '0', '0', '-1', '0', '0', '|$.{dV\"{[gahv,G\"WUp33!@!nonLh)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5985', '2', '', '0', 'N3157', '2490b29424593ef0b1a5772e14660f1f', '2014-06-25', 'obohayzy@yahoo.com', '0', '', 'http://marbellaelite.com/important-matters-you-must-know-about-medical-health-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1403685606', '0', '1403685606', '1403687415', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-05-1982', '1982-04-05', '-1', '-1', '104.128.31.166', '0', '1', '', '0', '0', '-1', '0', '0', '%0CP?/cCB~<,!}+;b:Bbc-EW1U1wPoL/.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5997', '2', '', '0', 'ZKleeman', 'c5f56b7ae173db02c8a857270ef4895c', '2014-06-25', 'evirgadamoy@yahoo.com', '0', '', 'http://auction.matritsa.info/item.php?id=5241&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403694826', '0', '1403694826', '1403697291', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-05-1982', '1982-12-05', '-1', '-1', '104.128.16.170', '0', '1', '', '0', '0', '-1', '0', '0', '.0EGad_yy@;d37qw%T2px<9~9m}Z3O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5998', '2', '', '0', 'K5273', '11836053bf8ddef4d505115e3cb37ec5', '2014-06-25', 'buddyehlo@yahoo.com', '0', '', 'http://peopleua.com/index.php?do=/blog/27713/how-to-get-the-best-vehicle-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1403694875', '0', '1403694875', '1403696670', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-17-1974', '1974-01-17', '-1', '-1', '104.128.18.173', '0', '1', '', '0', '0', '-1', '0', '0', 's~g5\']^7r~GX8;@j\";%|b4`F.eo{?E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('5999', '2', '', '0', 'A68G', '7920eb0fcca54c3580aeb88ee9f62924', '2014-06-25', 'mickeyetve@yahoo.com', '0', '', 'http://eworldclassified.com/author/nilinder/', '', '', '', '2', '0', 'Junior Member', '0', '1403698859', '0', '1403698859', '1403700714', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-14-1985', '1985-08-14', '-1', '-1', '209.161.96.104', '0', '1', '', '0', '0', '-1', '0', '0', '6eptG4Q|x$0!z@:,59_4bOT-p#&P%J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6000', '2', '', '0', 'AAVVN', '2e066b0ab03be0dc055f8135d290daed', '2014-06-25', 'dwinstonus@yahoo.com', '0', '', 'http://softbiz.kr/xe/?document_srl=240337', '', '', '', '2', '0', 'Junior Member', '0', '1403699393', '0', '1403699393', '1403701246', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1975', '1975-12-09', '-1', '-1', '104.128.27.87', '0', '1', '', '0', '0', '-1', '0', '0', 'P^[tp\\}x7jET\'>wH\\CA#)l@~$u#P]5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6001', '2', '', '0', 'GI98', 'f6f68cd49a9a8edb31520b991d576440', '2014-06-25', 'hlsvwiry@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403699936', '0', '1403699936', '1403699936', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.31.145', '0', '1', '', '0', '0', '-1', '0', '0', 'cZiuYuII)k1GF1Y8De-%rl)erXq8P8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6002', '2', '', '0', 'IShelby', '24b1c3076a7af4c9216eae522c5f6c15', '2014-06-25', 'underhillono@yahoo.com', '0', '', 'http://www.elhierroyyo.com/modules.php?name=Your_Account&op=userinfo&username=H5864', '', '', '', '2', '0', 'Junior Member', '0', '1403700564', '0', '1403700564', '1403702414', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-31-1985', '1985-08-31', '-1', '-1', '209.161.110.219', '0', '1', '', '0', '0', '-1', '0', '0', 'a/-q1AfP>$q7b8UlNp!l?6QzJxeCAO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6003', '2', '', '0', 'CKIN', '54d0dd2219ad0838964ed092642184b9', '2014-06-25', 'labchplalva@yahoo.com', '0', '', 'http://www.ggamelist.com/groups/in-the-event-tips-for-selecting-a-medical-health-insurance-program/', '', '', '', '2', '0', 'Junior Member', '0', '1403702881', '0', '1403702881', '1403704631', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-27-1971', '1971-11-27', '-1', '-1', '104.128.29.175', '0', '1', '', '0', '0', '-1', '0', '0', 'w.#xUWv?0A5&+9}{\\pr&4dkx8U\'4-+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6004', '2', '', '0', 'OGertz', '2106fb207842154464dbbd0a6f48bd6a', '2014-06-25', 'ivorytev@yahoo.com', '0', '', 'http://forge.it.irf.tu-dortmund.de/trac/iona/ticket/68298', '', '', '', '2', '0', 'Junior Member', '0', '1403704725', '0', '1403704725', '1403708203', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1972', '1972-12-09', '-1', '-1', '104.128.27.154', '0', '1', '', '0', '0', '-1', '0', '0', 'YIWF7=R53\"5.5k1_SSXd)xAEf}Wk8H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6005', '2', '', '0', 'CU73', '08e402e923ffb2115617f8ae379ecf78', '2014-06-25', 'epwzvpiec@yahoo.com', '0', '', 'http://evertly.com/groups/acquire-some-very-nice-know-how-about-car-insurance-437529805/', '', '', '', '2', '0', 'Junior Member', '0', '1403707163', '0', '1403707163', '1403708992', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-17-1983', '1983-11-17', '-1', '-1', '104.128.27.168', '0', '1', '', '0', '0', '-1', '0', '0', 'ebu{P6Eh{CxTffJdAQk4,d;=9?3mgsG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6008', '2', '', '0', 'TQJUC', 'd1009e6b703f416610b2e1bd8fbf44ba', '2014-06-25', 'stlouiewqh@yahoo.com', '0', '', 'http://iwonkwang.com/QnA/573959', '', '', '', '2', '0', 'Junior Member', '0', '1403713358', '0', '1403713358', '1403715367', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-06-1982', '1982-07-06', '-1', '-1', '209.161.108.225', '0', '1', '', '0', '0', '-1', '0', '0', 'Q#Ubi,`a|TKUDPA4g+V#rC)T<~qRrS$,xHl>O/n`B^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6012', '2', '', '0', 'WMendis', '7d6871c4e06084ab04df9a93797459a1', '2014-06-25', 'eehflobell@yahoo.com', '0', '', 'http://www.rallyclub.ru/WeBid/item.php?id=5924', '', '', '', '2', '0', 'Junior Member', '0', '1403718126', '0', '1403718126', '1403719924', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-04-1972', '1972-12-04', '-1', '-1', '209.161.96.197', '0', '1', '', '0', '0', '-1', '0', '0', 'g)j6k?|F](ii7<6U,Le&[@1}0$)E~&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6013', '2', '', '0', 'KByd', '4ce7fb57d16d0b5849076712bab8f50e', '2014-06-25', 'qrvqxsmdo@yahoo.com', '0', '', 'http://sell.virginiagunowners.com/item.php?id=7463&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403718217', '0', '1403718217', '1403720145', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-15-1981', '1981-11-15', '-1', '-1', '209.161.110.13', '0', '1', '', '0', '0', '-1', '0', '0', '67M_3;nfMy/;qVnRE5{AZ]QC1D&wO2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6014', '2', '', '0', 'J3745', '4124187ac0e3e20a43d84ab41117bea3', '2014-06-25', 'beachelln@yahoo.com', '0', '', 'http://farmduck.co.kr/xe/?document_srl=478329', '', '', '', '2', '0', 'Junior Member', '0', '1403719677', '0', '1403719677', '1403722084', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-12-1983', '1983-03-12', '-1', '-1', '104.128.18.170', '0', '1', '', '0', '0', '-1', '0', '0', '}ND>I#Eol\\v-Eh-h%s*UI5-Ah)n&nm,VMjgf|u&WSdzq/)$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6016', '2', '', '0', 'MX53', 'd4dc5435f820f00c1ffed3b206e75584', '2014-06-25', 'rpetegbso@yahoo.com', '0', '', 'http://shotma.com/profile/laheidenre', '', '', '', '2', '0', 'Junior Member', '0', '1403721553', '0', '1403721553', '1403723416', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-17-1972', '1972-12-17', '-1', '-1', '104.128.18.175', '0', '1', '', '0', '0', '-1', '0', '0', 'KqyN{wgC-Wtl-L+#6E\'\"iQl4HAjWp=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6017', '2', '', '0', 'ARZQF', '0ccb7e8be6fe73edc1e1edb15134fb08', '2014-06-25', 'breckenridg@yahoo.com', '0', '', 'http://www.biblecafe.net/?document_srl=441094', '', '', '', '2', '0', 'Junior Member', '0', '1403721612', '0', '1403721612', '1403723569', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-04-1982', '1982-07-04', '-1', '-1', '209.161.104.164', '0', '1', '', '0', '0', '-1', '0', '0', 'CKbz=-)kEPx.*%Y*0Z~MoR,2:PDJWE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6018', '2', '', '0', 'HPalmer', 'f22ec95fadcb6aabb16157f6b27688f8', '2014-06-25', 'vveojnlnoel@yahoo.com', '0', '', 'http://daedongkw.com/xe/daedongkw/129308', '', '', '', '2', '0', 'Junior Member', '0', '1403724067', '0', '1403724067', '1403725894', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1970', '1970-04-11', '-1', '-1', '104.128.24.186', '0', '1', '', '0', '0', '-1', '0', '0', '0dU)k4?*xxR\"D=G06f~m~Lyy/~c{jL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6019', '2', '', '0', 'MCUA', 'cca2310626f253c09fd1873b5a2967b7', '2014-06-25', 'sakojxcb@yahoo.com', '0', '', 'http://www.visa-119.com/?document_srl=201341', '', '', '', '2', '0', 'Junior Member', '0', '1403725145', '0', '1403725145', '1403727864', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-27-1981', '1981-07-27', '-1', '-1', '104.128.16.4', '0', '1', '', '0', '0', '-1', '0', '0', 'wdHTM7.(4mfWvSvpb@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6020', '2', '', '0', 'DHYWD', 'ad7cf5beddd5f1790224a57167587209', '2014-06-25', 'tedskheath@yahoo.com', '0', '', 'http://cmedia.co.kr/portfolio/2621121', '', '', '', '2', '0', 'Junior Member', '0', '1403726151', '0', '1403726151', '1403737927', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-26-1973', '1973-08-26', '-1', '-1', '209.161.96.178', '0', '1', '', '0', '0', '-1', '0', '0', 'TmnuR{iG6\"hOTb,A,2{-?s#~u:#CcZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `skype`, `adminoptions`, `lastpostid`, `sigpicrevision`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `threads`, `favcache`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `importuserid`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `mediafaves`, `dbtech_infopanels_blocks`, `dbtech_infopanels_settings`, `arcade_ban`, `times_played`, `is_arcade_mod`, `fav_games`, `user_sort`, `user_order`, `user_g_pp`, `user_s_pp`, `def_g_cat`, `game_skin`, `arcade_mod_privs`, `arcade_pmactive`, `games_played`, `time_played`, `arcade_points`, `arcade_spent`, `arcade_won`, `arcade_high`, `create_tourney`, `arcade_sess_gid`, `arcade_sess_start`, `arcade_gtype`, `arcade_session`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `creditspermissions`, `xperience_ppd7`, `xperience_ppd30`, `xperience_achievements`, `xperience_lastupdate`, `xperience_awardcount`, `xperience_promotioncount`, `xperience_achievementcount`, `dbtech_status_status`, `dbtech_status_mood`, `dbtech_vbactivity_achievementcount`, `dbtech_vbactivity_points`, `dbtech_vbactivity_pointscache`, `dbtech_vbactivity_pointscache_day`, `dbtech_vbactivity_pointscache_week`, `dbtech_vbactivity_pointscache_month`, `dbtech_vbactivity_rewardscache`, `dbtech_vbactivity_trophycount`, `dbtech_vbactivity_medalcount`, `dbtech_vbactivity_settings`, `dbtech_vbactivity_autocollapse_stats`, `dbtech_vbactivity_autocollapse_bar`, `dbtech_vbactivity_excluded`, `dbtech_vbactivity_medalmoderatecount`, `ezircvb4_username`) VALUES ('6021', '2', '', '0', 'GTER', 'aaf129284fc70be1d218bb08fa1bc65b', '2014-06-25', 'durnelldvcwc@yahoo.com', '0', '', 'http://geek-hub.net/board_RFDW34/97801', '', '', '', '2', '0', 'Junior Member', '0', '1403733108', '0', '1403733108', '1403734949', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-27-1978', '1978-11-27', '-1', '-1', '209.161.110.223', '0', '1', '', '0', '0', '-1', '0', '0', 'NR>f*-!KlDNxFXZq>I;39]05BGme}~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6022', '2', '', '0', 'T7128', 'd340f8c4ae3f7415c8696d9133c9a852', '2014-06-25', 'qnyqvopet@yahoo.com', '0', '', 'http://diffrntstrokes.com/webid/item.php?id=8420&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403734929', '0', '1403734929', '1403736766', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-20-1972', '1972-10-20', '-1', '-1', '209.161.100.18', '0', '1', '', '0', '0', '-1', '0', '0', '`+cO5{(.2XgACmN(!dFsE#FW9\"[pW~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6023', '2', '', '0', 'HRadcliff', '5bc099b175dab5725f5e2ef9a27865dc', '2014-06-25', 'vmartellonk@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403734995', '0', '1403734995', '1403734995', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.110.251', '0', '1', '', '0', '0', '-1', '0', '0', '34B^r}d_#FQzSd_;7d^^3mK0{KhJ]P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6024', '2', '', '0', 'MEJN', 'be9aa7c0ac213f99c15938dbb28e6e27', '2014-06-25', 'apkeronb@yahoo.com', '0', '', 'http://test.na-ribalky.ru/index.php?do=/profile-18852/info/', '', '', '', '2', '0', 'Junior Member', '0', '1403735711', '0', '1403735711', '1403748520', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-04-1975', '1975-11-04', '-1', '-1', '104.128.19.236', '0', '1', '', '0', '0', '-1', '0', '0', 'LM\'~(oL6?Z_&LfIQ]:fPTelN599J6R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6025', '2', '', '0', 'CIQJ', '7ef4afeb3ec3f8ba37ab5d1d3e40423d', '2014-06-25', 'armandowz@yahoo.com', '0', '', 'http://www.xpressengine-jp.com/cm_hompage/1864607', '', '', '', '2', '0', 'Junior Member', '0', '1403736089', '0', '1403736089', '1403742096', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-11-1972', '1972-11-11', '-1', '-1', '209.161.104.121', '0', '1', '', '0', '0', '-1', '0', '0', '=esLL,WmeSnXYH|&ueMX@9G9MB~=]CVWhM$-%A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6027', '2', '', '0', 'MNpv', '6478981c20890801e0ffbb61074c2338', '2014-06-26', 'pnhedzwp@yahoo.com', '0', '', 'http://labrador.ua/forum/profile.php?id=103169', '', '', '', '2', '0', 'Junior Member', '0', '1403741026', '0', '1403741026', '1403742867', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1974', '1974-07-26', '-1', '-1', '104.128.27.220', '0', '1', '', '0', '0', '-1', '0', '0', '_*}vjw(Ep5*LQo+]w75t3\'0B/e-Ru*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6028', '2', '', '0', 'BQZYN', 'a31d368d183549a6fd05f2f54e7e37be', '2014-06-26', 'brustskq@yahoo.com', '0', '', 'http://www.roupa-usada.com/item.php?id=12453&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403741035', '0', '1403741035', '1403742832', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-16-1985', '1985-11-16', '-1', '-1', '104.128.27.220', '0', '1', '', '0', '0', '-1', '0', '0', 'AQVI23slI;ZIBq2>^)g4}hY4DEd,;Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6029', '2', '', '0', 'WFSA', 'ebb0d87e21f7cc878f0e787d0d0f8ad1', '2014-06-26', 'wipivckory@yahoo.com', '0', '', 'http://www.proacadas.com/groups/do-it-yourself-seo-is-not-difficult-to-learn/', '', '', '', '2', '0', 'Junior Member', '0', '1403741977', '0', '1403741977', '1403743768', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1979', '1979-06-27', '-1', '-1', '104.128.27.247', '0', '1', '', '0', '0', '-1', '0', '0', '\'5uz\"@6[hWMyt-#]A\"Gy6j?zvZL%7N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6030', '2', '', '0', 'IKmt', '32afd8d51eb5c6b4e21db5787bc9ec26', '2014-06-26', 'lbhjsqgvi@yahoo.com', '0', '', 'http://www.artefascino.it/userinfo.php?uid=34027', '', '', '', '2', '0', 'Junior Member', '0', '1403742290', '0', '1403742290', '1403744076', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-15-1974', '1974-10-15', '-1', '-1', '104.128.27.98', '0', '1', '', '0', '0', '-1', '0', '0', 'ao[?E>W-2HRa\'rj@,rOSoUPJcoD>Y>j#+$>*+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6035', '2', '', '0', 'AR20', '1f096f6a8dc1df4feabe5c2b9ee12253', '2014-06-26', 'bimcwalan@yahoo.com', '0', '', 'http://apnakarachi.biz/groups/it-is-feasible-to-have-a-excellent-rate-on-the-short-term-car-insuranc', '', '', '', '2', '0', 'Junior Member', '0', '1403755887', '0', '1403755887', '1403757683', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-17-1971', '1971-11-17', '-1', '-1', '209.161.110.43', '0', '1', '', '0', '0', '-1', '0', '0', ',DOp:YZm/swU?D>\\fcw+T8PlbL1_:t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6036', '2', '', '0', 'BKNAL', '6dcd9284e06408ee86ec968960e0df54', '2014-06-26', 'pkfdnftc@yahoo.com', '0', '', 'http://press.souq4arab.com/author/bubrubaker/', '', '', '', '2', '0', 'Junior Member', '0', '1403756764', '0', '1403756764', '1403758558', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-02-1981', '1981-04-02', '-1', '-1', '209.161.103.72', '0', '1', '', '0', '0', '-1', '0', '0', 'IYU;:<0RS%@RG\'W;bHIUHBh;8l7K8w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6037', '2', '', '0', 'BBanfield', 'dc1adb9daf4961d516b63d226a7c2762', '2014-06-26', 'gpecararogvu@yahoo.com', '0', '', 'http://tellalli.com/osclass/index.php?page=item&id=6222', '', '', '', '2', '0', 'Junior Member', '0', '1403759522', '0', '1403759522', '1403802701', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1979', '1979-10-03', '-1', '-1', '209.161.106.35', '0', '1', '', '0', '0', '-1', '0', '0', 'isU7@U_YR@>BRNJvd?BE{^b{-p!:?Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6038', '2', '', '0', 'C42A', '2ea97e0011ea6f0badaae5dc9f719e87', '2014-06-26', 'basterricha@yahoo.com', '0', '', 'http://samicksports.com/?document_srl=2548201', '', '', '', '2', '0', 'Junior Member', '0', '1403760204', '0', '1403760204', '1403762023', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-08-1973', '1973-08-08', '-1', '-1', '209.161.96.173', '0', '1', '', '0', '0', '-1', '0', '0', 'r{?7@JaFgyaYB6P-&{&cY.I,F^R-2_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6039', '2', '', '0', 'SADB', '545e7a32aeb4564bce47e70ea2a05fc9', '2014-06-26', 'folblblsdi@yahoo.com', '0', '', 'http://junkzi.com/author/adp09/', '', '', '', '2', '0', 'Junior Member', '0', '1403763675', '0', '1403763675', '1403765450', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-01-1973', '1973-04-01', '-1', '-1', '104.128.31.48', '0', '1', '', '0', '0', '-1', '0', '0', '=AIf1m8wk-=TAhRgs_-dWc03Bashm0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6040', '2', '', '0', 'ZTomlinso', 'c71cb350f75fe0c266be405de8924cf5', '2014-06-26', 'sypbvqnqh@yahoo.com', '0', '', 'http://www.website-percobaan.com/webid/item.php?id=7702&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403764882', '0', '1403764882', '1403766755', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-12-1973', '1973-02-12', '-1', '-1', '104.128.27.38', '0', '1', '', '0', '0', '-1', '0', '0', 'v(kh\'_cwg2TjP<.]nTU:n9t=Ah(>TP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6041', '3', '', '0', 'W70W', '29b770667100e22606c0fe660666a43f', '2014-06-26', 'rustywjol@yahoo.com', '0', '', 'http://24hrbattery.com/author/nocawthorn/', '', '', '', '2', '0', 'Junior Member', '0', '1403765646', '0', '1403765646', '1403767421', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1980', '1980-01-18', '-1', '-1', '209.161.103.46', '0', '1', '', '0', '0', '-1', '0', '0', '*_nyeBt4)O\"N$[dyb?@kY0\\zNJC3-0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6042', '3', '', '0', 'GCGU', 'e73c06922f22153d69cadeae67b85703', '2014-06-26', 'hoberttsit@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403768590', '0', '1403768590', '1403768590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.96.252', '0', '1', '', '0', '0', '-1', '0', '0', '2jlx}^MZ0~3G_n/4S6$Q`Z9ZZmcEk$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6043', '2', '', '0', 'FPugliese', 'ae6f52fb40d6f668561dd2220fb5b7df', '2014-06-26', 'yjjbomtw@yahoo.com', '0', '', 'http://www.hand2handit.com/item.php?id=1479&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403769611', '0', '1403769611', '1404028556', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1980', '1980-08-21', '-1', '-1', '209.161.96.55', '0', '1', '', '0', '0', '-1', '0', '0', ']g#ZnAow\\=F34Ww@%x0jO;`U33zD?9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6044', '2', '', '0', 'F6050', '1d7a5824bca52cb036b7ee080ee618ce', '2014-06-26', 'ahlmsamj@yahoo.com', '0', '', 'http://nnonthomas.com/bitsqr/item.php?id=14239&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403771859', '0', '1403771859', '1403773650', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-06-1981', '1981-09-06', '-1', '-1', '209.161.100.151', '0', '1', '', '0', '0', '-1', '0', '0', '=;|S_7p)8\'&:Q+>-QQ~QEx,3E<*<}L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6045', '2', '', '0', 'CRNHG', 'b681cad986ba6a06382582dff122c91f', '2014-06-26', 'matlacknqq@yahoo.com', '0', '', 'http://protopopov.ru/webid/item.php?id=6407', '', '', '', '2', '0', 'Junior Member', '0', '1403773916', '0', '1403773916', '1403775678', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1973', '1973-07-08', '-1', '-1', '104.128.31.61', '0', '1', '', '0', '0', '-1', '0', '0', 'cds3\"ZhXqIN7[t[?ay/a]:i^E?OjZ0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6046', '2', '', '0', 'CNSQQ', 'f9db218357a483949ff964371d19c3ae', '2014-06-26', 'auitpecray@yahoo.com', '0', '', 'http://www.rachat-points.com/node/3830257', '', '', '', '2', '0', 'Junior Member', '0', '1403776615', '0', '1403776615', '1403778395', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-30-1977', '1977-09-30', '-1', '-1', '104.128.19.152', '0', '1', '', '0', '0', '-1', '0', '0', 'UM<*I28fr;U-pHaHABCH#laZ99QH%v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6047', '2', '', '0', 'WEmert', 'd3500d4d4cbf320b0e78e704d3b48f87', '2014-06-26', 'hvepmarion@yahoo.com', '0', '', 'http://www.filingreturnsonline.com/groups/queries-about-life-insurance-listed-here-are-the-responses', '', '', '', '2', '0', 'Junior Member', '0', '1403776632', '0', '1403776632', '1403778419', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-05-1982', '1982-03-05', '-1', '-1', '104.128.19.13', '0', '1', '', '0', '0', '-1', '0', '0', 'mVp~.kH6C\'|y(leklwvxHJys55!<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6050', '2', '', '0', 'JIGS', '7e69b7e08f8dd05845022dc1ddc7504d', '2014-06-26', 'ckriggerr@yahoo.com', '0', '', 'http://tellalli.com/osclass/index.php?page=item&id=11553', '', '', '', '2', '0', 'Junior Member', '0', '1403777747', '0', '1403777747', '1403779565', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-07-1980', '1980-12-07', '-1', '-1', '104.128.19.78', '0', '1', '', '0', '0', '-1', '0', '0', '[Y%G|X2I*`GT/,\\jV\\B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6056', '3', '', '0', 'ELEC', 'e373bcd2ff8c713be7e9ea1d5fb9e62c', '2014-06-26', 'bubakkrr@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403798040', '0', '1403798040', '1403798040', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.96.55', '0', '1', '', '0', '0', '-1', '0', '0', 'P@#0!2eS{u9R+9Vh(6{B<=f+Y$Ah1^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6057', '2', '', '0', 'NBouton', '3d2c352494ea25ad5d65d961d4462fb0', '2014-06-26', 'schierenbeq@yahoo.com', '0', '', 'http://littlekady.com/item.php?id=11756&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403799662', '0', '1403799662', '1403801420', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1982', '1982-03-27', '-1', '-1', '104.128.27.98', '0', '1', '', '0', '0', '-1', '0', '0', '8icRv>J~k]`)~!fDti}E3pY\\w&\'2Yq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6058', '2', '', '0', 'PW68', '2a292a210aca7bbc902b8fafeb21c555', '2014-06-26', 'gshirleyiv@yahoo.com', '0', '', 'http://quialana.com/item.php?id=7845&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403802092', '0', '1403802092', '1403803919', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-12-1970', '1970-06-12', '-1', '-1', '209.161.102.87', '0', '1', '', '0', '0', '-1', '0', '0', '#qKO$f^eL>,oHxvi9i{9o*n05h~XP(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6059', '2', '', '0', 'DI95', '966396df54ed15b98f34ba66aa66e1ae', '2014-06-26', 'gwsforza@yahoo.com', '0', '', 'http://www.ankandi.com/item.php?id=8356&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403802308', '0', '1403802308', '1403804080', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-06-1978', '1978-04-06', '-1', '-1', '209.161.102.87', '0', '1', '', '0', '0', '-1', '0', '0', '2Fcb!\\UU,`tVCJb83dW7+:n&t7~G.=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6060', '2', '', '0', 'UCaviness', '925bf847a977df1a36274559a8169d49', '2014-06-26', 'hairmnjpc@yahoo.com', '0', '', 'http://www.shareindians.net/groups/car-insurance-is-important-have-these-days/', '', '', '', '2', '0', 'Junior Member', '0', '1403804059', '0', '1403804059', '1403805927', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-22-1984', '1984-12-22', '-1', '-1', '104.128.29.25', '0', '1', '', '0', '0', '-1', '0', '0', '>.r}PKbXDT\\ZswKJWQ9yTR_!vgC81>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6061', '2', '', '0', 'GLBH', '9865f46b0db48bfe5c8a755b3555d52e', '2014-06-26', 'ruhstorfo@yahoo.com', '0', '', 'http://dhunleashed.com/groups/car-insurance-choice-strategies-for-your-household/', '', '', '', '2', '0', 'Junior Member', '0', '1403805120', '0', '1403805120', '1403806950', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1985', '1985-12-15', '-1', '-1', '209.161.108.70', '0', '1', '', '0', '0', '-1', '0', '0', 'A-6#i0WJkPF%A0Z,^53,%s^X\\8>J?E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6062', '3', '', '0', 'CZVTH', '0f7cfa389cdc920989417e78fb0951aa', '2014-06-26', 'auvyxrbve@yahoo.com', '0', '', 'http://www.rachat-points.com/node/3909894', '', '', '', '2', '0', 'Junior Member', '0', '1403807179', '0', '1403807179', '1403808942', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1979', '1979-01-21', '-1', '-1', '104.128.27.119', '0', '1', '', '0', '0', '-1', '0', '0', 'a!EwCHoKq\".(;:;jsQO*3_Tt\'8^(jB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6063', '2', '', '0', 'E0221', '3d7cbbe2bccad42cb73a46a6840d2c63', '2014-06-26', 'ocondieian@yahoo.com', '0', '', 'https://trac.onexp-dev.textstrukturen.uni-goettingen.de/ticket/5747', '', '', '', '2', '0', 'Junior Member', '0', '1403807531', '0', '1403807531', '1403809358', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-05-1971', '1971-02-05', '-1', '-1', '104.128.19.116', '0', '1', '', '0', '0', '-1', '0', '0', '^Zw-6b&W^#t7[PvRZN5zucpV#i)xJx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6064', '2', '', '0', 'E76E', '0795b6f2b00f45804724ca3e39d6008c', '2014-06-26', 'nacleriob@yahoo.com', '0', '', 'http://koreanshop.in/xe/board_BrOZ15/319402', '', '', '', '2', '0', 'Junior Member', '0', '1403808295', '0', '1403808295', '1403810076', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-02-1970', '1970-12-02', '-1', '-1', '104.128.16.214', '0', '1', '', '0', '0', '-1', '0', '0', '$g8pFO6(=PtVZ{bVrw.z4)_Jg]vgN^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6065', '3', '', '0', 'P1412', '667465c787e71e47e98210cac7608298', '2014-06-26', 'jacquelinfq@yahoo.com', '0', '', 'http://remhits.warnerreprise.com/content/fully-grasp-car-insurance-easier-through-these-recommendati', '', '', '', '2', '0', 'Junior Member', '0', '1403808318', '0', '1403808318', '1403810090', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-08-1978', '1978-01-08', '-1', '-1', '104.128.16.214', '0', '1', '', '0', '0', '-1', '0', '0', 'G!<2.cjASDr0[&vQ\"_!m4LsVRZY3,6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6066', '2', '', '0', 'M09D', '42508133d52da351d7e076bf3dd20a68', '2014-06-26', 'qlonssorrq@yahoo.com', '0', '', 'http://www.get-a-real-estate-agent.com/author/tem12/', '', '', '', '2', '0', 'Junior Member', '0', '1403810239', '0', '1403810239', '1403812046', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1983', '1983-12-09', '-1', '-1', '209.161.102.178', '0', '1', '', '0', '0', '-1', '0', '0', '.8;$ojMb8I*yC*t=ZWGD!3[iBA60f(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6067', '2', '', '0', 'CLwb', '274eab9e83a51a440a2d53fc9309dca2', '2014-06-26', 'brookovez@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403810454', '0', '1403810454', '1403810454', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.104.253', '0', '1', '', '0', '0', '-1', '0', '0', 'V(Yzmx{F?-,{veVgY8tgCMZ3:z*\\{/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6068', '2', '', '0', 'T5910', '8a0be1f37d5322b8bd14bec075e2f3af', '2014-06-26', 'brekmengel@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403811491', '0', '1403811491', '1403811491', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.103.248', '0', '1', '', '0', '0', '-1', '0', '0', 'Mq&bVt_lB<%O7>+c\'):o#Rn&a&d~ue', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6069', '2', '', '0', 'B42M', '559ed7d90d0db34d94c4a4e2dbbccb34', '2014-06-26', 'ujbmdbilliel@yahoo.com', '0', '', 'http://swaprx.com/xchange/item.php?id=8083&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403812103', '0', '1403812103', '1403813865', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1984', '1984-12-01', '-1', '-1', '209.161.98.71', '0', '1', '', '0', '0', '-1', '0', '0', 'MJJlWUhNeWS:%e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6073', '2', '', '0', 'JTFL', '2ac2416bbb4baa70f5d3da87bad884f3', '2014-06-26', 'cdjfbclair@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403817307', '0', '1403817307', '1403819127', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.104.218', '0', '1', '', '0', '0', '-1', '0', '0', '*3/FBth\"5&v&LaR=kf(\"y6~zEdxQIn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6074', '3', '', '0', 'DVcj', '6d0480e7ed469191c39e1065b8c8fd01', '2014-06-26', 'claymanwyat@yahoo.com', '0', '', 'http://www.mamulari.ro/item.php?id=9141&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403819149', '0', '1403819149', '1403820931', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-31-1980', '1980-07-31', '-1', '-1', '209.161.104.21', '0', '1', '', '0', '0', '-1', '0', '0', 'wD+aE@fIo[E:bz07wn=n|7oYQnKJke1H\\?J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6079', '2', '', '0', 'GNRE', '3b0c848f574d1228604b8cc2196b11bf', '2014-06-27', 'stvjzesn@yahoo.com', '0', '', 'http://lawrencevillepoint.com/residents/elgg/pg/groups/746642/health-care-insurance-some-thngs-that-', '', '', '', '2', '0', 'Junior Member', '0', '1403825294', '0', '1403825294', '1403827325', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-15-1977', '1977-05-15', '-1', '-1', '104.128.29.14', '0', '1', '', '0', '0', '-1', '0', '0', 'j(VseZ)Q42]Iky_j4awa9+-#H`N7B(id}X7A8\':yKLb[X@}2J#F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6089', '2', '', '0', 'MHye', '52f89d82976683ef9c7d1b277df24cf4', '2014-06-27', 'wardallohl@yahoo.com', '0', '', 'http://artistasregistrados.com.ar/Auction0707/item.php?id=7713&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403844645', '0', '1403844645', '1403846431', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-19-1985', '1985-06-19', '-1', '-1', '209.161.103.166', '0', '1', '', '0', '0', '-1', '0', '0', 'B:EifUjETq87(t\'nZspT#f#f>Kc/9r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6090', '2', '', '0', 'BYfs', 'c4888bb2e4f307335cb01081afb610d8', '2014-06-27', 'lancedmane@yahoo.com', '0', '', 'http://myfitinfo.com/modules.php?name=Your_Account&op=userinfo&username=MLoomis', '', '', '', '2', '0', 'Junior Member', '0', '1403847487', '0', '1403847487', '1403849336', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-25-1984', '1984-02-25', '-1', '-1', '209.161.102.10', '0', '1', '', '0', '0', '-1', '0', '0', 'T^Ud|3(u3}B#MucH6F+Vy|`0i4|H$&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6091', '2', '', '0', 'IVLM', '8d94d784dfaf6f00403b9edd0537f464', '2014-06-27', 'behilario@yahoo.com', '0', '', 'http://cutebabiespictures.com/profile/stvnod', '', '', '', '2', '0', 'Junior Member', '0', '1403848147', '0', '1403848147', '1403849916', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1971', '1971-09-19', '-1', '-1', '104.128.29.14', '0', '1', '', '0', '0', '-1', '0', '0', '@iCJh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6092', '2', '', '0', 'K28S', '58eb337e78425dfdee987d12e71f37aa', '2014-06-27', 'jcanlpain@yahoo.com', '0', '', 'http://simulatoronline.com/profile/380501/Ma82K.html', '', '', '', '2', '0', 'Junior Member', '0', '1403850415', '0', '1403850415', '1403852167', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-29-1976', '1976-08-29', '-1', '-1', '209.161.104.168', '0', '1', '', '0', '0', '-1', '0', '0', '9hSaoQL[LXy|gR=5!I[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6093', '2', '', '0', 'VXIK', '49970781520ac3cc30a1fd07bbe7fe6d', '2014-06-27', 'tlisuuwh@yahoo.com', '0', '', 'http://thesocialmediagroup.ca/Edwin/classi2/ads/what-everyone-needs-to-understand-about-health-care-', '', '', '', '2', '0', 'Junior Member', '0', '1403850802', '0', '1403850802', '1403852596', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-20-1973', '1973-01-20', '-1', '-1', '209.161.96.49', '0', '1', '', '0', '0', '-1', '0', '0', 'wH%{T{NKxp/9t7FOw^%#5i!cNfQ:78', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6094', '2', '', '0', 'UBIM', 'a37f7a84c8329aa8f1736b7fdd31a93b', '2014-06-27', 'mikecveg@yahoo.com', '0', '', 'http://www.indianshoppingdeals.com/author/mabirchell/', '', '', '', '2', '0', 'Junior Member', '0', '1403851102', '0', '1403851102', '1403852903', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-24-1975', '1975-03-24', '-1', '-1', '209.161.98.135', '0', '1', '', '0', '0', '-1', '0', '0', 'px\\/NELr6[NgVl>uz!8f3Eq5@gqT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6101', '2', '', '0', 'H63K', '3db0b562f78c0d9c58c78e8bf9cca13d', '2014-06-27', 'reginaldybo@yahoo.com', '0', '', 'http://www.palsrock.com/MrHaneys/item.php?id=13741&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403856791', '0', '1403856791', '1403858615', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-24-1979', '1979-02-24', '-1', '-1', '209.161.96.118', '0', '1', '', '0', '0', '-1', '0', '0', 'P!>z$!|HEZ+k*e`k-M.pfW4=9\"w[-O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6102', '2', '', '0', 'BD64', '2f2482801d4df14936fba1893d5a624a', '2014-06-27', 'xviopierre@yahoo.com', '0', '', 'http://childcareinfo.com/UserProfile/tabid/142/userId/13888/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1403856812', '0', '1403856812', '1403858596', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-07-1985', '1985-12-07', '-1', '-1', '209.161.100.195', '0', '1', '', '0', '0', '-1', '0', '0', 'S\\U{\"1(m;lN\'x{5jbk~!&\"w`.G}jvY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6103', '2', '', '0', 'J84S', 'a34c42a2fe18367ed6292702a07e5844', '2014-06-27', 'mgrippekqy@yahoo.com', '0', '', 'http://collegereef.com/author/derintel/', '', '', '', '2', '0', 'Junior Member', '0', '1403857279', '0', '1403857279', '1403859089', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1972', '1972-08-05', '-1', '-1', '209.161.96.178', '0', '1', '', '0', '0', '-1', '0', '0', '%Hr`UZx`Lp{n#h&wY}Mhq,3Js~Z>u/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6104', '2', '', '0', 'FMoeller', '0729dd6dc0732b7169f2ed9671c9d8dd', '2014-06-27', 'zrujfingle@yahoo.com', '0', '', 'http://www.unityaction.net/memberservices/item.php?id=4866&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403858694', '0', '1403858694', '1403860451', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-08-1979', '1979-11-08', '-1', '-1', '104.128.18.83', '0', '1', '', '0', '0', '-1', '0', '0', 's5gZNcwL_2Mec+\\$i]|4u-y-/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6107', '2', '', '0', 'BWexler', 'dd7e5a5034566cf0d6a060e42ad42ee8', '2014-06-27', 'nolanlyqf@yahoo.com', '0', '', 'http://www.juststuff4sale.com/auction/item.php?id=16824&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403863015', '0', '1403863015', '1403864779', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-22-1975', '1975-10-22', '-1', '-1', '104.128.19.220', '0', '1', '', '0', '0', '-1', '0', '0', '1A)STTn5_=BQMY~b[,tp.4\"=a,X)85', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6108', '2', '', '0', 'LCPBF', 'b437e1ea6aa8c38ef64c6e11045072f1', '2014-06-27', 'bqlguadalupe@yahoo.com', '0', '', 'http://imama.com.ua/groups/why-should-you-invest-time-into-health-care-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1403865225', '0', '1403865225', '1403867041', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1977', '1977-08-21', '-1', '-1', '209.161.102.153', '0', '1', '', '0', '0', '-1', '0', '0', 'Ur.x#.F[V33;f\'^lAt1$Vo>|;wR/1\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6109', '2', '', '0', 'PManna', '6de7002c5809b1911b0203285c70e19f', '2014-06-27', 'lemmenjut@yahoo.com', '0', '', 'http://evertly.com/groups/guidelines-on-how-to-find-cost-effective-car-insurance-costs/', '', '', '', '2', '0', 'Junior Member', '0', '1403867795', '0', '1403867795', '1403869600', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-04-1979', '1979-02-04', '-1', '-1', '209.161.108.43', '0', '1', '', '0', '0', '-1', '0', '0', 'w_KSzn~fTI*^{&B8JCH.i_@;7^r=cQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6110', '2', '', '0', 'PReeves', 'e04217f19e3144fd0362984e12af6c25', '2014-06-27', 'wdwaynenet@yahoo.com', '0', '', 'http://ltm2014.co.uk/webid2/item.php?id=13264&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403867876', '0', '1403867876', '1403869653', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-14-1979', '1979-04-14', '-1', '-1', '209.161.108.43', '0', '1', '', '0', '0', '-1', '0', '0', '-./saX|AU$clM\'5[ptz,,Y~H>P6Ay`\'@g9MCJ6);4BXBO6V?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6115', '3', '', '0', 'SSam', '47b47c58a9e86b24c3d80d13faca6047', '2014-06-27', 'fawykjblupe@yahoo.com', '0', '', 'http://www.pediatric-associates.com/UserProfile/tabid/61/userId/16884/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1403871488', '0', '1403871488', '1403873297', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-24-1980', '1980-03-24', '-1', '-1', '209.161.100.51', '0', '1', '', '0', '0', '-1', '0', '0', ')\"A2D56H0Z5DLE$S]|n9OMC8akr*)f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6116', '2', '', '0', 'CSIN', '6bffabe0b8b9025fe602e77de316f5b7', '2014-06-27', 'boreenorla@yahoo.com', '0', '', 'http://www.moodlesocial.com/blog/index.php?postid=352138', '', '', '', '2', '0', 'Junior Member', '0', '1403873137', '0', '1403873137', '1403875067', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-11-1970', '1970-11-11', '-1', '-1', '104.128.27.228', '0', '1', '', '0', '0', '-1', '0', '0', '9T9o9rJ]\\*75ktr\"${\"F;^%y`v*o7/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6117', '2', '', '0', 'ESouza', '8b57376e939f54b6754756e979e811ed', '2014-06-27', 'charlesstrqz@yahoo.com', '0', '', 'http://www.kspent.com/xe/?document_srl=265820', '', '', '', '2', '0', 'Junior Member', '0', '1403873323', '0', '1403873323', '1403875092', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-22-1973', '1973-07-22', '-1', '-1', '104.128.24.214', '0', '1', '', '0', '0', '-1', '0', '0', 'FJvH[cU%0v)g|)wBILE\"~WX3\"5zy^,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6118', '2', '', '0', 'ODaddario', 'ae2aa06806f5e9816d9c807a508df9f9', '2014-06-27', 'wkubeneisler@yahoo.com', '0', '', 'http://coser.twtcs.net/modules/profile/userinfo.php?uid=6140', '', '', '', '2', '0', 'Junior Member', '0', '1403874171', '0', '1403874171', '1403875940', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-13-1984', '1984-06-13', '-1', '-1', '209.161.98.108', '0', '1', '', '0', '0', '-1', '0', '0', 'dS\\(6c/s.z]B2TI6}a~&1&V-%\'%B\'#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6119', '2', '', '0', 'TRead', 'bd45c52a28b1b110fa045e1e45fcd91b', '2014-06-27', 'debogfir@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403874510', '0', '1403874510', '1403876305', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.96.233', '0', '1', '', '0', '0', '-1', '0', '0', '=LY!t0q~`6e#e(/OsIQz>]KQT(py,v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6120', '2', '', '0', 'CKSS', '71ee7f0a52791542664d69d793a66bb5', '2014-06-27', 'harmandmo@yahoo.com', '0', '', 'http://www.findathingy.com/author/thstratton/', '', '', '', '2', '0', 'Junior Member', '0', '1403875151', '0', '1403875151', '1403876951', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1980', '1980-12-06', '-1', '-1', '104.128.31.143', '0', '1', '', '0', '0', '-1', '0', '0', 'z`XL3V~K\\`3WlLM6Cm1n7|4j`_fgk-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6121', '2', '', '0', 'Y1280', 'afd43c2c066714b172bae101d07b7675', '2014-06-27', 'gftqdpvt@yahoo.com', '0', '', 'http://iwonkwang.com/QnA/667170', '', '', '', '2', '0', 'Junior Member', '0', '1403875795', '0', '1403875795', '1403877567', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-04-1980', '1980-07-04', '-1', '-1', '104.128.27.240', '0', '1', '', '0', '0', '-1', '0', '0', 'J--N7KPs+)U|,N]VtJro1;]u7cW}z[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6122', '2', '', '0', 'NGarrity', '4b51313aacfcb36df679e476ea176732', '2014-06-27', 'nelsongayj@yahoo.com', '0', '', 'http://spielekoenig.com/profile/patsi.html', '', '', '', '2', '0', 'Junior Member', '0', '1403878185', '0', '1403878185', '1403879973', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1976', '1976-01-18', '-1', '-1', '209.161.102.80', '0', '1', '', '0', '0', '-1', '0', '0', 'Tez&93qxqG^f$y_JxE3(q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6144', '2', '', '0', 'S11C', '49ad44f28f639f33b9d2f11e450f23c6', '2014-06-28', 'mitchelail@yahoo.com', '0', '', 'http://www.nflc.org/trac/website/ticket/514216', '', '', '', '2', '0', 'Junior Member', '0', '1403911590', '0', '1403911590', '1403913396', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-18-1985', '1985-02-18', '-1', '-1', '209.161.103.110', '0', '1', '', '0', '0', '-1', '0', '0', 'E(o,.q0g%\'\"SP8,nFH-a,y|L^<`F$J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6126', '2', '', '0', 'JEBMX', '344e27f3f3cba6bfc4f9e08d1f5aad57', '2014-06-27', 'stevieteve@yahoo.com', '0', '', 'http://www.meilidianfeng.com/space.php?uid=7897&do=blog&id=12718', '', '', '', '2', '0', 'Junior Member', '0', '1403887119', '0', '1403887119', '1403888899', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-04-1971', '1971-10-04', '-1', '-1', '209.161.108.177', '0', '1', '', '0', '0', '-1', '0', '0', ';bA\\8+mLIQMEM|6:Q_{_,,;`OR[ix/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6127', '2', '', '0', 'SUYLL', '8d6934ff026f02ec4aae4f56e0776cb0', '2014-06-27', 'hacraleigh@yahoo.com', '0', '', 'http://www.mamulari.ro/item.php?id=7538', '', '', '', '2', '0', 'Junior Member', '0', '1403889417', '0', '1403889417', '1403891170', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-30-1972', '1972-05-30', '-1', '-1', '209.161.108.51', '0', '1', '', '0', '0', '-1', '0', '0', '534U+K17vio_w<(ZW!d46=c:-skDY4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6130', '2', '', '0', 'PSlayton', '749ef7143f57c9a08f16cf9fbde04bce', '2014-06-27', 'qgywdavaz@yahoo.com', '0', '', 'http://www.eboom.eu/item.php?id=11127&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403892022', '0', '1403892022', '1403893938', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1976', '1976-05-07', '-1', '-1', '209.161.100.186', '0', '1', '', '0', '0', '-1', '0', '0', 'Lp/T?@&\'/QER7:G-5#)G63[>*,HMFO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6131', '3', '', '0', 'TCHP', '5969722667daf7d6812efabf5356d0aa', '2014-06-27', 'sgsonnervjd@yahoo.com', '0', '', 'http://hezron.co.kr/xe/review/195564', '', '', '', '2', '0', 'Junior Member', '0', '1403892036', '0', '1403892036', '1403894461', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-02-1971', '1971-11-02', '-1', '-1', '209.161.104.247', '0', '1', '', '0', '0', '-1', '0', '0', '6K&H8&j)>]tD8<<^\'1;$9K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '129', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6133', '2', '', '0', 'Deluxenoss', '10bd71874a04818102364c429e0be06a', '2014-07-10', 'Deluxenoss987@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403897035', '0', '1443559266', '1446031996', '1443559197', '23', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.27.191.131', '0', '1', '', '0', '0', '-1', '0', '0', 'wN8S?GAkIrDK;B)D}u:k9PUwAht3%4', '', '0', '83450', '0', '0', '0', '0', '', '0', '0', '', '183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '2', '2', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6134', '2', '', '0', 'ROpq', '742e2f374556e6de8bea0d08db83a6f6', '2014-06-27', 'jaimeakux@yahoo.com', '0', '', 'http://sekarate.com/author/mie23/', '', '', '', '2', '0', 'Junior Member', '0', '1403899672', '0', '1403899672', '1403901610', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-10-1976', '1976-11-10', '-1', '-1', '209.161.98.93', '0', '1', '', '0', '0', '-1', '0', '0', 'c_}\"z|J;^Voa*N*hJNw)^NA[n\\xyhR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6135', '2', '', '0', 'M4003', '7ffebb27763dd274e3b05683473d8742', '2014-06-27', 'roystoneman@yahoo.com', '0', '', 'http://www.musicofpuertorico.com/index.php/member/1201850/', '', '', '', '2', '0', 'Junior Member', '0', '1403899759', '0', '1403899759', '1403901567', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-17-1982', '1982-10-17', '-1', '-1', '209.161.100.16', '0', '1', '', '0', '0', '-1', '0', '0', ':Blh\\@mSYlaHueT]Y8/OP?R`Pi%fqL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6136', '2', '', '0', 'MXEJU', 'a8305b15fe9a22e925fec44ab1f78ded', '2014-06-27', 'hwtleray@yahoo.com', '0', '', 'http://audiono.com/auctions/item.php?id=11840', '', '', '', '2', '0', 'Junior Member', '0', '1403900497', '0', '1403900497', '1403902267', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-16-1974', '1974-03-16', '-1', '-1', '209.161.108.43', '0', '1', '', '0', '0', '-1', '0', '0', 'CNFD4COSm];GKU!kD1gql2kpswYPiF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6137', '2', '', '0', 'WBxs', '3afb9ce10afe9e08234c4b3193cd6e28', '2014-06-27', 'bertvvdk@yahoo.com', '0', '', 'http://www.stellapolarecasa.it/agenzia/modules.php?name=Your_Account&op=userinfo&username=PS', '', '', '', '2', '0', 'Junior Member', '0', '1403900901', '0', '1403900901', '1403902689', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-07-1972', '1972-04-07', '-1', '-1', '209.161.96.118', '0', '1', '', '0', '0', '-1', '0', '0', 'KMd}\'Q`OGF$&~;4OkS\"M%jQj]},jk9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6138', '2', '', '0', 'DC39', '619a3cab01a7638313b8330e2df946d3', '2014-06-27', 'cecillwnbc@yahoo.com', '0', '', 'http://tinkim11.hosting.paran.com/xe/?document_srl=251369', '', '', '', '2', '0', 'Junior Member', '0', '1403902153', '0', '1403902153', '1403904013', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1980', '1980-12-27', '-1', '-1', '209.161.96.154', '0', '1', '', '0', '0', '-1', '0', '0', ')nW&qk!lUQxG@.X+z-Deb)S8O=VuKG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6139', '2', '', '0', 'GBladin', '943bbcc4586fbe88c1ee1511395e69d2', '2014-06-27', 'levitskyzfd@yahoo.com', '0', '', 'http://www.bidbayuk.co.uk/item.php?id=4628&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403903186', '0', '1403903186', '1403909047', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1985', '1985-10-14', '-1', '-1', '209.161.108.248', '0', '1', '', '0', '0', '-1', '0', '0', '!),7V!.C%l[.+wcb<=Dy(tGZ#$\"-#W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6140', '2', '', '0', 'VT77', '9d2fa2bf39f771b63df7291f6308ab18', '2014-06-27', 'rxpobumrm@yahoo.com', '0', '', 'http://761stbp.lsghost.com/modules.php?name=Your_Account&op=userinfo&username=VJTJ', '', '', '', '2', '0', 'Junior Member', '0', '1403903334', '0', '1403903334', '1403905153', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-31-1973', '1973-03-31', '-1', '-1', '209.161.98.147', '0', '1', '', '0', '0', '-1', '0', '0', 'k$~yT7]@;zJb\"Ss?46,j9j/1|82I/U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6141', '2', '', '0', 'PSiggers', '87bf27ebe2fab5a8ebe2590b03bf191d', '2014-06-27', 'jjwbinvj@yahoo.com', '0', '', 'http://www.bonmed.com.tr/Default.aspx?tabid=57&userId=31457', '', '', '', '2', '0', 'Junior Member', '0', '1403906084', '0', '1403906084', '1403907998', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-24-1976', '1976-08-24', '-1', '-1', '209.161.96.192', '0', '1', '', '0', '0', '-1', '0', '0', 'O|DRn_QHiDn]co>aO>hF\'qU#J55Va*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6142', '2', '', '0', 'WFUB', '0987e2de498d1f06b42039d3690e6e62', '2014-06-27', 'eisenhardti@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403906764', '0', '1403906764', '1403908529', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.18.91', '0', '1', '', '0', '0', '-1', '0', '0', '.%RN?Nx\"OLtn_,zKEeZUcqf.!=zzuh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6143', '8', '', '0', 'SaintHF', '145d2a5fe63bf050b1ac0b5b90d63964', '2014-06-27', 'sainthf81@gmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1403909280', '0', '1403987439', '1403987400', '1403923860', '7', '10', '5', '-8', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '98.225.27.233', '0', '1', '', '0', '0', '-1', '0', '0', '^CmB&O*i&hTXgI2<}6l/jVgD)r&QYi', '', '0', '82114', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6145', '2', '', '0', 'LFTV', '376e83ad4ea186d6f605757f37450c3a', '2014-06-28', 'irwinavaz@yahoo.com', '0', '', 'http://www.ddhch.com/web/?document_srl=583434', '', '', '', '2', '0', 'Junior Member', '0', '1403913034', '0', '1403913034', '1403914950', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1982', '1982-03-19', '-1', '-1', '209.161.96.154', '0', '1', '', '0', '0', '-1', '0', '0', '/+e>D<)/ZDjpQ\'d0%J@`\\t,\'A?R\'1p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6146', '2', '', '0', 'MXOB', 'c2aaae822dafbe57a8c0e04b70a9dda1', '2014-06-28', 'usnellgrovee@yahoo.com', '0', '', 'http://beta.sappbros.net/UserProfile/tabid/61/userId/372/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1403916774', '0', '1403916774', '1403918548', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-04-1970', '1970-07-04', '-1', '-1', '209.161.100.245', '0', '1', '', '0', '0', '-1', '0', '0', 'LYE:!f}&LI$V$^32C\\\'G~H~v=w_n`-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6147', '2', '', '0', 'ETivey', '4f2c412dcd262bc0827b94623a0ce051', '2014-06-28', 'sorianokco@yahoo.com', '0', '', 'http://dnstec-mailev.de/item.php?id=3039', '', '', '', '2', '0', 'Junior Member', '0', '1403921118', '0', '1403921118', '1403923340', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1981', '1981-02-16', '-1', '-1', '209.161.98.12', '0', '1', '', '0', '0', '-1', '0', '0', '?3w6)Q6T2>iz4uS\\+OCmI}n.dKWv%C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6148', '2', '', '0', 'LIgo', 'e4fe5d64219cf5a02edbc551ec676d5f', '2014-06-28', 'cpqbpilon@yahoo.com', '0', '', 'http://activeopinion.org/ads/learn-more-about-vehicle-insurance-insurance-policies-for-you/', '', '', '', '2', '0', 'Junior Member', '0', '1403923489', '0', '1403923489', '1403925250', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1980', '1980-08-16', '-1', '-1', '104.128.27.246', '0', '1', '', '0', '0', '-1', '0', '0', ')s^xPZTq|~9((HO)r@jJ@!nlO4gS$w.=-gqI%b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6152', '2', '', '0', 'HHidalgo', '67796fc00892423f874b84e35a2bb0c7', '2014-06-28', 'gieeqeweems@yahoo.com', '0', '', 'http://www.efwin.comwww.preciousgift.chwww.mamanews.net/?document_srl=1022204', '', '', '', '2', '0', 'Junior Member', '0', '1403932056', '0', '1403932056', '1403934040', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-04-1984', '1984-08-04', '-1', '-1', '104.128.16.14', '0', '1', '', '0', '0', '-1', '0', '0', '+}6XTet\'Qc-i\\M/\\,,:h^rg$@/74ii', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6153', '2', '', '0', 'bigbadabing', 'c8ae9346a471267f7d143f0de0deda6a', '2014-06-28', 'bigbadabing@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403932802', '0', '1403932802', '1403934723', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.251.86.198', '0', '1', '', '0', '0', '-1', '0', '0', 'lVT26M.dw]fw>l4vEW9e?LS)*OsU,z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6154', '2', '', '0', 'LByles', '47bc03b23daf363424eb302eec87d7fb', '2014-06-28', 'roqbeaucbs@yahoo.com', '0', '', 'http://r-tree.co.kr/xe/menu_community_faq/341578', '', '', '', '2', '0', 'Junior Member', '0', '1403943625', '0', '1403943625', '1403954870', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-09-1971', '1971-02-09', '-1', '-1', '209.161.103.78', '0', '1', '', '0', '0', '-1', '0', '0', '{I(I^BtF3L!UplB\'0OuY6k*x]FV}_U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6155', '2', '', '0', 'FHoller', '927782fd23ac651b195c7cf2d1381a73', '2014-06-28', 'dibenedettc@yahoo.com', '0', '', 'http://www.pediatric-associates.com/UserProfile/tabid/61/userId/21328/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1403947039', '0', '1403947039', '1403948826', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1970', '1970-05-06', '-1', '-1', '104.128.19.229', '0', '1', '', '0', '0', '-1', '0', '0', '*Nlts^w_718NfQ_.}dniacv=9*x)vo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6156', '2', '', '0', 'ZLongford', '2397179ae8d883ad48ed8945871b4004', '2014-06-28', 'emamnalma1982@yahoo.com', '0', '', 'http://support.intek.com.tw/author/MBoelter', '', '', '', '2', '0', 'Junior Member', '0', '1403949650', '0', '1403949650', '1404007264', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-10-1983', '1983-01-10', '-1', '-1', '192.157.251.63', '0', '1', '', '0', '0', '-1', '0', '0', 'hi~ZE|cOa?:Txh7=y\\XI<{p$8)cT^)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6157', '2', '', '0', 'DC18', 'a2ff8b1ebfaceb4de6fc08e1926c2709', '2014-06-28', 'cuynagingsmit1982@yahoo.com', '0', '', 'http://choigamepc.com/profile/hepenman', '', '', '', '2', '0', 'Junior Member', '0', '1403949707', '0', '1403949707', '1403950150', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-11-1971', '1971-09-11', '-1', '-1', '192.157.251.63', '0', '1', '', '0', '0', '-1', '0', '0', '\'^Ey[rY1wV$zR%%-&!;.42A#3Ad{$f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6158', '2', '', '0', 'WG07', '64ca1b0eab61efdbbe618264ba737162', '2014-06-28', 'darronblkg@yahoo.com', '0', '', 'http://ecosaving.co.kr/xe/qna/98307', '', '', '', '2', '0', 'Junior Member', '0', '1403950612', '0', '1403950612', '1403952386', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-09-1976', '1976-02-09', '-1', '-1', '209.161.103.235', '0', '1', '', '0', '0', '-1', '0', '0', '6*~#]CC6PfSv[Y6c<\"j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6159', '2', '', '0', 'AIXKF', '011f5e69479381e9e0a78e64c83d0edf', '2014-06-28', 'rimerqggz@yahoo.com', '0', '', 'http://www.lepon.ca/author/pabegin/', '', '', '', '2', '0', 'Junior Member', '0', '1403950814', '0', '1403950814', '1403952716', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1976', '1976-12-15', '-1', '-1', '104.128.24.139', '0', '1', '', '0', '0', '-1', '0', '0', '=uV}Vob({TP)pk3u9O/ZfJ2E.s?.`g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6160', '2', '', '0', 'AVky', '3254e6fab35a4ff7099cce0bac050ddc', '2014-06-28', 'ydfbmseagren@yahoo.com', '0', '', 'http://www.albergo-centrale.net/html1/modules.php/modules.php?name=Your_Account&op=userinfo&', '', '', '', '2', '0', 'Junior Member', '0', '1403953288', '0', '1403953288', '1403955193', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-10-1974', '1974-01-10', '-1', '-1', '104.128.31.108', '0', '1', '', '0', '0', '-1', '0', '0', 'SmPTT)lpd)ul0__h+S5;a.fa[~<@n$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6161', '2', '', '0', 'Rookie', '77c41c1a1bc3cfa0074fd79702a39e78', '2014-06-28', 'Mathiasnygren95@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403953946', '0', '1404122637', '1404135227', '1404033573', '6', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '79.136.29.244', '0', '1', '', '0', '0', '-1', '0', '0', 'cBhm=;}FBLMRs!i#/$%DlYx(5`Ka{s', '', '0', '82123', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '3', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6162', '2', '', '0', 'C61Q', 'fa70e8610590dfb5293cc311131904ef', '2014-06-28', 'liarzerlx@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1403958928', '0', '1403958928', '1403958928', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.103.215', '0', '1', '', '0', '0', '-1', '0', '0', '/:}HR,|<6-=w{\'7QF]yR-R4:p\"\\iH+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6163', '2', '', '0', 'EClem', '7f28d75f51061490097640a9862cc3e4', '2014-06-28', 'anedeangelo@yahoo.com', '0', '', 'http://qkbid.co.uk/item.php?id=4872&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403963115', '0', '1403963115', '1403964934', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1985', '1985-09-28', '-1', '-1', '104.128.31.96', '0', '1', '', '0', '0', '-1', '0', '0', '^0QdBQRS,E~zr)6\'<6]5*Hqy-m!*jg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6165', '2', '', '0', 'FO09', 'ce8aae2038b8f683c7acf7fe0ba00670', '2014-06-28', 'ijrzcedric@yahoo.com', '0', '', 'http://baumbeene.com/?document_srl=298787', '', '', '', '2', '0', 'Junior Member', '0', '1403966812', '0', '1403966812', '1403968581', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1975', '1975-02-20', '-1', '-1', '209.161.104.225', '0', '1', '', '0', '0', '-1', '0', '0', ';B`sL%$9TUfK0g]+\'*[G%N)y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6176', '3', '', '0', 'IWootten', '8efe51959df8246129897cf8d1dfde86', '2014-06-28', 'fcijgbvan@yahoo.com', '0', '', 'http://auction-monkey.com/item.php?id=6023&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403993222', '0', '1403993222', '1403995938', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-01-1976', '1976-03-01', '-1', '-1', '104.128.18.233', '0', '1', '', '0', '0', '-1', '0', '0', '~\\B7ulNdPaImzcRGI\'8D4H5.ejtaF)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6177', '2', '', '0', 'D89E', 'a33804a78f34eac66cba9c3f26d0b0e0', '2014-06-28', 'bentontrimz@yahoo.com', '0', '', 'http://www.isoldmystuff.com/ads/car-insurance-for-young-drivers-suggest-that-is-easy-to-understand/', '', '', '', '2', '0', 'Junior Member', '0', '1403993558', '0', '1403993558', '1403995381', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-22-1977', '1977-04-22', '-1', '-1', '209.161.96.80', '0', '1', '', '0', '0', '-1', '0', '0', '[4+AdliRgN&0w,H=?pQLV=B8cJ=*0b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6178', '2', '', '0', 'GK70', '9ca070e66235c98f7a8291573df76f72', '2014-06-28', 'qeoiwhitiker@yahoo.com', '0', '', 'http://www.pianetamici.com/modules.php?name=Your_Account&op=userinfo&username=GElwell', '', '', '', '2', '0', 'Junior Member', '0', '1403994369', '0', '1403994369', '1403996143', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1975', '1975-01-18', '-1', '-1', '209.161.98.12', '0', '1', '', '0', '0', '-1', '0', '0', '@C7Jg()Te?1W]/]^vd=-`d60iCs\\dz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6179', '2', '', '0', 'AZDRG', '0f52a00d40e3bc4cc4108bc6db8eb8f1', '2014-06-28', 'efidelkujath@yahoo.com', '0', '', 'http://proair.co.kr/xe/board_VkiG63/167652', '', '', '', '2', '0', 'Junior Member', '0', '1403994686', '0', '1403994686', '1403996502', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1976', '1976-09-22', '-1', '-1', '209.161.98.190', '0', '1', '', '0', '0', '-1', '0', '0', 'tK(:mxj/2Wx=dHC$QKU$kXKbgpPz6&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6180', '2', '', '0', 'CHVF', '1911b55fc5fff68b124e9099adf08148', '2014-06-29', 'russahup@yahoo.com', '0', '', 'http://chorakdo.net/xe/?document_srl=4028565', '', '', '', '2', '0', 'Junior Member', '0', '1403997745', '0', '1403997745', '1403999572', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-21-1980', '1980-12-21', '-1', '-1', '209.161.98.76', '0', '1', '', '0', '0', '-1', '0', '0', '^;6:.97{MSG1O*$_:{xyd|}+>2;@}|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6181', '2', '', '0', 'E5837', '3b3bd0cf8a07ec1c3ade3ba0f5610c78', '2014-06-29', 'sjoseclo@yahoo.com', '0', '', 'http://www.ipionieridelliceo.it/modules.php?name=Your_Account&op=userinfo&username=JNNS', '', '', '', '2', '0', 'Junior Member', '0', '1403998395', '0', '1403998395', '1404000215', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1980', '1980-10-08', '-1', '-1', '209.161.102.128', '0', '1', '', '0', '0', '-1', '0', '0', '|w{jZfaSTMW2frzQA\'8B1pf?(<$>]u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6182', '2', '', '0', 'R43J', 'e12c2e6ac60669d694309cfa5ebb1e77', '2014-06-29', 'swyecyuf@yahoo.com', '0', '', 'http://www.eletromaniacos.com/Webid/item.php?id=3513&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1403998681', '0', '1403998681', '1404000492', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-20-1975', '1975-07-20', '-1', '-1', '104.128.24.47', '0', '1', '', '0', '0', '-1', '0', '0', 'Gy.CH`jX1s\\o.Xh(>e\'H%9cD7`osyP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6183', '2', '', '0', 'AIEBK', 'aa9cf3ce293f75a3bf85b425b8698558', '2014-06-29', 'craikeyj@yahoo.com', '0', '', 'http://www.faceeater.com/index.php/member/298219', '', '', '', '2', '0', 'Junior Member', '0', '1403998887', '0', '1403998887', '1404000762', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-30-1970', '1970-08-30', '-1', '-1', '209.161.98.147', '0', '1', '', '0', '0', '-1', '0', '0', 'GP^@uL}eV4@wr>}Be,Y^`ljX^`)p=9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6184', '2', '', '0', 'VLoder', 'cd34aac832c52843228e6fb0964fd439', '2014-06-29', 'ltvxgesundet@yahoo.com', '0', '', 'http://underarch.co.uk/item.php?id=16747&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404000324', '0', '1404000324', '1404002232', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1978', '1978-06-16', '-1', '-1', '209.161.108.239', '0', '1', '', '0', '0', '-1', '0', '0', 'Z^Z>Sh({Z5|<1M`iKtm2g&l_$8Hg!u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6185', '2', '', '0', 'CW20', '6aa2b9e10cb096f0fb5f4ebe04c402ee', '2014-06-29', 'frankclof@yahoo.com', '0', '', 'http://www.idege.com.br/userinfo.php?uid=204113', '', '', '', '2', '0', 'Junior Member', '0', '1404000838', '0', '1404000838', '1404002610', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-24-1981', '1981-10-24', '-1', '-1', '104.128.18.101', '0', '1', '', '0', '0', '-1', '0', '0', '];l?~VRDc@gzmTA6K;n/VNYe~,49Lq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6186', '2', '', '0', 'RG31', 'fe03e4b610aad84c8551193c348d62cf', '2014-06-29', 'ikebqwmyart@yahoo.com', '0', '', 'http://funnyham.com/xe/board_APbz98/276868', '', '', '', '2', '0', 'Junior Member', '0', '1404004604', '0', '1404004604', '1404006622', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-07-1982', '1982-03-07', '-1', '-1', '104.128.19.89', '0', '1', '', '0', '0', '-1', '0', '0', 'xYw=m/ICHD`d!{\\m+q/<@\"Hj]IX\"=R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6187', '2', '', '0', 'D3076', 'f63b4f6ac253ab6f26a4971d3cf83b49', '2014-06-29', 'hecklerai@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404005395', '0', '1404005395', '1404007227', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.102.162', '0', '1', '', '0', '0', '-1', '0', '0', 'e6G&Ud0?!|H(41UU$dCM:_p?`}(LP\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6188', '2', '', '0', 'PVUT', '31050d7f3ac56f449b92a27364daf7ed', '2014-06-29', 'rlkcvtyy@yahoo.com', '0', '', 'http://icecreamthebook.com/?p=120605', '', '', '', '2', '0', 'Junior Member', '0', '1404008676', '0', '1404008676', '1404010490', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-11-1975', '1975-11-11', '-1', '-1', '209.161.110.235', '0', '1', '', '0', '0', '-1', '0', '0', '|E2iL:ZIbH?<v&tU[cF#ysH@cTD&Ha]GFpD0Z8K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6194', '2', '', '0', 'DCjh', '4f65dfe1009479dc6636bccba4111d55', '2014-06-29', 'jacivffu@yahoo.com', '0', '', 'http://sell.virginiagunowners.com/item.php?id=817&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404026256', '0', '1404026256', '1404028641', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-25-1973', '1973-07-25', '-1', '-1', '104.128.27.180', '0', '1', '', '0', '0', '-1', '0', '0', 'nh3Y;?HYY34CnFzmPM\\$-\":`\\(jWVF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6195', '2', '', '0', 'XHercus', '3d3fcdc1e8002c40d1ed5bb5272506f5', '2014-06-29', 'shermanhh@yahoo.com', '0', '', 'http://healthifieds.com/author/alcraig/', '', '', '', '2', '0', 'Junior Member', '0', '1404026364', '0', '1404026364', '1404028124', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-25-1974', '1974-04-25', '-1', '-1', '209.161.103.32', '0', '1', '', '0', '0', '-1', '0', '0', '=BI.521?01*2(0+IzP\\rQ(GZxvmdwg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6196', '2', '', '0', 'VZcq', '96f938e272bb7aa4ee96d5064b5f0327', '2014-06-29', 'marcellusfb@yahoo.com', '0', '', 'http://krank.kr/board_Sejd06/98470', '', '', '', '2', '0', 'Junior Member', '0', '1404027838', '0', '1404027838', '1404029613', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-28-1979', '1979-07-28', '-1', '-1', '209.161.103.33', '0', '1', '', '0', '0', '-1', '0', '0', '$|~|{fPI#!ISRPEAs8_,r8PWJr9Q0C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6197', '2', '', '0', 'CPVZK', 'bad295264f93658ae173534fa49be03b', '2014-06-29', 'bankerdnqk@yahoo.com', '0', '', 'http://www.nflc.org/trac/website/ticket/515487', '', '', '', '2', '0', 'Junior Member', '0', '1404028661', '0', '1404028661', '1404030829', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1971', '1971-02-22', '-1', '-1', '209.161.96.197', '0', '1', '', '0', '0', '-1', '0', '0', '\"\'E\'^mX\\jV|khNv`uGj@okQvuREaIb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6198', '2', '', '0', 'B6381', 'e93d9cb79ab228d9d367f2c81dc37f42', '2014-06-29', 'ramiroziay@yahoo.com', '0', '', 'http://mbims.com/member/44806/', '', '', '', '2', '0', 'Junior Member', '0', '1404029299', '0', '1404029299', '1404031125', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-03-1973', '1973-01-03', '-1', '-1', '209.161.96.192', '0', '1', '', '0', '0', '-1', '0', '0', 'QBs-,d9o#[p[MqS]nyk5(g28[WXFgm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6199', '3', '', '0', 'Sarvan', 'cfcac32157125a2b879e5fd23b215718', '2014-06-29', 'badva@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404030646', '0', '1404030729', '1404030729', '0', '0', '10', '5', '4', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.222.214.89', '0', '1', '', '0', '0', '-1', '0', '0', 'Jj#0Y)Q~UGHoQ\"pJN(r`v&ZOC~8ljT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6200', '2', '', '0', 'badvan', 'd9bfbe170617d6de4925f3091d079010', '2014-06-29', 'misteriya@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404030762', '0', '1404030762', '1404030990', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.222.214.89', '0', '1', '', '0', '0', '-1', '0', '0', 'gD#h#TURV3%olUX>zqQI{W[zxeOn-8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6201', '2', '', '0', 'M16Q', '3af6cda56a62bce0167afcaac424d128', '2014-06-29', 'dfzbdaren@yahoo.com', '0', '', 'http://posterdash.com/driving-a-vehicle-to-huge-cost-savings-with-car-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1404047332', '0', '1404047332', '1404049139', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1977', '1977-08-17', '-1', '-1', '209.161.110.86', '0', '1', '', '0', '0', '-1', '0', '0', 'dH,;dBpDz8e#0&@b)rT^\'vXE0X!C4h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6202', '2', '', '0', 'PY19', 'addee68b55c9442cd7b3eaf987ec6e12', '2014-06-29', 'gttzdoml@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404048180', '0', '1404048180', '1404049961', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.98.130', '0', '1', '', '0', '0', '-1', '0', '0', '/O~6m(!`{Y1Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6203', '2', '', '0', 'LVerjus', '555ab7b1784637cda8ba7727ee8eabfc', '2014-06-29', 'erwinajet@yahoo.com', '0', '', 'http://www.knowledgefullgiving.com/author/alallum/', '', '', '', '2', '0', 'Junior Member', '0', '1404049680', '0', '1404049680', '1404051465', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-25-1971', '1971-09-25', '-1', '-1', '209.161.104.127', '0', '1', '', '0', '0', '-1', '0', '0', '#ILs\\tM45)ay8YT+T[+FSRkcJ$4SdB^uy\"koC>-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6206', '2', '', '0', 'ZTemple', '4c46cad4a9d1bd96970dac9c8ce73b4e', '2014-06-29', 'sebbenaic@yahoo.com', '0', '', 'http://www.durhamsalesroom.com/index.php?do=/profile-814664/info/info/info/info/', '', '', '', '2', '0', 'Junior Member', '0', '1404070135', '0', '1404070135', '1404071911', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-06-1979', '1979-07-06', '-1', '-1', '209.161.102.224', '0', '1', '', '0', '0', '-1', '0', '0', '08e$2j0dY>;@cT8$e,:\'t~umt}ZoMZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6207', '2', '', '0', 'AO70', 'ff4b3e3c1c4c2c411fda8a30ad88a96e', '2014-06-29', 'dutrapii@yahoo.com', '0', '', 'http://sportsonlyauction.com/item.php?id=10879', '', '', '', '2', '0', 'Junior Member', '0', '1404072026', '0', '1404072026', '1404073837', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-02-1973', '1973-06-02', '-1', '-1', '209.161.106.74', '0', '1', '', '0', '0', '-1', '0', '0', '#SYC+Sl|mk6h1xW{foi`e]Ga\\}F;nt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6208', '2', '', '0', 'FGarside', 'e949a562a9dfc83589dfb88047fc0a56', '2014-06-29', 'pezbiqleland@yahoo.com', '0', '', 'http://www.magic.ravenhope.co.uk/item.php?id=14619', '', '', '', '2', '0', 'Junior Member', '0', '1404072592', '0', '1404072592', '1404074666', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-24-1977', '1977-01-24', '-1', '-1', '104.128.27.228', '0', '1', '', '0', '0', '-1', '0', '0', '/ZH#cT/HgG4r2e%J6b\"g{?zF5@r[t$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6209', '2', '', '0', 'VOlszewsk', 'b65ca1752295e0d0cf61beff57a30259', '2014-06-29', 'kochanka.anka@prokonto.pl', '0', '', 'http://e-dbd.org/', '', '', '', '2', '0', 'Junior Member', '0', '1404072596', '0', '1404072596', '1404075705', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-30-1981', '1981-01-30', '-1', '-1', '23.108.24.105', '0', '1', '', '0', '0', '-1', '0', '0', 'BL&.~%[Ub`s$!#RN.!,[gu?QB_khAi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6210', '2', '', '0', 'J4730', 'cf9960ecce3e88475e27017c03335df5', '2014-06-29', 'gdontegysm@yahoo.com', '0', '', 'https://disofr.org/trac/ticket/15179', '', '', '', '2', '0', 'Junior Member', '0', '1404073757', '0', '1404073757', '1404075516', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-25-1975', '1975-07-25', '-1', '-1', '209.161.96.38', '0', '1', '', '0', '0', '-1', '0', '0', '36yp~SnlvLi6/t^2y7oCrp1bY9v/UK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6211', '2', '', '0', 'HHayman', 'c9a83f2259982dfcd400624437a8102d', '2014-06-29', 'trentlaut@yahoo.com', '0', '', 'http://nasebook.com/index.php?do=/blog/230131/utilizing-the-finest-details-out-there-to-bring-down-c', '', '', '', '2', '0', 'Junior Member', '0', '1404075497', '0', '1404075497', '1404077261', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-23-1970', '1970-05-23', '-1', '-1', '209.161.100.176', '0', '1', '', '0', '0', '-1', '0', '0', '?)f#ywv|,X/gO5siQ}9&S5-pg?%H,O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6212', '2', '', '0', 'Ons', 'f68a1c197ec51c7a8c3c09a7e73c4161', '2014-06-29', 'anthonystenhouse@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404076678', '0', '1404076678', '1404077878', '1404077878', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.234.50.199', '0', '1', '', '0', '0', '-1', '0', '0', 'B9=@x/llr$4VS`l8:tc3#W8^igs\"e\\', '', '0', '82127', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6213', '2', '', '0', 'DQaq', 'dc6799df5e1fb779dd04e1cc6a34c4a5', '2014-06-29', 'tmllqsov@yahoo.com', '0', '', 'http://cgaming.de/index.php?site=profile&id=6447', '', '', '', '2', '0', 'Junior Member', '0', '1404082742', '0', '1404082742', '1404083886', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1972', '1972-06-15', '-1', '-1', '104.128.18.29', '0', '1', '', '0', '0', '-1', '0', '0', 'H|nm}?mW?B$!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6229', '2', '', '0', 'L8111', 'a61cf26021af807b3f0d5137a24441b9', '2014-06-30', 'thddtdjody@yahoo.com', '0', '', 'http://marshpillow.com/sc_notice/8902', '', '', '', '2', '0', 'Junior Member', '0', '1404150977', '0', '1404150977', '1404152800', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-08-1985', '1985-09-08', '-1', '-1', '104.128.31.90', '0', '1', '', '0', '0', '-1', '0', '0', 'Q^/!@jPaBq&PDWs[[m\"}DcgyWM=-\'?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6230', '2', '', '0', 'CYROZ', 'b8aeb9cba369ec5afa362498ebfad60b', '2014-06-30', 'ernestmlj@yahoo.com', '0', '', 'http://thriftbitz.com/item.php?id=7464&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404158579', '0', '1404158579', '1404160357', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1973', '1973-02-16', '-1', '-1', '104.128.16.224', '0', '1', '', '0', '0', '-1', '0', '0', 'nMxgzRBmzM\"iy%A*?&~R.=f>ft#g@6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6231', '2', '', '0', 'Ace Merrill', '18b5efbee8f663dac1ff8a59c5c30558', '2014-06-30', 'vaarsivius@yahoo.com', '0', '', '', '', '', '', '2', '2', 'Junior Member', '0', '1404160829', '0', '1404557025', '1409745371', '1404255769', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '08-29-1997', '1997-08-29', '-1', '-1', '86.184.182.136', '0', '1', '', '0', '0', '-1', '0', '0', '1nK6mh_{p,XFI~m[QJDz#W>DDOPx=y', '', '0', '82158', '0', '0', '0', '0', '', '0', '0', '', '142', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6232', '2', '', '0', 'OPLW', '85e30afca3ff3b2da17e5f552106d68d', '2014-07-01', 'ruhnggjv@yahoo.com', '0', '', 'http://bolou2.com/blog/7262/advice-to-get-the-best-vehicle-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1404178773', '0', '1404178773', '1404180784', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-11-1971', '1971-07-11', '-1', '-1', '104.128.18.240', '0', '1', '', '0', '0', '-1', '0', '0', 'l:p?s\'xJ015xCCd8s,Hw8S/6oJKf?;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6233', '3', '', '0', 'SQYPJ', '6abdcea87f4ebd77ec2a31fdf5c33933', '2014-07-01', 'sactzgcz@yahoo.com', '0', '', 'http://www.advancedturbinesupport.com/UserProfile/tabid/57/userId/22413/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1404181693', '0', '1404181693', '1404562763', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-27-1985', '1985-10-27', '-1', '-1', '104.128.18.81', '0', '1', '', '0', '0', '-1', '0', '0', ':)[\'&?|u{@@i$M2!WfDr:ZlQ#_>g!C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6234', '2', '', '0', 'Z0119', '0b59d11ca7d59d6c370f3e167c76b496', '2014-07-01', 'torrellivdt@yahoo.com', '0', '', 'http://tangx.co.kr/Careers/52812', '', '', '', '2', '0', 'Junior Member', '0', '1404182913', '0', '1404182913', '1404184794', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-13-1982', '1982-08-13', '-1', '-1', '104.128.29.14', '0', '1', '', '0', '0', '-1', '0', '0', ')nhLVBe.pLdatf.du|h>r-d/p:V-0y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6235', '2', '', '0', 'UBlanch', '0de4b583d7625f543e626b636770afb6', '2014-07-01', 'tpkpabup@yahoo.com', '0', '', 'http://www.topclasspalmi.it/tornei/modules.php?name=Your_Account&op=userinfo&username=LReard', '', '', '', '2', '0', 'Junior Member', '0', '1404204307', '0', '1404204307', '1404206133', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1971', '1971-07-08', '-1', '-1', '104.128.16.137', '0', '1', '', '0', '0', '-1', '0', '0', '\\d95i#Q@&4BZ{@2rR\'Qmy>mpz3^AV<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6236', '3', '', '0', 'LNqk', '2855a946d786c4dda0fa39d9d2e5e966', '2014-07-01', 'dslgsqxeii@yahoo.com', '0', '', 'http://adsandauctions.com/item.php?id=3188030&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404206554', '0', '1404206554', '1404224847', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-19-1980', '1980-06-19', '-1', '-1', '104.128.27.118', '0', '1', '', '0', '0', '-1', '0', '0', '$RI~fvVha,f7&\\1K|J;x\"r\"sPX>c<;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6237', '2', '', '0', 'JScanlon', '80bd77c1fb4cd8a3a98bf725cca82055', '2014-07-01', 'cgdujqmx@yahoo.com', '0', '', 'http://auction-monkey.com/item.php?id=16601&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404209689', '0', '1404209689', '1404213302', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-09-1979', '1979-07-09', '-1', '-1', '209.161.110.231', '0', '1', '', '0', '0', '-1', '0', '0', 'HA&e}M6u&3,UH`kx?LCt5cM0S|ZBNY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6238', '2', '', '0', 'C5712', '7f17709968fea054e85a105970a1bf91', '2014-07-01', 'beduardoaa@yahoo.com', '0', '', 'http://tradeit-ng.com/author/erdumont/', '', '', '', '2', '0', 'Junior Member', '0', '1404219717', '0', '1404219717', '1404221512', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-10-1983', '1983-08-10', '-1', '-1', '104.128.18.94', '0', '1', '', '0', '0', '-1', '0', '0', '.D,]Lsl)V~P\\6#j3r>\"CWMsOzl+.(6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6239', '2', '', '0', 'LWZM', 'fd6c981facd64a1454e1be2cbe4dda06', '2014-07-01', 'tomek_atomeczek@kozacki.pl', '0', '', 'http://e-dbd.org/', '', '', '', '2', '0', 'Junior Member', '0', '1404220720', '0', '1404220720', '1404223843', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-31-1981', '1981-05-31', '-1', '-1', '23.108.24.105', '0', '1', '', '0', '0', '-1', '0', '0', ')Pr=r78z`bMB^vq!ni*\\&%HWYDv1ib', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6240', '3', '', '0', 'SQpn', '89b2d51857c8430ee83867d76f06eb61', '2014-07-01', 'rssrrenato@yahoo.com', '0', '', 'http://www.pv-directory.net/wiki/Suggestions_That_Offer_An_Advantage_Within_The_Car_Insurance_Market', '', '', '', '2', '0', 'Junior Member', '0', '1404226462', '0', '1404226462', '1404545901', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-20-1971', '1971-07-20', '-1', '-1', '209.161.106.64', '0', '1', '', '0', '0', '-1', '0', '0', 't(&ySAJbv6$,Ky0Ya@,=WNyIE2rJ+=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6241', '2', '', '0', 'FSzh', '1da484064e55bf1a8085760e2b109e08', '2014-07-01', 'passaangel@yahoo.com', '0', '', 'http://cavite.info/socialmedia/index.php?do=/blog/28826/guard-your-own-home-far-better-by-using-thes', '', '', '', '2', '0', 'Junior Member', '0', '1404227387', '0', '1404227387', '1404229165', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-30-1978', '1978-11-30', '-1', '-1', '209.161.106.13', '0', '1', '', '0', '0', '-1', '0', '0', 'qh:lp1BexY%:_8}i&WR33+^-VT(@t|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6242', '3', '', '0', 'montyzari', '74e17dca1b9fc9302933ad9a54dbccd7', '2014-07-01', 'montyzari@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404230224', '0', '1404230224', '1404230224', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '65.69.204.131', '0', '1', '', '0', '0', '-1', '0', '0', 'X2r$tCzM*|7>aJs**wK[}xeuWn_&1F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6243', '2', '', '0', 'KStultz', 'a6fea554c4f86fe94f9ff56769c78bef', '2014-07-01', 'mosbarge@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404233294', '0', '1404233294', '1404235475', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.29.220', '0', '1', '', '0', '0', '-1', '0', '0', 'nn^zt~<5\'rlMfN;c!(1VwxL%`9,,VA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6244', '2', '', '0', 'JDim', '38bef2f14555d14a20a3e951728f1f0a', '2014-07-01', 'cibmouvu@yahoo.com', '0', '', 'http://resimlog.com/profile/wiegsq', '', '', '', '2', '0', 'Junior Member', '0', '1404235525', '0', '1404235525', '1404238250', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-07-1971', '1971-12-07', '-1', '-1', '104.128.29.164', '0', '1', '', '0', '0', '-1', '0', '0', 'BKd?`;PfSt1^7O_\'_s0\'AU\\;P5<\\B6b{5Io?;:iY+G#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6246', '2', '', '0', 'NHurley', '94b0b036612f26524d5132ee09731a4e', '2014-07-01', 'dusatkousx@yahoo.com', '0', '', 'http://www.duktem.com/xe/page2/408720', '', '', '', '2', '0', 'Junior Member', '0', '1404237068', '0', '1404237068', '1404238884', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-23-1973', '1973-11-23', '-1', '-1', '209.161.100.117', '0', '1', '', '0', '0', '-1', '0', '0', 'w!#+im\'r%&]Q{3DVX-L{g2]XAqTWgD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6247', '3', '', '0', 'VFke', '5819e9d37d0de9aa26c1931708292b5d', '2014-07-01', 'carterypeju@yahoo.com', '0', '', 'http://socialcookie.net/xe/sfac_suppoters/240042', '', '', '', '2', '0', 'Junior Member', '0', '1404239389', '0', '1404239389', '1404242216', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-02-1979', '1979-12-02', '-1', '-1', '104.128.27.173', '0', '1', '', '0', '0', '-1', '0', '0', 'EO7nd\\p^wZ\"zo\'#t)||7LlM8]xbp>\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6248', '3', '', '0', 'K23G', '25dedb065d158391dec85c3af5d57728', '2014-07-01', 'khffgelton@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404243481', '0', '1404243481', '1404243481', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.16.254', '0', '1', '', '0', '0', '-1', '0', '0', '*.ASc@#[%bqKx@?$jFlGze*],n}l-%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6249', '2', '', '0', 'SGiles', '844dea1d841577cb7aca62beb2725980', '2014-07-01', 'dinrtbibillj@yahoo.com', '0', '', 'http://iconi.org/2010/xe/?document_srl=1620746', '', '', '', '2', '0', 'Junior Member', '0', '1404245929', '0', '1404245929', '1404247753', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-03-1978', '1978-06-03', '-1', '-1', '209.161.102.70', '0', '1', '', '0', '0', '-1', '0', '0', 'w!{h|A=w.?@*%OprDV)!*K-Cbd\\yDJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6250', '2', '', '0', 'redghost123', '29885ac686730e0c57eed14f6cb765fb', '2014-07-01', 'justinduits20@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404246425', '0', '1404247168', '1404259358', '1404247084', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '89.99.229.96', '0', '1', '', '0', '0', '-1', '0', '0', 'uAkQFNDpHd1LOV:vQ!!0,o.x{3X3EY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6251', '2', '', '0', 'YFreytag', 'ae928203815eae4091d3ec551582738d', '2014-07-01', 'summerfordf@yahoo.com', '0', '', 'http://ahnddong.com/xe/guestbook/59932', '', '', '', '2', '0', 'Junior Member', '0', '1404247253', '0', '1404247253', '1404249085', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1980', '1980-07-26', '-1', '-1', '104.128.27.184', '0', '1', '', '0', '0', '-1', '0', '0', ':yR\"3;MwDtdken3O0\'}54r!om)KdX=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6252', '2', '', '0', 'MZ58', '1c8748ebae601db05296cfe58d7437b5', '2014-07-01', 'mitchellwcau@yahoo.com', '0', '', 'http://photo.xzn.ir/profile/tellewelly', '', '', '', '2', '0', 'Junior Member', '0', '1404248051', '0', '1404248051', '1404249923', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-23-1978', '1978-07-23', '-1', '-1', '209.161.96.49', '0', '1', '', '0', '0', '-1', '0', '0', '@zc26vNmsgk;0%Z0\"+_>c^>V[GcX~Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6253', '2', '', '0', 'LNFHR', 'e6b829a24aaf60d45844fff7831d458a', '2014-07-01', 'steviegtgs@yahoo.com', '0', '', 'http://www.welcometomypad.com/item.php?id=47370605', '', '', '', '2', '0', 'Junior Member', '0', '1404251733', '0', '1404251733', '1404253492', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-07-1973', '1973-04-07', '-1', '-1', '104.128.31.204', '0', '1', '', '0', '0', '-1', '0', '0', '@D`(ih~4L(_;nJl5Su8$bqR+jA(dap', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6254', '2', '', '0', 'TIrz', '591596e648c1b79e2145af370cee186d', '2014-07-01', 'toyoukersote@yahoo.com', '0', '', 'http://visanara.co.kr/xe/?document_srl=1407684&mid=chinaqa&sort_index=regdate&order_type', '', '', '', '2', '0', 'Junior Member', '0', '1404254182', '0', '1404254182', '1404256046', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-30-1974', '1974-09-30', '-1', '-1', '104.128.31.3', '0', '1', '', '0', '0', '-1', '0', '0', 'w-fyVw6amAV6~?3j@u=y6DcyK2k3=j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6255', '2', '', '0', 'IRudall', '871c2db6833b998047a6c8f7ed1feea5', '2014-07-01', 'bothkjbwwk@yahoo.com', '0', '', 'http://gracil.dk/blogs/2074/8202/better-ways-to-bring-down-auto-i', '', '', '', '2', '0', 'Junior Member', '0', '1404254509', '0', '1404254509', '1404256323', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1970', '1970-07-26', '-1', '-1', '209.161.106.50', '0', '1', '', '0', '0', '-1', '0', '0', '#*4N1ri~>W5qMLu0?H:*iBmL4FMI^W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6256', '2', '', '0', 'LDKC', 'e388805b1262ddfccacd588d1b511224', '2014-07-02', 'rhhgiczi@yahoo.com', '0', '', 'http://www.4kwallpaper.net/profile/froddo.html', '', '', '', '2', '0', 'Junior Member', '0', '1404256546', '0', '1404256546', '1404258427', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-12-1977', '1977-12-12', '-1', '-1', '209.161.98.5', '0', '1', '', '0', '0', '-1', '0', '0', 'nYby}O?ESlj:AxNd\'/(tc7`!dEO/o.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6257', '2', '', '0', 'SRosanove', '243e4abb2df7864e84e37f89c7b04e3f', '2014-07-02', 'bybziweagel@yahoo.com', '0', '', 'https://zeon.fi/dev/bitbay/item.php?id=12302&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404260629', '0', '1404260629', '1404262430', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1984', '1984-08-18', '-1', '-1', '209.161.104.90', '0', '1', '', '0', '0', '-1', '0', '0', '[a;O23v%fAZj/}cmfG]=myk|1\\nm7y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6258', '2', '', '0', 'LTJUA', '4b6a46afa44a04faeaa4bcaa9ac3765e', '2014-07-02', 'kelleytro@yahoo.com', '0', '', 'http://www.fcchiasso.ch/phpBB2/profile.php?mode=viewprofile&u=177810', '', '', '', '2', '0', 'Junior Member', '0', '1404267186', '0', '1404267186', '1404269007', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-07-1975', '1975-02-07', '-1', '-1', '209.161.104.90', '0', '1', '', '0', '0', '-1', '0', '0', 'M6.lHX090\\i\\Y<&&s?\"}\\,@mf%224g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6259', '2', '', '0', 'F5921', '8d229eed0114135eb77d9c21244920f8', '2014-07-02', 'vdvxrqjcn@yahoo.com', '0', '', 'http://www.findathingy.com/author/albhmd/', '', '', '', '2', '0', 'Junior Member', '0', '1404267244', '0', '1404267244', '1404269198', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-19-1978', '1978-07-19', '-1', '-1', '209.161.104.90', '0', '1', '', '0', '0', '-1', '0', '0', 'Giu5!dh~U^|_Jv4XRGt(ox}b5%JPC/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6260', '2', '', '0', 'M05V', '0662db5725f4cafd14c3701c94b93a30', '2014-07-02', 'chesickutfy@yahoo.com', '0', '', 'http://massage-secrets.ru/node/19750', '', '', '', '2', '0', 'Junior Member', '0', '1404267572', '0', '1404267572', '1404276523', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1975', '1975-09-28', '-1', '-1', '209.161.110.126', '0', '1', '', '0', '0', '-1', '0', '0', '*#%xe{k\"!8(!RHZlEp2BP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6262', '2', '', '0', 'KMrn', '9891856891f92e90b0599113e5f09b9b', '2014-07-02', 'kiethmbdfz@yahoo.com', '0', '', 'http://www.magic.ravenhope.co.uk/item.php?id=8890&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404278910', '0', '1404278910', '1404280696', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-17-1974', '1974-04-17', '-1', '-1', '104.128.24.96', '0', '1', '', '0', '0', '-1', '0', '0', 'xZZS)GLs_Y#8,;R55-wLJ>>[_m_K\\K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6263', '2', '', '0', 'MLade', '58070c116421e73a38cc3d9b31610e34', '2014-07-02', 'clcrwbpk@yahoo.com', '0', '', 'http://thriftbitz.com/item.php?id=10300&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404279437', '0', '1404279437', '1404281355', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1978', '1978-01-18', '-1', '-1', '104.128.24.96', '0', '1', '', '0', '0', '-1', '0', '0', '@hR<.b?Mwg47AOsY7~+jfr\"hjc.q?>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6264', '2', '', '0', 'DPSIA', 'b98a8557a091a4a9f5577d5989c2ce98', '2014-07-02', 'uudjfinnell@yahoo.com', '0', '', 'http://www.croatiaholidayshr.com/UserProfile/tabid/42/userId/40457/language/hr-HR/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1404281577', '0', '1404281577', '1404283365', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-08-1973', '1973-05-08', '-1', '-1', '209.161.102.184', '0', '1', '', '0', '0', '-1', '0', '0', '[5^u;SO@Sih!5BpM@vYX4|#i#\\Z\"q/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6265', '2', '', '0', 'L22K', '2264cac79330a4476ea147e4d198670e', '2014-07-02', 'amsxuzknav@yahoo.com', '0', '', 'http://protopopov.ru/webid/item.php?id=8491', '', '', '', '2', '0', 'Junior Member', '0', '1404283609', '0', '1404283609', '1404285682', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-06-1985', '1985-03-06', '-1', '-1', '209.161.102.143', '0', '1', '', '0', '0', '-1', '0', '0', ',6g]C+A*85myJG:ZH$9.64Qrp0K&3\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6266', '3', '', '0', 'YLLH', 'ccef88df9f7dabb74b20d29826b4787e', '2014-07-02', 'helenacoomes6851@mailcatch.com', '0', '', 'https://thisisplasticsurgery.shutterfly.com/', '', '', '', '2', '0', 'Junior Member', '0', '1404286145', '0', '1418634783', '1418636430', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-08-1970', '1970-06-08', '-1', '-1', '23.231.5.143', '0', '1', '', '0', '0', '-1', '0', '0', '^l(oJ/il,0d{XfU6a*#zT.cu\\Ui`J9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '439', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6267', '2', '', '0', 'B75G', 'f85199b6c5a09d5c823031c069e1a7a2', '2014-07-02', 'qkoterbadar@yahoo.com', '0', '', 'http://www.alemcheap.fi/show/get-the-most-from-your-homeowners-insurance-coverage', '', '', '', '2', '0', 'Junior Member', '0', '1404288377', '0', '1404288377', '1404290177', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1978', '1978-09-19', '-1', '-1', '104.128.27.12', '0', '1', '', '0', '0', '-1', '0', '0', 'Lbln3!0p-b6DA4Gc>Y~TQtM:Cs65g\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6268', '3', '', '0', 'VA18', 'df115887243d38fcf9b8ea1e1c3e2f96', '2014-07-02', 'alexandradenny1884@mailcatch.com', '0', '', 'http://greatplastic.weebly.com/', '', '', '', '2', '0', 'Junior Member', '0', '1404293443', '0', '1418467214', '1418468616', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1980', '1980-08-05', '-1', '-1', '204.44.112.53', '0', '1', '', '0', '0', '-1', '0', '0', '\'Hq&azNw8]Jz=*^j,yX4pzeA^|MEBXZ6WJD{I%$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '231', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6270', '2', '', '0', 'AFreeh', '47de758bd0064a49a19204d742869900', '2014-07-02', 'franzmandbux@yahoo.com', '0', '', 'http://www.sanya.co.kr/xe/freeboard/93260', '', '', '', '2', '0', 'Junior Member', '0', '1404295036', '0', '1404295036', '1404296844', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-25-1974', '1974-07-25', '-1', '-1', '104.128.16.209', '0', '1', '', '0', '0', '-1', '0', '0', '])qB$&\";B?nQ2~o>{L\\s|$x10\\-Jnw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6271', '2', '', '0', 'MGMUI', '9b713f850360356913c0938e370b1def', '2014-07-02', 'tyronezcx@yahoo.com', '0', '', 'http://www.loocs.org/groups/search-engine-marketing-ideas-that-generate-your-blog-to-the-top-level-f', '', '', '', '2', '0', 'Junior Member', '0', '1404295367', '0', '1404295367', '1404297178', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-10-1983', '1983-01-10', '-1', '-1', '209.161.106.27', '0', '1', '', '0', '0', '-1', '0', '0', '=ZI0Ai]4Wkr6xyrXsxhBIvy$viN%/8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6272', '2', '', '0', 'C4718', 'cc86cc594033121a54a4f67e24cef52c', '2014-07-02', 'tuwzqmlurey@yahoo.com', '0', '', 'http://adsandauctions.com/item.php?id=3186064', '', '', '', '2', '0', 'Junior Member', '0', '1404295439', '0', '1404295439', '1404297340', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-09-1981', '1981-05-09', '-1', '-1', '104.128.18.222', '0', '1', '', '0', '0', '-1', '0', '0', '4y9GR%;g}6ZW+TAL}8F\"01O4?gzjZ-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6273', '2', '', '0', 'HOrth', 'a9c2de5959c0180a3a05452912539ec0', '2014-07-02', 'wdehpdkpj@yahoo.com', '0', '', 'http://samicksports.com/?document_srl=3071409', '', '', '', '2', '0', 'Junior Member', '0', '1404298636', '0', '1404298636', '1404300434', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-23-1970', '1970-07-23', '-1', '-1', '209.161.108.78', '0', '1', '', '0', '0', '-1', '0', '0', 'ce[e9FR/N~<4^M$D7?NB;Bbcb-OZ}^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6274', '3', '', '0', 'V7426', '4fddb97d0fa3855826d54769d6806e01', '2014-07-02', 'zgskvocpl@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404306203', '0', '1404306203', '1404306203', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.100.227', '0', '1', '', '0', '0', '-1', '0', '0', 'euMSY=.W-p]D,\'J2rEcY&oeQt\\!u6=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6275', '2', '', '0', 'R56K', '4b05ce03ecebe9d0cde6d1d3a33242ad', '2014-07-02', 'mohamedkjzuo@yahoo.com', '0', '', 'http://thesocialfreak.com/index.php?do=/blog/2000/explanations-why-you-can-039-t-afford-to-do-withou', '', '', '', '2', '0', 'Junior Member', '0', '1404306523', '0', '1404306523', '1404308330', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1984', '1984-02-22', '-1', '-1', '209.161.96.178', '0', '1', '', '0', '0', '-1', '0', '0', 'eQ6+.c-/>5Y*1JXf@v$g,z07*t\'4l*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6276', '2', '', '0', 'SFerro', '673cf9d8295539ec2b5822c354e3fdd1', '2014-07-02', 'mvqbglgey@yahoo.com', '0', '', 'http://pixeldiamond.net/groups/are-you-currently-looking-for-insurance-coverage-go-through-these-tip', '', '', '', '2', '0', 'Junior Member', '0', '1404309900', '0', '1404309900', '1404311798', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-02-1982', '1982-10-02', '-1', '-1', '209.161.96.173', '0', '1', '', '0', '0', '-1', '0', '0', 'ONTXa8,Yy.NC@l36r}hci9z\'a40fN\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6277', '2', '', '0', 'AQNSU', 'a4a43204419367796aa10612c5b480be', '2014-07-02', 'beearglefyc@yahoo.com', '0', '', 'http://sinchonart.com/?document_srl=619886', '', '', '', '2', '0', 'Junior Member', '0', '1404310612', '0', '1404310612', '1404312430', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-07-1977', '1977-04-07', '-1', '-1', '209.161.106.132', '0', '1', '', '0', '0', '-1', '0', '0', 'VzBfV}]i+IZTC7YvhL^L8Y@w&/^^%;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6278', '2', '', '0', '♥► Bolt ◄♥', 'e86386899e667534aef3dabb1e32a499', '2014-07-02', 'patrick_deisler@gmx.de', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1404311213', '0', '1404558581', '1404733760', '1404500193', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1994', '1994-06-07', '-1', '-1', '77.12.211.179', '0', '1', '', '0', '0', '-1', '0', '0', 'JAjA5XY[2w|:-G#9t1Sgf&;8-[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6280', '2', '', '0', 'YMFC', '0b980639f09ac75d76889ad2d6734dcb', '2014-07-02', 'norbertoapr@yahoo.com', '0', '', 'http://www.tutorpost.co.uk/ads/residence-owners-insurance-policy-manufactured-simple-how-to-find-the', '', '', '', '2', '0', 'Junior Member', '0', '1404314593', '0', '1404314593', '1404316392', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-07-1982', '1982-12-07', '-1', '-1', '209.161.103.52', '0', '1', '', '0', '0', '-1', '0', '0', '8o:s$cI-\'e!eM%{Z#9o.6[4/b`YWmr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6281', '2', '', '0', 'L5838', 'c66f54f4590c6f11be99d68336534b94', '2014-07-02', 'rpaulhxr@yahoo.com', '0', '', 'http://www.aeroguidonia.com/modules.php?name=Your_Account&op=userinfo&username=KMolineux', '', '', '', '2', '0', 'Junior Member', '0', '1404316785', '0', '1404316785', '1404318572', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-02-1982', '1982-02-02', '-1', '-1', '104.128.31.211', '0', '1', '', '0', '0', '-1', '0', '0', 'X&G]mE8~q{6YR}$[z(dxHCi<9`,}(W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6282', '2', '', '0', 'NQ41', '2af70b8dcd714dbd20eab69791f51042', '2014-07-02', 'uvaccavq@yahoo.com', '0', '', 'http://english4u.dp.ua/modules.php?name=Your_Account&op=userinfo&username=CLand', '', '', '', '2', '0', 'Junior Member', '0', '1404321534', '0', '1404321534', '1404323332', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-22-1973', '1973-07-22', '-1', '-1', '104.128.31.155', '0', '1', '', '0', '0', '-1', '0', '0', '*Mpv%/K\"hpSm6=Gt8d\"N}K\"#V,yEG)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6283', '2', '', '0', 'NCMUN', 'bc473d27033d4410356eda8b0ba74deb', '2014-07-02', 'qtrippizq@yahoo.com', '0', '', 'http://monteklearningsolutions.com/forum/groups/auto-insurance-advice-busy-men-and-women-are-able-to', '', '', '', '2', '0', 'Junior Member', '0', '1404323290', '0', '1404323290', '1404325072', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-22-1973', '1973-12-22', '-1', '-1', '209.161.100.62', '0', '1', '', '0', '0', '-1', '0', '0', '+\\T70\'86;o)>g=]3@gfr>$Q:ehDJ;I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6284', '2', '', '0', 'CFZZI', '0003329a2009b17a57c2277e2a8697ba', '2014-07-02', 'mciqfcydh@yahoo.com', '0', '', 'http://s501557544.onlinehome.us/auction/WeBid/item.php?id=5220&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404324869', '0', '1404324869', '1404347284', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-07-1978', '1978-02-07', '-1', '-1', '104.128.27.122', '0', '1', '', '0', '0', '-1', '0', '0', '6EtL`dT}Lp[_1DG$bJU{1?A[ZjG!qe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6285', '2', '', '0', 'NKKWZ', '3ccd7504e4af61fef1f7612043cb3ced', '2014-07-02', 'devgoypquint@yahoo.com', '0', '', 'http://sellbuytrade.com.au/you-will-in-no-way-feel-dissapointed-about-possessing-life-insurance-cove', '', '', '', '2', '0', 'Junior Member', '0', '1404332253', '0', '1404332253', '1404334086', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1981', '1981-07-15', '-1', '-1', '104.128.16.126', '0', '1', '', '0', '0', '-1', '0', '0', 'M;4mSB64(J{#sh`D(^JYm!aHP^BGu?u,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6287', '2', '', '0', 'AVAC', '002ccdeca411c30394d0cce9198a5bb1', '2014-07-02', 'qoremyerydel@yahoo.com', '0', '', 'http://www.rembo.se/item.php?id=6167&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404333759', '0', '1404333759', '1404335546', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-14-1983', '1983-01-14', '-1', '-1', '209.161.103.10', '0', '1', '', '0', '0', '-1', '0', '0', '@H`W//%|}7vad}jV`UKPe9DLRUVI:a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6288', '2', '', '0', 'JJDU', '613393530f4f9232c51600cc1f05c032', '2014-07-02', 'burtchellym@yahoo.com', '0', '', 'http://superherokale.com/groups/ideas-to-help-you-make-selections-about-vehicle-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1404334828', '0', '1404334828', '1404336611', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-28-1970', '1970-04-28', '-1', '-1', '209.161.103.50', '0', '1', '', '0', '0', '-1', '0', '0', 'CrHu70r7rZLjy|6VKwIAhEw_hzp43A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6289', '2', '', '0', 'YVEL', '9b15dea212637edfc9685a4c16c15988', '2014-07-02', 'quentinylqwo@yahoo.com', '0', '', 'http://ctss.kr/enter_exam/362420', '', '', '', '2', '0', 'Junior Member', '0', '1404337122', '0', '1404337122', '1404338925', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1973', '1973-03-19', '-1', '-1', '104.128.31.211', '0', '1', '', '0', '0', '-1', '0', '0', 'L*vo-]G!w]?>I#0%|NQ}*(%61i8p1$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6290', '2', '', '0', 'BBirch', '5024823666f83fc7608f43ff07dce0a8', '2014-07-02', 'loprestiouq@yahoo.com', '0', '', 'http://www.guamesl.com/xe/mov01/84907', '', '', '', '2', '0', 'Junior Member', '0', '1404338699', '0', '1404338699', '1404340544', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-16-1981', '1981-05-16', '-1', '-1', '209.161.103.82', '0', '1', '', '0', '0', '-1', '0', '0', '#/SyT9Tw9c^_wy0y\\uv+^e{glBcZ{a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6291', '2', '', '0', 'WWWE', '36369deac07f97b362f656dc2e875b61', '2014-07-02', 'chongejwhqs@outlook.com', '0', '', 'http://ocnetworks.co.uk/', '', '', '', '2', '0', 'Junior Member', '0', '1404340592', '0', '1404340592', '1404340694', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-11-1972', '1972-08-11', '-1', '-1', '5.255.81.74', '0', '1', '', '0', '0', '-1', '0', '0', '3fT0Q_(Lc[=`0\"|U\"pX?]at-DnHXj_wg~\"V,!~^_LO`k@98%\\yh\"@1Zh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6296', '2', '', '0', 'VNoack', '643f8f8682041f3c17e8dc03cf1e8db7', '2014-07-03', 'wilburcons@yahoo.com', '0', '', 'http://clixxl.de/groups/how-to-spend-less-on-car-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1404349600', '0', '1404349600', '1404351454', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-01-1980', '1980-03-01', '-1', '-1', '104.128.16.118', '0', '1', '', '0', '0', '-1', '0', '0', '|n#s;A$<>Y=02\\msRy9BBT+|utiD;R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6297', '2', '', '0', 'FLowry', '9948bef9a942e1e474f70370b251862e', '2014-07-03', 'ilecsilver@yahoo.com', '0', '', 'http://auction.matritsa.info/item.php?id=12637', '', '', '', '2', '0', 'Junior Member', '0', '1404353215', '0', '1404353215', '1404354987', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-23-1983', '1983-12-23', '-1', '-1', '104.128.31.224', '0', '1', '', '0', '0', '-1', '0', '0', 'd\\Wi7]]{H8KH^Xn3=W0<[]?.V_}jmO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6298', '2', '', '0', 'Z6912', '752bcbcce0c24c2a2f653af78c99b83b', '2014-07-03', 'hasmissild@yahoo.com', '0', '', 'http://www.sikayetver.com/user.php?login=csolomon', '', '', '', '2', '0', 'Junior Member', '0', '1404356078', '0', '1404356078', '1404357889', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-21-1980', '1980-12-21', '-1', '-1', '104.128.18.175', '0', '1', '', '0', '0', '-1', '0', '0', 'O}PkK\\3y^LphHeYOz`ZM-{(8)%\"]:z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6299', '2', '', '0', 'moonrunner', '1966529b8e3ca39201da9971f9198adc', '2014-07-03', 'lordmoonrunner@comcast.net', '43', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404361856', '0', '1404404192', '1404450776', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45112535', '', '0000-00-00', '-1', '1', '67.182.150.215', '0', '0', '', '0', '0', '2', '0', '0', '^\"z4\\,7xd&c{y:urX?U;Q2T(.@JuR-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6300', '2', '', '0', 'THRG', 'd5f88dc3f05f96a8061e52b1449e0f71', '2014-07-03', 'dnharveyf@yahoo.com', '0', '', 'http://www.tennis-ol.de/node/4347', '', '', '', '2', '0', 'Junior Member', '0', '1404362307', '0', '1404362307', '1404364074', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-05-1971', '1971-09-05', '-1', '-1', '104.128.27.168', '0', '1', '', '0', '0', '-1', '0', '0', '.[cr`HnZaeN;%%VU6+]CK(9}5@0CBT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6301', '2', '', '0', 'O9100', 'fd8ec29b79e9e6867205dc4997bb34ad', '2014-07-03', 'kscfxixpr@yahoo.com', '0', '', 'http://studentconference.net/Registration/198717', '', '', '', '2', '0', 'Junior Member', '0', '1404362380', '0', '1404362380', '1404367065', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-13-1976', '1976-07-13', '-1', '-1', '209.161.98.254', '0', '1', '', '0', '0', '-1', '0', '0', 'H=q?WIR:;J\"$jHSi/;%Jj{5U{yjz;!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6302', '2', '', '0', 'NMosely', '14012ee6d720561100fbf1dd2b26c061', '2014-07-03', 'errolfcqtv@yahoo.com', '0', '', 'http://test.dusta.me/ads/vetting-your-auto-insurer-and-conserving-money/', '', '', '', '2', '0', 'Junior Member', '0', '1404363195', '0', '1404363195', '1404365404', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1984', '1984-12-06', '-1', '-1', '104.128.31.150', '0', '1', '', '0', '0', '-1', '0', '0', 'm!d3c+K}U)R!o0ya3X}(zNmu8(S,`?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6303', '2', '', '0', 'J5887', '9ae92b7caa882640f3c97ce51dfc6443', '2014-07-03', 'eric.reed37@aol.com', '0', '', 'http://evta.cts.com.tw/userinfo.php?uid=291121', '', '', '', '2', '0', 'Junior Member', '0', '1404369039', '0', '1404369039', '1404369306', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1975', '1975-02-20', '-1', '-1', '216.107.159.149', '0', '1', '', '0', '0', '-1', '0', '0', '=T5n\\j;X=beT=;t>+XUWw~3[Tq8xA|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1211', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6304', '2', '', '0', 'PI80', '49fa1b36efa8d9870f924585c6b9d007', '2014-07-03', 'dbaldoherman@yahoo.com', '0', '', 'http://www.rallyclub.ru/WeBid/item.php?id=5675&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404373649', '0', '1404373649', '1404375425', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-24-1973', '1973-09-24', '-1', '-1', '104.128.18.175', '0', '1', '', '0', '0', '-1', '0', '0', '`CDN\'r3)#Tym[+wwK3d|F\\q:[a3v:b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6305', '2', '', '0', 'ALUR', '5c15874a578901b859856ced685d286d', '2014-07-03', 'zgrafdem@yahoo.com', '0', '', 'http://www.michelepistillo.eu/userinfo.php?uid=383334', '', '', '', '2', '0', 'Junior Member', '0', '1404374483', '0', '1404374483', '1404376427', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-03-1976', '1976-11-03', '-1', '-1', '209.161.98.238', '0', '1', '', '0', '0', '-1', '0', '0', 'yZS$4t>H<$5`Vbhcw?|0zriv?C!N0M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6306', '2', '', '0', 'JSXQN', '01808341e92bce0699ac0f6f4030b173', '2014-07-03', 'forrestnx@yahoo.com', '0', '', 'http://mymediatube.com/webid/item.php?id=2169&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404375857', '0', '1404375857', '1404377862', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1983', '1983-06-15', '-1', '-1', '209.161.106.170', '0', '1', '', '0', '0', '-1', '0', '0', 'X>Zz;K;?EipRCaGH', '', '0', '82166', '0', '0', '0', '0', '', '0', '0', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6313', '2', '', '0', 'FZHU', 'fdfbbad2218480ef86838e66d6b8c878', '2014-07-03', 'tblbdwcbi@yahoo.com', '0', '', 'http://bid.netlife.tw/item.php?id=17738&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404396710', '0', '1404396710', '1404398488', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-08-1985', '1985-06-08', '-1', '-1', '104.128.19.13', '0', '1', '', '0', '0', '-1', '0', '0', '2flBs:sO@\\2t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6324', '3', '', '0', 'KRosa', 'ef611a710632470497178f789dab0ae7', '2014-07-03', 'sebopyjro@outlook.com', '0', '', 'http://facebookaccountpasswordhacker.org/', '', '', '', '2', '0', 'Junior Member', '0', '1404421790', '0', '1404421790', '1404426103', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1982', '1982-03-19', '-1', '-1', '5.255.88.8', '0', '1', '', '0', '0', '-1', '0', '0', 'DjGPg\\ZcxA\'HhB>`j`7[V\'xdE2wi@t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6325', '3', '', '0', 'TGoodsell', '4b3051d7eed08ad5bbc015c941dd053e', '2014-07-03', 'brodericksymonds@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=zzVGHD2x6ZI', '', '', '', '2', '0', 'Junior Member', '0', '1404422648', '0', '1404429805', '1404437012', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-14-1984', '1984-09-14', '-1', '-1', '104.128.94.37', '0', '1', '', '0', '0', '-1', '0', '0', 'mf@9J!\"V){#AGwmnj5Ml*{M1\"Iwu63', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6326', '3', '', '0', 'GI20', '4d6203878bbeda2c2cc7fec54dc5d502', '2014-07-03', 'johnyqel@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404423457', '0', '1404423457', '1404423457', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.104.115', '0', '1', '', '0', '0', '-1', '0', '0', 'B!;Mg;Z[\\$pg`#o\'+rBl)o`KkZIofK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6327', '2', '', '0', 'AWood', '75cb949a947ee57adb53c33ee6aae7c9', '2014-07-03', 'qqbcatan@yahoo.com', '0', '', 'http://www.mytitanfall.com/groups/give-up-paying-out-great-auto-insurance-prices-and-make-use-of-som', '', '', '', '2', '0', 'Junior Member', '0', '1404424603', '0', '1404424603', '1404571621', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1985', '1985-02-16', '-1', '-1', '209.161.100.56', '0', '1', '', '0', '0', '-1', '0', '0', '=mOhX^{p\'%5v(3{ckZ//?6X`Ep9-QE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6328', '3', '', '0', 'SWXK', '8b36637afc9e9f7de6f33a9b6c6096b0', '2014-07-03', 'alicourtice@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=zzVGHD2x6ZI', '', '', '', '2', '0', 'Junior Member', '0', '1404426724', '0', '1404433890', '1404441085', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1976', '1976-10-01', '-1', '-1', '107.155.125.79', '0', '1', '', '0', '0', '-1', '0', '0', 'S?riL[}8,\\8^HJ^]Yx}R!z;28=\"+Af', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6329', '2', '', '0', 'FGeyer', 'f32b7215942ffb3bf424e54c9e0dad3d', '2014-07-04', 'zssilvius@yahoo.com', '0', '', 'http://lawrencevillepoint.com/residents/elgg/mod/groups/topicposts.php?topic=421963&group_guid=4', '', '', '', '2', '0', 'Junior Member', '0', '1404428700', '0', '1404428700', '1404431772', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1976', '1976-02-20', '-1', '-1', '209.161.104.247', '0', '1', '', '0', '0', '-1', '0', '0', '\']z(7O3RFaWdGXrrO/eH+p#:2zzM\'y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6330', '2', '', '0', 'T14R', '2ff9e315c8e131608ddd4d392600e7eb', '2014-07-04', 'resjeramy@yahoo.com', '0', '', 'http://www.erotik-wallpaper.info/profile/pecrutchfi', '', '', '', '2', '0', 'Junior Member', '0', '1404430528', '0', '1404430528', '1404432374', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-22-1982', '1982-08-22', '-1', '-1', '209.161.103.37', '0', '1', '', '0', '0', '-1', '0', '0', 'c#!E^nS?MB+YRU=LeJ:)}t(uV#+0Fc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6331', '2', '', '0', 'SNUX', 'b5c260b2ab05b8e3d9998194efc59054', '2014-07-04', 'enubutteris@yahoo.com', '0', '', 'http://connectexpat.com/groups/follow-these-suggestions-to-spend-less-on-your-way-of-life-insurance-', '', '', '', '2', '0', 'Junior Member', '0', '1404431810', '0', '1404431810', '1404462269', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-30-1981', '1981-10-30', '-1', '-1', '209.161.106.169', '0', '1', '', '0', '0', '-1', '0', '0', 'K(V|!b\'&?*Jnb6A`)^)uNcYqz_;\"v)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6332', '2', '', '0', 'BUNRP', 'b4b6f19e4fee53dc13a8cbb47703fba2', '2014-07-04', 'aeekymrpo@yahoo.com', '0', '', 'http://jmsystemcorp.com/xe/partnership/40440', '', '', '', '2', '0', 'Junior Member', '0', '1404432484', '0', '1404432484', '1404434400', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-10-1983', '1983-12-10', '-1', '-1', '209.161.100.68', '0', '1', '', '0', '0', '-1', '0', '0', 'wVG@tU^kiR%PNoj#+A=9-qB@6V/cB&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6333', '2', '', '0', 'USimoi', '63d5a2b16ccd691a824f06cfc0dc12fc', '2014-07-04', 'vawwpukq@yahoo.com', '0', '', 'http://www.sebahattinucar.com/modules.php?name=Your_Account&op=userinfo&username=ZOMS', '', '', '', '2', '0', 'Junior Member', '0', '1404433090', '0', '1404433090', '1404434914', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1984', '1984-12-11', '-1', '-1', '209.161.98.227', '0', '1', '', '0', '0', '-1', '0', '0', 'nzyeu6_5)FO~T$/wgkzOzq=;Fd=fl\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6334', '2', '', '0', 'MEIC', 'eb31083bdacf9aa41f65a9759a228697', '2014-07-04', 'busaklyt@yahoo.com', '0', '', 'http://auction.myparts.co.uk/item.php?id=7942', '', '', '', '2', '0', 'Junior Member', '0', '1404433965', '0', '1404433965', '1404436896', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1980', '1980-10-14', '-1', '-1', '209.161.102.45', '0', '1', '', '0', '0', '-1', '0', '0', 'CE1(>pc[Ya$t=_bJVw^i^+a[bGU:Ir', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6335', '2', '', '0', 'L3750', '823051fea2a01ecba380c93b2ea4d882', '2014-07-04', 'sembxdkurtis@yahoo.com', '0', '', 'http://dev.pawndemic.com/groups-3/what-everyone-should-understand-about-house-owners-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1404434801', '0', '1404434801', '1404436877', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-06-1972', '1972-10-06', '-1', '-1', '209.161.98.90', '0', '1', '', '0', '0', '-1', '0', '0', '?!W$G(zcr[(&8;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6340', '2', '', '0', 'EGJJ', 'f573c7598931ada34f4a77c2bb7fd3fb', '2014-07-04', 'brhbilreyes@yahoo.com', '0', '', 'http://youticle.com/article.php?id=158641', '', '', '', '2', '0', 'Junior Member', '0', '1404444239', '0', '1404444239', '1404446058', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-11-1983', '1983-08-11', '-1', '-1', '104.128.16.125', '0', '1', '', '0', '0', '-1', '0', '0', 'jaOp5yN2W}3^J>qKvp3j[dysX\"luC3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6341', '2', '', '0', 'BVNGD', '0af8d4e7eaddea63d72106b43309a8b0', '2014-07-04', 'vanjpsuttell@yahoo.com', '0', '', 'http://mir.druktv.net.ua/index.php?do=/blog/17785/have-questions-in-car-insurance-take-a-look-at-the', '', '', '', '2', '0', 'Junior Member', '0', '1404448600', '0', '1404448600', '1404450387', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1983', '1983-12-15', '-1', '-1', '104.128.16.13', '0', '1', '', '0', '0', '-1', '0', '0', '*gM;?LN}ukoAcaSO=8J2oK}fn2%|\'q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6342', '2', '', '0', 'JimmyCorps', '5ad6bd3e0ded6c030b0cff60e206c865', '2014-07-04', 'jimmycorps@canuckradio.ca', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404449460', '0', '1406502700', '1407600992', '1404785617', '1', '10', '5', '-8', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '96.54.233.86', '0', '1', '', '0', '0', '-1', '0', '0', '.cwm0@z]n)r(t^:C1x{WlnJMG0qHNx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6343', '2', '', '0', 'C0747', '081e1c7debe89867fffc75d038357485', '2014-07-04', 'juenmfgt@yahoo.com', '0', '', 'http://itnanum.org/xe/notice/68641', '', '', '', '2', '0', 'Junior Member', '0', '1404452943', '0', '1404452943', '1404454791', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-02-1976', '1976-05-02', '-1', '-1', '209.161.110.149', '0', '1', '', '0', '0', '-1', '0', '0', '}mANrm2Y:_[c7&2F{/fhlnkkqn]Kr0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6344', '2', '', '0', 'NXIJ', '84f1aa10c06bed17c596318f2e733d76', '2014-07-04', 'vambrosetlb@yahoo.com', '0', '', 'http://gemcomsales.biz/FreeBid/item.php?id=19275&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404454229', '0', '1404454229', '1404456016', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-22-1970', '1970-08-22', '-1', '-1', '209.161.103.57', '0', '1', '', '0', '0', '-1', '0', '0', 'qp\\nH`&ry55|x.m]GoHkrkn2XX\'8/O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6345', '2', '', '0', 'DWLS', '93fb04205d8acba06ccf390f408891d2', '2014-07-04', 'stesveshuss@yahoo.com', '0', '', 'http://www.dasonii.com/xe/?document_srl=1117141', '', '', '', '2', '0', 'Junior Member', '0', '1404455320', '0', '1404455320', '1404457113', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-28-1977', '1977-02-28', '-1', '-1', '209.161.110.149', '0', '1', '', '0', '0', '-1', '0', '0', '%lJ;dhr>X6J#|`xNGyzwQ7v}>5R3+`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6346', '2', '', '0', 'LMRJL', '1ac9542bbd831c37e59e9c98180d3f34', '2014-07-04', 'cousinojnt@yahoo.com', '0', '', 'https://bidwaffle.com/default/item.php?id=16880&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404460078', '0', '1404460078', '1404461921', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1981', '1981-09-07', '-1', '-1', '209.161.96.170', '0', '1', '', '0', '0', '-1', '0', '0', 'q,iRP,Im?;{JFrf[_tW\\\'(RVv{(pGL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6347', '2', '', '0', 'C4585', 'd235628b3fc09c5078b3c2fdfa7cd73a', '2014-07-04', 'raymonqzvj@yahoo.com', '0', '', 'http://www.siamdent.com/modules.php?name=Your_Account&op=userinfo&username=P66N', '', '', '', '2', '0', 'Junior Member', '0', '1404460347', '0', '1404460347', '1404462259', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-16-1976', '1976-04-16', '-1', '-1', '209.161.96.162', '0', '1', '', '0', '0', '-1', '0', '0', '!mmxVrx#Dl+2UIuSs.*,3e:\":gk\'1e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6348', '2', '', '0', 'JYOMA', '0fd14f27bd9ca41a78e4131cdfb5ddce', '2014-07-04', 'shkoijpz@yahoo.com', '0', '', 'http://girlsfancyadrink.co.uk/index.php?dll=profile&sub=blogview&item_id=1602&item2_id=2', '', '', '', '2', '0', 'Junior Member', '0', '1404460514', '0', '1404460514', '1404462299', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1983', '1983-07-26', '-1', '-1', '209.161.96.162', '0', '1', '', '0', '0', '-1', '0', '0', 'Z.-/%W;+tF.DwUevu\\Kwt2g9zT(#u_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6349', '2', '', '0', 'KJamar', 'db61da535106a745d66c7c99756c4eea', '2014-07-04', 'ztpyghzz@yahoo.com', '0', '', 'http://www.therealstock.com/author/kaj06/', '', '', '', '2', '0', 'Junior Member', '0', '1404461686', '0', '1404461686', '1404463463', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-29-1982', '1982-06-29', '-1', '-1', '209.161.96.233', '0', '1', '', '0', '0', '-1', '0', '0', 'MU9wDw}#S2xU]+TT/X}Uuu;,GROW:A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6350', '2', '', '0', 'KKQMF', 'abd07a09893cc0a38ad2099d7bf490a7', '2014-07-04', 'baumohlyrck@yahoo.com', '0', '', 'http://wowenforcers.com/item.php?id=9702&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404463102', '0', '1404463102', '1404465536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-03-1982', '1982-12-03', '-1', '-1', '209.161.110.186', '0', '1', '', '0', '0', '-1', '0', '0', 'c^=7o7lNAA#Py\"\'pvA|?sMu/mIud4V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6351', '2', '', '0', 'IDSL', '3b0a59b9261c9bea734dfc541ecda550', '2014-07-04', 'andreattawt@yahoo.com', '0', '', 'http://merpet.co.kr/xe/index.php?document_srl=148928&mid=m73', '', '', '', '2', '0', 'Junior Member', '0', '1404465411', '0', '1404465411', '1404467220', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-23-1984', '1984-03-23', '-1', '-1', '209.161.100.16', '0', '1', '', '0', '0', '-1', '0', '0', 'B#g:HI)A}$E_2/ZB2>>=2!(68BDZ}V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6352', '2', '', '0', 'INJC', '0d36436b55cb5f5fb13f90bcdb269d24', '2014-07-04', 'bbbvrfli@yahoo.com', '0', '', 'http://test.tech-logical.com/profile/quvlamingh', '', '', '', '2', '0', 'Junior Member', '0', '1404468418', '0', '1404468418', '1404470235', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-11-1983', '1983-08-11', '-1', '-1', '209.161.108.38', '0', '1', '', '0', '0', '-1', '0', '0', '#{G7f2y)HN{u\"8{_Qyu9Jlc&Fipf01', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6353', '2', '', '0', 'W7339', '9c2e2fde8dcbc4514e0a11910914c9e5', '2014-07-04', 'lpatsliffe@yahoo.com', '0', '', 'http://iklanbaris.metrosemarang.com/iklan/are-aware-of-the-important-things-about-cheap-car-insuranc', '', '', '', '2', '0', 'Junior Member', '0', '1404469763', '0', '1404469763', '1404471567', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-05-1974', '1974-05-05', '-1', '-1', '104.128.19.41', '0', '1', '', '0', '0', '-1', '0', '0', 'y]as_-lrF;UT1A}Vq.f|qB1w_\'PN+C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6354', '2', '', '0', 'UO24', 'f5646bff7eb82aaea7a4c50133243aad', '2014-07-04', 'poskarev@yahoo.com', '0', '', 'http://kalakal.ph/author/canfvu/', '', '', '', '2', '0', 'Junior Member', '0', '1404470100', '0', '1404470100', '1404471923', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-22-1971', '1971-04-22', '-1', '-1', '104.128.19.106', '0', '1', '', '0', '0', '-1', '0', '0', '!?/$RZ!@z0eo\"\\.oNa?As8(Jjp)*jx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6355', '2', '', '0', 'CBZHT', 'd37be9703386c6660c21800936381504', '2014-07-04', 'kiqzrcboran@yahoo.com', '0', '', 'http://www.gotitnew.com/item.php?id=812&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404472866', '0', '1404472866', '1404474841', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1974', '1974-05-07', '-1', '-1', '104.128.27.210', '0', '1', '', '0', '0', '-1', '0', '0', '\\2|8Ppdk`K9@\\1KxKevEPB>%L\"s`^c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6356', '2', '', '0', 'RKVUK', 'd109687908647ee8d6cf30b232344933', '2014-07-04', 'ntobroad@yahoo.com', '0', '', 'http://www.stratys.net/prepamoodle/blog/index.php?postid=23347', '', '', '', '2', '0', 'Junior Member', '0', '1404473299', '0', '1404473299', '1404479898', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-23-1975', '1975-10-23', '-1', '-1', '209.161.104.121', '0', '1', '', '0', '0', '-1', '0', '0', '1=T]1)0L?#>?vYa-Hj2Sd~I41qMT>l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6357', '3', '', '0', 'T22D', '7b0038fb12b2c1284acbd95cd1604d74', '2014-07-04', 'elsxukipt@yahoo.com', '0', '', 'http://daria.com.sg/sgbeautydirectory/author/jorivas/', '', '', '', '2', '0', 'Junior Member', '0', '1404473611', '0', '1404473611', '1404475728', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-04-1972', '1972-12-04', '-1', '-1', '209.161.104.17', '0', '1', '', '0', '0', '-1', '0', '0', ';\\=fz?&:6^{C(fTZLS%_dv.:5y9c%l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6358', '2', '', '0', 'MXxy', 'c59d14a9dca5aa9faa1d4c4eca5b1fd5', '2014-07-04', 'osxcslem@yahoo.com', '0', '', 'http://www.appkikr.eu/item.php?id=24283', '', '', '', '2', '0', 'Junior Member', '0', '1404474658', '0', '1404474658', '1404476581', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-29-1973', '1973-01-29', '-1', '-1', '104.128.29.120', '0', '1', '', '0', '0', '-1', '0', '0', 'k\\YZaF5]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6360', '8', '', '0', 'N44K', '6b93c8ed9e8dc88ed590ccfae06ed4b0', '2014-07-04', 'nnawrespapoc1983@yahoo.com', '0', '', 'http://yajaira4354.blogs.experienceproject.com/', '', '', '', '2', '0', 'Banned', '0', '1404477367', '0', '1408278639', '1408303400', '1404492329', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-22-1976', '1976-12-22', '-1', '-1', '155.94.134.232', '0', '1', '', '0', '0', '-1', '0', '0', 'POg)wo/e%Gw8Y%1#\"a;??C?fC\\E=x$q>E1L@Y\\)ZH,u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6374', '2', '', '0', 'H4622', '8cd616ae4f1651a751ddda630fdb0878', '2014-07-04', 'tbylhhokz@yahoo.com', '0', '', 'http://www.polymerbusiness.com/author/rutuq/', '', '', '', '2', '0', 'Junior Member', '0', '1404505974', '0', '1404505974', '1404507776', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1985', '1985-09-17', '-1', '-1', '104.128.27.16', '0', '1', '', '0', '0', '-1', '0', '0', '1VxZhn,4$oWw_Hk`2{^W$AZ873BA}n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6375', '2', '', '0', 'SQIKL', 'f89cb7df3e3a68d98ebceb522436e14e', '2014-07-04', 'aikinsodzm@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404506069', '0', '1404506069', '1404508328', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.31.15', '0', '1', '', '0', '0', '-1', '0', '0', '/*uC-ey%FCp\'Ume-p(g*>yL^x;~*a:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6376', '2', '', '0', 'SVpc', 'c150f2a096ceee4d58b0daf06da24e36', '2014-07-04', 'schumanesx@yahoo.com', '0', '', 'http://pixeldiamond.net/groups/learn-to-continue-to-top-rated-with-search-engine-optimisation/', '', '', '', '2', '0', 'Junior Member', '0', '1404506579', '0', '1404506579', '1404508422', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-18-1980', '1980-07-18', '-1', '-1', '209.161.110.25', '0', '1', '', '0', '0', '-1', '0', '0', '{jN@Kp{l!7=@HIM4TR6IPWe~^$MJ{f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6377', '2', '', '0', 'IONX', '5bcde787b2fa6f7a8722663e0ca682dd', '2014-07-04', 'cruthirdjt@yahoo.com', '0', '', 'http://www.eplcity.com/dev/2014/06/30/very-own-your-cheap-insurance-for-new-drivers-package-deal-and', '', '', '', '2', '0', 'Junior Member', '0', '1404510679', '0', '1404510679', '1404512509', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-27-1983', '1983-02-27', '-1', '-1', '209.161.110.86', '0', '1', '', '0', '0', '-1', '0', '0', '6SLrwD7;%cf\"XbrnOj8<}C%)-Ts4`m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6378', '2', '', '0', 'crazyirishjohn', '832da845a28ef6c48505c2f2c86c442c', '2014-07-04', 'crazyirishjohn@gmail.com', '0', '', '', '', '', '', '2', '0', 'Member', '0', '1404512247', '0', '1419286889', '1419982917', '1415221557', '43', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '95.44.73.22', '0', '1', '', '0', '0', '-1', '11', '0', '{\">$!(D3_\'ME=E;Gw?VKhMl?fpb]-%', '', '0', '82764', '0', '0', '0', '0', '', '0', '0', '', '356', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '3', '3', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6379', '2', '', '0', 'BLDVW', '258a20c746e3adc3386ae67ca175acc8', '2014-07-04', 'othaycwqvf@yahoo.com', '0', '', 'http://yicoin.com/item.php?id=10783', '', '', '', '2', '0', 'Junior Member', '0', '1404514097', '0', '1404514097', '1404516777', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-10-1975', '1975-02-10', '-1', '-1', '104.128.18.103', '0', '1', '', '0', '0', '-1', '0', '0', 'UOSg&8Q=/7N?o]3\"\"PTq,^@xd]B`$d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6380', '2', '', '0', 'T6911', '7a735789d967509b570f881377336406', '2014-07-05', 'aenykskaiwi@yahoo.com', '0', '', 'http://www.gighoot.com/item.php?id=12789&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404515432', '0', '1404515432', '1404517329', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1978', '1978-09-22', '-1', '-1', '104.128.18.91', '0', '1', '', '0', '0', '-1', '0', '0', 'V-\'^Q9?Xect+}=$>rO\'@=F(.)e;.~D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6381', '2', '', '0', 'KC07', '28db80883c5b90388f6ca87af5f988bc', '2014-07-05', 'arlieiva@yahoo.com', '0', '', 'http://www.bobagames.com/profile/181744/DaCaballer.html', '', '', '', '2', '0', 'Junior Member', '0', '1404528463', '0', '1404528463', '1404530304', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-23-1973', '1973-08-23', '-1', '-1', '209.161.98.140', '0', '1', '', '0', '0', '-1', '0', '0', '..3wPc99?kPV`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6389', '2', '', '0', 'Steven Mcmullen', 'ffcb6fa126e51a81284bd3ea8328be10', '2014-07-05', 'smcmullen@live.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404544756', '0', '1405242587', '1407486379', '1404558555', '2', '10', '5', '1', '1', '0', '0', '0', '45108695', '09-10-1979', '1979-09-10', '-1', '-1', '82.173.57.181', '0', '1', '', '0', '0', '-1', '0', '0', 'tQ:?SZwH6%K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '179', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6390', '2', '', '0', 'KBadcoe', 'c7aa5e919ce476406e9559be1bea7bbf', '2014-07-05', 'henbyxiu@yahoo.com', '0', '', 'http://www.rallyclub.ru/WeBid/item.php?id=5458&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404547229', '0', '1404547229', '1404549019', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-27-1978', '1978-05-27', '-1', '-1', '209.161.98.166', '0', '1', '', '0', '0', '-1', '0', '0', 'XImQiW=*z(=ktfvJ+X:yNsN[b[WMEb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6391', '2', '', '0', 'CSSLL', '86f1e4972427e53136a1b4a0cd606e86', '2014-07-05', 'dzjpjenq@yahoo.com', '0', '', 'http://softbiz.kr/xe/?document_srl=277837', '', '', '', '2', '0', 'Junior Member', '0', '1404548988', '0', '1404548988', '1404550877', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-01-1982', '1982-03-01', '-1', '-1', '209.161.104.251', '0', '1', '', '0', '0', '-1', '0', '0', '>S>*:z&VF[[mnw=2pKnIJL6tR.AT=v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6392', '2', '', '0', 'SYQR', 'c4b874e9e4582d903a2b975257f704ee', '2014-07-05', 'poinelliiru@yahoo.com', '0', '', 'http://pinaybid.com/item.php?id=5714&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404551482', '0', '1404551482', '1404553281', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-01-1975', '1975-03-01', '-1', '-1', '104.128.18.57', '0', '1', '', '0', '0', '-1', '0', '0', '04#%+@H{n`Le$`a4z8Gg?Hpc~Z^2.+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6393', '2', '', '0', 'KV18', 'cee240d08fb691d0b25769d2fed705ce', '2014-07-05', 'muzackgvw@yahoo.com', '0', '', 'http://halowiki.net/p/Conserving_Money_On_Your_Own_Life_Coverage_Coverage_Has_Never_ever_Been_So_Eas', '', '', '', '2', '0', 'Junior Member', '0', '1404553229', '0', '1404553229', '1404555024', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-22-1976', '1976-11-22', '-1', '-1', '209.161.96.45', '0', '1', '', '0', '0', '-1', '0', '0', '7&d2\\9bT^1|rQK\"w1k\\x{I?%ZWd/R7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6394', '2', '', '0', 'GGolder', '9b8cfa3e0f41d65dfdc016b9b4b7693f', '2014-07-05', 'xskoxynsi@yahoo.com', '0', '', 'http://evertly.com/groups/expert-advice-for-obtaining-the-most-out-of-your-health-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1404554854', '0', '1404554854', '1404556654', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-11-1975', '1975-11-11', '-1', '-1', '104.128.31.76', '0', '1', '', '0', '0', '-1', '0', '0', 'y|N9P*T:.8%cqw%=Rf0\'DBf}_^Fucq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6395', '2', '', '0', 'EBolick', '92c6481dd03c2047c53c2069b9dc7bb8', '2014-07-05', 'noreigawdy@yahoo.com', '0', '', 'http://www.btcinvfx.com/item.php?id=5355&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404555229', '0', '1404555229', '1404556997', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-05-1972', '1972-07-05', '-1', '-1', '209.161.110.104', '0', '1', '', '0', '0', '-1', '0', '0', '&\"2AiW-\\8GLvSDPjk>]2a7}-l^b$%p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6396', '3', '', '0', 'SWno', '259d412c5b82b29ca58e72ad1d416dbf', '2014-07-05', 'staglianopz@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404557133', '0', '1404557133', '1404557133', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.31.208', '0', '1', '', '0', '0', '-1', '0', '0', 'fXGQjw;._;ieHa3%51);P_@8^WlL0M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6397', '2', '', '0', 'USXJ', '923952e135ea04505abf63a3d3a9a604', '2014-07-05', 'pdqjohnnie@yahoo.com', '0', '', 'http://www.trefenton.com/UserProfile/tabid/168/userId/17093/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1404558196', '0', '1404558196', '1404560352', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-15-1972', '1972-10-15', '-1', '-1', '209.161.98.17', '0', '1', '', '0', '0', '-1', '0', '0', 'i>CIiS~%k],871|g8dtF90\'Q\"BoLS1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6398', '2', '', '0', 'BGvs', '6110e58c076f92e7bfe240cfa31c89ee', '2014-07-05', 'lhiqjepfen@yahoo.com', '0', '', 'http://dhunleashed.com/groups/the-best-way-to-determine-how-much-life-insurance-coverage-you-need/', '', '', '', '2', '0', 'Junior Member', '0', '1404558368', '0', '1404558368', '1404560171', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-09-1971', '1971-09-09', '-1', '-1', '104.128.18.57', '0', '1', '', '0', '0', '-1', '0', '0', 'Oa\\0R)JSi{9>2\'OKK7-P\"^.>pfvuT1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6399', '2', '', '0', 'N53L', 'd33671b01e32d10860da394c1d73cd5b', '2014-07-05', 'agzyxbbneba@yahoo.com', '0', '', 'http://izmir.escortbayan.tv/author/josinclair/', '', '', '', '2', '0', 'Junior Member', '0', '1404559316', '0', '1404559316', '1404561089', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-08-1981', '1981-02-08', '-1', '-1', '209.161.104.206', '0', '1', '', '0', '0', '-1', '0', '0', 'pMd0Yi9d6k\"-~bV.94WyatVM6YpQ,L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6400', '2', '', '0', 'SFxy', '9fa274ce2faf1b80616385aa5c3befa0', '2014-07-05', 'ubijjroemory@yahoo.com', '0', '', 'http://avs.fifatown.de/profile/jumajors', '', '', '', '2', '0', 'Junior Member', '0', '1404560920', '0', '1404560920', '1404562731', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-13-1978', '1978-01-13', '-1', '-1', '209.161.96.149', '0', '1', '', '0', '0', '-1', '0', '0', '?[-PO\"MZcbLI=R5xzCKMlf]cica8s)1g18[JGf1Tr}2w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6403', '2', '', '0', 'A73V', 'ce01d1f72826fa653b3423e10c2e0a04', '2014-07-05', 'mezyrebs@yahoo.com', '0', '', 'http://guitarudstyr.dk/guitarauktion/item.php?id=8931', '', '', '', '2', '0', 'Junior Member', '0', '1404567334', '0', '1404567334', '1404569116', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-12-1975', '1975-09-12', '-1', '-1', '104.128.18.57', '0', '1', '', '0', '0', '-1', '0', '0', 'zd]nCXYMNjB:\'<,ojeQ~`U`McW}>[Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6404', '2', '', '0', 'T1219', 'b2b63da3343dbdcdadc4bf04dea342e4', '2014-07-05', 'cpetkpete@yahoo.com', '0', '', 'http://westcoast.co.kr/xe/?document_srl=486335', '', '', '', '2', '0', 'Junior Member', '0', '1404568082', '0', '1404568082', '1404570085', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-12-1978', '1978-03-12', '-1', '-1', '209.161.102.171', '0', '1', '', '0', '0', '-1', '0', '0', 'Q)6X%_rX)z&T$lpKYch&F(>M\\r\'\'>3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6405', '2', '', '0', 'EG57', '763b1be451a38391983d043cb88fb38c', '2014-07-05', 'fpaxdela@yahoo.com', '0', '', 'http://calera.cl/digitalcalera/item.php?id=4633', '', '', '', '2', '0', 'Junior Member', '0', '1404570524', '0', '1404570524', '1404572373', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-09-1984', '1984-05-09', '-1', '-1', '209.161.96.38', '0', '1', '', '0', '0', '-1', '0', '0', 'K@C]Xr)Dz^5\\-@s>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6414', '2', '', '0', 'ZGuest', '28c89690dbd8a9ba78cfda574b84164d', '2014-07-05', 'vendougbmw@yahoo.com', '0', '', 'http://stmartinsac.co.uk/UserProfile/tabid/91/userId/1926/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1404582120', '0', '1404582120', '1404583925', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-13-1983', '1983-03-13', '-1', '-1', '209.161.100.54', '0', '1', '', '0', '0', '-1', '0', '0', '}4*egDP@>pCh+RJ*IDXJ)dBG\\Vb]_c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6415', '2', '', '0', 'NKNXU', 'da4c3f8edb641c7daaf329eba3042ced', '2014-07-05', 'byronvande@yahoo.com', '0', '', 'http://ke-studyinkorea.com/eng/board/index.php?mid=qna&document_srl=123256&sort_index=regdat', '', '', '', '2', '0', 'Junior Member', '0', '1404584508', '0', '1404584508', '1404586294', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-10-1980', '1980-06-10', '-1', '-1', '209.161.100.84', '0', '1', '', '0', '0', '-1', '0', '0', '},n+{%%2\"4!q!KJEhU#PG5Dpx*ra}3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6416', '2', '', '0', 'C3776', '3ec27432396190381f78fb206558dfc5', '2014-07-05', 'ashleykcypn@yahoo.com', '0', '', 'http://www.acontretemps.be/forum/profile.php?id=22895', '', '', '', '2', '0', 'Junior Member', '0', '1404585438', '0', '1404585438', '1404587234', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-26-1980', '1980-12-26', '-1', '-1', '209.161.98.68', '0', '1', '', '0', '0', '-1', '0', '0', '>dweIYqCRU)A9s!x]Qf:5^(\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6417', '2', '', '0', 'DDMS', '30d183f59e8d0dd3e4a8a7335e96fce5', '2014-07-05', 'cmattkzs@yahoo.com', '0', '', 'http://www.ssokkk.com/modules.php?name=Your_Account&op=userinfo&username=FFoletta', '', '', '', '2', '0', 'Junior Member', '0', '1404592135', '0', '1404592135', '1404593895', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1974', '1974-04-21', '-1', '-1', '104.128.16.136', '0', '1', '', '0', '0', '-1', '0', '0', '7fl,2IHyc2=x2KiY<`{YUD(vK}l4*Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6418', '2', '', '0', 'EInwood', 'b2a59df32a121828e6ee4d152034c002', '2014-07-05', 'tuorcgernest@yahoo.com', '0', '', 'http://diffrntstrokes.com/webid/item.php?id=6723&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404593803', '0', '1404593803', '1404595589', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1971', '1971-05-06', '-1', '-1', '209.161.108.254', '0', '1', '', '0', '0', '-1', '0', '0', 'cNP\'Wmg$y{-V7uqea7QFgxF$o9?D;|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6419', '2', '', '0', 'KACAC', '944154dc240707b2cd3ec97dd9735cb8', '2014-07-05', 'richbunv@yahoo.com', '0', '', 'http://www.dge.ntou.edu.tw/~Ann/userinfo.php?uid=138768', '', '', '', '2', '0', 'Junior Member', '0', '1404594706', '0', '1404594706', '1404596477', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-05-1972', '1972-07-05', '-1', '-1', '104.128.24.163', '0', '1', '', '0', '0', '-1', '0', '0', 'rM@{t0w,O%$J/Ux07)53_Yr8t]&;4K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6420', '2', '', '0', 'LYjf', '01ff3700cfb163dce6a2486963e47546', '2014-07-05', 'andersonwqz@yahoo.com', '0', '', 'http://www.fancykittens.us/UserProfile/tabid/42/userId/73861/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1404596323', '0', '1404596323', '1404598096', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-19-1979', '1979-10-19', '-1', '-1', '104.128.18.191', '0', '1', '', '0', '0', '-1', '0', '0', '7h_\',7s)7X\"9uS?LiD.5XPc6AgFTDT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6421', '2', '', '0', 'PL33', '909021a764e85e7d44db97cb40638d38', '2014-07-05', 'tackettethom@yahoo.com', '0', '', 'http://www.alemcheap.fi/show/excellent-guidance-if-youre-acquiring-life-insurance', '', '', '', '2', '0', 'Junior Member', '0', '1404596327', '0', '1404596327', '1404598095', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-17-1974', '1974-01-17', '-1', '-1', '104.128.18.191', '0', '1', '', '0', '0', '-1', '0', '0', 'Eca-Xlb14K6{?A\'x=@%[k5yeE-mo^u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6422', '2', '', '0', 'L97I', '6366b1834e4f177c1c574e3f4687c642', '2014-07-05', 'aureliozkne@yahoo.com', '0', '', 'http://book.aryasell.com/users.php?mode=profile&uid=88432', '', '', '', '2', '0', 'Junior Member', '0', '1404598136', '0', '1404598136', '1404599899', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-27-1974', '1974-11-27', '-1', '-1', '209.161.110.149', '0', '1', '', '0', '0', '-1', '0', '0', 'U!vS09mV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6424', '2', '', '0', 'YIOF', '1232e6a1206392b547fb10ee809d5d4e', '2014-07-06', 'baergaiu@yahoo.com', '0', '', 'http://usedsexstuff.com/item.php?id=17654&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404603941', '0', '1404603941', '1404605736', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-30-1979', '1979-08-30', '-1', '-1', '104.128.16.246', '0', '1', '', '0', '0', '-1', '0', '0', 'WEUY#Si8XWkSI.]\\9k_o%x@\"5B^P/<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6425', '2', '', '0', 'A33B', 'ba9b9284577ae0b3401caabfc62245ad', '2014-07-06', 'lischaktyx@yahoo.com', '0', '', 'http://www.twerkgrind.com/groups/dont-make-a-mistake-together-with-your-insurance-coverage-147124282', '', '', '', '2', '0', 'Junior Member', '0', '1404606544', '0', '1404606544', '1404608324', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-31-1978', '1978-05-31', '-1', '-1', '209.161.103.131', '0', '1', '', '0', '0', '-1', '0', '0', '~NK(u_\"Kl*Y.=B1UE#6BI;JU%jRYf`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6426', '2', '', '0', 'EO76', '0b20d1f82fece8531c13baec58a310e7', '2014-07-06', 'edelmanngw@yahoo.com', '0', '', 'http://www.gighoot.com/item.php?id=10892&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404610018', '0', '1404610018', '1404611823', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-19-1981', '1981-11-19', '-1', '-1', '209.161.98.168', '0', '1', '', '0', '0', '-1', '0', '0', '0rG+sxX.>hT$G;w5Ze90Z\"DrXI]MY!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6427', '2', '', '0', 'MJCQZ', 'e6102fb87431c247a3641b6a0574e29b', '2014-07-06', 'obhobert@yahoo.com', '0', '', 'http://driving.2525menkyo.com/userinfo.php?uid=407099', '', '', '', '2', '0', 'Junior Member', '0', '1404610094', '0', '1404610094', '1404611896', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1978', '1978-09-17', '-1', '-1', '209.161.98.168', '0', '1', '', '0', '0', '-1', '0', '0', 'Rln+IoT3?n6t=`@b;\'IMs1U6mmQNn[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6428', '2', '', '0', 'KY37', '2ab185950277b7d4eb1bb0d2e529a7ea', '2014-07-06', 'janeadanvgf@yahoo.com', '0', '', 'http://forum.surf-magazin.de/member.php?u=527566', '', '', '', '2', '0', 'Junior Member', '0', '1404614971', '0', '1404614971', '1404616786', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-13-1985', '1985-07-13', '-1', '-1', '104.128.27.84', '0', '1', '', '0', '0', '-1', '0', '0', 'gpLE/vFM5oy\'(k1A$^j=[NDN|-~dR0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6429', '2', '', '0', 'JSWU', '14da4dbef5e31e2c1e7c66a82dc0d943', '2014-07-06', 'ckmaxwellr@yahoo.com', '0', '', 'http://www.reniparfum.ru/modules.php?name=Your_Account&op=userinfo&username=GSchmitt', '', '', '', '2', '0', 'Junior Member', '0', '1404617448', '0', '1404617448', '1404619225', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-28-1979', '1979-04-28', '-1', '-1', '104.128.16.246', '0', '1', '', '0', '0', '-1', '0', '0', 'R3~t.6@\\!VlfDl3~>74>KI,)rwPb\"W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6430', '2', '', '0', 'JFtf', '29dcee08a1156987e6ec40f6ba9c7fbb', '2014-07-06', 'khnrmbkhf@yahoo.com', '0', '', 'http://wegotu.com/wgu/item.php?id=3242&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404661331', '0', '1404661331', '1404663141', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-07-1974', '1974-12-07', '-1', '-1', '104.128.18.12', '0', '1', '', '0', '0', '-1', '0', '0', '>{zSO~1`!9ewQ]2J|P~XQ]WRL\\kxAY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6431', '2', '', '0', 'MZ32', '387319379567e660037a493f4a4b5330', '2014-07-06', 'claytonmib@yahoo.com', '0', '', 'http://www.icecreamgames.org/profile/261510/StX02.html', '', '', '', '2', '0', 'Junior Member', '0', '1404664413', '0', '1404664413', '1404666201', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1973', '1973-11-20', '-1', '-1', '209.161.102.124', '0', '1', '', '0', '0', '-1', '0', '0', 'pF_![j&;kk,lB->HGh2Q],4T-jTg&Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6432', '2', '', '0', 'FDietrich', 'c7875e5a31247e0dc38d63b638ca6921', '2014-07-06', 'carminepb@yahoo.com', '0', '', 'http://ijtradefair.org/intro02_01/76781', '', '', '', '2', '0', 'Junior Member', '0', '1404664824', '0', '1404664824', '1404666626', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-26-1973', '1973-02-26', '-1', '-1', '209.161.100.84', '0', '1', '', '0', '0', '-1', '0', '0', 'k_Za%$i[\\)!AM]$^m@fJ{*\"M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6446', '2', '', '0', 'EBaltzell', '795ce0902417b8cd46f8af4f6aaa7cb9', '2014-07-07', 'florentinolv@yahoo.com', '0', '', 'http://www.ahyunhaksa.co.kr/xe/index.php?document_srl=2550&mid=board_pDQf07', '', '', '', '2', '0', 'Junior Member', '0', '1404723525', '0', '1404723525', '1404725305', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-23-1984', '1984-04-23', '-1', '-1', '104.128.16.97', '0', '1', '', '0', '0', '-1', '0', '0', 'y.C&1O2m47^LJJ[,{<8c&qrB4+;FPD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6447', '2', '', '0', 'MWPX', '6ce509a5a784e41ad6106625c046e17e', '2014-07-07', 'orikbgpa@yahoo.com', '0', '', 'http://www.appkikr.eu/item.php?id=1657&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404726331', '0', '1404726331', '1404728128', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-03-1974', '1974-09-03', '-1', '-1', '209.161.104.191', '0', '1', '', '0', '0', '-1', '0', '0', '1DHZ.$-o8ZZ?Q;OWSw1lsht;=;|y?*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6448', '2', '', '0', 'CFuc', 'b63ba2841472a014a49563bc76de805d', '2014-07-07', 'macugayroya@yahoo.com', '0', '', 'http://boughtsource.com/item.php?id=5587&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404726395', '0', '1404726395', '1404728195', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1978', '1978-03-19', '-1', '-1', '104.128.27.191', '0', '1', '', '0', '0', '-1', '0', '0', '\\e8L}q(=DBkztc-bWuWq4qo.2xHaH,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6449', '2', '', '0', 'J1593', '54b004a5c07f13b0ec33503f019e3f8f', '2014-07-07', 'chaunceyddv@yahoo.com', '0', '', 'http://gallery.ershadonline.org/profile/homcevilly', '', '', '', '2', '0', 'Junior Member', '0', '1404728037', '0', '1404728037', '1404729861', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1983', '1983-12-09', '-1', '-1', '104.128.19.96', '0', '1', '', '0', '0', '-1', '0', '0', '?Un|O\\\"DBkvmT)ijT:De);Q2\"C-\'h/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6450', '2', '', '0', 'TEOB', '53719e5e0a70a08907e252e3cf8195c9', '2014-07-07', 'graczykgyyb@yahoo.com', '0', '', 'http://montvendas.com/ads/how-for-top-level-insurance-coverage-prices-on-this-planet/', '', '', '', '2', '0', 'Junior Member', '0', '1404729197', '0', '1404729197', '1404731006', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-03-1974', '1974-06-03', '-1', '-1', '104.128.27.78', '0', '1', '', '0', '0', '-1', '0', '0', 'v>)x4%S]dyt47HOAtg(?oevEXa.LRd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6451', '2', '', '0', 'VHMS', 'd4d86732c19720c2fafcb9ebe9e4ff66', '2014-07-07', 'jwesleyjw@yahoo.com', '0', '', 'http://yc-at.com/notice/37336', '', '', '', '2', '0', 'Junior Member', '0', '1404729429', '0', '1404729429', '1404731244', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-28-1974', '1974-10-28', '-1', '-1', '104.128.29.115', '0', '1', '', '0', '0', '-1', '0', '0', '\'GzZonswRg{Rh_bL{-~]_IQ;1%=#Z<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6452', '2', '', '0', 'APflaum', 'e8370bcc4b5e0f108771be21ec90a481', '2014-07-07', 'potortola@yahoo.com', '0', '', 'http://salontj.com/xe/?document_srl=113474', '', '', '', '2', '0', 'Junior Member', '0', '1404730119', '0', '1404730119', '1404731914', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1980', '1980-07-03', '-1', '-1', '209.161.96.154', '0', '1', '', '0', '0', '-1', '0', '0', 'p4AM%->,@]THe%n];.z*.FE_VL[jFy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6453', '2', '', '0', 'ATrh', 'b770826efcae45cc804b8e676dbbfffb', '2014-07-07', 'isbgherth@yahoo.com', '0', '', 'http://berkshirewatergardens.com/UserProfile/tabid/42/userId/69546/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1404732643', '0', '1404732643', '1404734433', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-30-1980', '1980-06-30', '-1', '-1', '104.128.16.32', '0', '1', '', '0', '0', '-1', '0', '0', 'Eg:2\"cLUn*.u|m?Td?nqx9W*/JOJ8h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6454', '2', '', '0', 'PNorthern', '62a676b83a1920048ec192862a81c01d', '2014-07-07', 'zyriiupreble@yahoo.com', '0', '', 'http://brandthydrology.co/UserProfile/tabid/57/userId/44062/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1404733059', '0', '1404733059', '1404734853', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-21-1970', '1970-06-21', '-1', '-1', '209.161.102.163', '0', '1', '', '0', '0', '-1', '0', '0', 'frV0RwK2nuFp\"0q|keN,/}zP>Jfv|!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6455', '2', '', '0', 'R37H', '12af9b3f4a1b941131661f9b94b0ced5', '2014-07-07', 'ferneliuszoi@yahoo.com', '0', '', 'http://www.joguei.net/games/profile/140300/KeLBEW.php', '', '', '', '2', '0', 'Junior Member', '0', '1404735372', '0', '1404735372', '1404737180', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-22-1970', '1970-04-22', '-1', '-1', '209.161.104.104', '0', '1', '', '0', '0', '-1', '0', '0', 'RV.yX&s7DS]pXhPzuU9N)\"k`O9iXh6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6456', '2', '', '0', 'J64B', '130ac1760e5a3f694a8f83cf8fa27b8a', '2014-07-07', 'deepzneller@yahoo.com', '0', '', 'http://facemais.net/index.php?do=/blog/85921/tips-to-prevent-pitfalls-when-buying-insurance-coverage', '', '', '', '2', '0', 'Junior Member', '0', '1404737365', '0', '1404737365', '1404739150', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-15-1976', '1976-08-15', '-1', '-1', '104.128.18.122', '0', '1', '', '0', '0', '-1', '0', '0', '0{n}i|\\Fo?ksj#ca*I&Ovl\\~U]E4V6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6457', '2', '', '0', 'JSKUC', '79edebe0cfe2994ed539ec3c8c77c867', '2014-07-07', 'amadozteper@yahoo.com', '0', '', 'http://pinoybuys.com/item.php?id=8016&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404737649', '0', '1404737649', '1404739473', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-10-1978', '1978-01-10', '-1', '-1', '209.161.102.12', '0', '1', '', '0', '0', '-1', '0', '0', 'XH5jLP)CE+yvJ;huT\'I.H}M<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6460', '2', '', '0', 'ONBYD', '9e3d3e32544050fcf2354028fea609ba', '2014-07-07', 'kakutoqse@yahoo.com', '0', '', 'http://www.simple-server.com/userinfo.php?uid=106573', '', '', '', '2', '0', 'Junior Member', '0', '1404739910', '0', '1404739910', '1404741691', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1984', '1984-04-21', '-1', '-1', '209.161.96.170', '0', '1', '', '0', '0', '-1', '0', '0', 'X.Oj$.,|fYx)\\:Ub3:uz|a!gX\'eSEQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6461', '2', '', '0', 'MMetts', 'b765f07b54a6245ad92332c44cb37992', '2014-07-07', 'fhmalcolm@yahoo.com', '0', '', 'http://shotma.com/profile/ewsayre', '', '', '', '2', '0', 'Junior Member', '0', '1404740927', '0', '1404740927', '1404742706', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-07-1981', '1981-11-07', '-1', '-1', '209.161.102.145', '0', '1', '', '0', '0', '-1', '0', '0', '?P\"J2U}1BBA\'u|[W?t|.q@O*g$otIk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6462', '2', '', '0', 'NNavarro', '5cf22e593653e0f9d186b48077333118', '2014-07-07', 'mkbtbqwv@yahoo.com', '0', '', 'http://usedsexstuff.com/item.php?id=25931&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404742595', '0', '1404742595', '1404744373', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-05-1971', '1971-07-05', '-1', '-1', '104.128.18.103', '0', '1', '', '0', '0', '-1', '0', '0', '4&UM_9ZCIxu\\-qjxcs}brDW0D}&]ni', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6463', '2', '', '0', 'T9356', '7ca4ec11e96b9e3d98263b1be75cea23', '2014-07-07', 'ynzcqhsrank@yahoo.com', '0', '', 'http://www.future-fashion-design.eu/UserProfile/tabid/57/userId/17605/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1404742684', '0', '1404742684', '1404744437', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1983', '1983-06-23', '-1', '-1', '104.128.18.232', '0', '1', '', '0', '0', '-1', '0', '0', '+{yb^_M:%x#$d;9[z\'X!!&*Z2kHTqD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6464', '2', '', '0', 'UZVH', 'f59fb1fa58e4b96420807dc446a9b7d4', '2014-07-07', 'zmqelair@yahoo.com', '0', '', 'http://molobid.com/item.php?id=988435&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404742887', '0', '1404742887', '1404744680', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-05-1985', '1985-01-05', '-1', '-1', '104.128.18.103', '0', '1', '', '0', '0', '-1', '0', '0', 'aC=G1};~H}8>+-|-$^*+3NTJ6fz9u\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6465', '2', '', '0', 'PGrayson', 'b76309e7e0d28eb0528c92840464affa', '2014-07-07', 'wdexterj@yahoo.com', '0', '', 'http://korwatec.co.kr/xe/?document_srl=50952', '', '', '', '2', '0', 'Junior Member', '0', '1404744411', '0', '1404744411', '1404746173', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-23-1974', '1974-09-23', '-1', '-1', '209.161.100.94', '0', '1', '', '0', '0', '-1', '0', '0', 'S;Xdn9WV^K=WcG7zfaYG/\\jI<1pLuU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6466', '2', '', '0', 'OStead', 'c5543138e11f6e8efd6e2592bf973a7d', '2014-07-07', 'kirklcsz@yahoo.com', '0', '', 'http://edisonyang.com/wiki/LeonsdBrimcb', '', '', '', '2', '0', 'Junior Member', '0', '1404744546', '0', '1404744546', '1404746360', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1975', '1975-03-19', '-1', '-1', '209.161.110.13', '0', '1', '', '0', '0', '-1', '0', '0', '^-o/8lus$e6l2ESd(qJ_jQD@@.Y,,9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6467', '2', '', '0', 'TWTA', '2bc86c6e8de0ab7ce26e8abf3d875469', '2014-07-07', 'montourwj@yahoo.com', '0', '', 'http://spielekoenig.com/profile/shsoo.html', '', '', '', '2', '0', 'Junior Member', '0', '1404746585', '0', '1404746585', '1404748400', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-07-1979', '1979-03-07', '-1', '-1', '104.128.16.13', '0', '1', '', '0', '0', '-1', '0', '0', 'q5PEFF@o9#zd,6m~y4$P&~\\!EX^y49', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6468', '2', '', '0', 'OEspino', 'bdcf8c04024c8379e11a9b49ff1ab1fe', '2014-07-07', 'ckylekouale@yahoo.com', '0', '', 'http://event-ology.net/blogs/475314/1331543/why-clever-retailers-online-sear', '', '', '', '2', '0', 'Junior Member', '0', '1404747460', '0', '1404747460', '1404749244', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-10-1979', '1979-12-10', '-1', '-1', '209.161.98.71', '0', '1', '', '0', '0', '-1', '0', '0', '|`E{D3[H2m9W6k:DGS\'rif#R(X(2x_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6469', '2', '', '0', 'EGMF', '1501c527dc9a06760fe2e1087be1dc29', '2014-07-07', 'lyalcocerht@yahoo.com', '0', '', 'http://www.europego.kr/happy/?document_srl=186455', '', '', '', '2', '0', 'Junior Member', '0', '1404748496', '0', '1404748496', '1404750268', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-25-1977', '1977-09-25', '-1', '-1', '209.161.102.70', '0', '1', '', '0', '0', '-1', '0', '0', '%l>am^K&yhY\"i22tFpohF=Z3A6B#;?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6470', '3', '', '0', 'Holliday', '7eb4a1dc380c81712e43c9ad215a5c20', '2014-07-07', 'aholliday@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404749184', '0', '1404749184', '1404749243', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.155.228.157', '0', '1', '', '0', '0', '-1', '0', '0', '|H.Ujo.!:`#<>l7:?(iyDa|v0{Qm5N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6471', '2', '', '0', 'AZer', '91e8c31f2cd78300b252c4b4fb9d397c', '2014-07-07', 'delgrossovyp@yahoo.com', '0', '', 'https://cs.mju.ac.kr/?document_srl=21556106', '', '', '', '2', '0', 'Junior Member', '0', '1404749928', '0', '1404749928', '1404751701', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-06-1977', '1977-11-06', '-1', '-1', '104.128.16.107', '0', '1', '', '0', '0', '-1', '0', '0', '!&D;\"uMhX#iY/%~zr6d{{z{=(ltN(o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6491', '2', '', '0', 'HP48', 'e2072e042f3004c9a8b08b6f3525bf2b', '2014-07-08', 'palecekvvt@yahoo.com', '0', '', 'http://ndreaming.com/xe/pics/527916', '', '', '', '2', '0', 'Junior Member', '0', '1404790849', '0', '1404790849', '1404792627', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-13-1972', '1972-04-13', '-1', '-1', '209.161.108.168', '0', '1', '', '0', '0', '-1', '0', '0', 'wQ\'Q4!yRsJFR.OtdfY<2nfpxD}umOo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6492', '2', '', '0', 'ZOOM', 'e21ac400267b374cd96a1924db151014', '2014-07-08', 'zlblbrienen@yahoo.com', '0', '', 'http://www.dateph.com/index.php?dll=profile&sub=blogview&item_id=7868&item2_id=18819', '', '', '', '2', '0', 'Junior Member', '0', '1404790976', '0', '1404790976', '1404792745', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-18-1985', '1985-02-18', '-1', '-1', '209.161.110.177', '0', '1', '', '0', '0', '-1', '0', '0', 'Cnf*}/?}q`54J_E.KP%JU2utS5lF)4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6493', '2', '', '0', 'OBji', '9193fb90bea330733052f76168c2fc64', '2014-07-08', 'dobinkuco@yahoo.com', '0', '', 'http://www.kcdkogagu.com/xe/board/612709', '', '', '', '2', '0', 'Junior Member', '0', '1404793890', '0', '1404793890', '1404795693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-03-1978', '1978-01-03', '-1', '-1', '104.128.19.126', '0', '1', '', '0', '0', '-1', '0', '0', 'mzxP\"$#;$q5F)A{ILa]I,-z)!RYU\\J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6494', '2', '', '0', 'CUDNP', '6ef191df3a7f0eb8d5ecafdc759e6e71', '2014-07-08', 'isaiasgjbf@yahoo.com', '0', '', 'http://sushimk.com/xe/?mid=bbs&page=1&document_srl=576833', '', '', '', '2', '0', 'Junior Member', '0', '1404796248', '0', '1404796248', '1404798015', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1972', '1972-12-01', '-1', '-1', '209.161.110.62', '0', '1', '', '0', '0', '-1', '0', '0', 'hGj{UzU\\Bd/N-FWoL]ok%7[J/C8l&4)fr08oMH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6497', '2', '', '0', 'YHibbard', '0a911a81f42c52ea03b5a841115e8b1f', '2014-07-08', 'nacxgastel@yahoo.com', '0', '', 'http://vicauctions.com.au/item.php?id=307', '', '', '', '2', '0', 'Junior Member', '0', '1404799562', '0', '1404799562', '1404801334', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-02-1984', '1984-01-02', '-1', '-1', '104.128.29.134', '0', '1', '', '0', '0', '-1', '0', '0', 'nT;1j?Tp.)~x/IS)4eH%Yk^f,PK\"9!s>xAC:pqgl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6506', '2', '', '0', 'QNewport', '1d3b07f5578b178bf8e3f3f3b6d1f7e5', '2014-07-08', 'ceaxdkhreed@yahoo.com', '0', '', 'http://kyungheein.co.kr/xe/n_community/102080', '', '', '', '2', '0', 'Junior Member', '0', '1404821823', '0', '1404821823', '1404823585', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-17-1983', '1983-11-17', '-1', '-1', '209.161.106.111', '0', '1', '', '0', '0', '-1', '0', '0', '_MxuJ_XIL.jqG?r5q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6510', '2', '', '0', 'W87A', '851de0d57ffabf3c4c51da7ddb977b42', '2014-07-08', 'jedymesecher@yahoo.com', '0', '', 'http://bestwishesq8.genanalalban.com/modules.php?name=Your_Account&op=userinfo&username=PCle', '', '', '', '2', '0', 'Junior Member', '0', '1404825612', '0', '1404825612', '1404827458', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1985', '1985-07-15', '-1', '-1', '104.128.29.129', '0', '1', '', '0', '0', '-1', '0', '0', 'e,(ECW,/5e&x?~*mV-^h.:(T7>`&ht', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6511', '2', '', '0', 'IFER', '38bea2f9f513fec798d007bf57dfa0f1', '2014-07-08', 'uhrclnude@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404828552', '0', '1404828552', '1404828552', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.29.23', '0', '1', '', '0', '0', '-1', '0', '0', 'gNJ\"k-a;/f0)o+&k{\"tNZEj\\mg\\[|\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6512', '2', '', '0', 'JUMSL', '99922a06b36d63da2623d188146257f9', '2014-07-08', 'deayjpatter@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404829549', '0', '1404829549', '1404829549', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.104.59', '0', '1', '', '0', '0', '-1', '0', '0', 'ICD0zB4RJ\'`_WW#BVyDsRLy!cON4x@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6513', '2', '', '0', 'NHXS', '04e1463f6605585a0a6888a16a84ac74', '2014-07-08', 'rxhuffbof@yahoo.com', '0', '', 'http://portalrelax.banana-technology.com/ads/health-care-insurance-for-todays-community/', '', '', '', '2', '0', 'Junior Member', '0', '1404830280', '0', '1404830280', '1404832055', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-25-1984', '1984-09-25', '-1', '-1', '104.128.24.219', '0', '1', '', '0', '0', '-1', '0', '0', '$6u5yc(>)QdnS&yHwR9kmX.>qnBO5=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6514', '3', '', '0', 'PPutilin', '7f03b4bb54db841cb51d0469b7f0e3bc', '2014-07-08', 'careypapkewf@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404833603', '0', '1404833603', '1404833603', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.24.210', '0', '1', '', '0', '0', '-1', '0', '0', '6}e?%c|3C%Mu,*LYZN2iCzp&tmIGy{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6515', '2', '', '0', 'BDAKH', '4a3aa53f4e63893fa9cefbe478f4978b', '2014-07-08', 'zmmarcos@yahoo.com', '0', '', 'http://www.nottinghamdiscountcard.co.uk/author/jer67/', '', '', '', '2', '0', 'Junior Member', '0', '1404834664', '0', '1404834664', '1404836432', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-24-1974', '1974-02-24', '-1', '-1', '209.161.106.93', '0', '1', '', '0', '0', '-1', '0', '0', 'P^w$Sm!Ru\\OCY_OfAT%;~ObBge0\"YW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6516', '2', '', '0', 'H9075', '3d9bc05195f1222ab8f8ad397e0807f8', '2014-07-08', 'kofoedpdk@yahoo.com', '0', '', 'http://hankookad.com/xe/?document_srl=531595', '', '', '', '2', '0', 'Junior Member', '0', '1404834845', '0', '1404834845', '1404836663', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-20-1977', '1977-10-20', '-1', '-1', '104.128.18.17', '0', '1', '', '0', '0', '-1', '0', '0', '7TZwR&d6KHcb!st\"5K.mk83__DyqjI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6517', '3', '', '0', 'GHuckstep', '0114ae860d28647cd3c75347eb8badab', '2014-07-08', 'antonhfxgt@yahoo.com', '0', '', 'http://ricardo.weloveiphone.ch/item.php?id=15314&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404840048', '0', '1404840048', '1404841836', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-26-1979', '1979-05-26', '-1', '-1', '209.161.96.146', '0', '1', '', '0', '0', '-1', '0', '0', 'OZiEkH6=[s(d3$bew1|#^/W>%\'(:Wn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6518', '2', '', '0', 'L01X', '7ad69edfe53bba7b0756552871c4552f', '2014-07-08', 'ascyxqnlucus@yahoo.com', '0', '', 'http://school.kikifamily.com.tw/userinfo.php?uid=276701', '', '', '', '2', '0', 'Junior Member', '0', '1404840730', '0', '1404840730', '1404842547', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-12-1981', '1981-10-12', '-1', '-1', '104.128.18.112', '0', '1', '', '0', '0', '-1', '0', '0', '}r2y9&.0~(Z<\'}O-Rw&.\'ftUcubw|S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6519', '2', '', '0', 'STec', 'a6486240ea6ea1a0817124318d0598bd', '2014-07-08', 'ofsakndjyf@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404843373', '0', '1404843373', '1404845193', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.100.153', '0', '1', '', '0', '0', '-1', '0', '0', '>MoBprW.f\'<+c.jmjgi&Q?c8*|>D$bham+\"c6|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6528', '2', '', '0', 'LRudd', '469d4d4a88a45a85b2280863403cc763', '2014-07-09', 'froatsxurkl@yahoo.com', '0', '', 'http://www.ajsquickcleaners.com/xe/?document_srl=649544', '', '', '', '2', '0', 'Junior Member', '0', '1404862451', '0', '1404862451', '1404864665', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-30-1983', '1983-09-30', '-1', '-1', '209.161.100.144', '0', '1', '', '0', '0', '-1', '0', '0', 'HaHwACRKI/L!QbSCW_8Y$={J[ld3]o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6529', '2', '', '0', 'HStrickli', 'a7b19bbcbee6f116d3baafcc2d3645ec', '2014-07-09', 'lerghmcaski@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404863902', '0', '1404863902', '1404863902', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.27.122', '0', '1', '', '0', '0', '-1', '0', '0', 'c@ThH~@|N;UoC%;J$j\"uG[gLhBOyKu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6530', '2', '', '0', 'EAUP', '65c14db4eb95ac253190bf9346c22199', '2014-07-09', 'cmxvlozack@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404864107', '0', '1404864107', '1404864107', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.106.243', '0', '1', '', '0', '0', '-1', '0', '0', 'lZM\']h$`(rz\"HN/93exnB6>\'n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6535', '3', '', '0', 'RHEI', '77971d2672f284751f48eba0ea14dfc9', '2014-07-09', 'qywohyethan@yahoo.com', '0', '', 'http://www.topstargames.com/profile/80807/Va83R.html', '', '', '', '2', '0', 'Junior Member', '0', '1404865226', '0', '1404865226', '1404867254', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-09-1985', '1985-08-09', '-1', '-1', '209.161.103.183', '0', '1', '', '0', '0', '-1', '0', '0', 'kj_KAX+q)jLmT^|s{sG7(2L,+Q[n,G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6536', '2', '', '0', 'DFZSO', 'fefbb41f016b31dbd0c567261f22e423', '2014-07-09', 'hoxqmtus@yahoo.com', '0', '', 'http://www.rallyclub.ru/WeBid/item.php?id=6939&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404865607', '0', '1404865607', '1404867449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-23-1983', '1983-09-23', '-1', '-1', '104.128.19.126', '0', '1', '', '0', '0', '-1', '0', '0', ')#@kq0x14Z9\'V;O%Ih7/a\'PvDVfgIh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6537', '2', '', '0', 'BZRF', '8f251dd13ae6bd7cfe01786e2086654e', '2014-07-09', 'keltongcy@yahoo.com', '0', '', 'http://dodyweb.com/wp/author/joj61/', '', '', '', '2', '0', 'Junior Member', '0', '1404865714', '0', '1404865714', '1404867527', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-19-1984', '1984-08-19', '-1', '-1', '104.128.19.126', '0', '1', '', '0', '0', '-1', '0', '0', '#\'-Q}yq0TdXo\'-3-soEzq@|(*B[X<7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6538', '3', '', '0', 'SKCA', 'fddcdd0a0ca7b1f081a79e968bf60b02', '2014-07-09', 'reywqfreddie@yahoo.com', '0', '', 'http://www.debtfreeamerica.com/UserProfile/tabid/82/userId/28501/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1404867885', '0', '1404867885', '1404869707', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-11-1978', '1978-09-11', '-1', '-1', '104.128.19.30', '0', '1', '', '0', '0', '-1', '0', '0', 'yO`zDKyV@m_JA-FBCXU-8OP=_7u/;`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6539', '3', '', '0', 'B3356', 'fb95a30f36fb59f07516a3fe9e39e411', '2014-07-09', 'brwbrifey@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404868778', '0', '1404868778', '1404870610', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.110.149', '0', '1', '', '0', '0', '-1', '0', '0', '<\'=m7l+,j{5EO-8Ah5IC%`6;yzk:{p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6540', '2', '', '0', 'GKUG', '999970abe0c9c4cdd9ba4bb6260effae', '2014-07-09', 'clwlpbhw@yahoo.com', '0', '', 'http://articles.info/uncategorized/tips-for-an-improved-knowledge-of-insurance-coverage/', '', '', '', '2', '0', 'Junior Member', '0', '1404869007', '0', '1404869007', '1404870812', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-29-1982', '1982-07-29', '-1', '-1', '209.161.98.156', '0', '1', '', '0', '0', '-1', '0', '0', 'P@jE\\$8v0f/1Dd&k$02--%4t.i7VS]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6541', '2', '', '0', 'RMathis', 'ecd4c97a68d800f2b3f89e6eab602cbb', '2014-07-09', 'wittskadrian@yahoo.com', '0', '', 'http://3aeng.zzum.net/xe/board/253047', '', '', '', '2', '0', 'Junior Member', '0', '1404871367', '0', '1404871367', '1404873919', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1971', '1971-10-08', '-1', '-1', '104.128.29.47', '0', '1', '', '0', '0', '-1', '0', '0', '(?nPYeoUa6UBD_#{tii\"`S0q~J(/s\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6542', '2', '', '0', 'GPorteous', 'c12ce04670e537bd9a02dfe1544dc8a5', '2014-07-09', 'exsenreinis1970@yahoo.com', '0', '', 'http://www.hokurinewdogenerinbe.com', '', '', '', '2', '0', 'Junior Member', '0', '1404872218', '0', '1404872218', '1404872398', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-03-1984', '1984-05-03', '-1', '-1', '76.109.90.192', '0', '1', '', '0', '0', '-1', '0', '0', '\"g,z>Nj)}6?XzL70:W>_68M4lGQP_I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6543', '3', '', '0', 'D1047', 'a5409106e463ed4e50d29a0a42b4ef7e', '2014-07-09', 'sqxrasheldon@yahoo.com', '0', '', 'http://www.idtbouge.fr/modules.php?name=Your_Account&op=userinfo&username=MWilmer', '', '', '', '2', '0', 'Junior Member', '0', '1404872625', '0', '1404872625', '1404875315', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-23-1984', '1984-11-23', '-1', '-1', '104.128.16.26', '0', '1', '', '0', '0', '-1', '0', '0', '[HXZ]w4YDJh^#(?8?kL,3}\\rG^TXk2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6544', '3', '', '0', 'WD10', 'de3c4d560c8c2b5199922aebe23afb5f', '2014-07-09', 'wesstucketto@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404872833', '0', '1404872833', '1404875305', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.96.18', '0', '1', '', '0', '0', '-1', '0', '0', 'q|e1uQx1J)leo}/o_(-\"8@Pb4qD8f6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6545', '2', '', '0', 'GCIM', '3da2877ae2fd83cc0bdd5f10d29ad4fb', '2014-07-09', 'kxsdmfjg@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404873194', '0', '1404873194', '1404873194', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.24.38', '0', '1', '', '0', '0', '-1', '0', '0', '8Z7q}aZ\\cb{{\"gI.yGjlnIBH6SQ]/3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6546', '2', '', '0', 'J96I', 'dd42fa7c89cb987d657f362c78b1371d', '2014-07-09', 'gafthadvao@yahoo.com', '0', '', 'http://mowrowannc.org/UserProfile/tabid/57/userId/70199/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1404873388', '0', '1404873388', '1404875232', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-28-1972', '1972-02-28', '-1', '-1', '209.161.103.5', '0', '1', '', '0', '0', '-1', '0', '0', '@tg6#9kt&(qZmKOdG_#16qXW$bx|f+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6547', '3', '', '0', 'VCombes', '32d35ee0f75d4a7f636ab72653495a02', '2014-07-09', 'khxmtext@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404873521', '0', '1404873521', '1404873521', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.31.222', '0', '1', '', '0', '0', '-1', '0', '0', 'kYrI>VE;W.ce(+Ptyx7B/jrlx\'N@sG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6548', '2', '', '0', 'F06S', 'da9d03f298f87db4fcbfda222e4d1f18', '2014-07-09', 'eecnvylshr@yahoo.com', '0', '', 'http://big12babes.com/node/98764', '', '', '', '2', '0', 'Junior Member', '0', '1404873592', '0', '1404873592', '1404875530', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-29-1977', '1977-07-29', '-1', '-1', '209.161.106.64', '0', '1', '', '0', '0', '-1', '0', '0', '?$OYZ\\=@dHpYBipcx\\WfV]6vQ\\P2]|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6549', '2', '', '0', 'DPCY', 'bcb1f746f60cb891a1a193285a87b426', '2014-07-09', 'anotomis1982@yahoo.com', '0', '', 'http://www.mdivassearkfruderste.com', '', '', '', '2', '0', 'Junior Member', '0', '1404875396', '0', '1404875396', '1404877538', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-07-1983', '1983-10-07', '-1', '-1', '177.143.224.247', '0', '1', '', '0', '0', '-1', '0', '0', '[y&aQ6p?p{k3)aHWF!ib&\\}:P\"-X)V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6550', '2', '', '0', 'MU17', 'aaedb393ea4e46eea620e4245c82aac7', '2014-07-09', 'daffygraveyard7zvb@yahoo.com', '0', '', 'http://www.artecontacto.net/site/modules/profile/userinfo.php?uid=56070', '', '', '', '2', '0', 'Junior Member', '0', '1404883011', '0', '1404883011', '1404885000', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-20-1982', '1982-10-20', '-1', '-1', '209.161.98.91', '0', '1', '', '0', '0', '-1', '0', '0', 'r5GhAg!ukKU4||h0~zPjht5c#~lngmF6|vB:B@2~+aQ(GCuL0T#q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6554', '2', '', '0', 'VBip', '4ced73bca63972d0247cae703d099fec', '2014-07-09', 'regddarius@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404888744', '0', '1404888744', '1404890578', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.18.114', '0', '1', '', '0', '0', '-1', '0', '0', 'MO8)BIg[3q[[C(1e(i<%(8+`QL.ZRJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6555', '2', '', '0', 'TLTS', '20a451f47496d0c3bdaff0e7edd8adbf', '2014-07-09', 'vigoroustongue9gz@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404889440', '0', '1404889440', '1404891230', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.108.152', '0', '1', '', '0', '0', '-1', '0', '0', '{+puv#t6\\iP{ty)~s$.H+01;,dQ)6j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6556', '2', '', '0', 'DU65', 'd49ed41423e44d100ee34ac7b22b0610', '2014-07-09', 'isidrorym@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404889526', '0', '1404889526', '1404889526', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.19.52', '0', '1', '', '0', '0', '-1', '0', '0', 'cd\'4!lzZX;eI;$p&z3Ow^/}(*+Eu4r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6557', '2', '', '0', 'H5373', '013a28e80138c037a7c4f6852416d440', '2014-07-09', 'qgroverttd@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404890893', '0', '1404890893', '1404890893', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.102.160', '0', '1', '', '0', '0', '-1', '0', '0', 'eC2;orOm\\#)1Qb%0F#x%zcQ#@?Y[(-Mj}#;J>#h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6560', '2', '', '0', 'RHotgvds', '4d716fc0ea68480db697c5719dbbe24a', '2014-07-09', 'tomopoulj@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404892442', '0', '1404892442', '1404894227', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.110.104', '0', '1', '', '0', '0', '-1', '0', '0', 'm#r5)y%KxQjnhPiTU]0TR\'0XSKBB4`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6561', '3', '', '0', 'C8314', '3bd05638ece5064f62d1132907761e7b', '2014-07-09', 'ashawnjx@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404896726', '0', '1404896726', '1404896726', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.103.11', '0', '1', '', '0', '0', '-1', '0', '0', ',+gXYQLU908[`$ISkw_hW]_riUP+jN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6562', '3', '', '0', 'C3205', '9ced704b760eaa416023723c7558e1ad', '2014-07-09', 'orqmqicb@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404902831', '0', '1404902831', '1404902831', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.104.52', '0', '1', '', '0', '0', '-1', '0', '0', '$37dtW3P&[\"`V]gRP$TGD_J@q\\RQ-2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6563', '2', '', '0', 'NPauley', '33b4f7ac584d36074faeb47d588fe973', '2014-07-09', 'lavernzaf@yahoo.com', '0', '', 'http://www.artmail.co.kr/em/?document_srl=698555', '', '', '', '2', '0', 'Junior Member', '0', '1404906476', '0', '1404906476', '1404908283', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-19-1985', '1985-08-19', '-1', '-1', '104.128.16.223', '0', '1', '', '0', '0', '-1', '0', '0', '6U6(fs%:NRG+G?\'&JOgf&Oa$BLNPeY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6564', '2', '', '0', 'sypheria', '5e6a7b4c8ea2ae5dbbbc00aed2d6d51b', '2014-07-09', 'jamholliday@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404907234', '0', '1404907234', '1404907862', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.129.15.30', '0', '1', '', '0', '0', '-1', '0', '0', 'gNHz3#7Yc0y6G*\"75<.!zrOs@f~R{+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6565', '2', '', '0', 'H75L', 'cda5a6923a6ec9e6a0d03f572c24d77e', '2014-07-09', 'vwilliamsdly@yahoo.com', '0', '', 'http://kowinusa.org/1001/board_ILbx75/221372', '', '', '', '2', '0', 'Junior Member', '0', '1404908019', '0', '1404908019', '1404909805', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1975', '1975-03-19', '-1', '-1', '209.161.110.9', '0', '1', '', '0', '0', '-1', '0', '0', 'I*E!e#/zb4oHZq|+)nDUBsh&Bg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6566', '2', '', '0', 'DHSM', 'f810ee8e9aad06128d44dcb91a8f7f98', '2014-07-09', 'pphdygome@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404910876', '0', '1404910876', '1404910876', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.108.38', '0', '1', '', '0', '0', '-1', '0', '0', '9tQ.k^<[]!ctX0/e0\'iz7eh<\'63L.2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6567', '2', '', '0', 'RGYD', '800de20373ebe64b34588e524ae05fa2', '2014-07-09', 'lnoblowc@yahoo.com', '0', '', 'http://www.cutegeek.com/arcade/index.php?task=profile&id=160380', '', '', '', '2', '0', 'Junior Member', '0', '1404911370', '0', '1404911370', '1404913173', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1980', '1980-03-27', '-1', '-1', '209.161.96.130', '0', '1', '', '0', '0', '-1', '0', '0', '3s8+?[t*ZbWE!d`Vqy5Sj_:V(~RW_}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6568', '2', '', '0', 'V4278', 'b49c3852fe2cee9c4854c02108130002', '2014-07-09', 'mraoooipw@yahoo.com', '0', '', 'http://hangspot.net/webid/item.php?id=16365&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404912256', '0', '1404912256', '1404914073', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-03-1982', '1982-11-03', '-1', '-1', '104.128.18.220', '0', '1', '', '0', '0', '-1', '0', '0', '@/fC\"a5t1M3mJjoiJ_umw3#>`\\F^aU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6569', '3', '', '0', 'LR59', '258ae71dd84d3f5021d5ea54a485b486', '2014-07-09', 'acceptablecore9ib@yahoo.com', '0', '', 'http://www.biggerwallpapers.com/profile/costrand', '', '', '', '2', '0', 'Junior Member', '0', '1404916252', '0', '1404916252', '1404918097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1982', '1982-12-01', '-1', '-1', '209.161.108.78', '0', '1', '', '0', '0', '-1', '0', '0', ',y:AT5Cf~$!3iLo>B6.}3Y3.G$%c?<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6570', '2', '', '0', 'SZSA', 'fc2e66f3295b340a73c47f810019bd33', '2014-07-09', 'carforambjkl@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404919502', '0', '1404919502', '1404919502', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.102.160', '0', '1', '', '0', '0', '-1', '0', '0', ')aWg@r|w[#IsQYGlYA/MzU~=\'m|0|$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6571', '2', '', '0', 'EPjy', '501f5d1adf0ebd32109c50618296a3a2', '2014-07-09', 'kangelog@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404920158', '0', '1404920158', '1404922011', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.104.59', '0', '1', '', '0', '0', '-1', '0', '0', '|Hk&!Im(MajS[53w*t?98OJz^c7C@c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6572', '2', '', '0', 'QQZM', '1f2032aeb53d76f34e5137f6e379e39e', '2014-07-09', 'ikapnujbyan@yahoo.com', '0', '', 'http://lakebrantleyrowing.org/auction/item.php?id=38933&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1404920913', '0', '1404920913', '1404922818', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-02-1971', '1971-05-02', '-1', '-1', '209.161.103.5', '0', '1', '', '0', '0', '-1', '0', '0', 'Ic`\"MeR\"NM\"Lw?xQizL^y[vh-A._#n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6573', '2', '', '0', 'AFWAR', 'e7b0deec66b238b56464dd2394fe8e23', '2014-07-09', 'ldunseithd@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404922620', '0', '1404922620', '1404924395', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.18.12', '0', '1', '', '0', '0', '-1', '0', '0', 'w*L^]P$hvJ]^Qf,B[ro-(I!A\\r|}ct3F+jk2lY~8\"t-CdL>R*zj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6575', '2', '', '0', 'CYHNH', '5fd20b299fe1fb39b7a08ea8f0ed114d', '2014-07-09', 'dauntkmjaa@yahoo.com', '0', '', 'http://stuff4sale.ws/shop/ads/simple-steps-for-finding-the-right-life-insurance-coverage/', '', '', '', '2', '0', 'Junior Member', '0', '1404928085', '0', '1404928085', '1404929857', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1976', '1976-08-05', '-1', '-1', '104.128.31.148', '0', '1', '', '0', '0', '-1', '0', '0', '1^}eB6TW3UB13}$v8Kc#IeaY,7t:nQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6576', '2', '', '0', 'KNieves', '87fef3aeaecd85d19c4f118467eee61f', '2014-07-09', 'hayashigwvy@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404933688', '0', '1404933688', '1404933688', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.110.142', '0', '1', '', '0', '0', '-1', '0', '0', '+E-2|OO[(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '137', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6579', '2', '', '0', 'DEii', '0034b065abe9f1fa4b99b2469fbd7a60', '2014-07-09', 'renszeimetz@yahoo.com', '0', '', 'http://www.8hdwallpapers.biz/profile/shsasse', '', '', '', '2', '0', 'Junior Member', '0', '1404938544', '0', '1404938544', '1404948032', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-14-1980', '1980-12-14', '-1', '-1', '209.161.96.145', '0', '1', '', '0', '0', '-1', '0', '0', '?VbfJ%W!iGr8,yM4jy|T!E.tOXpZ7D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6580', '2', '', '0', 'ZJIJ', 'ae6db5916ecd45692a97cc75085d7cc8', '2014-07-09', 'iboudarnell@yahoo.com', '0', '', 'http://shotma.com/profile/jeyjk', '', '', '', '2', '0', 'Junior Member', '0', '1404940183', '0', '1404940183', '1404943646', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-31-1983', '1983-05-31', '-1', '-1', '104.128.29.4', '0', '1', '', '0', '0', '-1', '0', '0', 'mwPbud\'p$xuB/DV&dQ:$F3?\\*3_Goz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6581', '2', '', '0', 'OLudwick', 'c53a2e48616df81a41be7f07fe220059', '2014-07-09', 'noiselesspiffleebhmk@yahoo.com', '0', '', 'http://gdgs.kr/xe/?document_srl=519199', '', '', '', '2', '0', 'Junior Member', '0', '1404943442', '0', '1404943442', '1404948311', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-14-1980', '1980-07-14', '-1', '-1', '104.128.16.242', '0', '1', '', '0', '0', '-1', '0', '0', 'AJ`V?6aASD9)?(v\"NR=j+}\"N)dxDW:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6582', '2', '', '0', 'ssoylu1996', '8ff95f9bf414ef09ba2e26a811291264', '2014-07-10', 'ssoylu1996@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404949958', '0', '1404949958', '1404950093', '1404950046', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.5.189.200', '0', '1', '', '0', '0', '-1', '0', '0', '-WSW]$c>to*XVkZy8+?og4#+>muZ]3', '', '0', '82186', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6583', '2', '', '0', 'hh65fm1', 'ed7882a2ebd7d9332a1666d78e027327', '2014-07-10', 'hh65fm1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1404952034', '0', '1404952034', '1404952135', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '73.55.209.220', '0', '1', '', '0', '0', '-1', '0', '0', 'x7Ztb`z}uBO07=sfgne\'Y\'Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6589', '2', '', '0', 'JOvn', 'e3a90a581352ea72eaa02b295ecbdadd', '2014-07-11', 'dorzrnile@yahoo.com', '0', '', 'http://khabaree.com/index.php?page=item&id=43402', '', '', '', '2', '0', 'Junior Member', '0', '1405055793', '0', '1405055793', '1405057977', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-26-1983', '1983-02-26', '-1', '-1', '192.126.161.74', '0', '1', '', '0', '0', '-1', '0', '0', '?}N*af6(3^UA>p+BQXpZ]TDRi/qmY7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6590', '2', '', '0', 'EYhi', '93b7be33bbc4d3402fd1aa98875d9759', '2014-07-11', 'salbtvvl@yahoo.com', '0', '', 'http://www.goodbalance.co.uk/item.php?id=20432&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405056682', '0', '1405056682', '1405060576', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1978', '1978-06-16', '-1', '-1', '213.184.98.233', '0', '1', '', '0', '0', '-1', '0', '0', '2Ro{aaIR-9l\')QPhU_LU-S4L6W6M8>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6591', '2', '', '0', 'CHjc', '03f9aa3485d2441418e8000dd574c1ba', '2014-07-11', 'cordwellrhb@yahoo.com', '0', '', 'http://www.musicaeventi.it/scuoladimusica/modules.php?name=Your_Account&op=userinfo&username', '', '', '', '2', '0', 'Junior Member', '0', '1405062115', '0', '1405062115', '1405063928', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-13-1985', '1985-01-13', '-1', '-1', '192.126.160.65', '0', '1', '', '0', '0', '-1', '0', '0', '>DJsYJ8&d&gb)Y%UjIt*M#U9n^%.2l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6592', '3', '', '0', 'SPurdy', 'e24f97f38b72dbe802a2a7ae9e5524e9', '2014-07-11', 'hildredrasch6310@6ip.us', '0', '', 'https://www.facebook.com/AngryBirdsEpicHackCheat', '', '', '', '2', '0', 'Junior Member', '0', '1405066612', '0', '1405066612', '1405069078', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-11-1981', '1981-08-11', '-1', '-1', '23.231.7.224', '0', '1', '', '0', '0', '-1', '0', '0', '(vgzbT:uN:~%MgWWm;J^cs/-,uQ~LD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6593', '2', '', '0', 'GGBK', '502bed3695c9a3330d0135ae01aa01bc', '2014-07-11', 'jmarianobo@yahoo.com', '0', '', 'http://magnateam.com/xe/board/87242', '', '', '', '2', '0', 'Junior Member', '0', '1405066844', '0', '1405066844', '1405068632', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-28-1984', '1984-11-28', '-1', '-1', '213.184.99.150', '0', '1', '', '0', '0', '-1', '0', '0', 'jLn!XhlK}<\"P-^e]P%8C[)lq*:xZ`]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6594', '2', '', '0', 'JMeade', 'd507ec364ea38c420b1ea1be73125f0c', '2014-07-11', 'hilariofol@yahoo.com', '0', '', 'http://www.tatanitu.ro/forum/modules/profile/userinfo.php?uid=204618', '', '', '', '2', '0', 'Junior Member', '0', '1405071503', '0', '1405071503', '1405073311', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1982', '1982-11-20', '-1', '-1', '192.126.160.82', '0', '1', '', '0', '0', '-1', '0', '0', 'XnLGv8qWz=i`ak7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6596', '2', '', '0', 'D5446', '9e47e33badab93d1f34e3d484c70d854', '2014-07-11', 'btozjwym@yahoo.com', '0', '', 'http://www.bidbayuk.co.uk/item.php?id=8131&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405074774', '0', '1405074774', '1405076681', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-25-1974', '1974-11-25', '-1', '-1', '170.130.63.156', '0', '1', '', '0', '0', '-1', '0', '0', 'FbG~9G/7}MSXWe}{[N9\\RggKFs8?8EoXe6z_Z)GI/#*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6598', '2', '', '0', 'A82N', 'bd7c5e5ca6187b64a15aae3e99e8c726', '2014-07-11', 'schriverfwkz@yahoo.com', '0', '', 'http://orient.pe.kr/?document_srl=313190', '', '', '', '2', '0', 'Junior Member', '0', '1405089551', '0', '1405089551', '1405091314', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1974', '1974-10-14', '-1', '-1', '192.126.168.143', '0', '1', '', '0', '0', '-1', '0', '0', 'K8TzM0xb:Iie&/zYtyn3xE.L=E2.@r{^z|8Bv!Gy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6603', '2', '', '0', 'GKtj', 'ba4579ed2e6227da461fed9b8606710e', '2014-07-11', 'modestozyo@yahoo.com', '0', '', 'http://edakorea.com/xe/youtube3/377858', '', '', '', '2', '0', 'Junior Member', '0', '1405111960', '0', '1405111960', '1405113742', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-29-1971', '1971-05-29', '-1', '-1', '192.126.172.141', '0', '1', '', '0', '0', '-1', '0', '0', '9]Xm^.m[^rAa?g-z&cnrxee3wt);zN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6604', '2', '', '0', 'MRRJ', '7e58e56d8391d09733f43cf5ec4ee33f', '2014-07-11', 'lmelanconev@yahoo.com', '0', '', 'http://www.rallyclub.ru/WeBid/item.php?id=4314&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405112536', '0', '1405112536', '1405114295', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-25-1985', '1985-10-25', '-1', '-1', '179.43.137.245', '0', '1', '', '0', '0', '-1', '0', '0', 'q,w/E6v`W$\"[[Fh}d%d>-7*?]m\'i(p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6605', '2', '', '0', 'SCUZA', '5b7f54e314c7b8a75e1c97ffb821268c', '2014-07-11', 'jclaughlinm@yahoo.com', '0', '', 'https://zeon.fi/dev/bitbay/item.php?id=15979&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405118858', '0', '1405118858', '1405120660', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-23-1982', '1982-12-23', '-1', '-1', '173.232.7.27', '0', '1', '', '0', '0', '-1', '0', '0', ']{\"Y_qe,4EN?n0g5&-+c1\\0s(F/0@2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6606', '2', '', '0', 'RTDB', '89a1f08c0adca36dbd5c893148a22161', '2014-07-12', 'threateningupsh08h5b@yahoo.com', '0', '', 'http://www.anunt-escort.ro/author/tihewlett/', '', '', '', '2', '0', 'Junior Member', '0', '1405120014', '0', '1405120014', '1405121813', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1985', '1985-10-03', '-1', '-1', '192.126.172.248', '0', '1', '', '0', '0', '-1', '0', '0', 'VmID;%x,mJ)s$Xy],g!F+fG\"|k\\>FJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6607', '2', '', '0', 'ECulpin', '6d961335f3450f214c1678c32b9c8ec7', '2014-07-12', 'genovesiboj@yahoo.com', '0', '', 'http://trufu.com/userinfo.php?uid=308581', '', '', '', '2', '0', 'Junior Member', '0', '1405120122', '0', '1405120122', '1405121923', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-06-1978', '1978-03-06', '-1', '-1', '179.43.137.17', '0', '1', '', '0', '0', '-1', '0', '0', 'S\"CsIoW#Bo)3b}^9Q1dI=jm[L[~@1x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6608', '2', '', '0', 'EZBWY', '06302361364e19a62c95585fd3b310a5', '2014-07-12', 'kxalhtwilly@yahoo.com', '0', '', 'http://www.appkikr.eu/item.php?id=5910&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405124566', '0', '1405124566', '1405126371', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1975', '1975-06-23', '-1', '-1', '192.126.172.35', '0', '1', '', '0', '0', '-1', '0', '0', 'x8r:OoS)VBp!&}j3:<\\H.)$V|L3fY$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6609', '2', '', '0', 'P75A', 'ad328960e77804592e5f9a26201e9ae7', '2014-07-12', 'nostalgicdye47pr@yahoo.com', '0', '', 'http://www.dodoshare.com/games/profile/mathrash', '', '', '', '2', '0', 'Junior Member', '0', '1405125754', '0', '1405125754', '1405127561', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-20-1973', '1973-12-20', '-1', '-1', '192.126.168.7', '0', '1', '', '0', '0', '-1', '0', '0', '}pJulVa471?6ecXF_Yjm~\'P;g7IyEk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6610', '2', '', '0', 'EMGUC', 'ebb66c9a93ad83ee10fb91b36299dca3', '2014-07-12', 'ottogkbal@yahoo.com', '0', '', 'http://hangspot.net/webid/item.php?id=11266&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405128510', '0', '1405128510', '1405130383', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-27-1970', '1970-02-27', '-1', '-1', '89.47.21.208', '0', '1', '', '0', '0', '-1', '0', '0', 'khy,~z!d6.Q{FKM;Ez5FHxURmUr14k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6611', '2', '', '0', 'TRgb', '49812df1379cbb223eda7c3152b050b3', '2014-07-12', 'petrasvtony@yahoo.com', '0', '', 'http://gfiw.kr/xe/Memberpicture/312071', '', '', '', '2', '0', 'Junior Member', '0', '1405136118', '0', '1405136118', '1405137913', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1980', '1980-12-15', '-1', '-1', '213.184.98.210', '0', '1', '', '0', '0', '-1', '0', '0', 'v!5\\cZ+OO\'4!%Z3L5J~5^58<3&{@[V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6612', '2', '', '0', 'SWPDY', '703a6b56b8d189331b7571aa29099bfe', '2014-07-12', 'prkevjwcomer@yahoo.com', '0', '', 'http://sookung.com/?document_srl=977810', '', '', '', '2', '0', 'Junior Member', '0', '1405138692', '0', '1405138692', '1405140458', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-21-1972', '1972-07-21', '-1', '-1', '192.126.160.184', '0', '1', '', '0', '0', '-1', '0', '0', 'UyB(saAhFZ~2c$:P,\\QW0fO!UWdEfW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6613', '2', '', '0', 'STYA', '8f0bb7e6ac039898c27de0382aeb3b1e', '2014-07-12', 'ahmadyztgav@yahoo.com', '0', '', 'http://demo.prepaid-hoster.de/clanx/index.php?site=profile&id=7197', '', '', '', '2', '0', 'Junior Member', '0', '1405138730', '0', '1405138730', '1405140541', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-06-1977', '1977-01-06', '-1', '-1', '206.214.93.244', '0', '1', '', '0', '0', '-1', '0', '0', 'H`v3s!/,tjn|6(b+}G^@\'f:f^9]Em+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6614', '2', '', '0', 'TMartinda', '42af71978c706de143a5f94398906c29', '2014-07-12', 'warnerjoo@yahoo.com', '0', '', 'http://www.di-brain.com/board_uBhn93/8999', '', '', '', '2', '0', 'Junior Member', '0', '1405142917', '0', '1405142917', '1405144881', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1983', '1983-05-17', '-1', '-1', '213.184.98.222', '0', '1', '', '0', '0', '-1', '0', '0', '^X`T;:)jRqbWMJYc<{J3}gGNkG#HP1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6615', '2', '', '0', 'KProuty', 'b00356e1e1dd4c4a7917a127d3fd5ee1', '2014-07-12', 'iwillsirm@yahoo.com', '0', '', 'http://www.appkikr.eu/item.php?id=36031', '', '', '', '2', '0', 'Junior Member', '0', '1405143168', '0', '1405143168', '1405144955', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-25-1973', '1973-03-25', '-1', '-1', '192.126.168.131', '0', '1', '', '0', '0', '-1', '0', '0', 'Mo9\">F8KFs]j/~I3dkWNMAOKR2iC_]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6616', '2', '', '0', 'AWlo', '77e459a7f7ea116e96f1d55fd45e87c3', '2014-07-12', 'ickynecessity69rqnpy@yahoo.com', '0', '', 'http://www.bitshop.ch/item.php?id=3867&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405145253', '0', '1405145253', '1405147026', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-25-1981', '1981-07-25', '-1', '-1', '89.47.19.11', '0', '1', '', '0', '0', '-1', '0', '0', '6,NaO+|`=h8Y9^NEE,y:6R?G.r\"[az', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6617', '2', '', '0', 'A0884', 'dcd79cf73a55a495f082b4158a33ad44', '2014-07-12', 'ypitveohea@yahoo.com', '0', '', 'http://www.dewitgoedbaas.nl/dh/?ad_listing=try-these-tips-for-that-cheapest-cheap-temporary-car-insu', '', '', '', '2', '0', 'Junior Member', '0', '1405147578', '0', '1405147578', '1405149360', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1971', '1971-05-13', '-1', '-1', '192.126.172.178', '0', '1', '', '0', '0', '-1', '0', '0', '7|s,uL&?>dB!+Qi@Ef+AjG:0>ygz2#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6618', '2', '', '0', 'BEbo', '4363c7964cfa07c1f360625d0dcbaa78', '2014-07-12', 'napolitanomb@yahoo.com', '0', '', 'http://www.maltakennelclub.org/UserProfile/tabid/1498/userId/94615/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1405148610', '0', '1405148610', '1405150421', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-06-1979', '1979-01-06', '-1', '-1', '89.47.21.140', '0', '1', '', '0', '0', '-1', '0', '0', ']7R1A3YPOJA\\]UW2|xXSq>4}OReyLB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6619', '2', '', '0', 'R3292', 'acb2df18522a479214b0aabdc27e6e68', '2014-07-12', 'unarmedmalady62ya1t@yahoo.com', '0', '', 'http://revouch.co.uk/author/al83d/', '', '', '', '2', '0', 'Junior Member', '0', '1405149158', '0', '1405149158', '1405150963', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1973', '1973-06-27', '-1', '-1', '89.47.19.117', '0', '1', '', '0', '0', '-1', '0', '0', '{Xck&dg)!l\'Mn5tB**op\":1l=+63X?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6620', '2', '', '0', 'TGXXO', '43e26debfa9fce74127553f7ee180b48', '2014-07-12', 'handsomeebb55v@yahoo.com', '0', '', 'https://virbo.repositoryhosting.com/trac/virbo_swxcontest/ticket/7570', '', '', '', '2', '0', 'Junior Member', '0', '1405151892', '0', '1405151892', '1405153667', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1979', '1979-06-07', '-1', '-1', '89.47.21.42', '0', '1', '', '0', '0', '-1', '0', '0', '$M,YXnhF6bF?0,.O_>;WSl9`Uu&:P@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6621', '2', '', '0', 'JY76', '35299d98a24e669661a8e1894d723b26', '2014-07-12', 'eyswkhizg@yahoo.com', '0', '', 'http://lakebrantleyrowing.org/auction/item.php?id=9872&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405152499', '0', '1405152499', '1405154275', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-30-1974', '1974-11-30', '-1', '-1', '89.47.21.60', '0', '1', '', '0', '0', '-1', '0', '0', 'hF0E{p\'sOo>}u..)O8KAbJYL\\!zm#&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6622', '2', '', '0', 'LSih', '818f9bc38dcc6325c330847b78dc885b', '2014-07-12', 'noiselesscommodoh5b@yahoo.com', '0', '', 'http://www.webleher.co.in/portal/index.php?page=item&id=14769', '', '', '', '2', '0', 'Junior Member', '0', '1405152933', '0', '1405152933', '1405154823', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-04-1984', '1984-10-04', '-1', '-1', '213.184.99.101', '0', '1', '', '0', '0', '-1', '0', '0', '4%i-:)}rRmvnGwD0?S!Zg({F,m>C9C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6623', '2', '', '0', 'JHMGS', '675644f83d60b927f76607d75cc625ef', '2014-07-12', 'prgbovleg@yahoo.com', '0', '', 'http://www.skinswebzin.com/xe/board1/14334', '', '', '', '2', '0', 'Junior Member', '0', '1405157786', '0', '1405157786', '1405159638', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1979', '1979-08-16', '-1', '-1', '206.214.93.20', '0', '1', '', '0', '0', '-1', '0', '0', 'e8~gU<~N;QbgRQL|iz_K7!{I7[\\x(;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6624', '2', '', '0', 'JCLJ', '0a2814f17901ab560ea6662ffc19c4dd', '2014-07-12', 'gainfulalbum55grpyq@yahoo.com', '0', '', 'http://www.chbe.com.tw/userinfo.php?uid=31999', '', '', '', '2', '0', 'Junior Member', '0', '1405161812', '0', '1405161812', '1405163587', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-28-1971', '1971-06-28', '-1', '-1', '93.118.73.244', '0', '1', '', '0', '0', '-1', '0', '0', ')vi*j\\*eQLz6wL`vAzw\\|\'!dBD\'9UT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6625', '3', '', '0', 'AHartford', '10676b8c415d30a861125f040fa85ce0', '2014-07-12', 'oafishalloy28p@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405173083', '0', '1405173083', '1405173083', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '149.255.101.245', '0', '1', '', '0', '0', '-1', '0', '0', ']$lRteQz6u278*Hsd-Rq>]=;P<6~L5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6626', '2', '', '0', 'JTDYZ', '1d66cf203f006e9c5558a28e4533fd4f', '2014-07-12', 'flippantdesperazz@yahoo.com', '0', '', 'http://healthfoodkorea.biz/xe/prod2/294326', '', '', '', '2', '0', 'Junior Member', '0', '1405173661', '0', '1405173661', '1405175465', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-22-1976', '1976-08-22', '-1', '-1', '192.126.160.154', '0', '1', '', '0', '0', '-1', '0', '0', 'e#p!|L`SuBQ3SdsI6pn~iw;RQA-+B+ta/J~\"k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6628', '2', '', '0', 'TShanahan', '9e07aab4708e816780bd06a5f7ea274f', '2014-07-12', 'robertobt@yahoo.com', '0', '', 'http://www.skinswebzin.com/xe/board1/5385', '', '', '', '2', '0', 'Junior Member', '0', '1405178211', '0', '1405178211', '1405179996', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-12-1980', '1980-03-12', '-1', '-1', '93.118.73.17', '0', '1', '', '0', '0', '-1', '0', '0', 'K|qT{np(u<%f9GJ6SUqlh\\pPi&dqB-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6629', '2', '', '0', 'JZVL', '0681b1e31893c07dea05b55f805e71fd', '2014-07-12', 'sjaytimlin@yahoo.com', '0', '', 'http://singsingfestival.com/xe/?document_srl=446018', '', '', '', '2', '0', 'Junior Member', '0', '1405179511', '0', '1405179511', '1405181340', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-06-1972', '1972-01-06', '-1', '-1', '89.47.21.150', '0', '1', '', '0', '0', '-1', '0', '0', 'Y}hGQ7MqCl|YY/e^0uAiPvhi&Z\\)il', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6630', '2', '', '0', 'Z9919', '43424a2ca1508ec0009aa822484a4dac', '2014-07-12', 'whyggparker@yahoo.com', '0', '', 'http://g-solution.eu/item.php?id=5805&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405187773', '0', '1405187773', '1405189544', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-04-1971', '1971-03-04', '-1', '-1', '93.118.73.234', '0', '1', '', '0', '0', '-1', '0', '0', ']#mA:jnS.dg/U^l]6zV5V={4,c>tX&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6631', '2', '', '0', 'YOquinn', 'cc542a3d33c30ce6d8bd5c07dc3737e0', '2014-07-12', 'watchfulbudget4fl1qo@yahoo.com', '0', '', 'http://www.mileagebrokerreviews.com/uncategorized/read-this-important-assistance-with-life-coverage/', '', '', '', '2', '0', 'Junior Member', '0', '1405192797', '0', '1405192797', '1405194626', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-19-1978', '1978-11-19', '-1', '-1', '213.184.99.191', '0', '1', '', '0', '0', '-1', '0', '0', '#LlB_D[yVvV*s&J{8Jb/\"gD>%8=+k6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6632', '2', '', '0', 'MFXUD', '81eb05d830f08edaa1d24486491ffc26', '2014-07-12', 'pavoliniw@yahoo.com', '0', '', 'http://www.hablafutbol.es/BrStamm', '', '', '', '2', '0', 'Junior Member', '0', '1405194396', '0', '1405194396', '1405196202', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-08-1985', '1985-11-08', '-1', '-1', '89.47.21.140', '0', '1', '', '0', '0', '-1', '0', '0', 'i^`B]9[B*W,n%}%tj_cZ]EF-\\5DHg8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6633', '2', '', '0', 'OX52', '6533c3e976408fc3867617407897d742', '2014-07-12', 'spathmixww@yahoo.com', '0', '', 'http://esuri.my/marketplace/author/romarlay/', '', '', '', '2', '0', 'Junior Member', '0', '1405194532', '0', '1405194532', '1405196342', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-10-1977', '1977-11-10', '-1', '-1', '213.184.98.167', '0', '1', '', '0', '0', '-1', '0', '0', '7eBj:mx1&2{H(dq-za$+`t{<[Gl\'jP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6634', '3', '', '0', 'clobberella', '84df6d46536afd176dc2424f7b047030', '2014-07-12', 'chantelle.holmes44@icloud.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405195700', '0', '1405195700', '1405195700', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '151.224.58.5', '0', '1', '', '0', '0', '-1', '0', '0', 'a=NiA9vB)x0X^VehE~PH]`3TgOCI`g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6635', '2', '', '0', 'J92F', 'b68b9aab07f8430c5f6cd4b1a59135b0', '2014-07-12', 'pikerorusse@yahoo.com', '0', '', 'http://pinoybuys.com/item.php?id=14355&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405196170', '0', '1405196170', '1405197965', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-31-1983', '1983-08-31', '-1', '-1', '213.184.98.83', '0', '1', '', '0', '0', '-1', '0', '0', 'J}-,K%h@%,(1IPBqZG7!*$4pZwo5qH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6636', '2', '', '0', 'RFNJ', 'ad2253ec9cf95fc51027586994c3c41a', '2014-07-12', 'lylbonmu@yahoo.com', '0', '', 'http://g-solution.eu/item.php?id=4024&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405199088', '0', '1405199088', '1405200880', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-19-1974', '1974-11-19', '-1', '-1', '93.118.73.181', '0', '1', '', '0', '0', '-1', '0', '0', '3EPT^Q~xgzU,ts', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6637', '2', '', '0', 'ACarne', '69b6d130e8abef218b9b7aae3d3552ee', '2014-07-12', 'apatheticclosetim@yahoo.com', '0', '', 'http://www.tutorpost.co.uk/ads/ideas-to-stay-away-from-issues-when-selecting-life-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1405201072', '0', '1405201072', '1405202861', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-23-1975', '1975-11-23', '-1', '-1', '179.43.137.195', '0', '1', '', '0', '0', '-1', '0', '0', '3)s{L7phL02I^/LRgoNAXra.DCN]Jb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6638', '2', '', '0', 'IG98', '5b6d5733e3e5282c902275478bfb1ef7', '2014-07-12', 'ossifiedwhiz79ow@yahoo.com', '0', '', 'http://www.dutch-death-row.com/index.php?site=profile&id=1846', '', '', '', '2', '0', 'Junior Member', '0', '1405203078', '0', '1405203078', '1405204906', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-19-1977', '1977-02-19', '-1', '-1', '192.126.160.56', '0', '1', '', '0', '0', '-1', '0', '0', '}fK%~_RDMzCA#L^%&GrItJ9r9XGRA\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6639', '2', '', '0', 'BZVNM', 'f7c330b7740666f463f633aa7ac481c6', '2014-07-12', 'bfzsmaynard@yahoo.com', '0', '', 'http://ltm2014.co.uk/webid2/item.php?id=10052&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405203227', '0', '1405203227', '1405205044', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-26-1977', '1977-06-26', '-1', '-1', '89.47.19.125', '0', '1', '', '0', '0', '-1', '0', '0', '@eiBUrT;MkeX[^1Eoqz\\C_?3#]kp\\+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6640', '2', '', '0', 'KWSP', 'c760f9129da27bb903758cf2d609017d', '2014-07-12', 'utterocclusion43@yahoo.com', '0', '', 'http://www.securitykicks.com/what-you-should-know-about-insurance-coverage', '', '', '', '2', '0', 'Junior Member', '0', '1405204831', '0', '1405204831', '1405206704', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1983', '1983-05-17', '-1', '-1', '50.31.104.33', '0', '1', '', '0', '0', '-1', '0', '0', 'j\"ooZ9>%I!%\\88+aQV]%0sx:m_901|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6641', '2', '', '0', 'BRLXM', '657247722f48f2d483b99e9f2c9d1aa7', '2014-07-12', 'lobjeexjt@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405205424', '0', '1405205424', '1405207181', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.31.105.253', '0', '1', '', '0', '0', '-1', '0', '0', '~\'cHmJ)Ig_|cT=f\\r+kvFI{|1A0Hm@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6642', '2', '', '0', 'IDavila', 'a833b13ecbb994d7bfff717a0ea48ed1', '2014-07-13', 'overratednarrato@yahoo.com', '0', '', 'http://www.chinaexportwholesale.com/forum/index.php?a=member&m=570640', '', '', '', '2', '0', 'Junior Member', '0', '1405208679', '0', '1405208679', '1405210503', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-28-1976', '1976-08-28', '-1', '-1', '213.184.98.13', '0', '1', '', '0', '0', '-1', '0', '0', 'j(U#~[6]8T;Tdhg41}xo)Skv_?*ZZo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6643', '2', '', '0', 'OPUA', '629f5971515edd14ca11b70a6dfa2eea', '2014-07-13', 'emmitt-noll4404@outlook.com', '0', '', 'https://www.facebook.com/FreeFarmHeroesSagaHackToolCheat2014now', '', '', '', '2', '0', 'Junior Member', '0', '1405211744', '0', '1405211744', '1405212234', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-14-1983', '1983-02-14', '-1', '-1', '192.99.176.34', '0', '1', '', '0', '0', '-1', '0', '0', '3%7t:zLT`WR8ds{w866S)skT(A>EoC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '137', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6644', '2', '', '0', 'D18N', 'ed2cd30070dd3600b1c03ac2bff8f8ce', '2014-07-13', 'jeucqnmvit@yahoo.com', '0', '', 'http://ltm2014.co.uk/webid2/item.php?id=9128&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405222003', '0', '1405222003', '1405223805', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1984', '1984-10-14', '-1', '-1', '192.126.172.35', '0', '1', '', '0', '0', '-1', '0', '0', '[KzML?W?tEof/0(\\C{#nm5JgtQYUl\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6645', '2', '', '0', 'E0451', '5841ae354b0fd43d61a12532ad5a53de', '2014-07-13', 'weuvwtyharl@yahoo.com', '0', '', 'http://www.bmotion.net:8000/bmotion-lib/ticket/45230', '', '', '', '2', '0', 'Junior Member', '0', '1405223552', '0', '1405223552', '1405225385', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-22-1970', '1970-11-22', '-1', '-1', '213.184.99.186', '0', '1', '', '0', '0', '-1', '0', '0', 'SQO;JYzF\"Z!*5<`XM2LJ.LfB[E7N@b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6646', '2', '', '0', 'J0081', 'cf0511e9874a60c446ff901176ad02a5', '2014-07-13', 'toughdesert74fqa@yahoo.com', '0', '', 'http://www.bucks-cards.com/author/ren37', '', '', '', '2', '0', 'Junior Member', '0', '1405226317', '0', '1405226317', '1405228087', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-30-1971', '1971-01-30', '-1', '-1', '50.31.104.134', '0', '1', '', '0', '0', '-1', '0', '0', 'i\"E6@}grP\\=WCn]DU1Gtjp#{\"acj\'S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6647', '2', '', '0', 'D8131', 'eb8a481c84734e4d06629793c597ffae', '2014-07-13', 'brentlingg@yahoo.com', '0', '', 'http://chalkblue.com/webid/item.php?id=7169&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405228272', '0', '1405228272', '1405230082', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-12-1975', '1975-04-12', '-1', '-1', '93.118.73.116', '0', '1', '', '0', '0', '-1', '0', '0', '8SxGJkK=-L:~!6(+f}}L;iw>Dsli&t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6648', '2', '', '0', 'R3453', '5642c91b90ab2ba3c69f37e8c913c2a8', '2014-07-13', 'ubalserurw@yahoo.com', '0', '', 'http://www.eyelevelbeaverton.com/xe/Promotions/80762', '', '', '', '2', '0', 'Junior Member', '0', '1405230038', '0', '1405230038', '1405231871', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-23-1971', '1971-04-23', '-1', '-1', '179.43.137.86', '0', '1', '', '0', '0', '-1', '0', '0', 'W\\.!2aN$*GUvTO0lZo1xEkNGrQWL@,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6649', '2', '', '0', 'HSterne', 'c1aae58da951d011c4f535d7dee9e057', '2014-07-13', 'healthynational86wr@yahoo.com', '0', '', 'http://kmesanta.cafe24.com/kme/?document_srl=914158', '', '', '', '2', '0', 'Junior Member', '0', '1405230940', '0', '1405230940', '1405232723', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-24-1983', '1983-11-24', '-1', '-1', '93.118.73.182', '0', '1', '', '0', '0', '-1', '0', '0', 'GQCS]G\\\'wtCDs[MHr4GHADKu$~X*8M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6650', '2', '', '0', 'T5200', '34f11bd2e2ddfee0984b7cdc8314d91f', '2014-07-13', 'drunkruffian18wdl@yahoo.com', '0', '', 'http://www.duallove.com/member/88727/blog/view/74787-Usually-Do-Not-Get-Trapped-Off-Guard-In-Terms-O', '', '', '', '2', '0', 'Junior Member', '0', '1405235466', '0', '1405235466', '1405237257', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1972', '1972-07-15', '-1', '-1', '93.118.73.193', '0', '1', '', '0', '0', '-1', '0', '0', 'Fdz+GE\\\\9,LJ_.,wjhdfGGmJi{d$rd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6651', '2', '', '0', 'ILutes', '1f39277c664bd99b9ff17edaa1582a79', '2014-07-13', 'changeablesprayoo@yahoo.com', '0', '', 'http://tellalli.com/osclass/index.php?page=item&id=4721', '', '', '', '2', '0', 'Junior Member', '0', '1405245067', '0', '1405245067', '1405246867', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-02-1973', '1973-10-02', '-1', '-1', '192.126.172.153', '0', '1', '', '0', '0', '-1', '0', '0', 'W{=LIjx%5HK##\"yv4}{}H`n.1G/hc=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6652', '2', '', '0', 'TRDHG', '7fba8f4eb9620efed2dda4d24581e7d0', '2014-07-13', 'bajhrlzz@yahoo.com', '0', '', 'http://www.jejumisozium.co.kr/xe/qna/33967', '', '', '', '2', '0', 'Junior Member', '0', '1405245419', '0', '1405245419', '1405247170', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-14-1983', '1983-08-14', '-1', '-1', '192.126.160.174', '0', '1', '', '0', '0', '-1', '0', '0', 'bT`gi*3k,5f#Id}H._7h9\\X]^^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6654', '2', '', '0', 'GBurnham', '51558ee799d5c9ae1b4ea8fa71df1eec', '2014-07-13', 'bsxboujdl@yahoo.com', '0', '', 'http://www.ddhch.com/web/?document_srl=665789', '', '', '', '2', '0', 'Junior Member', '0', '1405251659', '0', '1405251659', '1405253519', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-18-1974', '1974-09-18', '-1', '-1', '89.47.21.224', '0', '1', '', '0', '0', '-1', '0', '0', 'D9!B/)W_%k,Qp;`r)S}swlD]b096GI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6655', '2', '', '0', 'DuckNukem', 'f0407999b11eefacb80a8b052352ae51', '2014-07-13', 'sdejong2008@live.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405255003', '0', '1405255003', '1405255073', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '31.151.187.172', '0', '1', '', '0', '0', '-1', '0', '0', 'e3OxQmP0Z68ZOw9sVEAbSE/u.wnlZH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6656', '2', '', '0', 'UZNG', 'bc0b6d5b944bcadf55214f791ca2d9a1', '2014-07-13', 'vvttzdaf@yahoo.com', '0', '', 'http://hasungch.net/zbxe/bd/15583', '', '', '', '2', '0', 'Junior Member', '0', '1405255258', '0', '1405255258', '1405257111', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1971', '1971-03-17', '-1', '-1', '89.47.21.192', '0', '1', '', '0', '0', '-1', '0', '0', 'I;7arKfQnzuJF~TCf.{\"3mK3#jg`|y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6657', '2', '', '0', 'HFYJM', 'b189e35c8b3124887d68163d6f3a410e', '2014-07-13', 'vernoniiztu@yahoo.com', '0', '', 'http://zhidao.3q.cn/uncategorized/your-wait-around-for-great-search-engine-optimization-recommendati', '', '', '', '2', '0', 'Junior Member', '0', '1405255449', '0', '1405255449', '1405257253', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-15-1979', '1979-03-15', '-1', '-1', '89.47.21.192', '0', '1', '', '0', '0', '-1', '0', '0', '9i~Gl1*fT;>q\\!rkj30d%_nP_Pzk8Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6658', '2', '', '0', 'R8495', 'f231e925d7da562ff04bbbc92c676ea5', '2014-07-13', 'brucewrighi@yahoo.com', '0', '', 'http://www.gullife.net/jajaksi/?document_srl=242243', '', '', '', '2', '0', 'Junior Member', '0', '1405257177', '0', '1405257177', '1405258972', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1977', '1977-03-17', '-1', '-1', '213.184.99.182', '0', '1', '', '0', '0', '-1', '0', '0', ')*mYwhPC0OvR7%O87>cJ@O2\"L,HqA\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6659', '2', '', '0', 'WWHL', '240d7a693091ddc951b705b77231dc2f', '2014-07-13', 'maubygdw@yahoo.com', '0', '', 'http://www.btcinvfx.com/item.php?id=30575&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405258410', '0', '1405258410', '1405260176', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-04-1983', '1983-06-04', '-1', '-1', '192.126.172.167', '0', '1', '', '0', '0', '-1', '0', '0', ')QSLa#C4:HcR^#6*CeL6sz,$mqY4zWQ+zY5Z\\bzR/DOq((', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6662', '2', '', '0', 'Mithras', 'd1b4267e5e7e4150b498a595bd755234', '2014-07-13', 'lukedyra@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405263577', '0', '1406361184', '1406752669', '1406328200', '7', '10', '5', '0', '1', '0', '0', '0', '45108439', '06-28-1993', '1993-06-28', '-1', '-1', '90.220.15.203', '0', '1', '', '0', '0', '-1', '0', '0', 't\"AVFb1*lw$hkpGZ@|7Tc&r>gvl-gw', '', '0', '82386', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'acb027c1242018aff110a8f170671539', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6663', '2', '', '0', 'C0589', '01865678bfdb4bb59554584589585674', '2014-07-13', 'tymctgzs@yahoo.com', '0', '', 'http://www.motionsdancestudio.com/UserProfile/tabid/43/userId/29062/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1405264046', '0', '1405264046', '1405265809', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1973', '1973-03-27', '-1', '-1', '192.126.172.202', '0', '1', '', '0', '0', '-1', '0', '0', 'q,6/X\'2_\":S~Ey.l\"S:K*\'mb/1S\\PX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6664', '2', '', '0', 'DMHS', 'f0c64580e1ba1e08e338802b96380420', '2014-07-13', 'tafelpono@yahoo.com', '0', '', 'http://www.welcometomypad.com/item.php?id=47397733', '', '', '', '2', '0', 'Junior Member', '0', '1405265490', '0', '1405265490', '1405267288', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1974', '1974-03-28', '-1', '-1', '213.184.99.188', '0', '1', '', '0', '0', '-1', '0', '0', 'z\'J!?bK;E7FDA0}O*V8)y|PU!elPuA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6665', '2', '', '0', 'HJnx', 'af0c5a5cdb8460a7ccb43a7ee7011a0e', '2014-07-13', 'hollomnc@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405273454', '0', '1405273454', '1405273454', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.126.168.222', '0', '1', '', '0', '0', '-1', '0', '0', 'A8I*/_4||}Alk`-\'wgo8*d?p.b6XXj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6666', '2', '', '0', 'DMua', '77dca222f0948b079e0519e6c3ecbfe5', '2014-07-13', 'apqegerry@yahoo.com', '0', '', 'http://mirvsemu.ru/blogs/41714/78768/it-can-be-possible-to-get-discou', '', '', '', '2', '0', 'Junior Member', '0', '1405274385', '0', '1405274385', '1405276334', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1983', '1983-05-20', '-1', '-1', '179.43.137.20', '0', '1', '', '0', '0', '-1', '0', '0', ')PVdp.:m7:g/\'/6{v;NOp!zZw.UPGC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6667', '2', '', '0', 'LJBOM', '5a4756f2417787dc21cdafcc182175ce', '2014-07-13', 'gordonber@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405274449', '0', '1405274449', '1405274449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '170.130.63.156', '0', '1', '', '0', '0', '-1', '0', '0', '_i^^kkY9Ew\\%f0OfU_NlU?nJh%+McF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6668', '2', '', '0', 'SQGZS', '6e7a53d20bd13dc4b82aca62a556a262', '2014-07-13', 'ronniewsje@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405279744', '0', '1405279744', '1405279744', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '179.43.137.243', '0', '1', '', '0', '0', '-1', '0', '0', 'zM;\'+1FsJngN#bZuEz,3)x%IXA=Xl8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6669', '8', '', '0', 'EYRXZ', 'cf04ef6efb20076608e5efa067442e66', '2014-07-13', 'betsyxbhemric@yahoo.com', '0', '', 'http://io6.tv/forum_candidates/fluxbb/profile.php?section=personality&id=107534', '', '', '', '2', '0', 'Banned', '0', '1405281682', '0', '1405370427', '1405604446', '1405283708', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-15-1984', '1984-09-15', '-1', '-1', '192.240.198.175', '0', '1', '', '0', '0', '-1', '0', '0', ':n\"78NM~;lKa?}u*e2]HR`+D8X`@qH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6670', '2', '', '0', 'SNKMG', '29a8f660d31d664c7d9b0035a49dad05', '2014-07-13', 'upbeateffects32rvwbb@yahoo.com', '0', '', 'http://www.appkikr.eu/item.php?id=30642', '', '', '', '2', '0', 'Junior Member', '0', '1405283528', '0', '1405283528', '1405285389', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-28-1971', '1971-12-28', '-1', '-1', '192.126.160.88', '0', '1', '', '0', '0', '-1', '0', '0', 'VhD\\AcM[M#$nD)e?(xfe6ZFwV\\|Tk,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6671', '2', '', '0', 'POUQB', 'de5ddd399fe25faf6af9a83a4277d559', '2014-07-13', 'sacchinvsc@yahoo.com', '0', '', 'http://jvpsweden.net/trying-to-find-health-care-insurance-look-at-this-initial/', '', '', '', '2', '0', 'Junior Member', '0', '1405283976', '0', '1405283976', '1405286834', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-26-1972', '1972-01-26', '-1', '-1', '192.126.160.209', '0', '1', '', '0', '0', '-1', '0', '0', '6RMp!Otnr|U3%OyidU1\\-mZ`Zf+|Zx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6672', '2', '', '0', 'TOsa', '885003dca2eeee762295be183efd6df5', '2014-07-13', 'dcunjeqxp@yahoo.com', '0', '', 'http://activeopinion.org/ads/conserving-has-never-been-this-easier-for-car-insurance-customers/', '', '', '', '2', '0', 'Junior Member', '0', '1405284185', '0', '1405284185', '1405347461', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1982', '1982-02-20', '-1', '-1', '50.31.104.59', '0', '1', '', '0', '0', '-1', '0', '0', 'yd$_\'Q049;}T>zdbHjq7=osT/imnmU[MU{@42[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6674', '8', '', '0', 'V2131', '28416c659b36f8ffcb38975f1ef75ac6', '2014-07-14', 'eldantfakhoury@yahoo.com', '0', '', 'http://www.giddens.tw/blog/post/43428604', '', '', '', '2', '0', 'Banned', '0', '1405294547', '0', '1405383004', '1405870438', '1405383003', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-19-1978', '1978-01-19', '-1', '-1', '192.230.43.236', '0', '1', '', '0', '0', '-1', '0', '0', 'r\"]\"b#KJslz0/7$vxZX7\"f3_F15U97', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6675', '8', '', '0', 'DXLID', '8533c7cc44417c6d63ecd16ff72615cb', '2014-07-14', 'herminevoporemba@yahoo.com', '0', '', 'http://www.kombes.com/GladysAckermann/info/', '', '', '', '2', '0', 'Banned', '0', '1405300350', '0', '1405389308', '1405812909', '1405302186', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-05-1979', '1979-02-05', '-1', '-1', '204.44.85.196', '0', '1', '', '0', '0', '-1', '0', '0', 'f6f\'A6Jqe,h3{{9)fB\'8tI4\\5:2>%c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '431', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6676', '8', '', '0', 'UBrigstoc', 'f761212e74e0c4c69ebb2c6f3cfde0c2', '2014-07-14', 'otiliay5dambrose@yahoo.com', '0', '', 'http://journalquebecpresse.org/userinfo.php?uid=359468', '', '', '', '2', '0', 'Banned', '0', '1405303942', '0', '1405393994', '1409982989', '1405305788', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-07-1976', '1976-07-07', '-1', '-1', '192.240.212.8', '0', '1', '', '0', '0', '-1', '0', '0', 'a)GhedzS,)|Ie`a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '255', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6678', '3', '', '0', 'UHarton', 'c0967b65d1761785e7bca4fa489dd83a', '2014-07-14', 'uloup-harton56@downloadminecraftfree.co.uk', '0', '', 'http://theminecraftpremiumaccountgenerator.blogspot.com/2014/03/find-out-ways-to-get-free-minecraft.', '', '', '', '2', '0', 'Junior Member', '0', '1405304562', '0', '1405304562', '1405313699', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-30-1972', '1972-08-30', '-1', '-1', '167.160.112.164', '0', '1', '', '0', '0', '-1', '0', '0', 'KH?j.d|>2Qjq$$wV>7a{.+XM:tN@;/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6679', '2', '', '0', 'GL72', '2438fec6068519c37b9b3c3e7519d242', '2014-07-14', 'foregoinggimmiccxy@yahoo.com', '0', '', 'http://kowinusa.org/1001/board_ILbx75/199814', '', '', '', '2', '0', 'Junior Member', '0', '1405304725', '0', '1405304725', '1405307753', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-27-1981', '1981-11-27', '-1', '-1', '179.43.129.171', '0', '1', '', '0', '0', '-1', '0', '0', '^@GWnG~<[7)J2yhp0^ChPKx4\"D?d2n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6680', '8', '', '0', 'V3009', '04d7bf823e7be40fe218eb5698b93617', '2014-07-14', 'tangela1glacau@yahoo.com', '0', '', 'http://www.primeleaders1.urbantxt.org/activity-2/p/525029/', '', '', '', '2', '0', 'Banned', '0', '1405305344', '0', '1405681297', '1405944213', '1405681294', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1985', '1985-12-15', '-1', '-1', '23.232.137.234', '0', '1', '', '0', '0', '-1', '0', '0', '1rhL@\\xXH1u3y]\\.p_O(zs\"UXaZ){a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6681', '8', '', '0', 'OTownsend', '5cb44dd6dc5031322a0572cccd7f80fb', '2014-07-14', 'donan8moote@yahoo.com', '0', '', 'http://ensolook.com/elgg/profile/BThornbur', '', '', '', '2', '0', 'Banned', '0', '1405305396', '0', '1405395294', '1405508188', '1405307384', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-09-1982', '1982-09-09', '-1', '-1', '23.232.137.234', '0', '1', '', '0', '0', '-1', '0', '0', 'yh;R8J0\">6214N+f;3eyju0[F3k=qy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6695', '2', '', '0', 'DennisBerry', 'a8b2a85207fdbaca3e91be3f4c7c28e9', '2014-07-14', 'dennisberry@live.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405360192', '0', '1405360192', '1405360714', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.75.217.34', '0', '1', '', '0', '0', '-1', '0', '0', ',G:qScg=o5tWBO&}RS`&K<#hV26uKN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6682', '2', '', '0', 'OSanderso', '2419a7ac349be8c88fff82521aa7ea7b', '2014-07-14', 'toughrash23p0l@yahoo.com', '0', '', 'http://www.unityaction.net/memberservices/item.php?id=25674&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405306707', '0', '1405306707', '1405381097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-07-1977', '1977-01-07', '-1', '-1', '192.126.156.255', '0', '1', '', '0', '0', '-1', '0', '0', 'b7b5c~Cfv^)u^d!/rH1?LMf+\\e4B+o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6683', '2', '', '0', 'N3903', 'e31b66e23ecfa6d3fc6180a7bd5a8e36', '2014-07-14', 'sjgrolloqj@yahoo.com', '0', '', 'http://wallstreetvideos.bravesites.com/', '', '', '', '2', '0', 'Junior Member', '0', '1405317116', '0', '1405317116', '1405317340', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-20-1979', '1979-08-20', '-1', '-1', '23.95.92.29', '0', '1', '', '0', '0', '-1', '0', '0', 'T>-tcV(aIY,#WZR2O-LKZsi*Y5D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6684', '2', '', '0', 'D24A', 'a3d6683052bc8f8700b1cbfe837d004a', '2014-07-14', 'pierregladuz@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405317264', '0', '1405317264', '1405317264', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.126.160.20', '0', '1', '', '0', '0', '-1', '0', '0', '(=5m7p6K|LF2(V07D1MHm-CRLH:U7j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6685', '2', '', '0', 'Zombiegiirl', 'b59f0a9ef3620667420314fc6e272993', '2014-07-14', 'zombiegirl6600@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405319250', '0', '1405319250', '1405320820', '1405319637', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.1.26.175', '0', '1', '', '0', '0', '-1', '0', '0', '8c0`e2oWV{U&S\"6(mf7I%$6TD_1(`F', '', '0', '82232', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6686', '2', '', '0', 'FReagan', 'a4003188af53291c918862906b9b582c', '2014-07-14', 'unghorgel@yahoo.com', '0', '', 'http://www.sooperarticles.com/business-articles/career-development-articles/how-build-rapport-during', '', '', '', '2', '0', 'Junior Member', '0', '1405319365', '0', '1405319365', '1405319573', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-01-1981', '1981-08-01', '-1', '-1', '173.0.60.217', '0', '1', '', '0', '0', '-1', '0', '0', 'p^JH6G|;y}Q\"l896=JANfM/sZ/hC\'%#+L)-,y9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6691', '2', '', '0', 'shurix', '72c4361de1de839e2e71a23eaba16ca6', '2014-07-14', 'shurix@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405345646', '0', '1405345646', '1405345811', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '184.175.34.115', '0', '1', '', '0', '0', '-1', '0', '0', '@\\y%DcO$>?+9I\"Am)i=P13Y0m{ArjN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6692', '2', '', '0', 'EVQRS', '21a9a7ddc01605af795c51c07e17d201', '2014-07-14', 'rodrigoazuxd@yahoo.com', '0', '', 'http://database.cnu.ac.kr/notice/51255', '', '', '', '2', '0', 'Junior Member', '0', '1405347748', '0', '1405347748', '1405349952', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-07-1981', '1981-08-07', '-1', '-1', '89.47.17.107', '0', '1', '', '0', '0', '-1', '0', '0', '!9tNkgmg/Kbj*O#@(%#ZerXH?8AA5g{kIip.vK+X4mH#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3857', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6697', '2', '', '0', 'H42I', 'ac048b15eb077924fe79a096e6a0b505', '2014-07-14', 'kentonzehm@yahoo.com', '0', '', 'http://dbaduk.com/xe/?document_srl=476100', '', '', '', '2', '0', 'Junior Member', '0', '1405366733', '0', '1405366733', '1405368511', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1970', '1970-06-07', '-1', '-1', '188.240.128.211', '0', '1', '', '0', '0', '-1', '0', '0', '=D2FjE>`2G},E^m_W$A;H@7N,5Cu6L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6698', '2', '', '0', 'DReymond', '06284de914962a07376edbeadff17516', '2014-07-14', 'qdeubeau@yahoo.com', '0', '', 'http://niburu.co/forum/member.php?action=profile&uid=123790', '', '', '', '2', '0', 'Junior Member', '0', '1405367102', '0', '1405367102', '1405368958', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-13-1971', '1971-04-13', '-1', '-1', '89.44.25.163', '0', '1', '', '0', '0', '-1', '0', '0', 'k#3.;\\=%WglP^^I@5\"8mZxDZ)fHv?&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6699', '2', '', '0', 'PaladinSniper', 'f12663f0505cb5804d9179e85953b80d', '2014-07-14', 'paulhowellbrown@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405370646', '0', '1405390855', '1405462121', '1405461713', '3', '10', '5', '-6', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '65.128.240.136', '0', '1', '', '0', '0', '-1', '0', '0', ',4QJ_o=WgxP6iz/\'H|%Q9G7AdS6H8=', '', '0', '82251', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6700', '2', '', '0', 'HAmadio', 'a8123797d2f2bd726c6434e987fe5395', '2014-07-14', 'alhodgemof@yahoo.com', '0', '', 'http://hangspot.net/webid/item.php?id=8232&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405374417', '0', '1405374417', '1405376243', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-01-1975', '1975-06-01', '-1', '-1', '192.126.162.240', '0', '1', '', '0', '0', '-1', '0', '0', '/iOI!qo%1#)y4tobt`e`YW%W3~l!^3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6701', '2', '', '0', 'EGrills', '37c91daf8208f6693c1501924bc79af6', '2014-07-15', 'louisncz@yahoo.com', '0', '', 'http://halowiki.net/p/With_One_Of_These_Fantastic_Auto_Insurance_Tips_Anyone_Can_Conserve', '', '', '', '2', '0', 'Junior Member', '0', '1405379378', '0', '1405379378', '1405381193', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1978', '1978-06-07', '-1', '-1', '192.126.162.134', '0', '1', '', '0', '0', '-1', '0', '0', '%n:MS\';', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6702', '3', '', '0', 'EUrc', '98f50957f8396b335ae7c0f501376f01', '2014-07-15', 'napoleonolt@yahoo.com', '0', '', 'http://gmaf.kr/xe/?document_srl=210762', '', '', '', '2', '0', 'Junior Member', '0', '1405380295', '0', '1405380295', '1405395815', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-04-1980', '1980-02-04', '-1', '-1', '50.31.106.47', '0', '1', '', '0', '0', '-1', '0', '0', 'd?774-A&L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '395', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6706', '2', '', '0', 'TLBYL', '9aa41cec64a5d95f994f6524aedfc5d7', '2014-07-15', 'alovolljfv@yahoo.com', '0', '', 'http://www.innerhoops.com/forum/member.php?10373-TLockett', '', '', '', '2', '0', 'Junior Member', '0', '1405389143', '0', '1405389143', '1405390955', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1982', '1982-05-13', '-1', '-1', '50.31.106.66', '0', '1', '', '0', '0', '-1', '0', '0', 'qa\"wD_k~gg-~xW?dY+y.K%72U{0qb7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6707', '2', '', '0', 'SERUN', '319ff7ded1eb6c26a0e1a9a2bea6c02b', '2014-07-15', 'mironbweal@yahoo.com', '0', '', 'http://formacion.guadalinfo.es/blog/index.php?postid=121057', '', '', '', '2', '0', 'Junior Member', '0', '1405390411', '0', '1405390411', '1405393944', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1971', '1971-01-21', '-1', '-1', '66.118.157.77', '0', '1', '', '0', '0', '-1', '0', '0', '_n$n!1{<_#b]PFAEE8;gd0\"W4rHzP7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6708', '2', '', '0', 'Ncustead', '5b34a22347299eadaccb5caf67f7ca0f', '2014-07-15', 'Nicholascustead@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405391932', '0', '1405392119', '1405395986', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '71.241.252.104', '0', '1', '', '0', '0', '-1', '0', '0', ']*RO)W}W#nLqw\\Jf{%-OPz~M!KZ,vg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6946', '2', '', '0', 'Iain', '7d7f1af0ea6701b8c768f018a184f82a', '2014-07-18', 'iainfalls255@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405683206', '0', '1407525192', '1407762386', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.26.120.6', '0', '1', '', '0', '0', '-1', '0', '0', 'PyJjWn>+Of{3+(p75tDFi]-drr5loD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6709', '2', '', '0', 'FBeaurega', '00efed7c2e2785f31c787dec14927950', '2014-07-15', 'kmfyucema@yahoo.com', '0', '', 'http://beta.fimela.com/content/search-engine-marketing-today-will-be-the-time-you-expert-this-field', '', '', '', '2', '0', 'Junior Member', '0', '1405394859', '0', '1405394859', '1405396681', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-22-1981', '1981-07-22', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'vJ7Te7=!)pXJRn\'5V:6ra7)Jb/o,]T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6710', '2', '', '0', 'KHPA', '33959425d50e8293b394c26cbc33e398', '2014-07-15', 'profuseempathy1vmp@yahoo.com', '0', '', 'https://support.audiogeneral.com/entries/33676008-You-May-By-No-Means-Feel-Sorry-About-Having-Life-C', '', '', '', '2', '0', 'Junior Member', '0', '1405394895', '0', '1405394895', '1405396927', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-11-1972', '1972-09-11', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', ')X`zWTp-Kl|2>f;PE1keI@~;D%;g8%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6711', '2', '', '0', 'AA71', '7e4419153e8742c03886e339240c1947', '2014-07-15', 'hospitableownerqdz@yahoo.com', '0', '', 'http://wallpaper.lazonegeek.com/profile/wi24s', '', '', '', '2', '0', 'Junior Member', '0', '1405396943', '0', '1405396943', '1405434413', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-15-1979', '1979-03-15', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', '`*Dx11^8Esnuz;8@]E?wR{?l}kVVTG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6712', '2', '', '0', 'RB48', '2efa6c8d5bce0a9e99af53a989f5ba64', '2014-07-15', 'alivefeud37cwyh@yahoo.com', '0', '', 'http://www.skimovie.com/index.php/member/825819', '', '', '', '2', '0', 'Junior Member', '0', '1405397057', '0', '1405397057', '1405435721', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1978', '1978-03-28', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'AMb1@l73;z9e&HRF|{R$;PbJ]K@Iu^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6713', '2', '', '0', 'E51B', 'e9e40222cf4861992e0a64706764e9db', '2014-07-15', 'acehwqwhk@yahoo.com', '0', '', 'http://underglambrand.cafe24.com/xe/?document_srl=1203773', '', '', '', '2', '0', 'Junior Member', '0', '1405398311', '0', '1405398311', '1405400104', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-28-1984', '1984-11-28', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', '8Zy4xtL}+6HPjX?`gIy|m{I7\'8=yBV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6714', '3', '', '0', 'VUCWN', '80494372eef8d5e34d116b38522a73fe', '2014-07-15', 'overconfidentidyhp@yahoo.com', '0', '', 'http://usedsexstuff.com/item.php?id=23361&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405398816', '0', '1405398816', '1405437537', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-24-1976', '1976-07-24', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'U#Y_)+2^G=SD1q;#~/=C*n%}d=~5f\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6715', '2', '', '0', 'YGoddard', 'd3e3120dd8d91c6f50fbccf2164a97ce', '2014-07-15', 'maimoneshl@yahoo.com', '0', '', 'http://marchfirstusa.org/web/?document_srl=1165056', '', '', '', '2', '0', 'Junior Member', '0', '1405398859', '0', '1405398859', '1405400631', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-09-1981', '1981-10-09', '-1', '-1', '188.208.7.98', '0', '1', '', '0', '0', '-1', '0', '0', '{=|!G`F60m\'>A7wY))c_CIJ[{oG?NE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6716', '2', '', '0', 'SUYB', '6e8f94411c016771134da6e4d4fcc59d', '2014-07-15', 'wazluhxbret@yahoo.com', '0', '', 'http://photohuh.com/xe/?document_srl=1883313', '', '', '', '2', '0', 'Junior Member', '0', '1405399833', '0', '1405399833', '1405401590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-01-1974', '1974-06-01', '-1', '-1', '188.208.7.42', '0', '1', '', '0', '0', '-1', '0', '0', '7;3Rq#2N;Ct;*pxnD]e)#aw4YR>4O(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6717', '2', '', '0', 'GRCS', 'f2ef0146e1a1a371a67f65df7a20f1ad', '2014-07-15', 'dominiceqa@yahoo.com', '0', '', 'http://photohuh.com/xe/?document_srl=1852637', '', '', '', '2', '0', 'Junior Member', '0', '1405403343', '0', '1405403343', '1405405100', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-30-1971', '1971-07-30', '-1', '-1', '188.208.4.253', '0', '1', '', '0', '0', '-1', '0', '0', 'WJv2J56q|RgfooekZ,II+:#`A]zODT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6718', '2', '', '0', 'UNij', 'fa0cd084c1cec4c0f00a56c409f04cd7', '2014-07-15', 'grifepate@yahoo.com', '0', '', 'http://3aeng.zzum.net/xe/board/256839', '', '', '', '2', '0', 'Junior Member', '0', '1405404949', '0', '1405404949', '1405406765', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-07-1980', '1980-12-07', '-1', '-1', '173.232.7.175', '0', '1', '', '0', '0', '-1', '0', '0', 'XLrqCuq+jX^:J[2Gr.%Lf^Sdli^z(e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6719', '2', '', '0', 'T72P', '147469c975a5fdcb81d6092491463507', '2014-07-15', 'xtomasinom@yahoo.com', '0', '', 'http://americanragdolls.us/UserProfile/tabid/84/userId/86893/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1405405914', '0', '1405405914', '1405407677', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-20-1983', '1983-06-20', '-1', '-1', '192.126.154.115', '0', '1', '', '0', '0', '-1', '0', '0', 'j$k`J^u0Jy3lqT>OMT;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6725', '2', '', '0', 'BRegan', '1014953279c3f894f4499d0f2f0e7d03', '2014-07-15', 'meekdonor23wegg@yahoo.com', '0', '', 'http://bid.enterbank.lv/item.php?id=15659&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405411693', '0', '1405411693', '1405413475', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-13-1984', '1984-06-13', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'W1Ca!U/9v(GgA[$^+h#r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6726', '2', '', '0', 'AKZD', 'e955add11a8eadef63a996eb0d7f4a23', '2014-07-15', 'mightyacademic1y@yahoo.com', '0', '', 'http://strangebeginnings.com/groups/utilize-this-guidance-when-picking-your-way-of-life-insurance-po', '', '', '', '2', '0', 'Junior Member', '0', '1405414354', '0', '1405414354', '1405416116', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-02-1974', '1974-09-02', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', '$lEzRPD^cm;>P\\,?~{z?1GX}Q/D`iE=>R&zGrkY:(X=ARS8wEY[$1hNxy|Rx=;ek3]DFoN\"(m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6736', '2', '', '0', 'TGva', '011e52a569587ee61afcbc31a2f934e7', '2014-07-15', 'ocblandini@yahoo.com', '0', '', 'http://forum.ovh.co.uk/member.php?61029-EPickrell', '', '', '', '2', '0', 'Junior Member', '0', '1405426679', '0', '1405426679', '1405428464', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1971', '1971-06-27', '-1', '-1', '192.126.172.206', '0', '1', '', '0', '0', '-1', '0', '0', 'v-Ack9J\'Okd]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6738', '2', '', '0', 'GCarlino', '53c7e73406cf1082b5fa623a9b9f8388', '2014-07-15', 'babumpete@yahoo.com', '0', '', 'http://drjohnbotting.com/groups-2/battling-with-search-engine-marketing-look-at-this-write-up-now/', '', '', '', '2', '0', 'Junior Member', '0', '1405432589', '0', '1405432589', '1405434363', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-16-1977', '1977-01-16', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', 'F9:q1QHntW2m&^2`=2V#maUlwyV96_.:y&$3f%kq&`_BioF&OYWLgjC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6742', '8', '', '0', 'V2161', 'f1da5a9ed2bd4a949b46b48ea8f54eab', '2014-07-15', 'jacquelynncgkramer@yahoo.com', '0', '', 'http://kkparkour.com/activity/p/164712/', '', '', '', '2', '0', 'Banned', '0', '1405436587', '0', '1405642046', '1407398932', '1407398930', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-14-1982', '1982-06-14', '-1', '-1', '192.99.176.47', '0', '1', '', '0', '0', '-1', '0', '0', '/rDNpUU$|H-;Ju?!EXd2SA(R-WSQ(r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6743', '2', '', '0', 'DProuty', '4f4af119cf6613fd66dda70a1ee41b2e', '2014-07-15', 'busteryugs@yahoo.com', '0', '', 'http://www.youngangelschoir.org/home/?document_srl=1081438', '', '', '', '2', '0', 'Junior Member', '0', '1405438479', '0', '1405438479', '1405440261', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-02-1982', '1982-05-02', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', '7a3_*V1|RV1Hk:;h/1*q\\O>_#YJ%@S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6744', '2', '', '0', 'Cobalt', '8d9f4ff8d275e3798285dc8746996141', '2014-07-15', 'cobaltdevs@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405438830', '0', '1405438830', '1405438872', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.70.190.45', '0', '1', '', '0', '0', '-1', '0', '0', '4B9Eh%@2b&moa-al?~1(zHVKLl}L&s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6745', '2', '', '0', 'XORA', '839b6a9994411fcf6051b93cf22c180a', '2014-07-15', 'maitildennmhowitt@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405439158', '0', '1405439158', '1405440965', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.176.47', '0', '1', '', '0', '0', '-1', '0', '0', '~h!2K&~P~U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6747', '2', '', '0', 'SSeay', 'dbe0955ffd69f1597ce2c977a3ca1578', '2014-07-15', 'vonaikzlv@yahoo.com', '0', '', 'http://seyodesign.com/xe/?document_srl=46420', '', '', '', '2', '0', 'Junior Member', '0', '1405440374', '0', '1405440374', '1405442149', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-24-1979', '1979-04-24', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', 'zJX[t6h]0k_B}F*_JJ5#L/W8=^F&\\~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6748', '2', '', '0', 'M13B', 'd9898c66b606ec8b775682a28e0a1e82', '2014-07-15', 'animatedremorsefex70@laposte.net', '0', '', 'http://www.theprimalist.com/5-reasons-why-you-should-try-batch-cooking/?replytocom=472490', '', '', '', '2', '0', 'Junior Member', '0', '1405441109', '0', '1405441109', '1405623422', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-02-1974', '1974-07-02', '-1', '-1', '104.140.13.137', '0', '1', '', '0', '0', '-1', '0', '0', '@qz|#g]Df$MFNwZPDi)[\'g#-D\"0zLj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '210', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6749', '3', '', '0', 'OROJ', '618af42840edf71e27c3e94f711d8bf7', '2014-07-15', 'elatedbarrel61xf83@laposte.net', '0', '', 'http://www.theidearoom.net/2014/05/june-photo-day-2014.html?replytocom=180827', '', '', '', '2', '0', 'Junior Member', '0', '1405441389', '0', '1405441389', '1405448646', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-29-1972', '1972-08-29', '-1', '-1', '104.140.13.137', '0', '1', '', '0', '0', '-1', '0', '0', 'mdwq>DD=>mvh[:=&dWR;7\"\"p{RYcaM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '148', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6750', '2', '', '0', 'AZKFE', '2a49c9436c04b06b354b2f9db27714f4', '2014-07-15', 'dtnigqvanha@yahoo.com', '0', '', 'http://ssenvocal.com/xe/community_board/232429', '', '', '', '2', '0', 'Junior Member', '0', '1405445051', '0', '1405445051', '1405446860', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-09-1979', '1979-10-09', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'EG7+/3$$]Y\"UEv?2UGnoxR|F~4[R#C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6751', '2', '', '0', 'S5911', 'ba29885748291a415ece4ae60df2628c', '2014-07-15', 'ribhpopstein@yahoo.com', '0', '', 'http://academia.kz/en/node/836', '', '', '', '2', '0', 'Junior Member', '0', '1405449076', '0', '1405449076', '1405459365', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1974', '1974-05-20', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', '\'GesbH|?vN6]THw_?7v.][>s>|4T6:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6752', '2', '', '0', 'RMYSW', 'c437b692541e31566fcdbc10c9da6067', '2014-07-15', 'shelerrtr@yahoo.com', '0', '', 'http://www.tutorpost.co.uk/ads/how-to-make-best-use-of-your-automobile-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1405453047', '0', '1405453047', '1405454866', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1977', '1977-01-21', '-1', '-1', '62.210.83.170', '0', '1', '', '0', '0', '-1', '0', '0', 'kf`!fXJD?kf]<.jzvV$JP}![_h491-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6753', '2', '', '0', 'DYVQ', '1676830d140a79a8502b984de78b705c', '2014-07-15', 'claudevmfqg@yahoo.com', '0', '', 'https://bidwaffle.com/default/item.php?id=19342&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405453653', '0', '1405453653', '1405455466', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1976', '1976-09-07', '-1', '-1', '62.210.83.170', '0', '1', '', '0', '0', '-1', '0', '0', 'a}DvcVhi8Fzw=;(`;-8,7SLt[.f$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6758', '2', '', '0', 'EMeagher', '24688a695defafb45e32c40333e04c0b', '2014-07-15', 'lenkzzcw@yahoo.com', '0', '', 'http://photohuh.com/xe/?document_srl=1915223', '', '', '', '2', '0', 'Junior Member', '0', '1405455426', '0', '1405455426', '1405457211', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-20-1984', '1984-03-20', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', '8L\\|.Zy5RoZfl`6u~o6pvK>,HmG-EP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6759', '2', '', '0', 'HH77', '18b3dbcb1fea910a13fa2dee96163f76', '2014-07-15', 'ignacionenc@yahoo.com', '0', '', 'http://www.openroof.org/users.php?mode=profile&uid=117270', '', '', '', '2', '0', 'Junior Member', '0', '1405455499', '0', '1405455499', '1405457265', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-24-1978', '1978-07-24', '-1', '-1', '62.210.83.170', '0', '1', '', '0', '0', '-1', '0', '0', '>Y^\'6{jflgU,(O5eJRsU,c%<4y\'*rO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6760', '2', '', '0', 'IPedigo', '63c7f3941e72fb2c9bfeb22093f18f42', '2014-07-15', 'vandewerkes@yahoo.com', '0', '', 'http://404audio.com/member/1094938/', '', '', '', '2', '0', 'Junior Member', '0', '1405455994', '0', '1405455994', '1405457811', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-13-1977', '1977-12-13', '-1', '-1', '62.210.83.170', '0', '1', '', '0', '0', '-1', '0', '0', '$co\'=/T%=L\"@SZ[owij.X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6763', '2', '', '0', 'WSNE', '21cf02b701a6d787cc31ee1360d1e3d5', '2014-07-15', 'grubellmuke@yahoo.com', '0', '', 'http://www.chinesegamesfree.com/profile/giquiros', '', '', '', '2', '0', 'Junior Member', '0', '1405461383', '0', '1405461383', '1405463154', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-16-1977', '1977-05-16', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', 'c$f:Js&{fq-#A8\'l`Nb{:`w+aH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6767', '2', '', '0', 'WGates', '2a08d57c00f6b7922b4546cf4d724b3b', '2014-07-15', 'allieocph@yahoo.com', '0', '', 'http://www.palsrock.com/MrHaneys/item.php?id=335&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405465116', '0', '1405465116', '1405476190', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-19-1973', '1973-08-19', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', '\"qHVO<^;Cp1{[DE4o\\a>Qxc[*)D6IR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6768', '2', '', '0', 'YMortlock', '85b0fc3ea1df766805b1b035c456b3ed', '2014-07-16', 'educatedoutfit7fgcq@yahoo.com', '0', '', 'http://giftofintervention.com/UserProfile/tabid/519/userId/93535/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1405465970', '0', '1405465970', '1405467734', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-14-1978', '1978-08-14', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'x}E&PIZ=.DSQwF\"3dDYKlP~$RJphtz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6769', '2', '', '0', 'MPXX', '8595c74dc557d64bbc47d4f2429bb76d', '2014-07-16', 'sankoffjcfv@yahoo.com', '0', '', 'http://desty.iisweb.co.kr/xe/?mid=pub&page=1&document_srl=117979', '', '', '', '2', '0', 'Junior Member', '0', '1405468183', '0', '1405468183', '1405470005', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-05-1971', '1971-01-05', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'Xhr9#Ae}Mw@QDvr?R&<8YQXcQP#M;f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6770', '2', '', '0', 'BPVYE', '6a45c8c6cb93a1df79db17245f5d425a', '2014-07-16', 'wallynltqm@yahoo.com', '0', '', 'http://www.energyzegaming.de/index.php?site=profile&id=2412', '', '', '', '2', '0', 'Junior Member', '0', '1405469197', '0', '1405469197', '1405470962', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-30-1972', '1972-09-30', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', ']OG#^jKNm%URfEy\'`\\LLX6s>%Br_O,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6771', '2', '', '0', 'TYIXV', '254c7328af9c304be3f9a9c7d7a7a96b', '2014-07-16', 'munionkqy@yahoo.com', '0', '', 'http://www.youtube.com/channel/UCMBH8H1_ANdfqR90gW30ZhQ', '', '', '', '2', '0', 'Junior Member', '0', '1405470903', '0', '1405470903', '1405471354', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-05-1983', '1983-03-05', '-1', '-1', '167.160.115.130', '0', '1', '', '0', '0', '-1', '0', '0', '[oG\\r)>AL3{u36_p?+BQu{Op)U\'_^o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6772', '2', '', '0', 'PN35', '21283d344305ed89bf366e81ce8e950e', '2014-07-16', 'tacitspiral73y8jp@yahoo.com', '0', '', 'http://ldbs.foxdevel.com/UserProfile/tabid/57/userId/69948/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1405470979', '0', '1405470979', '1405472773', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-15-1970', '1970-10-15', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'Sk5t8Gp.Z\'mLFxmvnjG_s{fS[Vou7S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6773', '2', '', '0', 'SI36', 'e9d18dc993380502e971c0f0bda45313', '2014-07-16', 'delberthza@yahoo.com', '0', '', 'http://muslimummahnetwork.com/author/er87v/', '', '', '', '2', '0', 'Junior Member', '0', '1405471402', '0', '1405471402', '1405473238', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-15-1980', '1980-01-15', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'de`p?a4>/Nr]?%=lu_HLT*;&w\\xQrk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6774', '2', '', '0', 'ALPM', 'ea0643cef51fef59e52c531874f39dc0', '2014-07-16', 'rupertvb@yahoo.com', '0', '', 'http://classifygulf.com/?author=5987', '', '', '', '2', '0', 'Junior Member', '0', '1405471950', '0', '1405471950', '1405473758', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-02-1976', '1976-01-02', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'sGmO:(Qw@HZ}ou;~rngh^F;Rf/{UOD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6775', '2', '', '0', 'JRYE', '1b5531679dec4502b6709333c1d1dd6e', '2014-07-16', 'drwaqiltorg@yahoo.com', '0', '', 'http://pairring.fan.coocan.jp/userinfo.php?uid=69848', '', '', '', '2', '0', 'Junior Member', '0', '1405474068', '0', '1405474068', '1405475882', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-29-1971', '1971-06-29', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', 'M69l#tZrDJ-6f$GYHi?*+uiYGKF%D0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6776', '2', '', '0', 'MVYAZ', '752fce13d3bc9379c1353037dfbe5c5b', '2014-07-16', 'bnfxtlea@yahoo.com', '0', '', 'http://igboezenorth.com.ng/forum/profile.php?id=85107', '', '', '', '2', '0', 'Junior Member', '0', '1405475182', '0', '1405475182', '1405476993', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-30-1981', '1981-03-30', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', '6lr+O=~S4EkCn?QfU0k~R9Y=fZ~y)|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6777', '2', '', '0', 'RPresley', '40513ac0edb88a7d7edac7e0b6107ce0', '2014-07-16', 'cabanesrjw@yahoo.com', '0', '', 'http://storeintegrator.finityasset.net/UserProfile/tabid/57/userId/68333/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1405475213', '0', '1405475213', '1405477048', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-23-1972', '1972-07-23', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', 'QW_;>7EZY*fDw}CAY:\'1GN*h0RTxYB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6778', '2', '', '0', 'RDSN', '3f80b794c2a5bb201f6accbf4715c397', '2014-07-16', 'tearfulempathy5fk@yahoo.com', '0', '', 'http://mirvsemu.ru/blogs/239867/271070/a-lot-of-things-you-must-know-ab', '', '', '', '2', '0', 'Junior Member', '0', '1405475393', '0', '1405475393', '1405477218', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-23-1981', '1981-04-23', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', '8POeVGxCqd[yP_j#%zch~}@+1p(J\\0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6779', '2', '', '0', 'WZVDW', '467b086ede0b01b70e5b09bd5deff5c1', '2014-07-16', 'segyuqyp@yahoo.com', '0', '', 'http://rumahcantikanisa.com/use-these-search-engine-optimisation-ways-to-improve-your-website-websit', '', '', '', '2', '0', 'Junior Member', '0', '1405476052', '0', '1405476052', '1405477822', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-04-1980', '1980-02-04', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'ukuhJkBMYxrh+R}LXawGVujDNP?20(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6780', '2', '', '0', 'HBeckwith', '183d7b29f0f157ea1790e57912304cea', '2014-07-16', 'edisonclfz@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405476626', '0', '1405476626', '1405476626', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', 'G2Ow>D\'ls=W`U*:VO6$p?3`gjH>G&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6781', '2', '', '0', 'DGammon', 'd4348c7ca1660c5824bf4b7dafdf0691', '2014-07-16', 'dennibeabarca@yahoo.com', '0', '', 'http://www.nawrot-fmgroup.pl/dentist-accept-medicaid-its-easy-if-you-do-it-smart', '', '', '', '2', '0', 'Junior Member', '0', '1405476793', '0', '1405476793', '1405478716', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-22-1978', '1978-01-22', '-1', '-1', '69.12.83.50', '0', '1', '', '0', '0', '-1', '0', '0', '\"l`t*8V^T\"v0{F<#o3\"m`{K(@Xtu5Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6782', '2', '', '0', 'PRanson', '8d89ac5f94ecf23aa88c6266c9735aa3', '2014-07-16', 'bawdypredestina28@yahoo.com', '0', '', 'http://www.denizfilm.ir/index.php?do=/blog/39592/how-to-get-the-proper-auto-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1405477951', '0', '1405477951', '1405479764', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-23-1971', '1971-05-23', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', ')QpP,J>G[fWE!t,#N[2@?ogOZd\'x2B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6783', '2', '', '0', 'WHutchers', '491733af4ae88677d84fa50371534789', '2014-07-16', 'ekstrumwdz@yahoo.com', '0', '', 'http://www.gaastars.com/profile-64513/info/', '', '', '', '2', '0', 'Junior Member', '0', '1405478432', '0', '1405478432', '1405480454', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-30-1972', '1972-04-30', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', '6P+b@)T1{Q$?+(\"#{LKK[xs|iqYN7!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6784', '2', '', '0', 'J80O', '17e1ae5df004ff1b184ca59d05e716c4', '2014-07-16', 'alablancn@yahoo.com', '0', '', 'http://www.n.t.u-tokyo.ac.jp/kosako/userinfo.php?uid=211902', '', '', '', '2', '0', 'Junior Member', '0', '1405478755', '0', '1405478755', '1405480570', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-18-1980', '1980-05-18', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', '?p,QxwCAqu+uUbP}#S.rq\\bbKbR-1Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6785', '2', '', '0', 'LVUH', '17a043a14d3eb49290ff9751a67dfa86', '2014-07-16', 'verduscoyt@yahoo.com', '0', '', 'http://www.rembo.se/item.php?id=14585&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405480401', '0', '1405480401', '1405482203', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1985', '1985-05-20', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'NXQwtRiZjl>zO;\\|=_yeI#FotGF~9!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6786', '2', '', '0', 'A43B', '3e095ac6d4c1fc9b19bd791aa05adb1c', '2014-07-16', 'jigusycarns@yahoo.com', '0', '', 'http://www.zingoads.com/author/ijjli/', '', '', '', '2', '0', 'Junior Member', '0', '1405480467', '0', '1405480467', '1405482286', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-11-1971', '1971-11-11', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', '+^`,VaP;0w[fKotwU=>JbL[cei]cK_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6787', '2', '', '0', 'NMFP', '927dba8bd4fc63190661c6537f2ab2c4', '2014-07-16', 'alivemasquerade70@mail.bg', '0', '', 'http://www.palsrock.com/MrHaneys/item.php?id=8519&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405480514', '0', '1405480514', '1405484538', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-28-1982', '1982-08-28', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', '_O.I+w7HsecQb!1]fZ_-KTTpTmq]TK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6788', '2', '', '0', 'Shhpaz', 'b3305738387aaf3359723d4d29b2474d', '2014-07-16', 'justindparker88@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405482882', '0', '1405482882', '1405482946', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '75.140.106.79', '0', '1', '', '0', '0', '-1', '0', '0', ';/!>}^JcrtIJxZnMZuI^]|Lv1a~Edv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6789', '2', '', '0', 'XCNJ', 'f60f8724ca0fa294339014eec05882cd', '2014-07-16', 'drunkdepiction941@mail.bg', '0', '', 'http://solar-zoom.com/groups-2/get-noticed-faster-in-the-main-search-engines-like-google-with-one-of', '', '', '', '2', '0', 'Junior Member', '0', '1405485571', '0', '1405485571', '1405487331', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-21-1978', '1978-12-21', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', '+!Qt`R%qEqG,b0$2m;ywItN.o~R{`F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6790', '2', '', '0', 'CMWHU', '81108f092ee0d6accabd81285088123a', '2014-07-16', 'organicwarehousou2n@yahoo.com', '0', '', 'http://www.guamesl.com/xe/mov01/129912', '', '', '', '2', '0', 'Junior Member', '0', '1405487670', '0', '1405487670', '1405489575', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-07-1970', '1970-01-07', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'oju/p]x1v?$+b)D}#k?/6aNByL7!`u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6791', '2', '', '0', 'LUKXH', 'b110bfa10239c565fd379906e4295660', '2014-07-16', 'psychedelicupshwxvh@yahoo.com', '0', '', 'http://koreacyld.com/zbxe/qna/33313', '', '', '', '2', '0', 'Junior Member', '0', '1405488405', '0', '1405488405', '1405490180', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-29-1977', '1977-04-29', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', '\"Y?wC!)EZ.v0Sqd3<$xUhg/f\"cGFY7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6792', '2', '', '0', 'A5694', '685a7fc86147dc22593abf76a3de90d2', '2014-07-16', 'laboredquack510wku@yahoo.com', '0', '', 'http://www.charteredinvestor.org/index.php?do=/blog/15790/making-the-best-from-your-lifestyle-insura', '', '', '', '2', '0', 'Junior Member', '0', '1405488521', '0', '1405488521', '1405490286', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-22-1975', '1975-04-22', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', '.&]IVOTunMY&<$.[i{zOe}={LG<&J_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6793', '2', '', '0', 'HGWM', 'c8609df362c99580054e3d9bcaee77bd', '2014-07-16', 'llgpostin@yahoo.com', '0', '', 'http://www.machairlife.org.uk/index.php?/S=dd4bbbdae96d2633afc773b4b8e32ac93777d7fc/member/655150/', '', '', '', '2', '0', 'Junior Member', '0', '1405489044', '0', '1405489044', '1405490908', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-28-1985', '1985-01-28', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'n]%b*G7p!-Q-R?V<~k@S0aBP5Z(rG9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6794', '2', '', '0', 'KUCQX', '72ae3001b0961fb56c8b90f24880aa37', '2014-07-16', 'tiresomeclusterfjq@yahoo.com', '0', '', 'http://www.pa-webauctions.co.uk/item.php?id=50290&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405489404', '0', '1405489404', '1405491223', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-12-1983', '1983-11-12', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'R3T\\ECY0vj|}VPhO^Gg|g<#T94y}kQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6795', '2', '', '0', 'C9064', '252974e0aca9c57f906e76f0b0ec76d3', '2014-07-16', 'wesvawatro1978@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405490739', '0', '1405490739', '1405492833', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.97.170', '0', '1', '', '0', '0', '-1', '0', '0', 'XeWwv:L\\iQG+u`W(ha##rbF9:&:JYa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6796', '2', '', '0', 'HHilyard', 'dd007b10910aa7c22004abe7abdd3083', '2014-07-16', 'whimsicaleyewity22@yahoo.com', '0', '', 'http://www.footystatcenter.com/center/forum/index.php?a=member&userid=&m=476741', '', '', '', '2', '0', 'Junior Member', '0', '1405492570', '0', '1405492570', '1405494378', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-01-1985', '1985-11-01', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', '\"c~=.X\"Cw&OvT9/q53ok`^W0`wD\"tS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6797', '3', '', '0', 'MDVM', '32ef1d673a0f712420a5b9bf2d6259bd', '2014-07-16', 'knowingacne18l@post.cz', '0', '', 'http://www.frivengames.com/profile/wtvbe.html', '', '', '', '2', '0', 'Junior Member', '0', '1405494551', '0', '1405494551', '1405585857', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-06-1982', '1982-09-06', '-1', '-1', '5.157.55.189', '0', '1', '', '0', '0', '-1', '0', '0', ',[EY~1@d+f;%Wr{v6#=WO__H7:g&JJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6798', '2', '', '0', 'NKUYO', '611e9c189dcb38af3788dc01d6343de7', '2014-07-16', 'nqeffedorko@yahoo.com', '0', '', 'http://www.modelbouwveiling.eu/item.php?id=31451&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405496710', '0', '1405496710', '1405498520', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-09-1982', '1982-07-09', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'k[2JLoIc\\exvKA=fif-8~x&z|iye:9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6799', '2', '', '0', 'PKET', 'a2fca96fbe07c2af60b2552217e5e2f2', '2014-07-16', 'fpmmwukienle@yahoo.com', '0', '', 'http://onlineauctions247.com/item.php?id=29763&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405496771', '0', '1405496771', '1405498637', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-05-1972', '1972-11-05', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'Ady&B_}9,@Vr+=~C=xI8u33[MK@S@5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6800', '2', '', '0', 'ZFanning', 'fa05286cfb67f9935db365814fb3b608', '2014-07-16', 'mightylap69fzn0@yahoo.com', '0', '', 'http://snakey.co.za/item.php?id=1994&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405497321', '0', '1405497321', '1405499124', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-12-1977', '1977-08-12', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', ',>lo4tXCH-x}$gP{J\'?myb8Ht[\'ZM:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6801', '2', '', '0', 'CTZS', 'fc644ee36e5a7a3ebbb1d857d965a11a', '2014-07-16', 'debonairhuman9282@mail.bg', '0', '', 'http://bursaescortbayan1.com/author/tohobart/', '', '', '', '2', '0', 'Junior Member', '0', '1405498597', '0', '1405498597', '1405500351', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-31-1970', '1970-03-31', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', ';l4Fl{[*H^XXU@:Fy(CdSb.L@hoI7a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6802', '2', '', '0', 'BNlx', 'a9a708c7db9aacdf83e63d546146e3fa', '2014-07-16', 'ethanronc@yahoo.com', '0', '', 'http://andrepires.net/UserProfile/tabid/43/userId/7785/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1405501309', '0', '1405501309', '1405503140', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1971', '1971-12-11', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', '?!Pv#mE1BR>$Eu:TIZd2)E%k|X|f+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6806', '2', '', '0', 'MNih', 'df030fc667d419390666d6350a9606e3', '2014-07-16', 'lelicfir@yahoo.com', '0', '', 'http://www.zgxwdb.com/userinfo.php?uid=265607', '', '', '', '2', '0', 'Junior Member', '0', '1405510528', '0', '1405510528', '1405512297', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-08-1979', '1979-02-08', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'XKK#]nzq_!kvS8dV{S$`S~i5mg-kwm,GR]8sdko%T,uf9kn_0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6812', '2', '', '0', 'RTCY', 'c39460c263e03417d45f94ab7281e94e', '2014-07-16', 'oddordinance83kgwq@yahoo.com', '0', '', 'http://craftycloud.co.uk/item.php?id=16605&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405515202', '0', '1405515202', '1405516990', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1972', '1972-12-11', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'sC[,]Y)lSjs5c@Oyp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6819', '2', '', '0', 'ALsk', '392095765aa174460ef6b0a0dc6651f8', '2014-07-16', 'testedunderworl15@mail.bg', '0', '', 'http://www.americanstyle.com/author/kcije/', '', '', '', '2', '0', 'Junior Member', '0', '1405530391', '0', '1405530391', '1405536290', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-27-1970', '1970-09-27', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', '+Ra(3Ic#!7h<)cCw3=WxR}+S9Had5\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6820', '3', '', '0', 'VAMA', '7ae87e6df0d4a3d4e15bd7eced37fd21', '2014-07-16', 'jensthebest2@outlook.com', '0', '', 'http://poollivetourgamehack.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1405535593', '0', '1405535593', '1405537834', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-25-1983', '1983-01-25', '-1', '-1', '196.196.36.128', '0', '1', '', '0', '0', '-1', '0', '0', '`Py?$a2@p|K#QlQCV#JT7yE3>X,kH%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6821', '2', '', '0', 'QDFT', '18d05c6bbf9608b2b7e5dcab6c8bb114', '2014-07-16', 'lupelfil@yahoo.com', '0', '', 'http://caralarm.net/board_InmR54/107539', '', '', '', '2', '0', 'Junior Member', '0', '1405536391', '0', '1405536391', '1405538209', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1970', '1970-03-17', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'UY%O]I\'V(5+`+84Tf;dk\"$h+Lc0q$L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6822', '2', '', '0', 'WRudnick', 'b25431c06a4a85f34312fbf3d03ed78a', '2014-07-16', 'handsomegraveya7t@yahoo.com', '0', '', 'http://underarch.co.uk/item.php?id=67363&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405536778', '0', '1405536778', '1405538593', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-14-1978', '1978-05-14', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', '0g^EQb*Q\"hOZ:jfL%nPYH>./nM0ol3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6823', '2', '', '0', 'PPartee', '6aca0ec142962f664e6a48ec45446ca5', '2014-07-16', 'coldblossom88adhi@yahoo.com', '0', '', 'http://sqlnet.org/xe/loveskil/353829', '', '', '', '2', '0', 'Junior Member', '0', '1405537376', '0', '1405537376', '1405539402', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1984', '1984-04-21', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', '<%~k.LiuoINFLgi70c:pcG(j;..FcLGPBSH|_cVc0ax~?#|^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6845', '2', '', '0', 'OCavazos', 'cf792d030556e2d41e3be9b9dd4eb0f3', '2014-07-17', 'impartialblasphxwe@yahoo.com', '0', '', 'http://www.hwasungcar.com/goaway/633422', '', '', '', '2', '0', 'Junior Member', '0', '1405562261', '0', '1405562261', '1405564225', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-12-1980', '1980-08-12', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', '#yT|Poh\'WjU-5uEe}gfNlm,c&..\'jn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6846', '2', '', '0', 'KSnell', '41ea445d96810c78c7e6795484abf474', '2014-07-17', 'scintillatingpej2cu@yahoo.com', '0', '', 'http://www.appkikr.eu/item.php?id=23756&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405563152', '0', '1405563152', '1405564947', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-03-1971', '1971-11-03', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'TZ)G[s~#3y1Tza2U\\i1XW5O:dKa\\J.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6847', '2', '', '0', 'MHSC', '02290a1ff5bb8f4199812448cae73bd7', '2014-07-17', 'successfulclerkzb@yahoo.com', '0', '', 'http://storytimeaward.com/appreciation/23844', '', '', '', '2', '0', 'Junior Member', '0', '1405566268', '0', '1405566268', '1405568050', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1977', '1977-09-20', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'Um3QG_fYr(:BVu:JM$`FfqVZNm]}F2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6848', '2', '', '0', 'L70B', 'ddb049cb897d1068880293f97765e62a', '2014-07-17', 'toughmaverick81xhtp@yahoo.com', '0', '', 'http://scootersclubsur.es/groups/automobile-insurance-suggest-that-is-simple-to-follow/', '', '', '', '2', '0', 'Junior Member', '0', '1405566556', '0', '1405566556', '1405568474', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-14-1974', '1974-03-14', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', ',\"VLZ#`WL{vCdqj=$<.WVvPn}]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6852', '2', '', '0', 'NWhitney', '700d0264253cdec51923e6e16308743e', '2014-07-17', 'rabidqueue5696@mail.bg', '0', '', 'http://littlekady.com/item.php?id=37968&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405569523', '0', '1405569523', '1405571374', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-09-1974', '1974-02-09', '-1', '-1', '62.210.140.83', '0', '1', '', '0', '0', '-1', '0', '0', '7AXj+$$\'\\>x-tgi}1~%q=ZimJgK*L[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6853', '2', '', '0', 'IShinn', '27ede48453f4eeb6f35f034d16ce7689', '2014-07-17', 'rabidcafeteria491@mail.bg', '0', '', 'http://www.marijuanahillbillymagazine.com/mhm/groups/safeguard-your-loved-ones-with-automobile-insur', '', '', '', '2', '0', 'Junior Member', '0', '1405570325', '0', '1405570325', '1405572167', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1974', '1974-06-16', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'eu!ii$sKt)w3O3!ud1Wi>}5s?EU#te', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6854', '2', '', '0', 'S8995', '6b7bb1dc4bc15495a52c40814c7e39d0', '2014-07-17', 'functionalamulezvi@yahoo.com', '0', '', 'http://www.sgluxuryshop.com/author/pahunsicke/', '', '', '', '2', '0', 'Junior Member', '0', '1405570551', '0', '1405570551', '1405572407', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1971', '1971-09-19', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'z`pX&]WGDIGEU=8|3#mF-vA?7?)ey\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6855', '2', '', '0', 'OWalden', '082486c783f3909bac965d0f2e3bd5ca', '2014-07-17', 'relievedabbey897@mail.bg', '0', '', 'http://fcjoy.ca/?document_srl=277856', '', '', '', '2', '0', 'Junior Member', '0', '1405570686', '0', '1405570686', '1405572469', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-03-1976', '1976-06-03', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'aQ(^u*^j|b,x:th_?5gqz~?FPC9:Sy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6856', '2', '', '0', 'FTbk', '6ca4ceb7776c486f3b49b18c965556a6', '2014-07-17', 'oldklutz19wq@yahoo.com', '0', '', 'http://webdev.livestockatlas.com/content/producing-best-your-life-insurance-coverage', '', '', '', '2', '0', 'Junior Member', '0', '1405573597', '0', '1405573597', '1405575367', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-19-1972', '1972-06-19', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'FVX[ylT$x\"1zPHar$po\'SbD>k\\9#Ug', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6857', '2', '', '0', 'BBPZA', 'cd6ff2f44ceebef857d5e0d37bb77154', '2014-07-17', 'swrdatzsj@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405574329', '0', '1405574329', '1405574329', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.134.243', '0', '1', '', '0', '0', '-1', '0', '0', 'LbN*\"26N2kkP<[oi@8#wg@.[GV\'\'YM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6858', '3', '', '0', 'N1009', 'b01e896423d555671a5bd5d2d470c34f', '2014-07-17', 'candidareel564@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405575061', '0', '1405575061', '1405575061', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.155.81.49', '0', '1', '', '0', '0', '-1', '0', '0', 'p#94ID(r`Mffp(C8j,dd\\&&,GjX!|:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6859', '2', '', '0', 'RVIE', '3ca34742de5e2fdf023fb43ff5b2ee94', '2014-07-17', 'guardedroutine174@mail.bg', '0', '', 'http://pixeldiamond.net/groups/recommendations-on-search-engine-optimization-are-available-beneath/', '', '', '', '2', '0', 'Junior Member', '0', '1405575466', '0', '1405575466', '1405577254', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1981', '1981-01-18', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', '%+ZdWAKHIn`5yFyVK~aqi;rgT:WqzZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6860', '2', '', '0', 'P9034', 'e56648d21403bbd13c56e912bcc42d55', '2014-07-17', 'mlrcxjmacer@yahoo.com', '0', '', 'http://www.takemyhelp.com/author/gebroadhur/', '', '', '', '2', '0', 'Junior Member', '0', '1405575581', '0', '1405575581', '1405577363', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-04-1977', '1977-12-04', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', '7%:Gk`X4)V4>PT1abd6<@_]a7%jiN5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6861', '2', '', '0', 'QMSR', 'a1dfcf82115b64febba2214148969a05', '2014-07-17', 'parsimoniousdeabnif@yahoo.com', '0', '', 'https://www.sourcecollect.co.za/forum/member.php?action=profile&uid=43298', '', '', '', '2', '0', 'Junior Member', '0', '1405575585', '0', '1405575585', '1405577348', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1970', '1970-09-07', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', '&/Q0({H:e?/arMT0LD1*bT$%~1H-1\\.zJ%B2pP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6866', '2', '', '0', 'StewBowl', '4b98732c5dc25b64fa0db7a11e98b277', '2014-07-17', 'alenavetisov@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405580750', '0', '1405580991', '1409374734', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '66.205.139.114', '0', '1', '', '0', '0', '-1', '0', '0', '#85!jL6d/e\"7bF*axHPg\\^.;j[Cd:t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6867', '2', '', '0', 'DYuen', '7b0a59d139e185ce28b8ce3a763b5f28', '2014-07-17', 'kendrickqzxj@yahoo.com', '0', '', 'http://www.toninocantelmi.com/web/modules.php?name=Your_Account&op=userinfo&username=ELuster', '', '', '', '2', '0', 'Junior Member', '0', '1405581486', '0', '1405581486', '1405583310', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1978', '1978-12-11', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', ';di$/$+IDB-Xrh3Zv(B#jen_ZC#EV`Hq:ih/pJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6869', '3', '', '0', 'D68P', 'af34bfffb70aaeb5161aed60ae4d0f22', '2014-07-17', 'fureyehin@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405583382', '0', '1405583382', '1405583382', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.73.43', '0', '1', '', '0', '0', '-1', '0', '0', 'A.r7c!^(3V?]zs%0pca2NQ}}\'1OM4szv#r=i_BHACeawT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6871', '2', '', '0', 'HJTK', '1fef65426ee3498ca0d9a834cfb8db5a', '2014-07-17', 'fastkeystone30pnh@yahoo.com', '0', '', 'http://mymediatube.com/webid/item.php?id=34449&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405585893', '0', '1405585893', '1405587673', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1983', '1983-07-03', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', ']\\xkczKt\'x})1PC|CYEKlkX&?Hkep}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6872', '2', '', '0', 'MWHUM', 'ef84b435a5643e4f0c2f83b0ccaa3846', '2014-07-17', 'kaputbandanna2280@mail.bg', '0', '', 'http://windvisor21.co.kr/eng/board/qna/476950', '', '', '', '2', '0', 'Junior Member', '0', '1405589122', '0', '1405589122', '1405590992', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-10-1984', '1984-10-10', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'Jf~G>KtG#$[Y$7H]%1C>6qx&a\\\\gvb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6873', '2', '', '0', 'KCoo', '8f15ac266dc32bd64b7dbf0ed106e11c', '2014-07-17', 'jarchowfkim@yahoo.com', '0', '', 'http://www.desktopdecorate.com/profile/tosoderste.html', '', '', '', '2', '0', 'Junior Member', '0', '1405590184', '0', '1405590184', '1405592022', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1979', '1979-07-26', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', '_ADWMtPA-`{)_[`%K2[yz^+L;T-QhS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6874', '2', '', '0', 'GV38', 'f43c076a22d8a94699ad2b1ccd6cf559', '2014-07-17', 'enthusiasticcap27@mail.bg', '0', '', 'http://wallpapers.ga/profile/sucazneaux', '', '', '', '2', '0', 'Junior Member', '0', '1405591669', '0', '1405591669', '1405593578', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-30-1977', '1977-08-30', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', '\'J!P]a}p^g=+:&U-V1#zSfO`j?/LMc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6875', '2', '', '0', 'SM47', 'a191972d6b8ddc5f23c7d1209592bbec', '2014-07-17', 'fdinontd@yahoo.com', '0', '', 'http://www.twayva.com/community_freeboard/90513', '', '', '', '2', '0', 'Junior Member', '0', '1405592846', '0', '1405592846', '1405594768', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-07-1983', '1983-11-07', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'bgm(^f}^DaS9iN\':CU@H1=wU.nKWNQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6876', '3', '', '0', 'J59F', 'e10e60be135c95cf5232002bc093cbd4', '2014-07-17', 'carriekessell@mailcatch.com', '0', '', 'https://twitter.com/McMoenAuto', '', '', '', '2', '0', 'Junior Member', '0', '1405594885', '0', '1405602103', '1405609278', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-24-1982', '1982-01-24', '-1', '-1', '216.107.157.106', '0', '1', '', '0', '0', '-1', '0', '0', '2[\"QOqGjDyQ:!8=;\\}U7DNr.s(C/{O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6877', '2', '', '0', 'PRMZ', '2eb8eb35b295e4c19670cc819fddadd8', '2014-07-17', 'tighttask58wy@yahoo.com', '0', '', 'http://forum.benaa-olamaa.com/member.php?u=75920', '', '', '', '2', '0', 'Junior Member', '0', '1405595372', '0', '1405595372', '1405597101', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-07-1975', '1975-03-07', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', '*jqP3tHsvXr5Eo)I2J?``=S&8uZBDB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6878', '2', '', '0', 'T7705', '8f3c415cb6154440ed54292c89dd303d', '2014-07-17', 'moaningspiral311@mail.bg', '0', '', 'http://www.bertharenteria.com/groups/assist-on-having-the-car-insurance-that-you-need/', '', '', '', '2', '0', 'Junior Member', '0', '1405596007', '0', '1405596007', '1405597766', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-23-1975', '1975-10-23', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'S%o>jn\"-@F)~JsO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6879', '2', '', '0', 'JC41', '57998a153833517fbc83a43711d72594', '2014-07-17', 'alznbdeu@yahoo.com', '0', '', 'http://yicoin.com/item.php?id=12216&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405596705', '0', '1405596705', '1405598488', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-08-1971', '1971-12-08', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', '}zJNu2v!iC0M_E~5e1D=zUli0@$5(!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6880', '2', '', '0', 'M1520', 'c72be54718d3e70d1fb50bc7b7c85a2b', '2014-07-17', 'combativeritual62@mail.bg', '0', '', 'http://lattuo.com/news_notice/371842', '', '', '', '2', '0', 'Junior Member', '0', '1405596749', '0', '1405596749', '1405598557', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-06-1972', '1972-01-06', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'jjTqz\\ppa3uV7L}fH.aN;;YEX{Drv\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6881', '2', '', '0', 'GRhem', '942a78a3a67cbfbd08be9903f50f34ce', '2014-07-17', 'tendercanopy3334@mail.bg', '0', '', 'http://bezirk22.aqua-2000.de/users.php?mode=profile&uid=167238', '', '', '', '2', '0', 'Junior Member', '0', '1405597655', '0', '1405597655', '1405599504', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-23-1972', '1972-01-23', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'r&C?iQ.ToF,M?Uu-QClmO?LyebO~GH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6882', '2', '', '0', 'P4178', '9a7ecd8d9e7761613786568a41f65d2e', '2014-07-17', 'hollowfactory52zmeg@yahoo.com', '0', '', 'http://www.roupa-usada.com/item.php?id=43107&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405597839', '0', '1405597839', '1405599645', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1976', '1976-07-17', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', '@m,97&~B;jam8]+yNh@3aOz/hNe{t6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6883', '2', '', '0', 'G7144', '17200a5df267544bc0258babd9ba0470', '2014-07-17', 'bawdypsychology46@mail.bg', '0', '', 'http://www.buynsell.com.bd/author/gesalvado/', '', '', '', '2', '0', 'Junior Member', '0', '1405598500', '0', '1405598500', '1405600299', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-22-1979', '1979-07-22', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', ';DT$~AX$Y--&h-O~Lu0@WAt-DlAB0F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6884', '2', '', '0', 'LXAJG', '22db10a6822434ba3c5499b645059b10', '2014-07-17', 'groovylattice97o@yahoo.com', '0', '', 'http://tellalli.com/osclass/index.php?page=item&id=8743', '', '', '', '2', '0', 'Junior Member', '0', '1405599266', '0', '1405599266', '1405601078', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-04-1972', '1972-03-04', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', ')\"{a:LPZJle5#:\"yjHrRc1N(k}r8@[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6885', '2', '', '0', 'HLudwig', '4bc1e732b732ac6917ec08712918d420', '2014-07-17', 'ossifiedsmoke99wfj@yahoo.com', '0', '', 'http://www.japangaragesale.com/author/jefoelsche/', '', '', '', '2', '0', 'Junior Member', '0', '1405599669', '0', '1405599669', '1405601473', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-28-1977', '1977-12-28', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'e_vKcyKwx{c:DZts+gXihXE(|YmM>5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6886', '2', '', '0', 'C48F', 'c1575bf8d76a8a5dfad601ff183b5d88', '2014-07-17', 'furtivelibrary7zbj@yahoo.com', '0', '', 'http://monteklearningsolutions.com/forum/groups/going-for-broke-wont-create-shattered-when-utilizing', '', '', '', '2', '0', 'Junior Member', '0', '1405600774', '0', '1405600774', '1405602619', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1979', '1979-10-14', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'SA$}L(u6}JMFD\\LRR+\"Qoy(r|vn_u~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6900', '2', '', '0', 'CLcs', 'b455ef3f8980061ccf256100f2e859c7', '2014-07-17', 'abstractedklutzb3nsm@yahoo.com', '0', '', 'http://www.poatgioventu.it/index.php?option=com_blog&view=comments&pid=38776&Itemid=0', '', '', '', '2', '0', 'Junior Member', '0', '1405609291', '0', '1405609291', '1405611104', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-16-1974', '1974-07-16', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', '75@UgtI;J.1lOm>#}*J/E8[n36zTNw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6887', '3', '', '0', 'S2584', '40c1e117a350f5ef675a80c009b6b75b', '2014-07-17', 'ankebruce@mailcatch.com', '0', '', 'https://local.yahoo.com/info-149748939-mc-moen-automotive-repair-sacramento?csz=Diamond+Springs%2C+C', '', '', '', '2', '0', 'Junior Member', '0', '1405602646', '0', '1405602646', '1405609804', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1979', '1979-05-06', '-1', '-1', '23.95.89.121', '0', '1', '', '0', '0', '-1', '0', '0', '-&mF.TYa\";UgEM1$?3~vaS4[9C\"p2/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6888', '3', '', '0', 'KWjd', 'efcc2f0505141ea993f10efa768ea38f', '2014-07-17', 'emerycochrane8481@mailcatch.com', '0', '', 'http://www.superpages.com/bp/Sacramento-CA/McMoen-Automotive-Repair-L2462555363.htm', '', '', '', '2', '0', 'Junior Member', '0', '1405602720', '0', '1405609922', '1405617795', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-27-1972', '1972-04-27', '-1', '-1', '23.95.89.121', '0', '1', '', '0', '0', '-1', '0', '0', '4(>Z&,)M)/nk*I[^@OhB!nd>&Tc{t48,>,>?4SC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6892', '2', '', '0', 'K15A', 'ff4203c41aaf14597bd9a73f78770929', '2014-07-17', 'elitebullet587@mail.bg', '0', '', 'http://mychpok.com/forum/profile.php?id=165261', '', '', '', '2', '0', 'Junior Member', '0', '1405604149', '0', '1405604149', '1405605951', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-24-1980', '1980-09-24', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'At.5u&\"rF{0c:G\\|Yl)kS8&\\8`(.J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6895', '2', '', '0', 'GQWFI', '24a76ccb513d6d3cff5992a7d48f735d', '2014-07-17', 'woozyquagmire34hmmd@yahoo.com', '0', '', 'http://scootersclubsur.es/groups/what-you-need-to-know-about-automobile-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1405605582', '0', '1405605582', '1405607370', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1984', '1984-12-01', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', '9P>A9J\\JVZZ.rRf^leOjTFpLtD\"`D,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6896', '2', '', '0', 'E6279', '2b9b39784bbe76bc0742f13c0935a55c', '2014-07-17', 'successfuldemon15@mail.bg', '0', '', 'http://webfreepost.com/author/sovinci/', '', '', '', '2', '0', 'Junior Member', '0', '1405606807', '0', '1405606807', '1405608576', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-19-1970', '1970-06-19', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'J(PF/>3;VEA5Kjqu5~IQs$Y\'#&|@WT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6897', '3', '', '0', 'KFields', 'fe0c9e086b0aaf7527849339121ec0c7', '2014-07-17', 'winniehirschfeld@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=5rA_7-GhsoA&feature-share', '', '', '', '2', '0', 'Junior Member', '0', '1405607693', '0', '1405607693', '1405610613', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1981', '1981-01-01', '-1', '-1', '198.50.26.142', '0', '1', '', '0', '0', '-1', '0', '0', '!y1!W~{duO:~hQJ,k\',v#|8MQbp&QS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6898', '2', '', '0', 'KXKXE', 'aa58241926844c6c1f185b76abea2339', '2014-07-17', 'daffyransom8736@mail.bg', '0', '', 'http://www.deancleaners.com/xe/?mid=busi035&listStyle=webzine&sort_index=regdate&order_t', '', '', '', '2', '0', 'Junior Member', '0', '1405607955', '0', '1405607955', '1405609747', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-30-1976', '1976-07-30', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', '<)^>4T-)l`0pGQ^%&Qvm]@xfysi`gk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6899', '2', '', '0', 'VShelly', 'e3df3a03b0fdef97b5a0b86aff629ce0', '2014-07-17', 'gorgeousabbey5655@mail.bg', '0', '', 'http://www.koloumo.com/item.php?id=13594&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405609199', '0', '1405609199', '1405610965', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-12-1983', '1983-05-12', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'F]q|~7\">RTrSUdtBA]QR1jH1$-o(0Oxt&xp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6914', '2', '', '0', 'I3146', '8f26d9a1ae6fac3f06ea976f6fc8634d', '2014-07-17', 'lemuwoxfr@yahoo.com', '0', '', 'http://smartphonegizmos.com/users.php?mode=profile&uid=208202', '', '', '', '2', '0', 'Junior Member', '0', '1405626806', '0', '1405626806', '1405628623', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-11-1976', '1976-02-11', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'k4chA&>rFTPG,9I^;x*W8W\".l,!P:5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6915', '2', '', '0', 'F80B', '65751da7473239daeabb5ea62028b32b', '2014-07-17', 'qturvdmv@outlook.com', '0', '', 'https://www.facebook.com/clashofclanshackz', '', '', '', '2', '0', 'Junior Member', '0', '1405627248', '0', '1405627248', '1405627693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-31-1970', '1970-10-31', '-1', '-1', '176.31.213.125', '0', '1', '', '0', '0', '-1', '0', '0', 'RXW0zOj*mjdm,t\'#2Z_IU#,2@\\S!(J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6916', '2', '', '0', 'QRust', '51637ec1bf1a8a78b299409257a9227e', '2014-07-17', 'piquantadage8864@mail.bg', '0', '', 'http://monteklearningsolutions.com/forum/groups/maximize-your-overall-health-insurance-coverage-with', '', '', '', '2', '0', 'Junior Member', '0', '1405627387', '0', '1405627387', '1405629282', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1978', '1978-09-22', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'U,BA[E%gtM+*+Wm8.YS]F^[hOpf\'][', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6917', '2', '', '0', 'HBTD', '73076e1aafe7125a72d87ead2e14cbec', '2014-07-17', 'educatedentrail0sa@yahoo.com', '0', '', 'http://www.rallyclub.ru/WeBid/item.php?id=33713&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405628660', '0', '1405628660', '1405630492', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-24-1972', '1972-12-24', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'm9\'KtyY!0.lsD&9fen:?)+hF}\"NG$}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6918', '2', '', '0', 'MBek', '69e8c65b407e62c201b87630fee5d1d5', '2014-07-17', 'ankbgjlag@yahoo.com', '0', '', 'http://Softwarecracks.pw/', '', '', '', '2', '0', 'Junior Member', '0', '1405630312', '0', '1405630312', '1405630379', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-13-1975', '1975-03-13', '-1', '-1', '61.183.72.128', '0', '1', '', '0', '0', '-1', '0', '0', '/rzl\\H}fsMB%pw|kzMD~B/{O`8WcjY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6919', '2', '', '0', 'R02M', '876fc4e679011aff61286e0deb7e1666', '2014-07-17', 'lethalbough32w5lft@yahoo.com', '0', '', 'http://gemcomsales.biz/FreeBid/item.php?id=7093&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405631362', '0', '1405631362', '1405633172', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-08-1985', '1985-04-08', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'nP+Gf[+Tt9KJ(p9y*xjTbo*T5,^Vb+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6920', '2', '', '0', 'OAcevedo', '2db48c5e06ed5f58b3c4b3946d8ee9a5', '2014-07-17', 'pointlessoaf8xml@yahoo.com', '0', '', 'http://trac.common-lisp.net/gsharp/ticket/748854', '', '', '', '2', '0', 'Junior Member', '0', '1405632148', '0', '1405632148', '1405633953', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-07-1984', '1984-08-07', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', '$^*p)R~1yNXQU8_{KAo{If7GT9d+u>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6921', '2', '', '0', 'TEQT', '4788acc8ba2dbfa997f8bb2f2d00e14b', '2014-07-17', 'sedatechief5923@mail.bg', '0', '', 'http://www.multilistingservicemexico.com/Auction/item.php?id=23203&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405634094', '0', '1405634094', '1405635966', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-22-1985', '1985-05-22', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'uhVlkTG;!X\'wLr9mYesDdmG3ZxUl#4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6922', '2', '', '0', 'VJCTY', '8d46b1ce217ed6c111a15f31cbe51156', '2014-07-17', 'legalcamper5895@mail.bg', '0', '', 'http://ankaramasajsalonlarin.com/author/ne8952/', '', '', '', '2', '0', 'Junior Member', '0', '1405635727', '0', '1405635727', '1405637495', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1974', '1974-02-22', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'HSell{T{L0{(lC(yFB!7hsf}26w4X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6925', '3', '', '0', 'AAGLZ', '74c7dcf9d6e3fae92aa6aca227f49116', '2014-07-18', 'venettachanter3833@trash-mail.com', '0', '', 'https://www.facebook.com/BoomBeachHackCheats', '', '', '', '2', '0', 'Junior Member', '0', '1405638847', '0', '1405638847', '1405663615', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1985', '1985-08-05', '-1', '-1', '173.232.107.158', '0', '1', '', '0', '0', '-1', '0', '0', '9V0Y_cb22*1Yc+k]ab7.uRsB0%~\\?-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6926', '2', '', '0', 'JHRC', '0fb5ec1982bf0c77e713ca92d01b2bb0', '2014-07-18', 'ambitiousinsomn8@mail.bg', '0', '', 'http://games.crazy-pla.net/profile/525369/RoW61/', '', '', '', '2', '0', 'Junior Member', '0', '1405642816', '0', '1405642816', '1405644577', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-16-1984', '1984-07-16', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', '&U<>w5e3d<5Eq9;qGDD/:q6B56`Ny+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6927', '2', '', '0', 'MRbh', '29bb6f262e61d3c413f37e07c2a92ef5', '2014-07-18', 'workablekeeper384@mail.bg', '0', '', 'http://www.6thinfdiv.org/modules.php?name=Your_Account&op=userinfo&username=MBxo', '', '', '', '2', '0', 'Junior Member', '0', '1405643172', '0', '1405643172', '1405644969', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1974', '1974-02-22', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'jRr5>#~502]085F<+{e\'mV\"O@t7`#`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6928', '2', '', '0', 'CVocvgvqm', '18010996bf09b3ddfcd658619c0723f7', '2014-07-18', 'volatileanother44@mail.bg', '0', '', 'http://epnodong.org/xe/school/52164', '', '', '', '2', '0', 'Junior Member', '0', '1405643785', '0', '1405643785', '1405645608', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-25-1977', '1977-12-25', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', '/}2.QATe&Q4%t3=Q1gyOPUR/J%e,QK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6929', '2', '', '0', 'TCardwell', 'df4a36420b959f289eeea487274051ef', '2014-07-18', 'newphilosopher245q8@yahoo.com', '0', '', 'https://projects.taval.de/xregatta/ticket/33169', '', '', '', '2', '0', 'Junior Member', '0', '1405643988', '0', '1405643988', '1405645765', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-07-1970', '1970-02-07', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', '1r]DDo\"m7T6rotD|se.Gkz(`n[>/%(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6930', '2', '', '0', 'FLZO', 'ff568547eaa466592d8e95e58118f125', '2014-07-18', 'erectpan79xmj@yahoo.com', '0', '', 'http://www.ganemp.it/modules.php?name=Your_Account&op=userinfo&username=AJIZ', '', '', '', '2', '0', 'Junior Member', '0', '1405644769', '0', '1405644769', '1405646544', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1973', '1973-12-01', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'W\\QRWNPNhJ^ZVk\\o0Qs[/w0,U\'=vvT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6931', '2', '', '0', 'FY87', 'de307dbfc2a4499db2119a84ab742030', '2014-07-18', 'invinciblequagm4@mail.bg', '0', '', 'http://widerlensfilms.com/?p=361222', '', '', '', '2', '0', 'Junior Member', '0', '1405645097', '0', '1405645097', '1405646892', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-15-1971', '1971-08-15', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'C\"5.G6TZF)[P\'|8\\mj)me,(K(moPMu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6932', '2', '', '0', 'ZArgueta', 'dc1790535a71098db2b1c744ae5e2a58', '2014-07-18', 'festivelemon242@mail.bg', '0', '', 'http://designe-commerce12.lamankreatif.net/item.php?id=7615&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405646697', '0', '1405646697', '1405648474', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1981', '1981-05-20', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', ';/gUBwQ-L?!:Z+9RY~-fEA*#`p!-fu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6933', '2', '', '0', 'WRankine', 'de1c3149f47d83ea4575795a0a419ba1', '2014-07-18', 'exultantgesture11@mail.bg', '0', '', 'http://chochua.biz/author/brlindt', '', '', '', '2', '0', 'Junior Member', '0', '1405646896', '0', '1405646896', '1405648655', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1984', '1984-08-05', '-1', '-1', '62.210.83.172', '0', '1', '', '0', '0', '-1', '0', '0', 'L&osV<|n!\\UgR`*5u`%[dXmx-.f5^q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6934', '2', '', '0', 'A0116', '896bb15073a8c18433c837091b038d28', '2014-07-18', 'therapeuticperddcsb@yahoo.com', '0', '', 'http://www.20friday.com/xe/?document_srl=48425', '', '', '', '2', '0', 'Junior Member', '0', '1405647784', '0', '1405647784', '1405649627', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1972', '1972-01-04', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', '.?@yG1?Sn!5Z%%y^&2UJ?C;hiqW$AJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6935', '2', '', '0', 'FMock', '4e571472e2e84319a8ac5894bd2a3a8e', '2014-07-18', 'lushlimbo391sfl@yahoo.com', '0', '', 'http://www.margobrownentertainment.com/content/take-be-concerned-out-health-insurance-one-these-pote', '', '', '', '2', '0', 'Junior Member', '0', '1405648404', '0', '1405648404', '1405650230', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-25-1975', '1975-11-25', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'Mx=Q$uAIBh`4BjF`&cP4xza\\K{Dt8oL2_Z+ZDZ*M\"t&6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6940', '2', '', '0', 'I8852', '2370e20c63c93c906ef0d5ffa9529d11', '2014-07-18', 'nappybarrel7098@mail.bg', '0', '', 'http://newna.e2web.co.kr/freeboard01/42266', '', '', '', '2', '0', 'Junior Member', '0', '1405658421', '0', '1405658421', '1405660229', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-27-1976', '1976-07-27', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'A_RhZn~YOb!iL9zOC:H1{#weUKoQqQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6941', '2', '', '0', 'TKus', 'cce32df0522a23e6250194ffe0d1d5be', '2014-07-18', 'foregoingbunch445@mail.bg', '0', '', 'http://www.bastamarket.com/item.php?id=4568&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405662881', '0', '1405662881', '1405664702', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1977', '1977-08-17', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'I(fv0u8{VnH\'ipr)vSoA#[$H[])B&Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6942', '2', '', '0', 'SGannon', '643393e9c540bd8b723582174f5ac0c2', '2014-07-18', 'abhorrentbeddin3dp@yahoo.com', '0', '', 'http://www.bilokos.com/item.php?id=29249&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1405668413', '0', '1405668413', '1405670217', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-24-1970', '1970-12-24', '-1', '-1', '62.210.140.16', '0', '1', '', '0', '0', '-1', '0', '0', 'UFXl3ARwodGf{L2FpwpQc*gq`X#zET', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6943', '2', '', '0', 'SLambe', '1f9285138df1badf4bd54f1837447ea7', '2014-07-18', 'steadfastneophyoac@yahoo.com', '0', '', 'http://zaggy247.com/ads/the-importance-of-having-medical-insurance-right-now/', '', '', '', '2', '0', 'Junior Member', '0', '1405671459', '0', '1405671459', '1405673247', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-17-1975', '1975-06-17', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'fw^*^Ya%~b$9\'Cw~LM{}B=)[3t(NMT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6944', '2', '', '0', 'Sawboss', '3080dc662f15c779fce77f6ae0fa2ef0', '2014-07-18', 'ryan1mcq@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405672657', '0', '1405672657', '1405672772', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108679', '', '0000-00-00', '-1', '-1', '31.52.240.99', '0', '1', '', '0', '0', '-1', '0', '0', 'LIkn8-!,vVlrWRf$vV(.VbRLCw=i[,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6945', '2', '', '0', 'KD85', 'f87035dc08ba04a35edc9b40a59e81a7', '2014-07-18', 'bdwkhtbcn@yahoo.com', '0', '', 'http://www.friesboek.nl/groups/what-things-to-keep-in-mind-about-search-engine-optimization/', '', '', '', '2', '0', 'Junior Member', '0', '1405676457', '0', '1405676457', '1405678229', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-13-1975', '1975-09-13', '-1', '-1', '62.210.82.174', '0', '1', '', '0', '0', '-1', '0', '0', 'GSQwS^\'3<+-Y9wzI|!An:.I5nQ\"a/2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6947', '2', '', '0', 'TJTT', '1e274ae894408bf1f4ac225012eb9363', '2014-07-18', 'chubbyspeck59e8r@yahoo.com', '0', '', 'http://kokomo-tech.com/newtech/311751', '', '', '', '2', '0', 'Junior Member', '0', '1405686326', '0', '1405686326', '1405688129', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-19-1985', '1985-07-19', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', 'b)]wsT;}=x#PI8snQ<]6kvP-TnCsXH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6948', '2', '', '0', 'EGFH', '45cd64ecb9c12064c0e027b8a72e7e08', '2014-07-18', 'succinctcore4023@mail.bg', '0', '', 'http://www.bemarriedagain.com/groups/tips-on-the-way-to-get-great-vehicle-insurance-quotations/', '', '', '', '2', '0', 'Junior Member', '0', '1405688264', '0', '1405688264', '1405690024', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-25-1980', '1980-04-25', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', ',rg?o*S4!,{l::z[~a{^~R8-O7\\\'>;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6949', '2', '', '0', 'BW13', '43412382be5430ea7a5d172347b23a1a', '2014-07-18', 'illustriousimbe86@mail.bg', '0', '', 'http://big12babes.com/node/92374', '', '', '', '2', '0', 'Junior Member', '0', '1405696416', '0', '1405696416', '1405698205', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-09-1973', '1973-11-09', '-1', '-1', '62.210.82.199', '0', '1', '', '0', '0', '-1', '0', '0', '\\Mfe:]L-VfJdD\'Sn)!LRC\'\"Hi<}L=f{#q)x}UQATr.XW,r-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6955', '3', '', '0', 'OMcgough', 'e0aa32487f9aac0ac45fe77bcbf79557', '2014-07-19', 'vernitablackmon3116@mailcatch.com', '0', '', 'https://www.facebook.com/BoomBeachHackCheats', '', '', '', '2', '0', 'Junior Member', '0', '1405732424', '0', '1405732424', '1405741005', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-26-1975', '1975-08-26', '-1', '-1', '192.3.166.188', '0', '1', '', '0', '0', '-1', '0', '0', 'A:X,UVXr>Ut0^n.4AOg4]@kh4x`8P4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6956', '3', '', '0', 'B58D', '644343cf249205493de52c87737d5f58', '2014-07-19', 'brook_segura85@f19.mail4allp.com', '0', '', 'http://cheap--louisvuittonhandbags.com', '', '', '', '2', '0', 'Junior Member', '0', '1405733688', '0', '1405733688', '1405736083', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-09-1976', '1976-04-09', '-1', '-1', '121.204.74.111', '0', '1', '', '0', '0', '-1', '0', '0', '\\bk\\i$`J|72%`AsvJl$t7Wqiia;R^`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6957', '3', '', '0', 'TIrh', 'a9e9a99c53a6c6cafcd7736a4968e1f8', '2014-07-19', 'kellestagg@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405757018', '0', '1405757018', '1405757018', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.166.188', '0', '1', '', '0', '0', '-1', '0', '0', 'pvn0u457&il;!dsut*dBvO=*Udt0_,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6958', '3', '', '0', 'TLyb', 'fcba4f5cd15b856fa1e71c05354417b1', '2014-07-19', 'rodrigoworgan7180@mailcatch.com', '0', '', 'http://bnicv.com/elk-grove-rockstars/chapter_members.php', '', '', '', '2', '0', 'Junior Member', '0', '1405766440', '0', '1405773669', '1405782420', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-04-1974', '1974-03-04', '-1', '-1', '216.107.157.106', '0', '1', '', '0', '0', '-1', '0', '0', '0V@Zw(?su\"t6\"jN1O=4Lsug/jKwL|0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '482', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6959', '2', '', '0', 'L7155', 'bd1676a5f5f9c7315243d58194e03721', '2014-07-19', 'agathabpbreshears@yahoo.com', '0', '', 'http://webmedsale.com/cardiovascular/index.php?action=profile&u=2661', '', '', '', '2', '0', 'Junior Member', '0', '1405775538', '0', '1405775538', '1405778310', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-10-1979', '1979-08-10', '-1', '-1', '192.240.212.8', '0', '1', '', '0', '0', '-1', '0', '0', 'O)(;Z:q_R^R[T\'b@*\'%WOS`ZrUUI?K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6960', '3', '', '0', 'DShort', '01511bfcd9fe09043979a2a24c608dbf', '2014-07-19', 'geniehan@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405776805', '0', '1405776805', '1405776805', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.231.128.154', '0', '1', '', '0', '0', '-1', '0', '0', 'Vr@C0~Sz)LLj|{5Z!bOPKx]Q.$2i,;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6961', '3', '', '0', 'CMKG', '7ab8d6b3901bb921ea92523ec3e76110', '2014-07-19', 'ermelindastinnett@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405776826', '0', '1405776826', '1405784065', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.231.128.154', '0', '1', '', '0', '0', '-1', '0', '0', '\\pHYt=Ch}@k;rgBNKu[~d7hc(xJGr)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6962', '3', '', '0', 'WZur', '48e9c30c1c2b1283e8a309f2fcd68096', '2014-07-19', 'houstondangelo@mailcatch.com', '0', '', 'http://www.bbb.org/northeast-california/business-reviews/auto-repair-and-service/frisco-auto-body-pa', '', '', '', '2', '0', 'Junior Member', '0', '1405780510', '0', '1405780510', '1405787734', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-29-1982', '1982-10-29', '-1', '-1', '104.37.56.196', '0', '1', '', '0', '0', '-1', '0', '0', 'h9X2M\\W%tu50jWXX/vk3ULv~EM1=\'M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6963', '3', '', '0', 'MRxv', 'b84283cc6bbf5b84578516ef7d99e791', '2014-07-19', 'tawannadalrymple1211@mailcatch.com', '0', '', 'https://www.linkedin.com/company/frisco-auto-body-and-paint?', '', '', '', '2', '0', 'Junior Member', '0', '1405788210', '0', '1405795442', '1405802693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-19-1977', '1977-10-19', '-1', '-1', '64.79.110.140', '0', '1', '', '0', '0', '-1', '0', '0', 'sbmq0t0uJKqZo\'$u/gV_d&Y.S%AX0B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6966', '2', '', '0', 'psychol246', '0bd79ff204f6fd90a21992be9db54a4c', '2014-07-19', 'sebdon92@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405796712', '0', '1406208538', '1406263218', '1406182853', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.186.79.155', '0', '1', '', '0', '0', '-1', '0', '0', '[gn1dP|eT=M\"g9D\'e$cdO|hGEAqRvj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6967', '2', '', '0', 'BeerBandits Carl', '094695047940753ce9d3aa3ecff1eea3', '2014-07-26', 'madmaxuk2014@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405803040', '0', '1405940690', '1406405854', '1406405188', '4', '10', '5', '0', '1', '0', '0', '0', '45108247', '', '0000-00-00', '-1', '-1', '86.174.59.191', '0', '1', '', '0', '0', '-1', '0', '0', 'jNSz3xF|6)zX+Ya~R_63Ce07^Z;|9?', '', '0', '82400', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '590cfa55842d6149406606a93f52838e', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6968', '2', '', '0', 'J57R', '977f2462e0361a8ed0439913b4cca477', '2014-07-19', 'hailyktfflegal@yahoo.com', '0', '', 'http://www.tiwalleen.com/read_blog/22313/dirty-facts-about-dentist-drill-revealed', '', '', '', '2', '0', 'Junior Member', '0', '1405803748', '0', '1405803748', '1405805901', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-13-1978', '1978-07-13', '-1', '-1', '192.99.176.8', '0', '1', '', '0', '0', '-1', '0', '0', '\\bBziIS.3tujG}hg2`vM[|(S+1`cAp-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6973', '2', '', '0', 'The Horror', '7a520889cf8a75544f21b7d2f2666e07', '2014-07-20', 'pr0ject.2501.gz@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405854134', '0', '1405854134', '1405854134', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.12.171.77', '0', '1', '', '0', '0', '-1', '0', '0', '|Ix1?n{fmeN~FFL#CTUMe62(\'>gpX\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6974', '2', '', '0', 'Waadde', 'fcf2fd55f8ceb486518048c94b2afc6e', '2014-07-20', 'waadde@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405857743', '0', '1405882116', '1405886380', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '2.108.215.183', '0', '1', '', '0', '0', '-1', '0', '0', '`[:zh\"G]tu(NsU/S3Z)f!&:fYp\"+N#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6975', '2', '', '0', 'MJFKE', '752ebd9877c6dbdbbd3ab1be5c6a45a2', '2014-07-20', 'yicrottes@yahoo.com', '0', '', 'http://www.iconidentity.com', '', '', '', '2', '0', 'Junior Member', '0', '1405868119', '0', '1405868119', '1405907085', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-23-1972', '1972-11-23', '-1', '-1', '167.160.103.38', '0', '1', '', '0', '0', '-1', '0', '0', '5igRa]gHbO7@:#e7m],wGDZ$EW\'ZD]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6976', '2', '', '0', 'matthewmcall', '9310f32fcdd9326987f26d45f17fa766', '2014-07-20', 'mattmcallister97@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405879629', '0', '1405879629', '1405880249', '1405879728', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.153.141.217', '0', '1', '', '0', '0', '-1', '0', '0', 'ed,MY[UOec\"Id9)K|[h4w<3m,75[Mw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6977', '2', '', '0', 'dazanduk', 'e78156913af78fef005a5812d6eefd8e', '2014-07-20', 'darren_sissons@blueyonder.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405882936', '0', '1409289185', '1410892369', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '77.96.163.249', '0', '1', '', '0', '0', '-1', '0', '0', 's}#=}cf8jY)/R#sc&JCPPbsy-s/z,W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6978', '2', '', '0', 'I3697', '2929c899911d0e8943519d8e9da9728b', '2014-07-20', 'claudieybjuliano@yahoo.com', '0', '', 'http://www.mandaishoten.com/userinfo.php?uid=535438', '', '', '', '2', '0', 'Junior Member', '0', '1405883099', '0', '1405883099', '1405886667', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1979', '1979-05-01', '-1', '-1', '192.171.232.155', '0', '1', '', '0', '0', '-1', '0', '0', '{M233\\w[0k3C)av?y2j};IJCH<\\kP`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '199', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6979', '2', '', '0', 'notabanditm8', '7decfedfa0d3087743f4b21f8ab2b786', '2014-07-20', 'thehuntsmans@mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405884399', '0', '1405884399', '1405886680', '1405884657', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.203.132.24', '0', '1', '', '0', '0', '-1', '0', '0', '73d5P)E1U8hA%RwoWx\'!BW\'WYl-(b2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6980', '2', '', '0', 'KC47', '38dcdd4a1b16194557eb73610352eb0b', '2014-07-20', 'wowctimx@yahoo.com', '0', '', 'https://www.Youtube.com/watch?v=cznzC5NP45c', '', '', '', '2', '0', 'Junior Member', '0', '1405886530', '0', '1405886530', '1405887185', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-08-1984', '1984-12-08', '-1', '-1', '155.94.133.100', '0', '1', '', '0', '0', '-1', '0', '0', '49J_,jgJSrWd?b#e;qbbmvjU2:n}=x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6981', '2', '', '0', 'RBlackman', '212f6c165664e9103acee05c26b52e39', '2014-07-21', 'stasiaznmichaelson@yahoo.com', '0', '', 'http://datingvine.net/index.php?dll=profile&sub=blogview&item_id=16706&item2_id=66630', '', '', '', '2', '0', 'Junior Member', '0', '1405899770', '0', '1405901603', '1410366515', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1979', '1979-03-28', '-1', '-1', '192.171.232.155', '0', '1', '', '0', '0', '-1', '0', '0', 'H~IJ=O-k*STsi1{t<990BhQ_>W<]2A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '265', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6982', '2', '', '0', 'popup271', '2ba20e3d57803ae8a2da8c1c23c8e14f', '2014-07-21', 'nmoskall@wccnet.edu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405903819', '0', '1405905540', '1405955678', '1405955494', '2', '10', '5', '-5', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '24.192.196.76', '0', '1', '', '0', '0', '-1', '0', '0', 'y%,ih;,-\'m@4#QHg:+qJzD8M\\pprE@', '', '0', '82291', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6983', '3', '', '0', 'T5922', '08839b7371bfc5e2a098700a54cd1c96', '2014-07-21', 'bethliston978@mailcatch.com', '0', '', 'http://xrl.us/camgratuite84046', '', '', '', '2', '0', 'Junior Member', '0', '1405924901', '0', '1405924901', '1405930921', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-13-1978', '1978-03-13', '-1', '-1', '192.208.188.212', '0', '1', '', '0', '0', '-1', '0', '0', 'jbsa8^Bhkijl9\"BE\"y;xo\',Jp8;)RS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6984', '2', '', '0', 'HC78', '90de7c0894514b3f6fe7b324140434f4', '2014-07-21', 'ranlesikec1988@yahoo.com', '0', '', 'http://conitphutthoi.com/making-cash-on-the-internet-is-less-complicated-than-it-used-to-be/', '', '', '', '2', '0', 'Junior Member', '0', '1405929920', '0', '1405929920', '1405963079', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1976', '1976-06-27', '-1', '-1', '216.231.128.165', '0', '1', '', '0', '0', '-1', '0', '0', 'IG9N)l\'\'rd-_;%qVJMMlY[=`#b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6987', '3', '', '0', 'FRZB', '51fc8b9152762382a833924aaf784b40', '2014-07-21', 'penniminnick@mailcatch.com', '0', '', 'https://plus.google.com/103430753426445425757/about', '', '', '', '2', '0', 'Junior Member', '0', '1405947747', '0', '1405955097', '1405962337', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-17-1981', '1981-06-17', '-1', '-1', '216.231.135.142', '0', '1', '', '0', '0', '-1', '0', '0', 'ph3Nr=v<<+Ed}4d)J!!<%%=qds(.lM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6988', '2', '', '0', 'damsk77', '626d58170c5a4125946588856d79feb4', '2014-07-21', 'damienklotz@orange.fr', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1405948625', '0', '1405955475', '1406723354', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.212.246.150', '0', '1', '', '0', '0', '-1', '0', '0', 'd/ccnOyO{-oJOV@9`(uo)^H\\{K2G<)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6989', '3', '', '0', 'QMejia', '0cb3bcb62ec0eb399369c1f5b13d55fe', '2014-07-21', 'grazynamendoza@mailcatch.com', '0', '', 'https://www.facebook.com/pages/Prestige-Dental/1418758291707655 ', '', '', '', '2', '0', 'Junior Member', '0', '1405955128', '0', '1405955128', '1405962465', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1977', '1977-12-01', '-1', '-1', '216.231.135.144', '0', '1', '', '0', '0', '-1', '0', '0', '5v6kAlCCaws', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6998', '8', '', '0', 'A67M', '46c6161b244d70b3c097d2968f6dbd80', '2014-07-22', 'ordinaryspoof222vfp@yahoo.com', '0', '', 'http://www.allaboutwildlife.com/rainforest-monkeys-of-africa-and-asia', '', '', '', '2', '0', 'Banned', '0', '1406013456', '0', '1406013456', '1406014788', '1406014786', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-08-1979', '1979-06-08', '-1', '-1', '5.157.10.85', '0', '1', '', '0', '0', '-1', '0', '0', '~Ed0UnNuab7&_WcMY|Pf|,Apss7ZMU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('6999', '2', '', '0', 'CGiltner', '2880846e874f8cf1db65977603af0e74', '2014-07-22', 'megimcdercorn1972@yahoo.com', '0', '', 'http://www.siaminterhandicrafts.com/_blog/Blog/post/Hand_Making_Organic_Body_Jewelry/?page=2211', '', '', '', '2', '0', 'Junior Member', '0', '1406016057', '0', '1406016057', '1406023532', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-24-1972', '1972-01-24', '-1', '-1', '216.107.156.78', '0', '1', '', '0', '0', '-1', '0', '0', 'aPb8gY[W$T(V7/zq3@_;s^\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7003', '2', '', '0', 'ASny', '24f85db4ff5e012d9d299401dc501c68', '2014-07-22', 'caroleezynevwirth@yahoo.com', '0', '', 'http://wector.net/modules.php?name=Your_Account&op=userinfo&username=KQ27', '', '', '', '2', '0', 'Junior Member', '0', '1406043240', '0', '1406043240', '1406045656', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-08-1984', '1984-08-08', '-1', '-1', '192.240.220.68', '0', '1', '', '0', '0', '-1', '0', '0', 'yF7U]tmy4H5H7u0Q(W)xO=_j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7007', '3', '', '0', 'KRAJ', 'bb5a4de6faccf7682abc6b0ccec5f89c', '2014-07-22', 'margaritawicker@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406057366', '0', '1406057366', '1406057366', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.68.100', '0', '1', '', '0', '0', '-1', '0', '0', '8MDL9}NPo:3&\\>P_GkelJXankcQK8L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7009', '2', '', '0', 'LoneWolfGaming', '388d9fbf9399f94ad92cbfed72e9ebd8', '2014-07-23', 'lonewolfgraphix@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406081303', '0', '1411272527', '1411273779', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '75.88.236.59', '0', '1', '', '0', '0', '-1', '0', '0', 'exK=kY9V\\b!U70qf\'`q_\'OJ\')|d^@u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7010', '2', '', '0', 'C8675', '7a7c11e2e5c159033d10f366281617bb', '2014-07-23', 'alezeasin1974@yahoo.com', '0', '', 'http://www.before1.com/userinfo.php?uid=275863', '', '', '', '2', '0', 'Junior Member', '0', '1406085065', '0', '1406085065', '1406085491', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1975', '1975-01-01', '-1', '-1', '23.232.143.22', '0', '1', '', '0', '0', '-1', '0', '0', 'P:vxai4E|InVP,P39mDe3Vc=!Q?tWF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7011', '2', '', '0', 'Radical Revy', '1552468d50844da81a4fa2486c5c98d1', '2014-07-23', 'linkboii@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406114725', '0', '1410335933', '1411827435', '1410254463', '5', '10', '5', '10', '1', '0', '0', '0', '45108311', '06-07-1996', '1996-06-07', '-1', '-1', '180.200.174.124', '0', '1', '', '0', '0', '-1', '0', '0', '`\'<_Kx?p\'t)(PVx!FsNx,72(MA*a{E', '', '0', '82638', '0', '0', '0', '0', '', '0', '0', '', '135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'be69ed6d0a0d7ce18eb30590fba68821', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7012', '2', '', '0', 'Phydra', 'd0f3eecb68820b92703a360006814389', '2014-07-23', 'steffen@schnok.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406121721', '0', '1410029261', '1443730526', '0', '1', '10', '5', '1', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '77.47.36.168', '0', '1', '', '0', '0', '-1', '0', '0', ';$\'0RQ~z\\~<.bdy}&nj~zyVwG,0w\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `skype`, `adminoptions`, `lastpostid`, `sigpicrevision`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `threads`, `favcache`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `importuserid`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `mediafaves`, `dbtech_infopanels_blocks`, `dbtech_infopanels_settings`, `arcade_ban`, `times_played`, `is_arcade_mod`, `fav_games`, `user_sort`, `user_order`, `user_g_pp`, `user_s_pp`, `def_g_cat`, `game_skin`, `arcade_mod_privs`, `arcade_pmactive`, `games_played`, `time_played`, `arcade_points`, `arcade_spent`, `arcade_won`, `arcade_high`, `create_tourney`, `arcade_sess_gid`, `arcade_sess_start`, `arcade_gtype`, `arcade_session`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `creditspermissions`, `xperience_ppd7`, `xperience_ppd30`, `xperience_achievements`, `xperience_lastupdate`, `xperience_awardcount`, `xperience_promotioncount`, `xperience_achievementcount`, `dbtech_status_status`, `dbtech_status_mood`, `dbtech_vbactivity_achievementcount`, `dbtech_vbactivity_points`, `dbtech_vbactivity_pointscache`, `dbtech_vbactivity_pointscache_day`, `dbtech_vbactivity_pointscache_week`, `dbtech_vbactivity_pointscache_month`, `dbtech_vbactivity_rewardscache`, `dbtech_vbactivity_trophycount`, `dbtech_vbactivity_medalcount`, `dbtech_vbactivity_settings`, `dbtech_vbactivity_autocollapse_stats`, `dbtech_vbactivity_autocollapse_bar`, `dbtech_vbactivity_excluded`, `dbtech_vbactivity_medalmoderatecount`, `ezircvb4_username`) VALUES ('7020', '3', '', '0', 'LRech', '517c563c8ed98c5d48789ec549415166', '2014-07-23', 'flfqwkoa@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406149838', '0', '1406149838', '1406149838', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.110.199', '0', '1', '', '0', '0', '-1', '0', '0', '>LK,cbX$6SPnx|qN\'\"!gh_rnw_RH*f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7021', '2', '', '0', 'IHMD', 'cd77358304f03f35ab40d6d339abf5de', '2014-07-23', 'cusahekaqyze@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406153469', '0', '1406153469', '1406153469', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.206.24.69', '0', '1', '', '0', '0', '-1', '0', '0', 'OW*p$_.L}N|@WBuL@nt(}E4Q-,dW5\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7022', '3', '', '0', 'FShumway', '4a75a1d085d8dc013ae5e9ccca986381', '2014-07-24', 'elisafrome@bund.us', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406156766', '0', '1406156766', '1406156766', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.141.229', '0', '1', '', '0', '0', '-1', '0', '0', 'Fse^ZrRkIf}&{Cow~HV|!ehZ?Tf>>@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7023', '3', '', '0', 'DGerrard', 'a1db3d85ec540371bb423f1385ba5d8f', '2014-07-24', 'ashtonferris8170@mailcatch.com', '0', '', 'https://plus.google.com/events/cih4bom1e3mfjqsnondjqtksuek', '', '', '', '2', '0', 'Junior Member', '0', '1406166707', '0', '1406173899', '1406181069', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-27-1973', '1973-10-27', '-1', '-1', '155.94.139.124', '0', '1', '', '0', '0', '-1', '0', '0', 'U/Xiu0]\'P\'wG;FiRO_lo$Sat@F-PDu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7024', '3', '', '0', 'PFSC', '92e991629074b1cc8d928299c3ed1668', '2014-07-24', 'margenekeesler1923@mailcatch.com', '0', '', 'https://plus.google.com/events/cih4bom1e3mfjqsnondjqtksuek', '', '', '', '2', '0', 'Junior Member', '0', '1406167450', '0', '1406174739', '1406181915', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-04-1978', '1978-05-04', '-1', '-1', '155.94.139.124', '0', '1', '', '0', '0', '-1', '0', '0', '\\62KjC+UR=fT?[\'l9P/b|U5{4@]~t!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7025', '3', '', '0', 'EDLU', 'f0f60f63a59e08b832216ddd147756e8', '2014-07-24', 'wilfredohoughton8150@mailcatch.com', '0', '', 'http://edueuropa.org/carpet-and-upholstery-cleaning-california-ph-916-4265666-now/', '', '', '', '2', '0', 'Junior Member', '0', '1406169357', '0', '1406169357', '1406176639', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-30-1982', '1982-06-30', '-1', '-1', '64.79.110.214', '0', '1', '', '0', '0', '-1', '0', '0', 'hgD*C;/P[j.U)dbH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7026', '3', '', '0', 'HGrabowsk', 'a2daff89f19a1850fd6ab1465f3cacb3', '2014-07-24', 'floydkeefe7558@mailcatch.com', '0', '', 'http://youtu.be/2sOAIvz_LVw', '', '', '', '2', '0', 'Junior Member', '0', '1406175819', '0', '1406182999', '1406190193', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1983', '1983-06-27', '-1', '-1', '216.231.143.232', '0', '1', '', '0', '0', '-1', '0', '0', '\\p.0f:Q;lAB0~$r-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7030', '3', '', '0', 'GT49', '9f72eac8cd8ff85ec0e9d01b67dacb0a', '2014-07-24', 'corylowman@mailcatch.com', '0', '', 'http://edueuropa.org/professional-carpet-cleaning-service-california-ph-916-426-5666-now/', '', '', '', '2', '0', 'Junior Member', '0', '1406180569', '0', '1406187848', '1406195068', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1973', '1973-05-07', '-1', '-1', '23.94.159.176', '0', '1', '', '0', '0', '-1', '0', '0', 'z1yIT\\`bLJ$S?NHpH{B\'4:Cn\'2wY$6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7032', '3', '', '0', 'D6172', '4c4b815e1e2a04ba9234dd0cf98c6c31', '2014-07-24', 'deja.feisthamel@windowcletech.com', '0', '', 'http://ricardooninnovation.blogspot.com/2008/02/connecting-to-brazilian-soccer-fans.html', '', '', '', '2', '0', 'Junior Member', '0', '1406190560', '0', '1407223364', '1407266536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-08-1973', '1973-03-08', '-1', '-1', '192.99.113.132', '0', '1', '', '0', '0', '-1', '0', '0', 'iaLn)*sdqUQjg1J7bt}IdE\"hNL\"%?C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7031', '3', '', '0', 'CVpu', '3f49f1a81345727c3b2687ec9582b4e9', '2014-07-24', 'kathieyeager@trash-mail.com', '0', '', 'http://fapturbo2x.com/', '', '', '', '2', '0', 'Junior Member', '0', '1406186543', '0', '1406186543', '1406188422', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-15-1985', '1985-04-15', '-1', '-1', '174.131.57.2', '0', '1', '', '0', '0', '-1', '0', '0', 'PL1Y&8pa%b@PcE~>F*rHl&$.z*_gi$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7033', '3', '', '0', 'E1953', '638b0d0218d3a234e1750e95e1019fa9', '2014-07-24', 'zelda2prior@mailcatch.com', '0', '', 'http://serial-keygen.com/avg-pc-tuneup-2014-product-key/', '', '', '', '2', '0', 'Junior Member', '0', '1406193456', '0', '1406193456', '1406195823', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-16-1971', '1971-04-16', '-1', '-1', '193.109.196.68', '0', '1', '', '0', '0', '-1', '0', '0', 'p|D-@6R}T*(6s24@sTBT\'ug4ec})1D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7034', '3', '', '0', 'FBaysinge', 'cd2f4bb6a20cec5a66e40b6a1526c127', '2014-07-24', 'fritz.baysinger@windowcletech.com', '0', '', 'http://www.ilvasodipandorasnc.com//modules.php/modules.php?name=Your_Account&op=userinfo&use', '', '', '', '2', '0', 'Junior Member', '0', '1406193730', '0', '1406244622', '1406856049', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-18-1977', '1977-03-18', '-1', '-1', '155.94.128.18', '0', '1', '', '0', '0', '-1', '0', '0', 'a(``\\jhq^y\'}mZAC`7,s{nr%~8R\"XD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7035', '3', '', '0', 'WLMA', 'ea43d88c946574814d9de9c1337c66f9', '2014-07-24', 'aver5ybozeman@mailcatch.com', '0', '', 'http://serial-keygen.com/avg-pc-tuneup-2014-product-key/', '', '', '', '2', '0', 'Junior Member', '0', '1406194312', '0', '1406194312', '1406196662', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-31-1973', '1973-10-31', '-1', '-1', '193.109.196.68', '0', '1', '', '0', '0', '-1', '0', '0', 'JCW?a\'xQ$bp_eHj(w^\\@ssTmdyUT6I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '133', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7046', '3', '', '0', 'EZRR', '932eb70de9c640fdfa5222ac504a1f77', '2014-07-24', 'zacharymcknight@mailcatch.com', '0', '', 'https://plus.google.com/u/0/events/cq4dg6jvog5ppv2q61toum6d4d8', '', '', '', '2', '0', 'Junior Member', '0', '1406239558', '0', '1406246768', '1406253980', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-07-1974', '1974-07-07', '-1', '-1', '155.94.141.180', '0', '1', '', '0', '0', '-1', '0', '0', 'nL4=722|Z}2/6&W+a}uSfNhIx:7xc>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7036', '2', '', '0', 'DTyi', '346aa98fe2ee930bee14ff18cffb195e', '2014-07-24', 'inelobpha2882@inbox.lv', '0', '', 'http://hanamiti.com.ua/article-26.html', '', '', '', '2', '0', 'Junior Member', '0', '1406195670', '0', '1406195670', '1406196448', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-26-1971', '1971-11-26', '-1', '-1', '91.207.61.12', '0', '1', '', '0', '0', '-1', '0', '0', '-ooa\\OZw\\8kb4>AXd3i27dc^|dk#Mg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7037', '2', '', '0', 'P89C', '120fd8f5d03b67655bfbfd0b72c8428f', '2014-07-24', 'jynadshpmo@yahoo.com', '0', '', 'http://www.gdevdonetske.com/motorists-required-different-kind', '', '', '', '2', '0', 'Junior Member', '0', '1406197314', '0', '1406197314', '1406197976', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-13-1972', '1972-01-13', '-1', '-1', '69.12.80.146', '0', '1', '', '0', '0', '-1', '0', '0', 'ix=?E<0/-u(|+7wC6z&l;aUh]ZkQ!x2JdYF`tVzqp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7038', '3', '', '0', 'NNock', 'a42fbeffd87902026f806f8b69e7854f', '2014-07-24', 'damiannickle1767@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406212488', '0', '1406212488', '1406212488', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.141.217', '0', '1', '', '0', '0', '-1', '0', '0', 'PC*^t(W&-ySEsNGI`{wd>u+RnuHU-l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7039', '3', '', '0', 'T1575', '46456bfb134486448cb3dddbfc315bdb', '2014-07-24', 'sydneyqdk@yahoo.com', '0', '', 'http://obrazkynaplochu.sk/profile/ke08k', '', '', '', '2', '0', 'Junior Member', '0', '1406221179', '0', '1406221179', '1406224154', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1982', '1982-08-21', '-1', '-1', '104.37.56.244', '0', '1', '', '0', '0', '-1', '0', '0', 'REQ4,}Ft\"AqNY4l0:2O{xvGo*Qcnj\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7040', '3', '', '0', 'EFigueroa', 'ca3ce74c192086c36ae3b18d29660521', '2014-07-24', 'guadalupehindwood297@mailcatch.com', '0', '', 'http://youtu.be/JlWGyF-4vq0', '', '', '', '2', '0', 'Junior Member', '0', '1406227630', '0', '1406234837', '1406242028', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-06-1977', '1977-06-06', '-1', '-1', '155.94.138.208', '0', '1', '', '0', '0', '-1', '0', '0', 'r}CxeT%eg!{jR%)A;V19*1|p/F=#bq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7042', '3', '', '0', 'WWWO', '2707d7f52869bca52b18b1a697553d6c', '2014-07-24', 'leilanihilson2206@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406230494', '0', '1406230494', '1406230494', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.128.118', '0', '1', '', '0', '0', '-1', '0', '0', '&d}0CPU*NiR3o(7D)m.!uq5WOM4`Oq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7043', '2', '', '0', 'A03H', 'ef4431cce8690ea1fc4a3e2948c3edfd', '2014-07-24', 'ocfsoltau@yahoo.com', '0', '', 'http://www.discendodiscimus.com/LeonidaxhLefkowitzwk', '', '', '', '2', '0', 'Junior Member', '0', '1406232502', '0', '1406232502', '1406232627', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-22-1976', '1976-10-22', '-1', '-1', '155.94.138.172', '0', '1', '', '0', '0', '-1', '0', '0', 'ZwRV\'<^U4Xd>,xc2m/Z`m{v\\Xax::$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7044', '2', '', '0', 'nickb523', '9d85116fd86117ed3ffaebbd2c4f076a', '2014-07-24', 'dayz@skprepair.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406236079', '0', '1406321337', '1406323156', '1406322621', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '81.132.230.165', '0', '1', '', '0', '0', '-1', '0', '0', 'h\\o{8Q0}=-H/f`[?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7048', '3', '', '0', 'D8316', 'b38130df6894f1e0e5a18764f865556f', '2014-07-25', 'demetrawicks@trash-mail.com', '0', '', 'http://www.jeff.reseller.tw/wikka/BeatricevjCuthbertsonqb', '', '', '', '2', '0', 'Junior Member', '0', '1406247846', '0', '1406247846', '1406257144', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-25-1979', '1979-04-25', '-1', '-1', '69.12.70.39', '0', '1', '', '0', '0', '-1', '0', '0', '?N^t._/#k@d0,%+nPqqUN0C9n_dBHG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7049', '3', '', '0', 'HZBF', '0e83f05b6254db09a73b9879176474ac', '2014-07-25', 'mozechurston@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406249233', '0', '1406249233', '1406249233', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.84.173', '0', '1', '', '0', '0', '-1', '0', '0', 'doYPuO\\`UsOeznisc;|{%tsT15J6=7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7050', '2', '', '0', 'DTpf', '1dbb37279748e39bdcde44f9abc4dd3a', '2014-07-25', 'catzasigta1986@yahoo.com', '0', '', 'http://johanaza.jp/xoops/userinfo.php?uid=122477', '', '', '', '2', '0', 'Junior Member', '0', '1406249380', '0', '1406249380', '1406249452', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-19-1974', '1974-05-19', '-1', '-1', '216.231.135.220', '0', '1', '', '0', '0', '-1', '0', '0', '{n0\\E$-,~ztr_0o[5ePhud4-#Jq%Q2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7051', '3', '', '0', 'MRxj', '81f7f9d013267fd0c29cd6341db81b49', '2014-07-25', 'shalandatrumble3780@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=3Kuot-nw544', '', '', '', '2', '0', 'Junior Member', '0', '1406249760', '0', '1406249760', '1406257070', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1974', '1974-06-23', '-1', '-1', '155.94.141.216', '0', '1', '', '0', '0', '-1', '0', '0', 'c%k[ud=*OCE0)iBw\"\"$~nYZc;2r]!1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7052', '2', '', '0', 'IDeMole', '2e0ef906d60664f94e083914f31eb73d', '2014-07-25', 'shabalarcze@yahoo.com', '0', '', 'http://arthritisreduction.com/node/500748', '', '', '', '2', '0', 'Junior Member', '0', '1406250585', '0', '1406250585', '1406251669', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1977', '1977-10-01', '-1', '-1', '107.168.10.126', '0', '1', '', '0', '0', '-1', '0', '0', 'wkLCHD\"-vD7=sUry983BrmW*eL9r*P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7053', '2', '', '0', 'zWazy', 'c8d2f1729abb0efbcc14b1b86b5269ca', '2014-07-25', 'alanconrad408@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406255888', '0', '1406346298', '1406572993', '1406256215', '1', '10', '5', '-8', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '67.180.216.171', '0', '1', '', '0', '0', '-1', '0', '0', 'l`+O3lq4i,0idegFB?{D,V5E-HES2V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7054', '3', '', '0', 'NEKK', 'c0a26e0427c6cc551a58df944adfafdb', '2014-07-25', 'mikkimandalis9724@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406260236', '0', '1406260236', '1406260236', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.128.244', '0', '1', '', '0', '0', '-1', '0', '0', 'N##CG!M=ElG|O&R172qXT-Jk^VM\'&I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7055', '2', '', '0', 'MTcq', 'd0df9fdbe361dff3f306106e3c0fdc42', '2014-07-25', 'atmulcohal1984@yahoo.com', '0', '', 'http://forum.emeyo.de/index.php?page=User&userID=430687', '', '', '', '2', '0', 'Junior Member', '0', '1406263713', '0', '1406263713', '1406263759', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-19-1983', '1983-11-19', '-1', '-1', '216.231.133.192', '0', '1', '', '0', '0', '-1', '0', '0', 'w\"$oi(:.(lxcg\'0M7+)[,aP4nyr8)?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7056', '3', '', '0', 'K7000', 'ed356a65426dd835e67160608316fd14', '2014-07-25', 'sa1ntocoley@mailcatch.com', '0', '', 'http://getxboxlivegoldcodes.com/', '', '', '', '2', '0', 'Junior Member', '0', '1406264467', '0', '1406264467', '1406266904', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-02-1971', '1971-08-02', '-1', '-1', '193.109.196.96', '0', '1', '', '0', '0', '-1', '0', '0', '+Hq;%v0_7(jj?p\",,q.[\'f>*u>s&T~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7057', '2', '', '0', 'JD08', '2f167c79725c617116d852bbb160d8d7', '2014-07-25', 'edatxufsn@yahoo.com', '0', '', 'http://www.carpetguardians.dreamhosters.com/eight-closely-guarded-medical-supplies-secrets-explained', '', '', '', '2', '0', 'Junior Member', '0', '1406268596', '0', '1406268596', '1406269522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1970', '1970-04-11', '-1', '-1', '173.44.61.190', '0', '1', '', '0', '0', '-1', '0', '0', 'm:D-0-@D7XI@J&$:rf\"buTw$2NEY?`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7058', '3', '', '0', 'WBrodzky', '020a29487a9bae9d32145eb875c42e8e', '2014-07-25', 'fohgelabert@yahoo.com', '0', '', 'http://blessedsacramentqcy.org/UserProfile/tabid/57/userId/88948/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1406269900', '0', '1406269900', '1406272203', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-04-1982', '1982-05-04', '-1', '-1', '173.44.60.44', '0', '1', '', '0', '0', '-1', '0', '0', 'bU=u,WY%3TmZl_!A1GYAUTR(4Z%*AS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7059', '2', '', '0', 'RKovalcin', 'a909a3b3a32cd007cc557de33180679f', '2014-07-25', 'robby.kovalcin@windowcletech.com', '0', '', 'http://www.indigodesignsolutions.com/php-nuke8/html/modules.php?name=Your_Account&op=userinfo&am', '', '', '', '2', '0', 'Junior Member', '0', '1406279714', '0', '1406279714', '1406291261', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-25-1982', '1982-12-25', '-1', '-1', '104.143.16.174', '0', '1', '', '0', '0', '-1', '0', '0', 'HU4OLu&d>{Y@b1h*.YQ,+rmvUT)C4s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7060', '2', '', '0', 'PKse', '25d888ec4b3a218e544f609134f3c45a', '2014-07-25', 'evlbronsoj@yahoo.com', '0', '', 'http://mommyconciergeoc.com/portfolio/subtle-thoughts', '', '', '', '2', '0', 'Junior Member', '0', '1406279756', '0', '1406279756', '1406469112', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1978', '1978-09-28', '-1', '-1', '216.107.157.117', '0', '1', '', '0', '0', '-1', '0', '0', 'Pv`3FC4=&@j0$u-P&#a[dX;Hla&yG8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7061', '2', '', '0', 'EW85', 'c3fbf29810b40fe64d3f8ef326888fed', '2014-07-25', 'rhinchesraide1981@yahoo.com', '0', '', 'http://www.lightflashgames.com/profile/250456/CaDenehy.html', '', '', '', '2', '0', 'Junior Member', '0', '1406289289', '0', '1406289289', '1406294029', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-14-1983', '1983-07-14', '-1', '-1', '216.107.156.74', '0', '1', '', '0', '0', '-1', '0', '0', 'IZ-Sx6FG>%`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7062', '2', '', '0', 'This sucks on ice!', '967014e2662e4dc5dbeb88076ad709c1', '2014-07-25', 'fatedclonerexworldcast@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406290071', '0', '1406295468', '1406300294', '1406299309', '3', '10', '5', '-8', '1', '0', '0', '0', '45108439', '10-14-0000', '0000-10-14', '-1', '-1', '98.160.243.116', '0', '1', '', '0', '0', '-1', '0', '0', 'b]Fx!1}gpTN[*N$fMb\\%Iw[%k2T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7064', '8', '', '0', 'Xkukvwsf', 'da2e23fe9e3c6d5374e8d4ab2bc8ea18', '2014-07-25', 'clharayxzj@yahoo.com', '0', '', 'http://www.athletenewswire.com', '', '', '', '2', '0', 'Banned', '0', '1406298115', '0', '1406636385', '1406637361', '1406315888', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1983', '1983-10-21', '-1', '-1', '190.160.144.168', '0', '1', '', '0', '0', '-1', '0', '0', 'gx0a~AGs-2Wfr86;O.fdTF!S=aey7|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7071', '3', '', '0', 'C1017', '93219dc7f032690ea731da59c21c6277', '2014-07-25', 'vhsttavzpe@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406317343', '0', '1406317343', '1406317343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '186.17.169.214', '0', '1', '', '0', '0', '-1', '0', '0', 'Pt2R<-\"OR3DYXswxl=Fl`n4NS:z`9|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7065', '2', '', '0', 'J6874', 'be6518f48bae5a965722497591644f6b', '2014-07-25', 'raestabitta1986@yahoo.com', '0', '', 'http://www.turkiyebook.com/index.php?do=/blog/40617/the-guru-code-review-why-you-ought-to-think-two-', '', '', '', '2', '0', 'Junior Member', '0', '1406298732', '0', '1406298732', '1406304571', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-23-1982', '1982-11-23', '-1', '-1', '216.107.156.8', '0', '1', '', '0', '0', '-1', '0', '0', '{X*Wg<[}+IKJhOJuy82\\oryj6yA0OK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7066', '3', '', '0', 'JMalveaux', '7b5205c360b9b90e4fdda5b8aaf1191b', '2014-07-25', 'joel_malveaux48@windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406299886', '0', '1406299886', '1406299886', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.113.130', '0', '1', '', '0', '0', '-1', '0', '0', 'qp9{>ouemb257@i7DDJlJ`)?u\'gvDG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7067', '2', '', '0', 'TEha', 'ef6512900879905b814e8209aa251270', '2014-07-25', 'raenasdiubi2226@inbox.lv', '0', '', 'http://www.radiotec.ru/catalog.php?cat=bo15&itm=175', '', '', '', '2', '0', 'Junior Member', '0', '1406303001', '0', '1406303001', '1406303244', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1984', '1984-08-18', '-1', '-1', '194.58.40.228', '0', '1', '', '0', '0', '-1', '0', '0', '}FGbda5W-&&;\"Ke~c8Zz5R;s(M$Y]^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7068', '3', '', '0', 'T40H', '5c12608c9cab9db245bc6b62242850db', '2014-07-25', 'lawerenc2elaidler622@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406304976', '0', '1406304976', '1406304976', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.98.92.210', '0', '1', '', '0', '0', '-1', '0', '0', '\'z>Gbil]%A&X%vAKw%\"+B5JAJBgOE\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7070', '3', '', '0', 'GHuot', 'afd4e0d1685e9e1f2b10ed73c6c8179d', '2014-07-25', 'gayeak@webb.tuentrerios.com', '0', '', 'http://konwentmarszalkow.pl/the-sims-3-download/', '', '', '', '2', '0', 'Junior Member', '0', '1406310652', '0', '1406317810', '1406325025', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-19-1979', '1979-11-19', '-1', '-1', '104.140.63.98', '0', '1', '', '0', '0', '-1', '0', '0', '*L|BXZC`XsLDaRdC,9JJftA:~%kuvl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7069', '3', '', '0', 'H23M', '41cc553d22db8e5cdd5c3d9df99917fb', '2014-07-25', 'noblef3redrick@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406305201', '0', '1406305201', '1406305201', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '203.98.92.210', '0', '1', '', '0', '0', '-1', '0', '0', ']oW\"4YK1`lO3(qfKVO:\\bKKF\"AA%9p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7072', '3', '', '0', 'N9256', 'c1c2eefd0772038e0ff79faa62805f59', '2014-07-25', 'nathansconce@gran.email4edu.com', '0', '', 'http://bestwoocommercethemes.blogspot.co.uk/2014/05/the-ultimate-top-5-responsive-themes.html', '', '', '', '2', '0', 'Junior Member', '0', '1406320237', '0', '1406320237', '1406472699', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-17-1985', '1985-04-17', '-1', '-1', '104.128.18.161', '0', '1', '', '0', '0', '-1', '0', '0', 'C3LSlcs\'VqA;w1lEE%}5*O{[z:A:RZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1395', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7073', '3', '', '0', 'Pbyuovjhn', '2ed18e044aecc5e39b9247cbea10d248', '2014-07-25', 'fcxjanoa@yahoo.com', '0', '', 'http://mlb.tf/best_news_363776', '', '', '', '2', '0', 'Junior Member', '0', '1406322404', '0', '1406644190', '1406649293', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-25-1975', '1975-01-25', '-1', '-1', '41.137.74.247', '0', '1', '', '0', '0', '-1', '0', '0', '/)zw_CeW,w/<5=1nZ(}R}e^0\\Nr5/v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7074', '3', '', '0', 'Iomwgd', '469b975736e1174c8ef5a9cd33187def', '2014-07-25', 'battxszzrx@yahoo.com', '0', '', 'http://mosjoenkameraklubb.com/cm/displayimage.php?pid=996', '', '', '', '2', '0', 'Junior Member', '0', '1406328481', '0', '1406649220', '1406650409', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-21-1980', '1980-11-21', '-1', '-1', '222.253.12.249', '0', '1', '', '0', '0', '-1', '0', '0', '5ryxamRjj:f\\R4Fui\"I)Rc5:6)o\'V?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7075', '2', '', '0', 'RIFK', 'e740504bf4f63173277f94456ff9eb32', '2014-07-26', 'mairiconway_2581@qemails.org', '0', '', 'http://fr-telechargement.com/la-reine-des-neiges-telecharger-le-film-complet-hd-qualite-1080p/', '', '', '', '2', '0', 'Junior Member', '0', '1406346089', '0', '1406346089', '1406347209', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-22-1975', '1975-04-22', '-1', '-1', '94.247.174.114', '0', '1', '', '0', '0', '-1', '0', '0', ',>V_>)R!0)bKnW>1IjKD\'7E+hE6v]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7081', '2', '', '0', 'Zen', '8a5a882c2cc78a682b2d8e5fe3ac2777', '2014-07-26', '1gcm1gcm@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406359902', '0', '1406359902', '1406359975', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.13.82.61', '0', '1', '', '0', '0', '-1', '0', '0', '+6..WDM9XTc_p7g+tikK/|HG9eS_lu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7082', '3', '', '0', 'M7701', 'a465378489f87ddcc48a894da66383c5', '2014-07-26', 'jackistillwell7249@mailcatch.com', '0', '', 'http://theportelizabethinsider.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1406361936', '0', '1406361936', '1406369140', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1975', '1975-06-25', '-1', '-1', '212.129.43.159', '0', '1', '', '0', '0', '-1', '0', '0', '=|%{e#x\'\'5B(Y4V9}INr\\W3+V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7083', '3', '', '0', 'PFch', '545dafbd7179a076af2173fc52c8eb04', '2014-07-26', 'rudolphhoadley1917@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406363268', '0', '1406363268', '1406363268', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.128.78', '0', '1', '', '0', '0', '-1', '0', '0', '@AEY;]#2!o/!sa/93M6(yjdr2V=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7088', '3', '', '0', 'ZDXA', '0520f8af7463a9d68311bc80f7630db5', '2014-07-26', 'bellepemulwuy@mailcatch.com', '0', '', 'https://plus.google.com/103630313066518527265/about', '', '', '', '2', '0', 'Junior Member', '0', '1406378231', '0', '1406385429', '1406392675', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1976', '1976-04-11', '-1', '-1', '155.94.140.253', '0', '1', '', '0', '0', '-1', '0', '0', 'Tx&d@#J)WqwDAf<9+k~{7gK87_\'rUE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7089', '3', '', '0', 'CCardoni', '7248d1c892d943e732ecb31b0ff030d3', '2014-07-26', 'connie_cardoni8456@market.windowcletech.com', '0', '', 'http://gooogletech.com', '', '', '', '2', '0', 'Junior Member', '0', '1406378906', '0', '1406378906', '1406382664', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-07-1979', '1979-03-07', '-1', '-1', '5.157.41.247', '0', '1', '', '0', '0', '-1', '0', '0', '-AY_`\'aa\\xfX%qtr_R)Dcw|C9\'v&Ux', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7090', '3', '', '0', 'YAAC', '9ba5c705f056476ec104a7adf461137d', '2014-07-26', 'leomapeel@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=58vOkoKFVpU', '', '', '', '2', '0', 'Junior Member', '0', '1406380121', '0', '1406387320', '1406394630', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-27-1975', '1975-07-27', '-1', '-1', '155.94.140.78', '0', '1', '', '0', '0', '-1', '0', '0', 'cgL:Rc9\'X?Bf@o\'~R6&6pA8D70Y#*J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7091', '2', '', '0', 'BYKC', '592fd7c373d53dcf1884eb8c7827c34e', '2014-07-26', 'wastefulblade428@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406387432', '0', '1406387432', '1406387432', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.153.235.230', '0', '1', '', '0', '0', '-1', '0', '0', '{i|iZQa8i{.F&td*zo$D],2N)X`>eF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7092', '2', '', '0', 'RandomUser', '611a7edf2639acb141b6e8cc8e21abba', '2014-07-26', 'jimbobjones911@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406389537', '0', '1406389537', '1406394189', '1406393643', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.39.113.141', '0', '1', '', '0', '0', '-1', '0', '0', '5!;2;:5wZ#la\"maTRd)22l0xdt7Jp!', '', '0', '82394', '0', '0', '0', '0', '', '0', '0', '', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7093', '3', '', '0', 'VIDRW', 'f02e9cd823b2bb593798fdb9ffc22fe0', '2014-07-26', 'valeriaak296@webb.tuentrerios.com', '0', '', 'http://konwentmarszalkow.pl/the-sims-3-download/', '', '', '', '2', '0', 'Junior Member', '0', '1406396980', '0', '1406404161', '1406411349', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1971', '1971-08-17', '-1', '-1', '104.140.63.125', '0', '1', '', '0', '0', '-1', '0', '0', 'eo5E\'4#4I/Ku/@`emeaZnkR]WUHr|{e:]nT[$IXh$?jc6Q=&j%oy{-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '491', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7099', '2', '', '0', 'lordmacnton', '75022dc37b9386c133aa8ee0b23d4d96', '2014-07-26', 'macpunton@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406406445', '0', '1406406445', '1406416657', '1406414248', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.152.105.56', '0', '1', '', '0', '0', '-1', '0', '0', ',@!()=+vR#s?\"2IQCDY&08k7?7UJtJ', '', '0', '82405', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7100', '3', '', '0', 'V84A', '2c8cf8096cbfa83905675fe21020aa44', '2014-07-26', 'reinaldoleal@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406410546', '0', '1406410546', '1406413268', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.174.209.182', '0', '1', '', '0', '0', '-1', '0', '0', 'k^m%`Sn2htiQCBl8@h4HPGA8?\'wt)4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7105', '2', '', '0', 'GSadleir', '63f1986c0ca9ba2323b25f0bcb82ab41', '2014-07-27', 'gureckiokz@yahoo.com', '0', '', 'http://cmedia.co.kr/?document_srl=3181401', '', '', '', '2', '0', 'Junior Member', '0', '1406428096', '0', '1406428096', '1406428278', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-21-1980', '1980-02-21', '-1', '-1', '64.79.110.223', '0', '1', '', '0', '0', '-1', '0', '0', 'Vubdv3>(KGyYK[]1U/nJ6#Pn^NO.#b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7101', '3', '', '0', 'GKirchner', 'de9b6ff3a0c3273ec667ec0bd7efaa5b', '2014-07-26', 'ilesdrzvt@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406413357', '0', '1406413357', '1406413357', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.55.126', '0', '1', '', '0', '0', '-1', '0', '0', 'gH_|)hjC:?z8;||[w?Mk)kDM:[Q6*M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7102', '3', '', '0', 'FGiron', '8cbfb45582db1f66cd2bf7b77086d48f', '2014-07-26', 'melvinamartinson3124@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406414330', '0', '1406414330', '1406414330', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.222.171.51', '0', '1', '', '0', '0', '-1', '0', '0', '|7|)8nKAX-xW(?V\\el@g$F]E|D,/t7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7104', '8', '', '0', 'HNpp', '399c1060d04e3b2fcdaa422cd2e0efc9', '2014-07-27', 'byrdfkray@yahoo.com', '0', '', 'http://www.beyond3d.co.kr/xe/?document_srl=302052', '', '', '', '2', '0', 'Banned', '0', '1406425943', '0', '1406553811', '1406555616', '1406455651', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-12-1970', '1970-05-12', '-1', '-1', '185.2.32.64', '0', '1', '', '0', '0', '-1', '0', '0', 'X?GO]gNEwzi3i0m-}Z[|7uan4vquAE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '348', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7106', '3', '', '0', 'HMungomer', '8d0c499b2e9b3ba2d5dc126c86967ebd', '2014-07-27', 'holleyak287@webb.tuentrerios.com', '0', '', 'http://konwentmarszalkow.pl/the-sims-3-download/', '', '', '', '2', '0', 'Junior Member', '0', '1406428625', '0', '1406435835', '1406443034', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-30-1978', '1978-05-30', '-1', '-1', '104.140.63.144', '0', '1', '', '0', '0', '-1', '0', '0', 'JHI9]HrrEnkwk!0w0|wo53WA,+Qnf6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7107', '8', '', '0', 'HDown', 'cd4c462ac3b370c019adf7b81eb8ce1f', '2014-07-27', 'kyraezmqt@yahoo.com', '0', '', 'http://hwanlife.com/?document_srl=43240', '', '', '', '2', '0', 'Banned', '0', '1406429092', '0', '1413982725', '1413997317', '1406443264', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-06-1973', '1973-09-06', '-1', '-1', '185.44.78.163', '0', '1', '', '0', '0', '-1', '0', '0', '{;],FX5>TL._au[-p0wvm6l3i\\hzmg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '312', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7108', '8', '', '0', 'ARTRR', '73a905c1c69b6de4cd7e35e2630c493d', '2014-07-27', 'dvelgevga@yahoo.com', '0', '', 'http://employopoly.com/content/optimism-creating-much-better-worldwide-hindi-news', '', '', '', '2', '0', 'Banned', '0', '1406432147', '0', '1413979507', '1413993187', '1406456631', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-19-1978', '1978-10-19', '-1', '-1', '188.72.96.186', '0', '1', '', '0', '0', '-1', '0', '0', 'zUd%c#50[I%x({TcL,f=`}V#?lU|Z1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7109', '2', '', '0', 'TCYD', 'ff5a9b2f9377843040aac33e5c86b960', '2014-07-27', 'nevilletry@yahoo.com', '0', '', 'http://www.Everytrail.com/view_trip.php?trip_id=2338484', '', '', '', '2', '0', 'Junior Member', '0', '1406432211', '0', '1406432211', '1406434082', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-11-1980', '1980-03-11', '-1', '-1', '192.80.134.34', '0', '1', '', '0', '0', '-1', '0', '0', 'JUnZ18^+@Z^$(ijEKhzM)g$\'B5swzG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7110', '8', '', '0', 'OHnc', '61d3266bc3d458b73fc845cc6913aae0', '2014-07-27', 'niwipqpkx@yahoo.com', '0', '', 'http://montroseprimary.co.za/how-make-your-ship-come-getting-your-pot-gold-simpler-you-believe', '', '', '', '2', '0', 'Banned', '0', '1406434982', '0', '1413983219', '1413998987', '1406458733', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1972', '1972-06-23', '-1', '-1', '188.72.126.24', '0', '1', '', '0', '0', '-1', '0', '0', '7vZ`gOhN^u*YQ18FBcwYGv%O|IY.id', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7113', '2', '', '0', 'HToth', '65a540ef7de9d8452830d5569c96b48c', '2014-07-27', 'kicksoundwebsi1984@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406441157', '0', '1406441157', '1406441157', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.222.231.70', '0', '1', '', '0', '0', '-1', '0', '0', '!\\$ms9{?+~*`jjW7OW>?l+yPH\'=7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7115', '8', '', '0', 'G7808', 'd1b5e041926def418e0a605739238338', '2014-07-27', 'lineniri1984@yahoo.com', '0', '', 'http://newchaturbatehack.com/', '', '', '', '2', '0', 'Banned', '0', '1406442805', '0', '1406442805', '1406444483', '1406444481', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-08-1975', '1975-09-08', '-1', '-1', '192.208.187.24', '0', '1', '', '0', '0', '-1', '0', '0', 'O[6mf6vG\"b~82VVPD`Ks)Q0l|.-HhO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7116', '2', '', '0', 'AMEZ', '8260fb010c2597fe89e65bba8499e1e1', '2014-07-27', 'darrenkdrb@yahoo.com', '0', '', 'http://911fashionpolice.com/index.php?do=/blog/27639/9-reasons-why-having-an-excellent-submit-free-w', '', '', '', '2', '0', 'Junior Member', '0', '1406446801', '0', '1406446801', '1406447800', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-18-1984', '1984-03-18', '-1', '-1', '23.232.130.152', '0', '1', '', '0', '0', '-1', '0', '0', 'rRp\\AV_KyO|?MSpTA19aT.Uk*oYiR3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7117', '3', '', '0', 'E2920', '4dfb83cd49cb283a9d0163c37084821d', '2014-07-27', 'eduardo-stenhouse@lo.guapo.ro', '0', '', 'http://www.youtube.com/watch?v=7p9ei-PBfiQ', '', '', '', '2', '0', 'Junior Member', '0', '1406447126', '0', '1406447126', '1406454312', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-11-1972', '1972-02-11', '-1', '-1', '104.140.45.127', '0', '1', '', '0', '0', '-1', '0', '0', '*BRr@[TWd`CHv4RfThhG+0VBo.AEs;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7131', '8', '', '0', 'DVBO', '382d3f37470590657f4860c7d365a912', '2014-07-27', 'darnell_nadeau29@hn.cpapromarket.net', '0', '', 'http://www.youtube.com/watch?v=X40EKRO4_-Q', '', '', '', '2', '0', 'Banned', '0', '1406491020', '0', '1406506030', '1406513305', '1406513302', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-24-1973', '1973-04-24', '-1', '-1', '104.140.62.39', '0', '1', '', '0', '0', '-1', '0', '0', 'e{f=~QkQr}8-,uo[-F=g\\lSv5\"h&~[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7120', '2', '', '0', 'WKershner', 'b3e384d0ca2a6d5c36cc7a794d97cfdd', '2014-07-27', 'dgsjdoqsp@yahoo.com', '0', '', 'http://creditcardrelevant.weebly.com', '', '', '', '2', '0', 'Junior Member', '0', '1406467100', '0', '1406467100', '1406467331', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-02-1971', '1971-10-02', '-1', '-1', '37.203.208.65', '0', '1', '', '0', '0', '-1', '0', '0', ';{mr{`F[e{=J[#7nN;jPI%<3:E#lUF!-Bz$doJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7124', '3', '', '0', 'RNit', '97f1588aae3b7b043802767cc88abdcc', '2014-07-27', 'vitro.s.ka...b.ibo.u.l@gmail.com', '0', '', 'http://www.wat.tv/video/forge-of-empires-triche-avoir-6uv6z_6uv6v_.html', '', '', '', '2', '0', 'Junior Member', '0', '1406475300', '0', '1406475300', '1406477734', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1975', '1975-01-01', '-1', '-1', '193.105.245.143', '0', '1', '', '0', '0', '-1', '0', '0', ']eW5N%~h,uH6V5,E!m*!5DLwhZDGW@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7125', '2', '', '0', 'FIik', '304f2cbca942044da54982068651f5a0', '2014-07-27', 'chubbstmo@yahoo.com', '0', '', 'http://support.zepppelin.com/entries/49580620-Use-Home-based-Medical-To-Make-Someone-Fall-In-Love-Wi', '', '', '', '2', '0', 'Junior Member', '0', '1406478130', '0', '1406478130', '1406479820', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1985', '1985-12-15', '-1', '-1', '107.169.2.157', '0', '1', '', '0', '0', '-1', '0', '0', 'T{14$F^^u-us*+xs{le3kjc6vvRs`)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7126', '2', '', '0', 'PHSM', '0fcb094be1e2c1e639ec49d56fdfae29', '2014-07-27', 'marilynhernandez@qemails.org', '0', '', 'http://fr-telechargement.com/la-planete-des-singes-laffrontement-telecharger-le-film-complet-gratuit', '', '', '', '2', '0', 'Junior Member', '0', '1406480520', '0', '1406480520', '1406480857', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1982', '1982-12-27', '-1', '-1', '94.100.24.148', '0', '1', '', '0', '0', '-1', '0', '0', 'te4j/jC=4y#dTr%t:qTe&Y2&.E([~\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7127', '2', '', '0', 'RSFTI', '1fff06071d08bd53d1ca574fee18ed16', '2014-07-27', 'jetbaytagood1989@yahoo.com', '0', '', 'http://dblocker.didrole.com/forum/profile.php?id=95951', '', '', '', '2', '0', 'Junior Member', '0', '1406481004', '0', '1406481004', '1406481563', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1982', '1982-03-17', '-1', '-1', '107.155.77.94', '0', '1', '', '0', '0', '-1', '0', '0', '3g[Ybx^OfT@DUAtMka)XTR&>H|TTG3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7128', '3', '', '0', 'M9969', '82f71948341e041444959ccd63336716', '2014-07-27', 'donlostremin+595241880@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406481018', '0', '1406481018', '1406481018', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.231.143.246', '0', '1', '', '0', '0', '-1', '0', '0', 'YJh1iOMM^vO=iUWb(Km7,N>#/.}oX{7\\b`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7133', '2', '', '0', 'JohnnyLube', 'a33d453019c3e59b40114cbf5efa77a6', '2014-07-27', 'johnnylube@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406492342', '0', '1406492948', '1407677269', '1406492618', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '31.51.151.78', '0', '1', '', '0', '0', '-1', '0', '0', '%3F2B$iq\\^Q?y>v}\\_<|/@yOE;k{\\/', '', '0', '82427', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7134', '2', '', '0', 'EHSVO', 'b37717516aa7aed4f7576af8cdf68d86', '2014-07-27', 'dennisjbi@yahoo.com', '0', '', 'http://www.youthmusicvault.com/content/what-we-want-healthcare-equipment-supplier', '', '', '', '2', '0', 'Junior Member', '0', '1406493046', '0', '1406493046', '1406496384', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-24-1970', '1970-04-24', '-1', '-1', '107.168.10.219', '0', '1', '', '0', '0', '-1', '0', '0', 'ei?juH6&q+Qr\'J3,\"<2O&;$T[78e{jk]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7138', '3', '', '0', 'M8185', '1bacfa5b6e7997f94e711e6abb04aba6', '2014-07-27', 'vitroska..b.i.b.o.u.l@gmail.com', '0', '', 'http://youtu.be/RbNTyLdUP78', '', '', '', '2', '0', 'Junior Member', '0', '1406495154', '0', '1406495154', '1406498452', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-10-1984', '1984-04-10', '-1', '-1', '193.105.245.98', '0', '1', '', '0', '0', '-1', '0', '0', '8RrfT]BDMtr9E?<3t9/6!nF6gq&$,3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7140', '3', '', '0', 'B0751', '8d9eca1e824c4163a3e153a3f3e9fca7', '2014-07-28', 'christenastrzelecki@trash-mail.com', '0', '', 'http://fapturbo2forex.com/', '', '', '', '2', '0', 'Junior Member', '0', '1406502245', '0', '1406502245', '1406504804', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1982', '1982-06-27', '-1', '-1', '174.131.34.167', '0', '1', '', '0', '0', '-1', '0', '0', '26VUPC5M;AP/ADvSZR(MMP,z8{JUl@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7139', '3', '', '0', 'WXQL', 'd9d0f5c8703ed29273c3dec959114794', '2014-07-27', 'vitros.k.a..bi.b.ou.l@gmail.com', '0', '', 'http://www.dailymotion.com/video/x20yexo_bouygues-telecom-wifi-identifiant-sfr-bouygues-free_videoga', '', '', '', '2', '0', 'Junior Member', '0', '1406500200', '0', '1406500200', '1406504684', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-02-1984', '1984-03-02', '-1', '-1', '37.230.213.143', '0', '1', '', '0', '0', '-1', '0', '0', '*2NIXte{9W<+v}v_k@)^Bbcp(wDSDB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7141', '2', '', '0', 'HQIS', 'a331618cfbbdec33308830bad420ff1a', '2014-07-28', 'rentnetlieti1982@yahoo.com', '0', '', 'http://www.seteney.com.tr/activity/p/47518/', '', '', '', '2', '0', 'Junior Member', '0', '1406505517', '0', '1406505517', '1406518148', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-14-1976', '1976-08-14', '-1', '-1', '192.208.187.110', '0', '1', '', '0', '0', '-1', '0', '0', '(TS)TNc5-6eEW%c$;(.qx7\">c@z{Ug', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7142', '2', '', '0', 'IS15', 'fca6415e027d4abd4c6a61756e37c54d', '2014-07-28', 'manleicoodi1974@yahoo.com', '0', '', 'http://www.thefishsite.com/forums/member.php?u=391723', '', '', '', '2', '0', 'Junior Member', '0', '1406505567', '0', '1406505567', '1406518182', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-16-1970', '1970-11-16', '-1', '-1', '192.208.187.110', '0', '1', '', '0', '0', '-1', '0', '0', 'p&I\'2_kW8p;<-CI}=`!ZE@UAu>ERZz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7143', '3', '', '0', 'HAmf', '653a54435afa7fc59228ee2ea3039b8e', '2014-07-28', 'lienfiore@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=fRioFuO_BMU', '', '', '', '2', '0', 'Junior Member', '0', '1406506997', '0', '1406514191', '1406521387', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1984', '1984-02-16', '-1', '-1', '155.94.141.231', '0', '1', '', '0', '0', '-1', '0', '0', '1]j6=+}Woz2?btZ7Nk$t2#o!XPko{Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7144', '2', '', '0', 'AMkt', 'f6de192c92bedbafc58ded46120da9a7', '2014-07-28', 'reestsqmckay@yahoo.com', '0', '', 'http://christianhnzimiga.Sosblogs.com/', '', '', '', '2', '0', 'Junior Member', '0', '1406508536', '0', '1406508536', '1406521386', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-14-1977', '1977-05-14', '-1', '-1', '192.3.30.109', '0', '1', '', '0', '0', '-1', '0', '0', 'qil^@A*U,yn#:Jw)PxW9i=F+[z(i\'?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7155', '3', '', '0', 'Nodnkfnw', '9e869fa1669bb564e638072eeb1ae565', '2014-07-28', 'jkndfcao@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406530704', '0', '1406530704', '1406530704', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.7.173.27', '0', '1', '', '0', '0', '-1', '0', '0', '/9VY3a(3GTfT:moOSK+*Hh\'uqx}94a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7145', '3', '', '0', 'RKkw', '48a04d911e6f4262565ba347f8d75873', '2014-07-28', 'jamesrosenblum5981@qemails.org', '0', '', 'http://fr-telechargement.com/les-gardiens-de-la-galaxie-telecharger-le-film-complet-gratuit-hd-quali', '', '', '', '2', '0', 'Junior Member', '0', '1406513099', '0', '1406513099', '1406515610', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1974', '1974-10-03', '-1', '-1', '109.63.109.232', '0', '1', '', '0', '0', '-1', '0', '0', 'P.T+Kc|JkzghnObSY}a8jP+V^>\\w{^d?#KZl+70QY1^9Q^rjB6K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7147', '2', '', '0', 'CRXE', '29288cce1e79837905711a90d24a59d0', '2014-07-28', 'lvajackson@yahoo.com', '0', '', 'http://gallery.ershadonline.org/profile/clf20', '', '', '', '2', '0', 'Junior Member', '0', '1406514551', '0', '1406514551', '1406515466', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-03-1981', '1981-12-03', '-1', '-1', '107.168.10.219', '0', '1', '', '0', '0', '-1', '0', '0', 'S5$T3?h8h}MWEED.^GiwU\'U$L}G1c8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7148', '8', '', '0', 'buyao53', '23e4d9061561fce69e47b2c6807fc060', '2014-07-28', 'ggoo1020@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1406515064', '0', '1406515064', '1406515404', '1406515402', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '27.155.89.46', '0', '1', '', '0', '0', '-1', '0', '0', 'aR];#9.X|=1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7150', '3', '', '0', 'M6540', 'b065b6b797de8971226877a3e664c264', '2014-07-28', 'silovichek@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406515734', '0', '1406515734', '1406515734', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.254.33', '0', '1', '', '0', '0', '-1', '0', '0', 'd{j>429?Bl4lBP[0Nl5vDO.3R?yj-.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7151', '3', '', '0', 'JEPB', '242ea639b522116880317e333d5141fd', '2014-07-28', 'benjaminboser74@davbel.email4edu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406525246', '0', '1406525246', '1406525246', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.4.205', '0', '1', '', '0', '0', '-1', '0', '0', ';TCR4G#=A7b\\A24n+`f[ay*<5[PXy9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7152', '3', '', '0', 'GBatson', '76ab95b4c958e954ac52b6dad2ac9aab', '2014-07-28', 'ginobatson3@davbel.email4edu.com', '0', '', 'http://historyofchurch.net/qna/138591', '', '', '', '2', '0', 'Junior Member', '0', '1406525512', '0', '1406525512', '1406528711', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-05-1971', '1971-01-05', '-1', '-1', '5.39.4.205', '0', '1', '', '0', '0', '-1', '0', '0', '#Ni?n\"\"KB3^2=@wx\"r$>(^n_Y)DnuL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7153', '8', '', '0', 'SRomiro', 'dc2cea83c8d64103f228044ea9f3c56c', '2014-07-28', 'sylvie_romiro2738@support.excelblog.info', '0', '', 'https://raiselink.com/authenticated-users/ellensochanhqbu/blogs/thu-2014-07-24-0454/master-total-e-l', '', '', '', '2', '0', 'Banned', '0', '1406525820', '0', '1406684182', '1406773282', '1406684179', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-09-1985', '1985-04-09', '-1', '-1', '155.94.128.108', '0', '1', '', '0', '0', '-1', '0', '0', '`.|!`z|aFdhf;qsAzAn5oo3&IJ`3\"?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1601', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7154', '3', '', '0', 'XEFO', 'cb4a438e39e177cf9134f0c4d71d5db8', '2014-07-28', 'franeyirf@yahoo.com', '0', '', 'http://wallpaperbing.com/profile/miballenti', '', '', '', '2', '0', 'Junior Member', '0', '1406528546', '0', '1406528546', '1406530860', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-05-1983', '1983-06-05', '-1', '-1', '69.12.65.65', '0', '1', '', '0', '0', '-1', '0', '0', 'qdX6:Z*8&2q>x`*ru}d9{6Qacf~Wt#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7156', '2', '', '0', 'TEsposito', '32d4e366e608d263ff35c6925ecfb8fa', '2014-07-28', 'trovnkhw@yahoo.com', '0', '', 'http://www.homeimprovementdaily.com', '', '', '', '2', '0', 'Junior Member', '0', '1406535969', '0', '1406535969', '1406536408', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-02-1975', '1975-04-02', '-1', '-1', '147.255.56.56', '0', '1', '', '0', '0', '-1', '0', '0', 'fyi>>c[/ZcNi)zCY*?n_q?@$5wod3^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7157', '2', '', '0', 'TIJYO', 'ad34478e563900ee972f8ea934b4cca7', '2014-07-28', 'currybvyhfmpb@outlook.com', '0', '', 'http://www.tobeycmossgallery.com/Huntingtonbeachkitchenremodeling34139', '', '', '', '2', '0', 'Junior Member', '0', '1406550747', '0', '1406550747', '1406775472', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-27-1983', '1983-02-27', '-1', '-1', '125.24.78.216', '0', '1', '', '0', '0', '-1', '0', '0', 'e+a2])YMxmk1z\"H{_8Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7163', '3', '', '0', 'SPYIR', '007ce74d0a24e46b6c6f9f08288f24f0', '2014-07-28', 'shayne-rhodes@ui.bioprodus.ro', '0', '', 'http://www.youtube.com/watch?v=7p9ei-PBfiQ', '', '', '', '2', '0', 'Junior Member', '0', '1406560518', '0', '1406567714', '1406574914', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-05-1970', '1970-10-05', '-1', '-1', '104.140.62.51', '0', '1', '', '0', '0', '-1', '0', '0', '$YEC.\"H,8\";&qXNS,9iR.|gHdL4};,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7164', '2', '', '0', 'J36V', 'c036085ad20d1fb261a660e4ddc85be3', '2014-07-28', 'zzyqijroy@yahoo.com', '0', '', 'http://orange119.com/index.php?mid=board_avVe22&document_srl=554914&sort_index=regdate&o', '', '', '', '2', '0', 'Junior Member', '0', '1406561553', '0', '1406561553', '1406562067', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1975', '1975-09-28', '-1', '-1', '176.31.203.36', '0', '1', '', '0', '0', '-1', '0', '0', 'w;#TacSpwG8TxBS]lO-^3+A$gt8vX,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7170', '3', '', '0', 'JJMU', '7ab3096cccc03f01a5c15a0f549efc51', '2014-07-28', 'jonathan.pomiecko8967@support.excelblog.info', '0', '', 'http://boojamall.com/?document_srl=21938', '', '', '', '2', '0', 'Junior Member', '0', '1406568183', '0', '1407115046', '1407201433', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-23-1971', '1971-01-23', '-1', '-1', '192.208.188.12', '0', '1', '', '0', '0', '-1', '0', '0', 'R!dVg\"1T4uqUEIP[+_.auD\"rq@6oz)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7171', '2', '', '0', 'TKarpiak', '531c4474d29bcde09273700fc59c5a20', '2014-07-28', 'tory.karpiak8937@support.excelblog.info', '0', '', 'http://godlyquilt8138.kazeo.com/subdue-electronic-cigarette-like-a-boss,a4528520.html', '', '', '', '2', '0', 'Junior Member', '0', '1406570981', '0', '1407255264', '1407341657', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-31-1973', '1973-08-31', '-1', '-1', '155.94.128.107', '0', '1', '', '0', '0', '-1', '0', '0', 'P1@OBSyIAe|z~/}\'\"1BtCy\\-L1~8t3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7211', '3', '', '0', 'NCJA', '3e791bb892000c41ef397d340250ba71', '2014-07-29', 'tabathachapdelaine@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406658582', '0', '1406658582', '1406658582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.99.67', '0', '1', '', '0', '0', '-1', '0', '0', '>BG*[NhvtBiSxVnW}#$56HDd_J+oxg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7172', '2', '', '0', 'FFEHY', '83f66c139f1c026f68436ce05af5cb54', '2014-07-28', 'burlmcwhirteraecv@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406572055', '0', '1406572055', '1406573105', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.37.56.238', '0', '1', '', '0', '0', '-1', '0', '0', '>WC76.W\'ClpkE]g+yVLsdQv1TgPVjT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7173', '8', '', '0', 'OMcClough', '9537026b64b853bb0971531b0b115eb5', '2014-07-28', 'donyai4rule@yahoo.com', '0', '', 'https://Archive.org/details/How-To-Get-Your-Ex-Back', '', '', '', '2', '0', 'Banned', '0', '1406572390', '0', '1406572390', '1406572624', '1406572621', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-13-1978', '1978-08-13', '-1', '-1', '23.232.151.7', '0', '1', '', '0', '0', '-1', '0', '0', 'Z\"18v:JI{1SR52H05\":LNcMl8IEnp;&-s1yJn&[S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7183', '8', '', '0', 'Imqyno', '8b7480ac5916eaf81681e394bcf810d2', '2014-07-29', 'boremnybwr@yahoo.com', '0', '', 'http://8544da.heteml.jp/scuttle/bookmarks.php/ow26vwbpku', '', '', '', '2', '0', 'Banned', '0', '1406594963', '0', '1406639013', '1406650783', '1406623619', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-04-1980', '1980-08-04', '-1', '-1', '123.27.238.216', '0', '1', '', '0', '0', '-1', '0', '0', 'O@`.1q#F,$oL3),Y<(o$vo_ao)]eX%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7181', '2', '', '0', 'LUBZI', '18863b12f7583a67521c96bb8ebd2de2', '2014-07-29', 'lorensamson@allbur.email4edu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406590778', '0', '1406590778', '1406590778', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.204.19', '0', '1', '', '0', '0', '-1', '0', '0', '@kap,o8b:\\rljc5N.5%JZPx;hB*5eH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7182', '8', '', '0', 'J0614', '21ef4e64527ad2090114254011e40c16', '2014-07-29', 'pojkorenic@yahoo.com', '0', '', 'http://cnn.com.gt/almanac/9609/14/', '', '', '', '2', '0', 'Banned', '0', '1406591461', '0', '1406591461', '1406672425', '1406672422', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1970', '1970-09-19', '-1', '-1', '192.126.153.141', '0', '1', '', '0', '0', '-1', '0', '0', ']@LEi&GW2/()1szL/*2$vEJ6iu3Jj_CRkTd-vVhn]8B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7194', '2', '', '0', 'EJph', 'df70029f5380da11e6d716b7a1ebf040', '2014-07-29', 'delbertjlh@yahoo.com', '0', '', 'http://www.yelp.com/biz/the-ladan-law-firm-pa-orlando-3', '', '', '', '2', '0', 'Junior Member', '0', '1406615487', '0', '1406615487', '1406616016', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-11-1972', '1972-09-11', '-1', '-1', '23.239.199.101', '0', '1', '', '0', '0', '-1', '0', '0', 'uZ=1A^s=Q#66vS\\1hj\'>|7!!Sb}V(:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7196', '2', '', '0', 'FLAP', 'ae84618a417f0203bc520f9813418633', '2014-07-29', 'molbasewd@yahoo.com', '0', '', 'http://trend.cool3c.com/users/lucillerussochvxbao', '', '', '', '2', '0', 'Junior Member', '0', '1406633442', '0', '1406633442', '1406634141', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-01-1976', '1976-02-01', '-1', '-1', '192.80.134.33', '0', '1', '', '0', '0', '-1', '0', '0', 'UYd$v1K{:x6b_U3SKw`I!E$jp]bo2R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7195', '3', '', '0', 'CVXFE', 'fad7ab7b05b477637fdfebbe0a0d6aa5', '2014-07-29', 'joshmalone6677@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406629429', '0', '1406629429', '1406629429', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.166.37', '0', '1', '', '0', '0', '-1', '0', '0', 'hA;uU+,u`Sq!hEWUL5KjZnR8;D`?!w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7197', '2', '', '0', 'ZBWDQ', '905da38a271babb6ad86e34ac0c893c5', '2014-07-29', 'edexstengle@yahoo.com', '0', '', 'http://www.hfg.cc/HCGDrops27968', '', '', '', '2', '0', 'Junior Member', '0', '1406633837', '0', '1406633837', '1406634091', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-23-1976', '1976-11-23', '-1', '-1', '155.94.131.252', '0', '1', '', '0', '0', '-1', '0', '0', 'Gi/P)gwYuD1!@s8J~nXl1$f.lb31n9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '212', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7198', '8', '', '0', 'Zyqbcvsby', 'f525b56b728ef4ef8dc57718d3a522c0', '2014-07-29', 'toddrzabm@yahoo.com', '0', '', 'http://www.athletenewswire.com', '', '', '', '2', '0', 'Banned', '0', '1406636193', '0', '1406636193', '1406636911', '1406636906', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-23-1984', '1984-04-23', '-1', '-1', '58.254.172.174', '0', '1', '', '0', '0', '-1', '0', '0', '/}5?^`WH.~i__&0\'3vp=bDm>%;I?.q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7199', '2', '', '0', 'Rqhwut', 'cd395d724df0d0f4593c67add226533b', '2014-07-29', 'roccoebufq@yahoo.com', '0', '', 'http://www.athletenewswire.com/', '', '', '', '2', '0', 'Junior Member', '0', '1406636423', '0', '1406636423', '1406639117', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-08-1971', '1971-02-08', '-1', '-1', '58.254.172.174', '0', '1', '', '0', '0', '-1', '0', '0', 'Y\\!\\s44s96fU@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7204', '2', '', '0', 'DYEH', '499067231cfa58526bc85b5a54978b8a', '2014-07-29', 'mtstippygjm@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406644771', '0', '1406644771', '1406644771', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.44.58.105', '0', '1', '', '0', '0', '-1', '0', '0', 'u4>l%a\'zC`@yt&Z1S%EV\"A\\]Gr-!6s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7205', '8', '', '0', 'NF61', '1bc044e5a28ab5d2b67139e63dd483c3', '2014-07-29', 'lnynecpafc@yahoo.com', '0', '', 'http://dev.goloro.com/topic/stock-estimates-stock-buying-and-selling-1', '', '', '', '2', '0', 'Banned', '0', '1406647245', '0', '1413982646', '1413996832', '1406651176', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-06-1978', '1978-10-06', '-1', '-1', '91.229.248.144', '0', '1', '', '0', '0', '-1', '0', '0', 'B`C94E\'KNQqyhhfwqAQ%V@(rG9!R`q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7206', '3', '', '0', 'LFNZL', 'b5670907b38ee95b3e69b9a0e795874d', '2014-07-29', 'danaewen8472@mailcatch.com', '0', '', 'https://twitter.com/WeightLoss4Hlth', '', '', '', '2', '0', 'Junior Member', '0', '1406649068', '0', '1406649068', '1406656268', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-12-1983', '1983-05-12', '-1', '-1', '209.161.99.67', '0', '1', '', '0', '0', '-1', '0', '0', 'AGSw$&KJM9LeKKi86{[(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7212', '3', '', '0', 'JVYQ', 'b2e1afe4da06dc6e6289269b7736cd4d', '2014-07-29', 'janie_morris@camnang24h.com', '0', '', 'http://Www.Hongminhdulich.com/', '', '', '', '2', '0', 'Junior Member', '0', '1406660491', '0', '1406660491', '1406669193', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1985', '1985-06-16', '-1', '-1', '155.94.136.220', '0', '1', '', '0', '0', '-1', '0', '0', 'h=y+gXXDzz\"5M-5fZmF=hAA=$b/;(1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7213', '3', '', '0', 'KVUF', '35814cab6ce6ab2790326ee178ed5810', '2014-07-29', 'fred_hynes@camnang24h.com', '0', '', 'http://www.lienkietdulich.com', '', '', '', '2', '0', 'Junior Member', '0', '1406660979', '0', '1406660979', '1406669794', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1971', '1971-06-07', '-1', '-1', '155.94.136.220', '0', '1', '', '0', '0', '-1', '0', '0', '4~0H0B;,;sI@e}H,qDMu7u;UV5ji$t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '696', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7215', '2', '', '0', 'O41H', 'dd31aa5d00a97c3f36540c242195a3b0', '2014-07-29', 'quheikens@yahoo.com', '0', '', 'http://www.hobbycourt.com/index.php?option=com_blog&view=comments&pid=905776&Itemid=38', '', '', '', '2', '0', 'Junior Member', '0', '1406663582', '0', '1432793202', '1433151737', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-13-1983', '1983-09-13', '-1', '-1', '198.27.120.249', '0', '1', '', '0', '0', '-1', '0', '0', 'CfEq)?h!(4BE?&rZDCj~{Mz0]g7G[;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2597', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7216', '2', '', '0', 'KSJSR', '9fc5d5c14a50185b377abbc8ec77df20', '2014-07-29', 'vvwaomrslau@yahoo.com', '0', '', 'http://www.purevolume.com/filebone23/posts/6098284', '', '', '', '2', '0', 'Junior Member', '0', '1406667606', '0', '1406667606', '1406669452', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-16-1976', '1976-07-16', '-1', '-1', '192.80.134.34', '0', '1', '', '0', '0', '-1', '0', '0', '4$w?WdQcjA@WH`oWeU%jjr~R;;_X:N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7217', '2', '', '0', 'HHupp', '04e959c03c36ab0dcec88fcc8f420e13', '2014-07-30', 'iccaclaco1979@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406678554', '0', '1406678554', '1406678554', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.208.187.86', '0', '1', '', '0', '0', '-1', '0', '0', 'y.Gu&yDw@1rMuN*tJTB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '329', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7220', '2', '', '0', 'VSCA', 'cc9a3577b43eb8c048efea1aecfcc61d', '2014-07-30', 'marcellusfcpiaia@yahoo.com', '0', '', 'http://Haileyvxrussell.sosblogs.com/', '', '', '', '2', '0', 'Junior Member', '0', '1406686539', '0', '1406686539', '1406696722', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-24-1979', '1979-10-24', '-1', '-1', '173.0.55.10', '0', '1', '', '0', '0', '-1', '0', '0', '$=8@!hpPWP^Uv}G$w75e]l}\'[uXe:w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7221', '3', '', '0', 'SNih', 'ea3649d2eae6767ba629f0f11dbfc267', '2014-07-30', 'alvaradodw@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406688421', '0', '1406688421', '1406688421', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '206.214.82.15', '0', '1', '', '0', '0', '-1', '0', '0', 'XsPjA}-<]rwxVf@%%fS[j`G!qP7ZMh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7222', '8', '', '0', 'ZWeymouth', '88b9038186a44ecdd0b504e43db191dc', '2014-07-30', 'landanycna@yahoo.com', '0', '', 'http://tinyurl.com/ncz632s', '', '', '', '2', '0', 'Banned', '0', '1406689585', '0', '1406689585', '1406690330', '1406690329', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-14-1976', '1976-04-14', '-1', '-1', '120.43.6.51', '0', '1', '', '0', '0', '-1', '0', '0', 'Im8c=/81V@u$XxO:l$XS/bdVw\'ySwI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7223', '2', '', '0', 'VCLW', 'd786ead7cbd0e031da66bf34405749f0', '2014-07-30', 'tolerrmgiu@yahoo.com', '0', '', 'http://www.discendodiscimus.com/TrishalhClogstounij', '', '', '', '2', '0', 'Junior Member', '0', '1406706982', '0', '1406706982', '1406707929', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-30-1974', '1974-06-30', '-1', '-1', '173.44.60.60', '0', '1', '', '0', '0', '-1', '0', '0', 'Z=YZ@arMZe|n|0xD6(uhrvr$I`/x@o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7224', '2', '', '0', 'LFER', '67a55235de461f86bd94370ebc2130e2', '2014-07-30', 'panzarelln@yahoo.com', '0', '', 'http://hro.li/HCGInjections29673', '', '', '', '2', '0', 'Junior Member', '0', '1406707141', '0', '1406707141', '1406707642', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-20-1972', '1972-03-20', '-1', '-1', '167.160.115.226', '0', '1', '', '0', '0', '-1', '0', '0', 'cK*}aH51RSWT${&GUO3v9/)TR$hU_u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7225', '2', '', '0', 'MWIAQ', 'f6fd8f90234d925ae5337fcbf063efcf', '2014-07-30', 'harmanvespuccijrppl@yahoo.com', '0', '', 'http://musica.togyu.com/Canto/159232', '', '', '', '2', '0', 'Junior Member', '0', '1406709029', '0', '1406709029', '1406710074', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1976', '1976-05-07', '-1', '-1', '69.12.65.51', '0', '1', '', '0', '0', '-1', '0', '0', 'SYNL%qCtvRi%}KfL9e0I)R:r(`

~|~Y#mGmkm*q\'TGp&WW>C_t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7229', '8', '', '0', 'JAXL', 'c20b53bc59cf6a20694fd9e23084620e', '2014-07-30', 'hindlighpequa1986@yahoo.com', '0', '', 'http://www.youtube.com/watch?v=v8V7wx2gaHQ', '', '', '', '2', '0', 'Banned', '0', '1406711992', '0', '1406719217', '1406726398', '1406719215', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-02-1978', '1978-04-02', '-1', '-1', '107.155.80.67', '0', '1', '', '0', '0', '-1', '0', '0', '8,~>%O,(f1q@8O5?$O`=8ocb\"N[>po', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7230', '8', '', '0', 'HRoney', '543584b5e689146524da60ddf9e052af', '2014-07-30', 'huangwanazgtrwgu@yahoo.com', '0', '', 'http://3dprinterdiy.org/xe/?document_srl=124691', '', '', '', '2', '0', 'Banned', '0', '1406712957', '0', '1413983775', '1413998791', '1406725003', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-22-1981', '1981-04-22', '-1', '-1', '185.44.77.28', '0', '1', '', '0', '0', '-1', '0', '0', 'a_bw]?uzsynog_$E\\d>rp%D^BP\"/\"\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '260', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7231', '3', '', '0', 'AQwr', '848511f6e3a46434f27d70dcfc2403c3', '2014-07-30', 'moldycostume30qs976@laposte.net', '0', '', 'http://wiki.lline.net/index.php?title=How-To_Download_Playstation_3_Game_Saves', '', '', '', '2', '0', 'Junior Member', '0', '1406713246', '0', '1413688701', '1413720193', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-14-1982', '1982-02-14', '-1', '-1', '104.140.13.132', '0', '1', '', '0', '0', '-1', '0', '0', 'C:z~ZaZsSpjae|QZxrQk1{08/gpMis', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7240', '2', '', '0', 'GSlemp', '9dea9f536f2fcfbd63411087b1d9f8f3', '2014-07-30', 'marta6csabeiha@yahoo.com', '0', '', 'http://giy.nmdprojects.net/game/groups/microsoft-xbox360-250gb-console-with-kinect-black-friday-and-', '', '', '', '2', '0', 'Junior Member', '0', '1406735640', '0', '1406735640', '1406736220', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-09-1974', '1974-07-09', '-1', '-1', '176.31.203.36', '0', '1', '', '0', '0', '-1', '0', '0', '8{&KE:0r.lFXe-Snb(sskcH0T+OPl9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7232', '2', '', '0', 'SKyr', '6c6222ffa61fc4538c31563d42ff5328', '2014-07-30', 'adelsonav@yahoo.com', '0', '', 'http://wallpaperadvisor.com/profile/hacrookes', '', '', '', '2', '0', 'Junior Member', '0', '1406713907', '0', '1406713907', '1406715037', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1971', '1971-08-21', '-1', '-1', '23.95.89.93', '0', '1', '', '0', '0', '-1', '0', '0', 'Gyh8_9Fp(Dh[mUxFz!=TY`o:?PE[7_P>rBom#DqW(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7249', '8', '', '0', 'T4993', 'a4545fd2afd79463f70abf410d6c5768', '2014-07-31', 'talithawwapplewhite@yahoo.com', '0', '', 'https://Archive.org/details/LiveJasmin-Hack-Updated', '', '', '', '2', '0', 'Banned', '0', '1406787328', '0', '1406787328', '1406788549', '1406788546', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-15-1983', '1983-08-15', '-1', '-1', '23.232.151.7', '0', '1', '', '0', '0', '-1', '0', '0', '4?B!x,03_)[wfbl#.b=k2vjC9[DBWwQWO,+,-IWav', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '193', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7253', '2', '', '0', 'J8436', 'a49562a1f47348fd9aebb714e01c928b', '2014-07-31', 'ximenezcaudry228@yahoo.com', '0', '', 'http://youtu.be/Ev_r3bp9sX4', '', '', '', '2', '0', 'Junior Member', '0', '1406802234', '0', '1406802234', '1406802736', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-26-1975', '1975-05-26', '-1', '-1', '69.12.77.39', '0', '1', '', '0', '0', '-1', '0', '0', 'YBD8F2!w~>v:32WAtQiGMk{_FF;]%L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7254', '3', '', '0', 'FPdk', 'b67efb8946d6696932f11c8bb18d2954', '2014-07-31', 'lasonyaragland@mailcatch.com', '0', '', 'http://nicecityfrance.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1406808697', '0', '1406808697', '1406815955', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-16-1979', '1979-03-16', '-1', '-1', '212.129.43.159', '0', '1', '', '0', '0', '-1', '0', '0', '2e,:9F/N~Jej.}8Y7_gHoAU4K<>.zJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7265', '3', '', '0', 'P42J', '8384086889fd4cd83354242842e3f14e', '2014-07-31', 'adrienemonckton427@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=A4NiEiCwUA0', '', '', '', '2', '0', 'Junior Member', '0', '1406841378', '0', '1406841378', '1406848572', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-01-1974', '1974-08-01', '-1', '-1', '192.3.131.248', '0', '1', '', '0', '0', '-1', '0', '0', '(\"s1FROeb<-)zSz[TUmT1S|d6;F\'YV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7266', '3', '', '0', 'FHicks', 'ae553e39a0bdf7157a3adde1a8855954', '2014-07-31', 'dennyborthwick@mailcatch.com', '0', '', 'https://www.rebelmouse.com/carhireniceairport/', '', '', '', '2', '0', 'Junior Member', '0', '1406841664', '0', '1406841664', '1406848842', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1976', '1976-12-11', '-1', '-1', '212.129.43.159', '0', '1', '', '0', '0', '-1', '0', '0', '>oQOEpv\":n_/N1DF}-[5SZnid.yIP3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7267', '2', '', '0', 'lordbonce772', '8872a8ab9fdd611e678b7c5b5944a2f8', '2014-07-31', 'lordbonce772@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406842072', '0', '1408144983', '1409447678', '1408144643', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.20.173.108', '0', '1', '', '0', '0', '-1', '0', '0', 'f|GmRn?TM*h;M&XDZura]v3t#K5-Y6', '', '0', '82547', '0', '0', '0', '0', '', '0', '0', '', '149', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7268', '3', '', '0', 'Icfakncub', 'b4b9123a78b569f59ba2ae5ddd067187', '2014-07-31', 'nevaduieadkyfds@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406842627', '0', '1406842627', '1406842627', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.85.127.9', '0', '1', '', '0', '0', '-1', '0', '0', 'Xn,Kkv7GXN5VfK0VSaCuiG|y\'%yWpwvAMDRKu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7277', '2', '', '0', 'b00st', '2eb852fbd3ba593e5b33e82590750391', '2014-08-01', 'nirhzgaming@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406870007', '0', '1406870181', '1406879425', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '76.97.74.99', '0', '1', '', '0', '0', '-1', '0', '0', '&:{\'iXv=_(Z6ALJ$i9c^S\';+I`)WK(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7278', '3', '', '0', 'BBHP', '4a08a5a6596b6a0115b8cd16047c915c', '2014-08-01', 'vhlampeyc@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406871702', '0', '1406871702', '1406871702', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.107.156.108', '0', '1', '', '0', '0', '-1', '0', '0', 'nY$-9G74jI^]rU;sks4n&QetvDE;Vd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7279', '2', '', '0', 'D5408', '30bb8173db1b079fa1230e40801bca5e', '2014-08-01', 'dorothea_delgado34@wallpapersaddicts.com', '0', '', 'http://www.247liveshemales.com/live-sex-chats/more-slender-shemales', '', '', '', '2', '0', 'Junior Member', '0', '1406877986', '0', '1406877986', '1406878456', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-05-1979', '1979-09-05', '-1', '-1', '23.95.115.48', '0', '1', '', '0', '0', '-1', '0', '0', 'I{w\\cjl/:A@5OCx3WFbvBl,15mfn\";', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7280', '3', '', '0', 'GLuciano', '216d890c474250c72dbe7fe331ca47e0', '2014-08-01', 'darnellxs@yahoo.com', '0', '', 'http://webhop.se/rops27968', '', '', '', '2', '0', 'Junior Member', '0', '1406882746', '0', '1406882746', '1406882838', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1971', '1971-01-04', '-1', '-1', '167.160.115.226', '0', '1', '', '0', '0', '-1', '0', '0', '-XGW:2Bhmry*E*&Z&ao#9:LwiiAV%Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '147', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7281', '3', '', '0', 'NHickson', '23577d889c46228535a9cdead3a5e77b', '2014-08-01', 'ransomhersh160@yahoo.com', '0', '', 'http://authenticpsychicreadings.org/', '', '', '', '2', '0', 'Junior Member', '0', '1406887193', '0', '1406887193', '1408036251', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1971', '1971-05-20', '-1', '-1', '167.160.127.94', '0', '1', '', '0', '0', '-1', '0', '0', '~(GJN2zg5\';OA5Fsf)u\'Y(1lA2N+Me', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7282', '3', '', '0', 'ITyson', 'f5da0e0ef102985f82ee59075a202aaa', '2014-08-01', 'isidrawainwright@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406887365', '0', '1406887365', '1406887365', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '151.236.18.148', '0', '1', '', '0', '0', '-1', '0', '0', '\\gqwYCk_0K/8`VL#__C\\!*OuR(iv7ng_l=I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7285', '2', '', '0', 'IReade', '0fa2a2199707b72e20a76f6fb164f3a0', '2014-08-01', 'colletteshaw110@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406889448', '0', '1406889448', '1406889448', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.78.220', '0', '1', '', '0', '0', '-1', '0', '0', 'O3UDKGIh}p7}f$urKB!iEN}K?<$PIk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7286', '2', '', '0', 'CLJM', 'a85b39035b09f320eeb1747611bb97b3', '2014-08-01', 'prinhiaprenun1985@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406889452', '0', '1406889452', '1406889452', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.171.232.246', '0', '1', '', '0', '0', '-1', '0', '0', 'Iff2eWIc?LZ2w|2aB`_l~{pOE\\:>[Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7287', '2', '', '0', 'Soepkip', '0165bc1e6dc838a767b8f8507f73ba7b', '2014-08-01', 'soepkip@smoelhouden.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406889518', '0', '1406889518', '1406889785', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.84.122.207', '0', '1', '', '0', '0', '-1', '0', '0', 'Ga<#7gz%+YgBU=wCAQVb3?#0K.J:$h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7288', '2', '', '0', 'DTZKU', '50da3b2048471f29cf93186f5c894ff3', '2014-08-01', 'garrardbracey331@yahoo.com', '0', '', 'http://bestphonepsychic.net/', '', '', '', '2', '0', 'Junior Member', '0', '1406890192', '0', '1406890192', '1408036091', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-27-1985', '1985-04-27', '-1', '-1', '69.12.74.37', '0', '1', '', '0', '0', '-1', '0', '0', 'n6DI+&PZ5M?;F/;\"pdpG(%Ef]b#[op', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7289', '3', '', '0', 'M8124', '93c63dc28eed728bec4fe368ab672b9c', '2014-08-01', 'eulaliaogbrennen@yahoo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406890828', '0', '1406890828', '1406890828', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.203.36', '0', '1', '', '0', '0', '-1', '0', '0', 'h}5Lo~jcM/ViTxe*^40$2N_eY+p`\\X_WhA#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7294', '2', '', '0', 'S0544', 'f503314578c318728fcd9514e663efcc', '2014-08-01', 'hillarymcintyre7453@qemails.org', '0', '', 'http://fr-telechargement.com/dumb-dumber-de-telecharger-le-film-complet-gratuit-hd-qualite-1080p/', '', '', '', '2', '0', 'Junior Member', '0', '1406915146', '0', '1406915146', '1406916033', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1982', '1982-07-17', '-1', '-1', '109.63.109.35', '0', '1', '', '0', '0', '-1', '0', '0', 'cG-d%ND/UP77?BQ*,jLlmlFa7IF-T*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7295', '3', '', '0', 'XxConnzoxX', '326181f26f10fee602fec22098b4f5f2', '2014-08-01', 'crazyconnor1999@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406918822', '0', '1406918822', '1406918822', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.4.13.215', '0', '1', '', '0', '0', '-1', '0', '0', 'JeWhKfhUVzpvyD)+WbVa;a>@x!Xh5m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7296', '2', '', '0', 'Midget77', '89423b9e659064fe52cc65df8bd4edb0', '2014-08-01', 'harrismuppet@supanet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406921266', '0', '1406921266', '1406921405', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '86.161.27.254', '0', '1', '', '0', '0', '-1', '0', '0', 'l|C0KPLUh~<]Rao<#~y#,`\"(L#-rZk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7297', '2', '', '0', 'Wyvern_GPV', 'ab17bef58215dfdae293952fbf5e3c22', '2014-08-01', 'leander550@live.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1406925006', '0', '1406925006', '1406925253', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.61.90.5', '0', '1', '', '0', '0', '-1', '0', '0', '.,K.7rLJ;,/a@gXn6M6ae99Ac7978{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7298', '3', '', '0', 'QBaine', '51ec3b0559e4aee8f2ad923e9f0068f2', '2014-08-01', 'margueritenettleton@mailcatch.com', '0', '', 'http://waldoqfpc.wordpress.com/2014/07/04/why-your-company-requires-internet-search-engine-optimizat', '', '', '', '2', '0', 'Junior Member', '0', '1406925982', '0', '1406933369', '1406940582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-04-1971', '1971-02-04', '-1', '-1', '155.94.140.67', '0', '1', '', '0', '0', '-1', '0', '0', '\\RnBq^cF[P+HIKY2\\x/~U~Rb6H]0?~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7299', '3', '', '0', 'KLqk', '9b368b1838883846568a278c78ee1a20', '2014-08-01', 'mackanderson@mailcatch.com', '0', '', 'http://fosteryknn.wordpress.com/2014/07/04/why-your-enterprise-needs-internet-search-engine-optimiza', '', '', '', '2', '0', 'Junior Member', '0', '1406926213', '0', '1406926213', '1406933427', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-15-1984', '1984-03-15', '-1', '-1', '155.94.140.67', '0', '1', '', '0', '0', '-1', '0', '0', '()(-KgW7qzFS+-+[FV2/C2-{=qB*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7309', '3', '', '0', 'R8427', 'cdeab0a9a012e22b03c777ae6620daf5', '2014-08-03', 'caraliddell8648@mailcatch.com', '0', '', 'http://www.linkedin.com/pub/kathleen-oravec/11/2a6/96a', '', '', '', '2', '0', 'Junior Member', '0', '1407036800', '0', '1407044029', '1407051245', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-04-1981', '1981-08-04', '-1', '-1', '104.37.56.19', '0', '1', '', '0', '0', '-1', '0', '0', '24:K4&x/XJi7gzv8][Yp-$Pey#gV1j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7310', '3', '', '0', 'MNRXX', '1e4ce421205e15ffaad9079f17825e84', '2014-08-03', 'carmellachristie1094@mailcatch.com', '0', '', 'http://www.wnem.com/story/25806190/kathleen-oravec-offers-effective-family-and-marriage-counseling-s', '', '', '', '2', '0', 'Junior Member', '0', '1407045011', '0', '1407045011', '1407052292', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-19-1979', '1979-07-19', '-1', '-1', '209.161.99.63', '0', '1', '', '0', '0', '-1', '0', '0', 't/r-,+tiK\'yZ\\D}?yRaph~:\\\"._u\"r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7311', '3', '', '0', 'PMHI', 'adacf605ce22d58938167a0f4e649cb7', '2014-08-03', 'danielleeskridge8525@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407050534', '0', '1407050534', '1407050534', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.99.63', '0', '1', '', '0', '0', '-1', '0', '0', '/t3PKeZJr;]o`C`H[56Yj\\):[\'XO*U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7312', '3', '', '0', 'C0393', 'fff5f0284318672562140d6812d55788', '2014-08-03', 'cathleenleeds@mailcatch.com', '0', '', 'http://www.linkedin.com/pub/kathleen-oravec/11/2a6/96a', '', '', '', '2', '0', 'Junior Member', '0', '1407053636', '0', '1407061011', '1407080040', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1976', '1976-06-27', '-1', '-1', '216.231.133.151', '0', '1', '', '0', '0', '-1', '0', '0', 'Z_PuK^7tf^pKTCQBMxZh5sXddws@HQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7313', '3', '', '0', 'F32E', 'c52ce881702897a45339d6a37aec6ebd', '2014-08-03', 'christopherwitmer4294@mailcatch.com', '0', '', 'https://www.facebook.com/pages/Kathleen-Oravec-LMFT/368398496636125', '', '', '', '2', '0', 'Junior Member', '0', '1407060490', '0', '1407060490', '1407080071', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1970', '1970-01-21', '-1', '-1', '23.95.22.57', '0', '1', '', '0', '0', '-1', '0', '0', 'Kp:]2Picy\\CKqCnlsi|Jd#W`)y*dnA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7314', '3', '', '0', 'EGXVZ', 'ac4dfaf49466ea8332c43893c7028feb', '2014-08-03', 'rosauragiroux9812@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=58vOkoKFVpU', '', '', '', '2', '0', 'Junior Member', '0', '1407069051', '0', '1407076286', '1407083499', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-23-1974', '1974-08-23', '-1', '-1', '155.94.140.71', '0', '1', '', '0', '0', '-1', '0', '0', 'VkDr:`LGxXy_d]vD(Bj}LCmL^-,@b+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7315', '3', '', '0', 'TNnu', '2bfe212c4842a7303b5511ba16b36c17', '2014-08-03', 'cyrilstarks@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=58vOkoKFVpU', '', '', '', '2', '0', 'Junior Member', '0', '1407078148', '0', '1407085354', '1407092781', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-13-1972', '1972-12-13', '-1', '-1', '155.94.140.71', '0', '1', '', '0', '0', '-1', '0', '0', '+vVsu\\MRc$}EGHMW`,]K\\cdh]w!M2G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7316', '3', '', '0', 'J2428', '13664cd57fd8dad376a6f5ed7cf5711a', '2014-08-03', 'keeshanewport@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=58vOkoKFVpU', '', '', '', '2', '0', 'Junior Member', '0', '1407079419', '0', '1407086739', '1407093935', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-07-1975', '1975-01-07', '-1', '-1', '155.94.140.225', '0', '1', '', '0', '0', '-1', '0', '0', '&dNPWunmckj/;m.~6FY%#\"Uk%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7319', '3', '', '0', 'MESZ', '053ae1d736b63d5634cd31fb370d18fa', '2014-08-04', 'kailions8150@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=aVWzBQRZ_1Q', '', '', '', '2', '0', 'Junior Member', '0', '1407144174', '0', '1407144174', '1407151449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1984', '1984-02-20', '-1', '-1', '192.3.131.246', '0', '1', '', '0', '0', '-1', '0', '0', 'gFxy[4!b:>/8i(.Te;.+n]]Su}2dB+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7320', '2', '', '0', 'LLMJ', '950ccfd849706acad7f46078c7b9ff66', '2014-08-04', 'idintorgi2462@inbox.lv', '0', '', 'https://docs.google.com/document/d/1QOzwbeabeOXiGxYaues1k811rFLhoMtLJnKzh1ns4Uc/edit', '', '', '', '2', '0', 'Junior Member', '0', '1407146591', '0', '1407146591', '1407147186', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-07-1975', '1975-10-07', '-1', '-1', '91.207.61.12', '0', '1', '', '0', '0', '-1', '0', '0', '3kOKN!~kgn-4EzJqE$^Dc5r/PL=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7327', '3', '', '0', 'O8503', '2ec2f159ab4c5c6960b2c429253a3ec4', '2014-08-04', 'antoinettepackard1091@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407178522', '0', '1407178522', '1407185769', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.140.71', '0', '1', '', '0', '0', '-1', '0', '0', 'g!,Zw#3Ks0(7H3|yx#fo^=t`I_s5E$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7328', '2', '', '0', 'EnchaJini', '0d5cf0b5c076681948200672dc243bcc', '2014-08-04', 'enchajini@hotmail.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407181800', '-1', '1407181846', '1407181800', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '', '0', '0', '', '0', '0', '-1', '0', '0', '2xr$R*+P!v@G:n/b=__^\"3Sk_vAB8j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7329', '3', '', '0', 'PI40', 'cb91d08ea03a5e3e394ec78cb79cdac7', '2014-08-04', 'shastabeaurepaire@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=1Jtayctg09I', '', '', '', '2', '0', 'Junior Member', '0', '1407185351', '0', '1407192560', '1407199771', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1975', '1975-06-07', '-1', '-1', '104.128.93.87', '0', '1', '', '0', '0', '-1', '0', '0', 'M8lf#kgMNY.?z][~_Cp@,ktR$t#tK[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7330', '2', '', '0', 'JBlaxland', '0a5adc919e72c85710c5df9b5eaf0d44', '2014-08-04', 'samatialy2136@inbox.lv', '0', '', 'https://docs.google.com/document/d/1b7IEdhUjGP3v40mD9U-rSK_E_U5Z-1djrwAr0NjLapQ/edit', '', '', '', '2', '0', 'Junior Member', '0', '1407190917', '0', '1407190917', '1407191437', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-05-1978', '1978-02-05', '-1', '-1', '194.58.38.113', '0', '1', '', '0', '0', '-1', '0', '0', 'c%J,^Oi#l,:OPHrRBYksO%!58TsEe1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7331', '3', '', '0', 'EBenoit', '3e6f2c08d54e8c78e5842d58f4df0424', '2014-08-05', 'carolynstill@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=1Jtayctg09I', '', '', '', '2', '0', 'Junior Member', '0', '1407200828', '0', '1407208039', '1407215239', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-09-1980', '1980-10-09', '-1', '-1', '104.128.92.17', '0', '1', '', '0', '0', '-1', '0', '0', 'R$qxa[qA\'zwb2S.\"j*OmA`xwq\\yg?#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7332', '3', '', '0', 'JYCBZ', '1fbd927e360ebaa935d0610f906d9ba2', '2014-08-05', 'ilseliardet6517@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=1Jtayctg09I', '', '', '', '2', '0', 'Junior Member', '0', '1407200884', '0', '1407208094', '1407215299', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-24-1976', '1976-01-24', '-1', '-1', '104.128.92.17', '0', '1', '', '0', '0', '-1', '0', '0', '_uzS+*|1C4{i~HSez|dZ-^&?R^nMa]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7335', '3', '', '0', 'hilux', 'a3880f8d534c4f9b2b688303d294469b', '2014-08-05', 'hilux3631@fsmail.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407238421', '0', '1407238421', '1407239010', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '88.144.125.201', '0', '1', '', '0', '0', '-1', '0', '0', ':.M${klW\\UcB8&R>aX0:H51>AwosU}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7336', '3', '', '0', 'ET89', 'ab2f5317498db8e1f6bf7a90e9e0ba49', '2014-08-05', 'okttq@evteco.info', '0', '', 'http://www.googletest.com', '', '', '', '2', '0', 'Junior Member', '0', '1407247776', '0', '1407247776', '1407249751', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-02-1972', '1972-01-02', '-1', '-1', '23.95.6.27', '0', '1', '', '0', '0', '-1', '0', '0', '&sg*d4,uGs<,Ubm?oZZ:eRA~?i1mrb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7337', '3', '', '0', 'HGGP', '6c86c713ae9cadb68908a9368200074c', '2014-08-05', 'valariegleadow@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=tWpK6QKPY8o', '', '', '', '2', '0', 'Junior Member', '0', '1407266981', '0', '1407275862', '1407283109', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-06-1983', '1983-10-06', '-1', '-1', '104.128.23.124', '0', '1', '', '0', '0', '-1', '0', '0', 'r$PN~LpG=6#UeW:o@KFaoK@uD\">MkV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1016', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7338', '2', '', '0', 'Kittentakara', '6e992ea891a16010dccd077e847718f0', '2014-08-06', 'takaralolita@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407290192', '0', '1407290192', '1407290474', '1407290471', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.54.225.103', '0', '1', '', '0', '0', '-1', '0', '0', 'yqg9}d6gMXyi~@u9R%|pp3-U?]tbn|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7339', '3', '', '0', 'RRFBC', '84f686fedf13d756309e72da3dc6349d', '2014-08-06', 'donlostremin+617861137@gmail.com', '0', '', 'http://www.reddit.com/r/clashofclanstool/comments/2a5amh/clash_of_clans_hack_and_cheats_tool/', '', '', '', '2', '0', 'Junior Member', '0', '1407315926', '0', '1407315926', '1407319006', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-02-1981', '1981-09-02', '-1', '-1', '198.50.26.152', '0', '1', '', '0', '0', '-1', '0', '0', ':-b\\*#v_Xe_bK20)aF<2;4Od29Ccnk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7340', '3', '', '0', 'KFKWC', 'e0b4f4a0480eaaa79c45c83caf4a8ae7', '2014-08-06', 'arianneskeen@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=2xnc-IHKwrQ', '', '', '', '2', '0', 'Junior Member', '0', '1407319674', '0', '1407327155', '1407334352', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-02-1981', '1981-11-02', '-1', '-1', '155.94.141.35', '0', '1', '', '0', '0', '-1', '0', '0', '+h0((w*#|LDuHrGinu/^^H-<,duK|<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7341', '3', '', '0', 'KUrquhart', 'e3afb2e08219c5f70be4a769c486d149', '2014-08-06', 'lomurray949@outlook.com', '0', '', 'http://s-wift.co/canyoudonateacarwithoutatitle17603', '', '', '', '2', '0', 'Junior Member', '0', '1407347513', '0', '1407347513', '1407354775', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-25-1976', '1976-04-25', '-1', '-1', '198.50.186.142', '0', '1', '', '0', '0', '-1', '0', '0', 's$,~tiv\\S}.c2gZ#,A8l\"LELsK[FJo?\\SQXw#A#w2E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7377', '3', '', '0', 'SHYW', '889c55f037c9867dbbbcf31f93fc99a3', '2014-08-08', 'dorothyher@mailcatch.com', '0', '', 'http://blogspot.co.uk/', '', '', '', '2', '0', 'Junior Member', '0', '1407524361', '0', '1407531650', '1407538863', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1971', '1971-07-03', '-1', '-1', '155.94.208.134', '0', '1', '', '0', '0', '-1', '0', '0', 'Nn|&@MG2ucQeDrf\\rvZE\\?W5z1Te>Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7343', '3', '', '0', 'O9931', 'a294a3f98ba850694d9a295f77a53a14', '2014-08-06', 'norbertowunderlich@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407353834', '0', '1407353834', '1407353834', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.214.187', '0', '1', '', '0', '0', '-1', '0', '0', 'k``!L\"tX!H\"[2xJ+Xnpk@WPkyytCP-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7344', '3', '', '0', 'BMTH', '974ea784526460aa940e290c50bd3cab', '2014-08-06', 'chanellswvaybm@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407353845', '0', '1407353845', '1407353845', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.211.81', '0', '1', '', '0', '0', '-1', '0', '0', 'Y]V23h7ts\\WVK9CQO=Fl2!.J?jcRZ%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7345', '3', '', '0', 'HMcGarvie', 'b6396fd1ec85c17f57f15faac8b7044a', '2014-08-06', 'octaviagaskin@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407353925', '0', '1407353925', '1407353925', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.214.187', '0', '1', '', '0', '0', '-1', '0', '0', '#exs_Th4BV3:z!$-/Dn)^Lwzp%5g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7348', '3', '', '0', 'LKps', '4bc00149779bc33e23aa1364906905d9', '2014-08-06', 'halleymcbrayer@mailcatch.com', '0', '', 'http://www.sexcams.pippepay.com', '', '', '', '2', '0', 'Junior Member', '0', '1407362334', '0', '1407366095', '1407367901', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-10-1982', '1982-02-10', '-1', '-1', '172.245.3.184', '0', '1', '', '0', '0', '-1', '0', '0', 'mJ,fY?of_R0cYQ``[\"`~?X<4P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7357', '3', '', '0', 'EFht', '832d6449488ae80d7dd60a9c6ef35ee1', '2014-08-07', 'elias-romeo27@theparryscope.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407408970', '0', '1407408970', '1407408970', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.240.6', '0', '1', '', '0', '0', '-1', '0', '0', '-.ATUs;&6Avcq^H|gp)SgReT:bO3x.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7358', '2', '', '0', 'PearlUXC', 'aecbf259623b2df4f98a53a8e9b69f82', '2014-08-07', 'bigwore@thai-seomarketing.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407410390', '0', '1407410390', '1407410485', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '223.205.248.191', '0', '1', '', '0', '0', '-1', '0', '0', '$ljbGcX)HL:T8D`1qB~xpE.Z>(N\'XE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7359', '3', '', '0', 'IThielen', '67b7a12417efaa245db195c6d28ca943', '2014-08-07', 'iketi-thielen@youtubegrabber.info', '0', '', 'http://Psn-Codes-Gen.Blogspot.com/p/download.html', '', '', '', '2', '0', 'Junior Member', '0', '1407413779', '0', '1407413779', '1407431081', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-02-1974', '1974-03-02', '-1', '-1', '192.99.115.115', '0', '1', '', '0', '0', '-1', '0', '0', 'FF0D$OfF/lTi\\{P|8;k8H\'$7#zQVD+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7360', '3', '', '0', 'LUWYB', '77672901efe71477e8da21432ce1715a', '2014-08-07', 'lamar.kippax@ff.elephantdac.cl', '0', '', 'http://www.youtube.com/watch?v=EVHkUYVBpJE', '', '', '', '2', '0', 'Junior Member', '0', '1407417218', '0', '1407424394', '1407431600', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1985', '1985-05-13', '-1', '-1', '104.140.45.22', '0', '1', '', '0', '0', '-1', '0', '0', '\\7\"^y7Fa4$#JRUhEw\'gD`0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7363', '3', '', '0', 'DVQN', '7be734e5bd285510692871ecf255585a', '2014-08-07', 'dakota.cunningham93@ff.elephantdac.cl', '0', '', 'http://www.youtube.com/watch?v=EVHkUYVBpJE', '', '', '', '2', '0', 'Junior Member', '0', '1407424591', '0', '1407431786', '1407438972', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-04-1978', '1978-12-04', '-1', '-1', '104.140.45.22', '0', '1', '', '0', '0', '-1', '0', '0', 'P5P4.7xqkjV`/1W`i\\,yfx}\\\"s|4,;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7364', '2', '', '0', 'Monkey', '5b6b1ed2ee013ec25b8d01b4190a2d5e', '2014-08-07', 'matthewcrowther@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407425340', '-1', '1414151301', '1414431956', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '', '0', '0', '', '0', '0', '-1', '2', '0', 'BzamKi5c{j\"P3_u&0K?{)GVy*/YD/T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7365', '3', '', '0', 'DNJT', 'f5d8eabc22ceb99406d818a2a4dcd0a5', '2014-08-08', 'shi2rleenloman8908@mailcatch.com', '0', '', 'https://archive.org/details/FreeCarfaxAlternatives', '', '', '', '2', '0', 'Junior Member', '0', '1407466246', '0', '1407466246', '1407468367', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-27-1976', '1976-08-27', '-1', '-1', '208.123.223.200', '0', '1', '', '0', '0', '-1', '0', '0', '73Y>Gqm2|6[ks!q[|:3_JC2vR(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7366', '3', '', '0', 'ATOTC', '9106d171cdb53f326d3d2714f39fbedf', '2014-08-08', 'juliu3stheodor@mailcatch.com', '0', '', 'https://archive.org/details/FreeCarfaxAlternatives', '', '', '', '2', '0', 'Junior Member', '0', '1407466638', '0', '1407466638', '1407468726', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-08-1980', '1980-03-08', '-1', '-1', '208.123.223.200', '0', '1', '', '0', '0', '-1', '0', '0', '5LI~r)hT9|8l6<$of:{d:`7TI7I81g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7367', '3', '', '0', 'LTWGR', 'f4b93bd08fbec7bce09e3a8c82abaafe', '2014-08-08', 'm4erricram6411@mailcatch.com', '0', '', 'https://sites.google.com/site/howtotrackaphonenumber/', '', '', '', '2', '0', 'Junior Member', '0', '1407467634', '0', '1407467634', '1407470107', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-16-1979', '1979-05-16', '-1', '-1', '208.123.223.200', '0', '1', '', '0', '0', '-1', '0', '0', 'UJka1<0$wD3hQV/fjeuc\\9KNB?Z/~X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7368', '3', '', '0', 'TGarsia', 'be12d9c4a3bfe9453f3414b6def76590', '2014-08-08', 'rhod3ashowalter@mailcatch.com', '0', '', 'https://sites.google.com/site/howtotrackaphonenumber/', '', '', '', '2', '0', 'Junior Member', '0', '1407473744', '0', '1407473744', '1407475806', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-22-1975', '1975-05-22', '-1', '-1', '208.123.223.200', '0', '1', '', '0', '0', '-1', '0', '0', 'R)O}<1Yt6S1u?^DHH!aJ.{\'R(F}394', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7369', '3', '', '0', 'AHKA', 'bf3a6a654188305cb33632ace93b5f41', '2014-08-08', 'adorableoomph37em@veryclever.co.uk', '0', '', 'http://www.usenetkostenlos.com/', '', '', '', '2', '0', 'Junior Member', '0', '1407474593', '0', '1407474593', '1407477522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-13-1976', '1976-10-13', '-1', '-1', '190.233.198.239', '0', '1', '', '0', '0', '-1', '0', '0', '|VEVa#AiT8rXq{ia0]4z_6EqS0j7OA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7370', '3', '', '0', 'RBlum', '576fbb340d5932ee9f6bbc11f5977364', '2014-08-08', 'an1drewkeiser@mailcatch.com', '0', '', 'http://ictf2011.info/a-search-for-the-best-shoes-for-plantar-fasciitis/', '', '', '', '2', '0', 'Junior Member', '0', '1407476135', '0', '1407476135', '1407478207', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-12-1983', '1983-03-12', '-1', '-1', '208.123.223.200', '0', '1', '', '0', '0', '-1', '0', '0', 'JNgdd\'GLomUsa`#C||ZxL+-Bc;vJe~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7371', '3', '', '0', 'EKRM', 'e02e3db54138d4328be62d42c87420e4', '2014-08-08', 'lilli2eadamson@mailcatch.com', '0', '', 'http://www.examinedlifejournal.com/how-shoes-play-a-vital-role-in-treating-plantar-fasciitis/', '', '', '', '2', '0', 'Junior Member', '0', '1407480729', '0', '1407480729', '1407483306', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-25-1982', '1982-12-25', '-1', '-1', '208.123.223.200', '0', '1', '', '0', '0', '-1', '0', '0', '6^n2;c)JAz\\8=zSaY55-U\\eNoVS\'L,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7372', '3', '', '0', 'XGHP', '2ace730c084ada23ef031775cd1f24fe', '2014-08-08', 'jac3quettaburne2054@mailcatch.com', '0', '', 'http://www.margaretdiubaldo.com/tips-to-choose-the-best-shoes-for-plantar-fasciitis/', '', '', '', '2', '0', 'Junior Member', '0', '1407481364', '0', '1407481364', '1407483606', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-12-1981', '1981-02-12', '-1', '-1', '208.123.223.200', '0', '1', '', '0', '0', '-1', '0', '0', 'mNOiFo6t\'Wu$O\\xa7E24;59b@`3x0d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7373', '3', '', '0', 'RW32', 'da8fc578f370d4be97754ba97c9e0403', '2014-08-08', 'codyferrari@mailcatch.com', '0', '', 'http://blogspot.co.uk/', '', '', '', '2', '0', 'Junior Member', '0', '1407504909', '0', '1407512144', '1407519359', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-04-1982', '1982-06-04', '-1', '-1', '155.94.141.157', '0', '1', '', '0', '0', '-1', '0', '0', '?R`.h4oa691GgT[6^J]Cx_=-/~4c^=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7374', '3', '', '0', 'GWisewoul', 'dbe598cdea4841424338e195995ad033', '2014-08-08', 'lenoresorensen@mailcatch.com', '0', '', 'http://www.angieslist.com/companylist/us/in/indianapolis/crawlspace-doctor-reviews-369938.htm', '', '', '', '2', '0', 'Junior Member', '0', '1407512828', '0', '1407512828', '1407522159', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-29-1975', '1975-04-29', '-1', '-1', '192.230.49.123', '0', '1', '', '0', '0', '-1', '0', '0', 'f_^_;8P[C#{(\\J4oGt{|[mf4S{WTR`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7375', '3', '', '0', 'DEUI', '182a4877d98494f36d750e81e6b511f2', '2014-08-08', 'abbieneubauer7595@mailcatch.com', '0', '', 'http://blogspot.co.uk/', '', '', '', '2', '0', 'Junior Member', '0', '1407518454', '0', '1407518454', '1407525620', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-15-1976', '1976-10-15', '-1', '-1', '192.200.31.16', '0', '1', '', '0', '0', '-1', '0', '0', '58l+di=%\']*{5hRQ65p9t_Oop5.;Jmu~Y*WH#c\'T&@rEI[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7392', '3', '', '0', 'Z2882', '43320506fa52236037da4ca1eb2964bc', '2014-08-09', 'eugenevrrdayo@outlook.com', '0', '', 'https://www.youtube.com/watch?v=HYOc1Y6T_TU', '', '', '', '2', '0', 'Junior Member', '0', '1407578063', '0', '1407585279', '1407592470', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-06-1976', '1976-04-06', '-1', '-1', '23.95.115.26', '0', '1', '', '0', '0', '-1', '0', '0', '|w.mfRq`GI?\\}4PSu{[4DOs7#wG./k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '184', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7393', '2', '', '0', 'kopite73', 'd13931a8576dca62f4d6d4aef5f55811', '2014-08-09', 'la_joycey@btinternet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407592497', '0', '1407668920', '1408556665', '1408556406', '3', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '109.147.221.189', '0', '1', '', '0', '0', '-1', '0', '0', 'PdMPy`^Rv_S|nU8r?(>~?0hGl.K3i&0UlB4}pKuG6^=[0:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7395', '3', '', '0', 'FCIMS', '01320ec293bc14c14830fb3443c3af19', '2014-08-09', 'adelinemccafferty571@spambog.com', '0', '', 'http://bestmeladermcreamreviews.com/', '', '', '', '2', '0', 'Junior Member', '0', '1407604634', '0', '1407604634', '1407607027', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1973', '1973-09-19', '-1', '-1', '5.157.49.156', '0', '1', '', '0', '0', '-1', '0', '0', 'K+i48*F`|\\~h(0VJR?9ck_(Z\\-q,s?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7396', '2', '', '0', 'CTOG', '269c00b0d37d25701819c4275867375c', '2014-08-09', 'faq@diypillow.com', '0', '', 'http://diypillow.com', '', '', '', '2', '0', 'Junior Member', '0', '1407605334', '0', '1407605334', '1407617455', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-11-1970', '1970-07-11', '-1', '-1', '194.29.185.83', '0', '1', '', '0', '0', '-1', '0', '0', '\\)b#kkdzajJU3!0}kxzmJLKlc%-)x/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7397', '3', '', '0', 'KEHL', '12b8b0b233831d19c0e5cae22fa49076', '2014-08-09', 'nadinespearman1330@mailcatch.com', '0', '', 'http://dofushacks2014.blogspot.co.il/', '', '', '', '2', '0', 'Junior Member', '0', '1407613715', '0', '1407613715', '1407625929', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1980', '1980-06-23', '-1', '-1', '104.143.16.144', '0', '1', '', '0', '0', '-1', '0', '0', '^3FX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7398', '3', '', '0', 'UJXC', '804b3207dea06e19308d510b92131e85', '2014-08-09', 'hudsonvalle3837@trash-mail.com', '0', '', 'http://chaturbate-discount.mydownloads4free.com', '', '', '', '2', '0', 'Junior Member', '0', '1407615241', '0', '1407617693', '1407619706', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1977', '1977-07-15', '-1', '-1', '69.50.201.111', '0', '1', '', '0', '0', '-1', '0', '0', 'XlTtw4ZP?g$}^jqji)Le}W~TgcO\\B]Tx?c^!GSC9`f=tt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7404', '3', '', '0', 'DGUM', 'abe8d112bd8ee2c8a21ab473f048b894', '2014-08-10', 'gidgetwelsh6642@mailcatch.com', '0', '', 'http://hojuhanjin.com.au/?document_srl=53138', '', '', '', '2', '0', 'Junior Member', '0', '1407630786', '0', '1407630786', '1407633720', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-30-1979', '1979-12-30', '-1', '-1', '23.232.143.4', '0', '1', '', '0', '0', '-1', '0', '0', ';,9xwm%bqZrfSq0@Wd+Vs|.kuh/.\'[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7405', '2', '', '0', 'NSolberg', '1a8b925f5ce2305d67abd335e8b548e6', '2014-08-10', 'absorbingyokel3zo@freemail.hu', '0', '', 'http://www.vendeloaki.com/ads/knowing-medical-insurance-is-a-straightforward-as-using-this-assistanc', '', '', '', '2', '0', 'Junior Member', '0', '1407630922', '0', '1407630922', '1407632729', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-30-1971', '1971-11-30', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'RHA\\3@$06*|Tgx#\\%%;asDYol_56_U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7406', '2', '', '0', 'SChave', '9326b8623228a91c531855aeff989360', '2014-08-10', 'nondescriptking95@mail.bg', '0', '', 'http://hemanjosko.in/groups/guard-on-your-own-with-health-care-insurance/', '', '', '', '2', '0', 'Junior Member', '0', '1407637218', '0', '1407637218', '1407639182', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-11-1978', '1978-10-11', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', '\"OUxM**(ExY|8\\:Norh/Li_F,[jtQN3a*rY`h;]UOiYX/f.53M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7410', '2', '', '0', 'IUMR', '7a133f63cafcb2bed9891447006e9f39', '2014-08-10', 'ambiguousepic55z@freemail.hu', '0', '', 'http://adsandauctions.com/item.php?id=3203782&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1407648415', '0', '1407648415', '1407650173', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-11-1982', '1982-01-11', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'x+z3[I^Fu>:k\\]J[(vGHI$xjV\'s:*7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7408', '3', '', '0', 'GYyl', 'd618a36015ecf173c88063a566e54fe2', '2014-08-10', 'jaimiehake8385@mailcatch.com', '0', '', 'http://www.journalhome.com/luisachowchow272', '', '', '', '2', '0', 'Junior Member', '0', '1407643863', '0', '1407653316', '1407661425', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-19-1980', '1980-06-19', '-1', '-1', '216.107.157.5', '0', '1', '', '0', '0', '-1', '0', '0', 'Zp>#v*^vie+6N8<)rf;.JR7hR\\|:D-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7409', '3', '', '0', 'TKindel', 'b6ca8a8b7193d959553814156eb7d86c', '2014-08-10', 'austindebavay@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=2xnc-IHKwrQ', '', '', '', '2', '0', 'Junior Member', '0', '1407643897', '0', '1407651191', '1407658485', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1980', '1980-07-15', '-1', '-1', '155.94.141.228', '0', '1', '', '0', '0', '-1', '0', '0', '>y6kJMHaBJ\"1*aAFMg=LO+_<^B&MSE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7411', '2', '', '0', 'EEkz', 'fbacd49f7aa6168428e825815ad4bba9', '2014-08-10', 'scarceinsanity3o@freemail.hu', '0', '', 'https://vdn.rius.com.au/node/78190', '', '', '', '2', '0', 'Junior Member', '0', '1407650963', '0', '1407650963', '1407652756', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-13-1981', '1981-03-13', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'cN.1DAz+gezPb(:/<[/pf_??7!O#)q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7412', '3', '', '0', 'XRfz', 'eb1660124915b81b503a1955d45b6cb2', '2014-08-10', 'garrygwinn7841@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=2xnc-IHKwrQ', '', '', '', '2', '0', 'Junior Member', '0', '1407651414', '0', '1407658668', '1407665904', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-19-1971', '1971-08-19', '-1', '-1', '155.94.141.77', '0', '1', '', '0', '0', '-1', '0', '0', '&3iU}^{`DR:u[\\,RM3jH]I?uxA^&2j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7413', '3', '', '0', 'IAlger', '4914367b42b0ed046bb6562187a26e07', '2014-08-10', 'victormyer6898@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=2xnc-IHKwrQ', '', '', '', '2', '0', 'Junior Member', '0', '1407651566', '0', '1407658906', '1407666278', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-09-1981', '1981-06-09', '-1', '-1', '155.94.141.77', '0', '1', '', '0', '0', '-1', '0', '0', 'nDGA$mKO#|wFz:#f-T\"rTf]k~>}[lg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7414', '2', '', '0', 'BX64', 'c3f8c3f1ef7b5cee3d8b517f22fee898', '2014-08-10', 'hungrykit235u3m@freemail.hu', '0', '', 'http://www.ebay4arb.com/item.php?id=17279&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1407655264', '0', '1407655264', '1407657078', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-14-1981', '1981-11-14', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', '%\'39Va\'w1z4:Ufi(tjFP/;3*s_x0jGt]\\v\"%{w6gu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7419', '2', '', '0', 'KQOO', 'eff0c2c9b4684298806061fe4855bd0b', '2014-08-10', 'racialknoll20u2z@freemail.hu', '0', '', 'http://sushimk.com/xe/?document_srl=1014633', '', '', '', '2', '0', 'Junior Member', '0', '1407660762', '0', '1407660762', '1407662549', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1973', '1973-12-27', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'GB$P\"=F\"*iQgufi6?,3>`+L^x3t3qGLG_xc6`c~iT:$\"=-r\'5Du', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7425', '3', '', '0', 'WNdz', 'ac63bdd8a4654c43f153cda1f8c841c2', '2014-08-10', 'milagrosprescott@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407664788', '0', '1407664788', '1407664788', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.180.250', '0', '1', '', '0', '0', '-1', '0', '0', '0HP(plJh!0B`c3c&L~G,O\'}u)Jq`*l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7426', '2', '', '0', 'JI33', '78c977c8a720f9953e861160dd416c33', '2014-08-10', 'abashedimbecile9@mail.bg', '0', '', 'http://www.fit2dmax.com/fitcommunity/groups/get-free-from-the-dark-with-regards-to-health-care-insur', '', '', '', '2', '0', 'Junior Member', '0', '1407665640', '0', '1407665640', '1407667550', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1985', '1985-12-15', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'TV*YQ@U>KR]\\*JO&A/cC[/[*=ILEny', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7427', '2', '', '0', 'JRXBD', '6ef183e7e6b35607f57e05801a000864', '2014-08-10', 'jollyquagmire5246@mail.bg', '0', '', 'http://hemanjosko.in/groups/follow-these-suggestions-to-make-sure-you-are-getting-the-most-out-of-yo', '', '', '', '2', '0', 'Junior Member', '0', '1407666026', '0', '1407666026', '1407667849', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-18-1979', '1979-07-18', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', '?_$>FS{@2>kH?th\\,([G|Sue_B@oT>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7428', '2', '', '0', 'NMeans', 'c3e691c090ed6932bd1f1de809a3181a', '2014-08-10', 'joblessjoker756@mail.bg', '0', '', 'http://pixeldiamond.net/groups/obtaining-the-most-from-your-health-insurance-plan/', '', '', '', '2', '0', 'Junior Member', '0', '1407667197', '0', '1407667197', '1407668963', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-13-1974', '1974-04-13', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'ZkMHcxu$l(2@_2;|H0Swh43zv%unqV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7429', '2', '', '0', 'E12R', 'cde73fb299ce4e87e9ed427b2915e3da', '2014-08-10', 'leandisaster8911@mail.bg', '0', '', 'http://pomocholandia.nl/mojaaukcja/item.php?id=4775&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1407667495', '0', '1407667495', '1407669291', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-25-1982', '1982-09-25', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', '/:{$xK!:]g:vo#Q{Sp=Lktn.|Ydd6\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7430', '2', '', '0', 'EQCAI', '8d3598f6c20dd4cffcba2dc007b093ce', '2014-08-10', 'unarmedbliss51d@freemail.hu', '0', '', 'http://divorceassetauction.com/item.php?id=10858&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1407669370', '0', '1407669370', '1407671168', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-25-1974', '1974-03-25', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'oT{;qUv!rE\"S?6SeGx&#[vr)$)5.dw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7431', '2', '', '0', 'LZUHB', 'b88a65cbb5bdf3ed694f7aafb6762780', '2014-08-10', 'obedientmold9428@mail.bg', '0', '', 'http://craftycloud.co.uk/item.php?id=8108&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1407669480', '0', '1407669480', '1407671257', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-27-1974', '1974-10-27', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'aO!QlMx\'Et*]y\'p_z*4uF3:)7-f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7435', '3', '', '0', 'AUrner', 'ca0a641da969cd78cd85123fb7e33137', '2014-08-10', 'edmundomccord3487@brennendesreich.de', '0', '', 'http://www.blackplanet.com/liliapoodle11', '', '', '', '2', '0', 'Junior Member', '0', '1407675717', '0', '1407684365', '1407691911', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-14-1972', '1972-11-14', '-1', '-1', '216.107.157.5', '0', '1', '', '0', '0', '-1', '0', '0', 'Vb=0We<&qUd}&$#$d%2asETSDV&N_`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '159', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7436', '2', '', '0', 'R2773', 'd40c4afbdb4fcdb7022a0e161d3ee3be', '2014-08-10', 'usedbirthmark6558@mail.bg', '0', '', 'https://scicompforge.org/tracker/scicompforge/ticket/6996', '', '', '', '2', '0', 'Junior Member', '0', '1407676560', '0', '1407676560', '1407678311', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1980', '1980-03-28', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', '?Z8x=-M}^CqrOWVT}_NZWJFl/[g7]I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7437', '2', '', '0', 'PDGX', '7f798a2fab460b724ecbf1b63b7b9050', '2014-08-10', 'unadvisedlap48urbdz@freemail.hu', '0', '', 'http://gscommonsensedefense.com/contemplating-health-insurance-look-assistance-initial/', '', '', '', '2', '0', 'Junior Member', '0', '1407676754', '0', '1407676754', '1407678563', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-22-1975', '1975-11-22', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', '`_?&.mk}@i`w\\#R20G+@&=S>vUOIBX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7438', '2', '', '0', 'FRCS', '1427b87ab306bc8d631a431c9833d885', '2014-08-10', 'meekauger3035@mail.bg', '0', '', 'http://rarefishingbooks.co.uk/ads/prevent-future-difficulties-following-these-pointers-when-looking-', '', '', '', '2', '0', 'Junior Member', '0', '1407677086', '0', '1407677086', '1407678869', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-20-1977', '1977-07-20', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', '0\"F%EKbKH|SxIjo\"CltO)a1ru56a2%1):GiU8/!+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7442', '2', '', '0', 'BMEJ', '81806e0cc5f634b0803b4847e1d5551f', '2014-08-10', 'roastedcyst547@mail.bg', '0', '', 'http://marchfirstusa.org/web/?document_srl=1270108', '', '', '', '2', '0', 'Junior Member', '0', '1407678356', '0', '1407678356', '1407680108', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-30-1978', '1978-11-30', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', '6nzF3r}=JSG!ys[r#3BtiPUtDB=}%l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7443', '2', '', '0', 'HZNXK', '5f505d77802512e61eb16a6d629982be', '2014-08-10', 'brokenentrails230@freemail.hu', '0', '', 'http://www.starhotelamsterdam.com/significant-health-care-insurance-info-everyone-should-know-about/', '', '', '', '2', '0', 'Junior Member', '0', '1407680153', '0', '1407680153', '1407681918', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-19-1981', '1981-12-19', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'y3n}1D=N\"WRmp*HL9a4LDmIVvm#l;\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7444', '3', '', '0', 'TYYZJ', '032702aa94e445a9812993366000bcd5', '2014-08-10', 'teresita_windham@bg.tunecoon.cf', '0', '', 'http://www.youtube.com/watch?v=76j_2k3P2zE', '', '', '', '2', '0', 'Junior Member', '0', '1407683316', '0', '1407690490', '1407697762', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-20-1983', '1983-04-20', '-1', '-1', '173.213.71.135', '0', '1', '', '0', '0', '-1', '0', '0', '$TVE0q3`okvA~Uhj;w3YX/c]?Zh7v\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7445', '2', '', '0', 'LSXGC', '1beb305d6ad1c944886026425ef1a119', '2014-08-10', 'sassyghoul68ll1@freemail.hu', '0', '', 'http://adsandauctions.com/item.php?id=3178734&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1407684113', '0', '1407684113', '1407685876', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-06-1970', '1970-02-06', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'ZN0C9jXE~pMzN/(1d<``7HV[I[q;pE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7446', '2', '', '0', 'TBXC', 'aab9fa074e6df6ddd123320c87eeb659', '2014-08-10', 'adhesivenylons764@mail.bg', '0', '', 'http://www.btcinvfx.com/item.php?id=14516&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1407686421', '0', '1407686421', '1407688213', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-21-1977', '1977-07-21', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', '^J~_>vR\"\'YDZ}fMzs:%&6}J<)~hFJ4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7447', '3', '', '0', 'MGTZG', '25439c82966e90a9dfe947201d7b5c0b', '2014-08-10', 'mack_rubin22@nm.metromost.com', '0', '', 'http://www.youtube.com/watch?v=76j_2k3P2zE', '', '', '', '2', '0', 'Junior Member', '0', '1407692696', '0', '1407699935', '1407707116', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-15-1981', '1981-05-15', '-1', '-1', '104.140.63.92', '0', '1', '', '0', '0', '-1', '0', '0', 'vOvb]<7vp!0=h*cv\\s/}93[]R21\\Ke', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7448', '2', '', '0', 'Ham', '2ddc7b20db0b6bef451ab0c7cbb89c00', '2014-08-10', 'kev.christie@gmx.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407694548', '0', '1408538146', '1408538146', '1407774733', '1', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '217.43.52.60', '0', '1', '', '0', '0', '-1', '3', '0', 't0:,^{u?j-\\SfDTw13N,8J]8\'=e+1C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7449', '3', '', '0', 'MBdn', '191e7b71e7f62514e7eef6b6584c8c7b', '2014-08-10', 'juana.browninghaltingprop@go2.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407694686', '0', '1407694686', '1407694686', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.90.231', '0', '1', '', '0', '0', '-1', '0', '0', 'Pd%Bt0ttHL>)m%xI$i~:,\"\"We!\\rPe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7450', '2', '', '0', 'JT42', '83c48bca815d8bbda9bdbe37ee411688', '2014-08-10', 'tangiblezero16t1w@freemail.hu', '0', '', 'http://dev.interactivedlp.com/content/make-most-your-overall-health-insurance', '', '', '', '2', '0', 'Junior Member', '0', '1407696287', '0', '1407696287', '1407698050', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-01-1984', '1984-03-01', '-1', '-1', '195.154.172.70', '0', '1', '', '0', '0', '-1', '0', '0', 'L]opD[(]Jc3F@gqG\'Y^W2Lnh<[hW4$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7451', '3', '', '0', 'HHilder', '1992a76e0529522cdc55142ce046e8e0', '2014-08-10', 'harvey.hilder@hj.trixandtrax.cl', '0', '', 'http://www.youtube.com/watch?v=EVHkUYVBpJE', '', '', '', '2', '0', 'Junior Member', '0', '1407699688', '0', '1407706885', '1407714084', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-28-1979', '1979-06-28', '-1', '-1', '104.140.63.201', '0', '1', '', '0', '0', '-1', '0', '0', 'XY[l>*dUr\\C%Q3dbNQhM~8ngCoVt|M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7452', '3', '', '0', 'GAEH', 'b47b7314955be4e2b0cac6268d159c90', '2014-08-10', 'torriyancey9654@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=bEsYg63j2rA', '', '', '', '2', '0', 'Junior Member', '0', '1407700782', '0', '1407700782', '1407703637', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-10-1984', '1984-10-10', '-1', '-1', '108.186.244.78', '0', '1', '', '0', '0', '-1', '0', '0', '~;s<+mj19/1dzr]/QsQM8Z]duUrND$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7453', '3', '', '0', 'KCiotti', 'dde59d3b83169ace229de7609d27d1eb', '2014-08-10', 'fallaciousebb89vv93i@outlook.com', '0', '', 'http://tinyurl.com/buildyourownwebsite31306', '', '', '', '2', '0', 'Junior Member', '0', '1407702782', '0', '1407702782', '1407767318', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-24-1975', '1975-04-24', '-1', '-1', '198.50.180.68', '0', '1', '', '0', '0', '-1', '0', '0', '^SU[\"_W{x05M[]QG%3-?W;hcW#zm]B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7454', '3', '', '0', 'CFerris', '161bc87f67e06d477d0dd2642f68e57e', '2014-08-10', 'clyde-ferris86@fg.osvipl.com', '0', '', 'http://www.youtube.com/watch?v=HHN4MCAC8n0', '', '', '', '2', '0', 'Junior Member', '0', '1407703782', '0', '1407710966', '1407718153', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1985', '1985-01-21', '-1', '-1', '104.140.62.198', '0', '1', '', '0', '0', '-1', '0', '0', ';(\"(x7sBJ5;b&\\Y1hMdU<[6k\\2B,r=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7455', '3', '', '0', 'EEUDoyle', '26918c1811f6c172c0322a120f47f3ac', '2014-08-11', 'sthoster.com@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407711990', '0', '1407711990', '1407711990', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '111.92.135.137', '0', '1', '', '0', '0', '-1', '0', '0', 'UoHE=lUg9MDJgjswKLJYkW&b=|BVC{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7456', '8', '', '0', 'VHaris', 'd67caad2705768a6b153c87434581f3b', '2014-08-11', 'virgilio.haris@lp.metromost.com', '0', '', 'http://www.youtube.com/watch?v=HHN4MCAC8n0', '', '', '', '2', '0', 'Banned', '0', '1407717542', '0', '1407732367', '1407741113', '1407724760', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-30-1977', '1977-07-30', '-1', '-1', '104.140.63.116', '0', '1', '', '0', '0', '-1', '0', '0', 'DE@Zb@00^T.\'2u?a*,!DjiqP~y8RiP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7457', '2', '', '0', 'MCFYM', '8439f3f20da9cecc44539b7540af3060', '2014-08-11', 'lonmodiffac2558@inbox.lv', '0', '', 'https://docs.google.com/document/d/15xADKZJ9YGFuzdDAgIC2VOEfh4UEbrsK2GpB7iRQDlA', '', '', '', '2', '0', 'Junior Member', '0', '1407728621', '0', '1407728621', '1407729072', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1979', '1979-03-17', '-1', '-1', '194.58.59.238', '0', '1', '', '0', '0', '-1', '0', '0', 'XPh~-G}_0+\\mI7>=R%wta4hg0~EoiO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7458', '3', '', '0', 'EB93', 'e4d018e7d7924533dc0592884d2805cc', '2014-08-11', 'willischowne5369@mailcatch.com', '0', '', 'http://www.zimbio.com/member/tiamastiff8', '', '', '', '2', '0', 'Junior Member', '0', '1407732014', '0', '1407739245', '1407746406', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1977', '1977-06-16', '-1', '-1', '107.155.65.229', '0', '1', '', '0', '0', '-1', '0', '0', '01(4wJ-FAQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7459', '3', '', '0', 'KGAI', '43360619b27eb7808a19efe6cf34c3a2', '2014-08-11', 'hermanbillingsley2928@mailcatch.com', '0', '', 'http://sophiebeagle73.skyrock.com', '', '', '', '2', '0', 'Junior Member', '0', '1407732097', '0', '1407739289', '1407746471', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-26-1984', '1984-11-26', '-1', '-1', '107.155.65.229', '0', '1', '', '0', '0', '-1', '0', '0', '>=uk1+zXjz*cr),XDGY1,#@&km`X7(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7460', '3', '', '0', 'MESDW', 'eaa985f948e563fe69c7876ee58e0ab1', '2014-08-11', 'heatherologhlen@brennendesreich.de', '0', '', 'http://jocelynanbilberry93.wallinside.com', '', '', '', '2', '0', 'Junior Member', '0', '1407732945', '0', '1407740134', '1407747346', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-10-1974', '1974-09-10', '-1', '-1', '216.107.157.5', '0', '1', '', '0', '0', '-1', '0', '0', 'D$MR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7466', '3', '', '0', 'FLlanes', '3b02e5776d0b3b26f805a20468764ea2', '2014-08-11', 'erickwentworth@bund.us', '0', '', 'http://www.vita-compost.com/supports.asp?id=0', '', '', '', '2', '0', 'Junior Member', '0', '1407752175', '0', '1407752175', '1407755259', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1979', '1979-10-08', '-1', '-1', '140.237.99.11', '0', '1', '', '0', '0', '-1', '0', '0', 'wG&lIvt[0Aml&OP_)e5~FdS>8$n!lY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7471', '2', '', '0', 'Deadshot', '9bcac30c2f2927612b5ce129a2312816', '2014-08-11', 'stian-hh@live.no', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407796508', '0', '1407796700', '1407839436', '1407796697', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.234.240.204', '0', '1', '', '0', '0', '-1', '0', '0', ',}gOyjTz;SBP/(VxNn+p\"?$2sv4)6^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7467', '3', '', '0', 'BYXUI', '93a225b104d4ac643385966973815892', '2014-08-11', 'lawrencetreadway1774@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=_o4-NE_AImk', '', '', '', '2', '0', 'Junior Member', '0', '1407773622', '0', '1407773622', '1407780821', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-29-1971', '1971-04-29', '-1', '-1', '204.44.83.141', '0', '1', '', '0', '0', '-1', '0', '0', 'Zsh}:%Ohg.PQRy[1UUh/H-:FrF(\'#F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7468', '3', '', '0', 'B1756', '1ae5f660674170854ca990f24f5b8b14', '2014-08-11', 'kathaleeneisenhower3980@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=nmXYgimStdg', '', '', '', '2', '0', 'Junior Member', '0', '1407773740', '0', '1407773740', '1407782716', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-03-1970', '1970-08-03', '-1', '-1', '204.44.83.141', '0', '1', '', '0', '0', '-1', '0', '0', 'oWV%#o@e[K7b9>qH~\'Lup)#TR\'|NP?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7469', '3', '', '0', 'VDods', '64824be311ba1a5c5c1b6ee7af85335e', '2014-08-11', 'arlettegarrick1926@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=_o4-NE_AImk', '', '', '', '2', '0', 'Junior Member', '0', '1407777310', '0', '1407784560', '1407791735', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1985', '1985-03-27', '-1', '-1', '155.94.208.141', '0', '1', '', '0', '0', '-1', '0', '0', 'ninBzei9\\/5B|Xsg\\X*W{jiX6r^eFe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '595', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7474', '3', '', '0', 'JMNSI', 'd933c3e9db0f722dfc8372e1011671d9', '2014-08-12', 'jonahnewdegate@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=Oda7HaLFCH4', '', '', '', '2', '0', 'Junior Member', '0', '1407806521', '0', '1407806521', '1407809147', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-28-1977', '1977-05-28', '-1', '-1', '178.33.146.121', '0', '1', '', '0', '0', '-1', '0', '0', '{qsFmDf(L`]tGG8e$9d;x*#2D\\(LK+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7475', '2', '', '0', 'CKKTR', '1f7a82381f9d3dd0db54860c6b983664', '2014-08-12', 'creparuaneg2836@inbox.lv', '0', '', 'https://docs.google.com/document/d/1kUZfXG-nSbQFELFnPBZEBOKsbfEdEcOxQe7dEKjk-s4/edit', '', '', '', '2', '0', 'Junior Member', '0', '1407808404', '0', '1407808404', '1407808484', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-03-1975', '1975-04-03', '-1', '-1', '194.58.59.238', '0', '1', '', '0', '0', '-1', '0', '0', 'r!ZXLlBLD&o<{cKfFAi[YBLJc\\$bed', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7476', '3', '', '0', 'T7680', '0038b57716adac3dad356ca646876510', '2014-08-12', 'lenaedmonson1661@mailcatch.com', '0', '', 'http://webhop.se/1im1', '', '', '', '2', '0', 'Junior Member', '0', '1407810128', '0', '1407824528', '1407825896', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-14-1972', '1972-07-14', '-1', '-1', '204.44.82.134', '0', '1', '', '0', '0', '-1', '0', '0', 'k!RY^MwSf8@9wl5Q5fM+{ZD)I8Mq![', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7477', '3', '', '0', 'NJHX', '4c5faadaa2de7042d9396a1b0109b91f', '2014-08-12', 'edgarhandy6803@mailcatch.com', '0', '', 'http://orthodontistinsider.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1407810353', '0', '1407810353', '1407812895', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1972', '1972-03-28', '-1', '-1', '212.83.145.134', '0', '1', '', '0', '0', '-1', '0', '0', '{cF$yN\'v@sI1qu_=7\"s97uEJ~7Hu&r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7478', '3', '', '0', 'TZGTR', '195195450d16e56505a8e68b717ea0af', '2014-08-12', 'antonydominquez@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=N-TzL01Ox_o', '', '', '', '2', '0', 'Junior Member', '0', '1407811646', '0', '1407811646', '1407813969', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-16-1981', '1981-04-16', '-1', '-1', '107.155.116.56', '0', '1', '', '0', '0', '-1', '0', '0', 'we1.IUFatg0q>5YpD7\"%5d\'ubSy9!R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7479', '3', '', '0', 'AYKXL', 'a791b5a1e99a52eae9c7c9f1b1a63dec', '2014-08-12', 'alejandralefroy1357@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=N-TzL01Ox_o', '', '', '', '2', '0', 'Junior Member', '0', '1407815194', '0', '1407815194', '1407817648', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-21-1976', '1976-06-21', '-1', '-1', '192.99.176.61', '0', '1', '', '0', '0', '-1', '0', '0', '56%)l%F6uGjI\'U|yc:L=Dpp@Vie/Xv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7480', '2', '', '0', 'sniperj', 'c749005edb22ed62efcdcc0ddd7c1aa2', '2014-08-12', 'jrmckeel1984@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407818631', '0', '1407818765', '1407828829', '1407826688', '3', '10', '5', '-8', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '108.239.176.51', '0', '1', '', '0', '0', '-1', '0', '0', 'gp\'^\"p/&%K=tJBP2?x)trK(9bjq%8E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7481', '3', '', '0', 'QEmbling', '058bc321ed24b2fbd8466ba5115e7f0e', '2014-08-12', 'mikeleddy1579@mailcatch.com', '0', '', 'http://tekbizlive.net/6wt7', '', '', '', '2', '0', 'Junior Member', '0', '1407819204', '0', '1407827329', '1407834868', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-03-1978', '1978-05-03', '-1', '-1', '198.50.25.253', '0', '1', '', '0', '0', '-1', '0', '0', 'gKD)j\\\\n6\':SD0YafU49$@)u(&d%t4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7482', '3', '', '0', 'L01M', 'ce07887ad5354bd73e771ffc407eecbb', '2014-08-12', 'jamalbellamy@mailcatch.com', '0', '', 'https://www.youtube.com/channel/UC5IoBAKCXC-lnazmQ3e5gAQ/', '', '', '', '2', '0', 'Junior Member', '0', '1407819523', '0', '1418157515', '1418174471', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-02-1983', '1983-07-02', '-1', '-1', '155.94.130.202', '0', '1', '', '0', '0', '-1', '0', '0', 'WJvb2YN2&W=P8JliawS_6LocWI-(M\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '329', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7483', '3', '', '0', 'BSumner', '722c8fa04647d920ae39ef8ef4dea604', '2014-08-12', 'jerroldwisewould@mailcatch.com', '0', '', 'https://www.youtube.com/channel/UC5IoBAKCXC-lnazmQ3e5gAQ', '', '', '', '2', '0', 'Junior Member', '0', '1407826952', '0', '1428773245', '1429388464', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1984', '1984-03-28', '-1', '-1', '155.94.132.48', '0', '1', '', '0', '0', '-1', '0', '0', 'zC]KvUq\'Uq@@X{L0gZB#0hO)%gBk/S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '197', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7484', '3', '', '0', 'BWinfrey', '16ce54fb4e50ad354242d1358c1661a4', '2014-08-12', 'joseburchfield@mailcatch.com', '0', '', 'https://www.youtube.com/channel/UC5IoBAKCXC-lnazmQ3e5gAQ', '', '', '', '2', '0', 'Junior Member', '0', '1407827298', '0', '1418329827', '1418339960', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-06-1977', '1977-09-06', '-1', '-1', '155.94.132.48', '0', '1', '', '0', '0', '-1', '0', '0', 'i)\\kG/N$Ly2e2LX[rOoFsaV(r_*e\'Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '157', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7485', '3', '', '0', 'WRodgers', 'e357a1de6f8117abec4f3885238dd84b', '2014-08-12', 'aidadimond@mailcatch.com', '0', '', 'http://orthodontistinsider.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1407828762', '0', '1407828762', '1407830736', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-18-1984', '1984-04-18', '-1', '-1', '212.83.145.134', '0', '1', '', '0', '0', '-1', '0', '0', '\\_`fnn/,=%yK5@Ip}XSxo}\'c|*ZMYJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7486', '2', '', '0', 'GV75', '03c02be15e437e50cf9d5c012177ead4', '2014-08-12', 'changeableyesteny@aol.com', '0', '', 'http://imgur.com/aF2kML3', '', '', '', '2', '0', 'Junior Member', '0', '1407833790', '0', '1407833790', '1407834063', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-21-1978', '1978-02-21', '-1', '-1', '198.12.71.162', '0', '1', '', '0', '0', '-1', '0', '0', '/V.Zs@#;^4q2,-vRlM%BEzm9R7Vvd?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7487', '3', '', '0', 'UFAD', '49811c7a96f42dfb1f2ddd3c41b10644', '2014-08-12', 'simonewatriama4997@mailcatch.com', '0', '', 'http://straightenyourteethnow.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1407852517', '0', '1407852517', '1407855386', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-23-1976', '1976-03-23', '-1', '-1', '212.83.145.134', '0', '1', '', '0', '0', '-1', '0', '0', '_,ijlWaJ]W]6Xh#Qwd@?q%krEjGNF?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7488', '3', '', '0', 'ZKLT', '6c62636d438b7100e96d47a68254bd7f', '2014-08-12', 'faustofreese7886@mailcatch.com', '0', '', 'http://cek.li/?junk_cars_oh_829289', '', '', '', '2', '0', 'Junior Member', '0', '1407858290', '0', '1407858290', '1407865536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-30-1973', '1973-01-30', '-1', '-1', '155.94.138.215', '0', '1', '', '0', '0', '-1', '0', '0', '-bWI]8i\"#]cVZwFV]9v5fj%]T`{gp<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7489', '3', '', '0', 'FOPER', '45802ee220ec1a93d747c98f9e3edfed', '2014-08-12', 'zelmadenney3929@mailcatch.com', '0', '', 'http://talkbiz.iserver.net/test123.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%', '', '', '', '2', '0', 'Junior Member', '0', '1407865726', '0', '1407865726', '1407872950', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1981', '1981-09-17', '-1', '-1', '204.44.82.134', '0', '1', '', '0', '0', '-1', '0', '0', 'RF.tXv\\nA>Q{5V0isdB0Z\'@cgN\"buq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7490', '3', '', '0', 'IWerner', '38c61dd46525a0f33b7274ccc728235f', '2014-08-12', 'louiesessions1307@mailcatch.com', '0', '', 'http://4everbookmarks.com/user.php?login=aseely', '', '', '', '2', '0', 'Junior Member', '0', '1407867982', '0', '1407875220', '1407882535', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1973', '1973-07-17', '-1', '-1', '198.50.25.222', '0', '1', '', '0', '0', '-1', '0', '0', 'j`F$8B_TJL-`Oeq{(g:psoL\'/G!)L+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7491', '3', '', '0', 'PR91', '58cc0d525979ad5bb77371c23d70e78f', '2014-08-12', 'shauntenankervis1413@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407868470', '0', '1407868470', '1407868470', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.83.145.134', '0', '1', '', '0', '0', '-1', '0', '0', '|KG+9*GPl+Tpkv9p]S]I.kXVLoGPUrW3GI;N4=#E$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7494', '3', '', '0', 'FEarsman', 'bca091148b1db561fb65e80c7c7bdc86', '2014-08-12', 'erikhouse@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407878119', '0', '1407878119', '1407878119', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.154.235.177', '0', '1', '', '0', '0', '-1', '0', '0', 'xE.752/RmO\'{?8n\'aSbvRU*mS:\"T2h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7495', '3', '', '0', 'TEXA', '7cd894b305eefeaba82bb5ad22b6b6a1', '2014-08-12', 'kathiloader7651@mailcatch.com', '0', '', 'http://brookvale.cylex.com.au/company/in-touch-screens-23602908.html', '', '', '', '2', '0', 'Junior Member', '0', '1407879991', '0', '1407879991', '1407904721', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-25-1984', '1984-11-25', '-1', '-1', '195.154.235.177', '0', '1', '', '0', '0', '-1', '0', '0', '0m5j\'rHf3dmxnAk-?^\\i[hG5[[=/Hg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7496', '3', '', '0', 'OYFCA', 'ad4cc1cbe32ec69de5e2479106862065', '2014-08-12', 'horacereay@mailcatch.com', '0', '', 'http://orthodontistinsider.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1407881213', '0', '1407881213', '1407883509', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-31-1982', '1982-12-31', '-1', '-1', '212.83.145.134', '0', '1', '', '0', '0', '-1', '0', '0', 'wl|0n-Q$ji=3E4yUY?xbIDJ\\Il@`Jr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '205', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7497', '3', '', '0', 'A0873', 'f5fc0328d8004f1fbd82dff36fb899fc', '2014-08-13', 'michaelafree@mailcatch.com', '0', '', 'http://hprlnk.ru/buy_unwanted_cars_1013500', '', '', '', '2', '0', 'Junior Member', '0', '1407889554', '0', '1407889554', '1407892468', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-13-1984', '1984-09-13', '-1', '-1', '198.50.25.192', '0', '1', '', '0', '0', '-1', '0', '0', '.$&q7\"1P~G>nG:63oW!UO\':nh6tOMa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7498', '3', '', '0', 'DMEM', '0c6b4286f66e407198b2f57d5a355b88', '2014-08-13', 'shaunibbott9354@mailcatch.com', '0', '', 'http://orthodontistinsider.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1407889831', '0', '1407889831', '1407891669', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-12-1978', '1978-08-12', '-1', '-1', '212.83.145.134', '0', '1', '', '0', '0', '-1', '0', '0', '\'{t~Jy:DO0Q-.3lfJBd};;L=u6^2nTvcyV50b?cU<\"Dj$(Gz#=))J+^*f4k\'!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7509', '3', '', '0', 'KB45', '17e64eb288df378a5ac22113db99c3b0', '2014-08-13', 'kristine.mceachern@gk.aaexport.com', '0', '', 'http://www.youtube.com/watch?v=3l1GfuHUEfE', '', '', '', '2', '0', 'Junior Member', '0', '1407930349', '0', '1407937511', '1407944724', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-17-1974', '1974-02-17', '-1', '-1', '104.140.45.249', '0', '1', '', '0', '0', '-1', '0', '0', ')Jz{baAklbKoaomRI%9gK!MpXMX5[i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7510', '3', '', '0', 'GHeaton', 'fd2d97b4f866f7f617e66c6b983c6b8b', '2014-08-13', 'eleanortoscano5128@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=yIycAUSGuHo', '', '', '', '2', '0', 'Junior Member', '0', '1407935034', '0', '1407942199', '1407949460', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1978', '1978-08-16', '-1', '-1', '155.94.141.157', '0', '1', '', '0', '0', '-1', '0', '0', 'U\'%|P;Xnj^xiF\"\\F`_2\\W+1.dbI9Hw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '346', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7511', '3', '', '0', 'Kasymir', '3d99357738fd6aa09eb10fb35f385365', '2014-08-13', 'kasymir.jones@online.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1407937904', '0', '1407937904', '1407938066', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.202.100.214', '0', '1', '', '0', '0', '-1', '0', '0', 'F7n:Ip;B|_A;.+_F@@J^2.h/6TyFQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7517', '3', '', '0', 'UHume', '5c04a912c1ae7dc18a295c575594f53a', '2014-08-13', 'christopherputilin@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=nmXYgimStdg', '', '', '', '2', '0', 'Junior Member', '0', '1407962572', '0', '1407969763', '1407976938', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-21-1979', '1979-07-21', '-1', '-1', '204.44.90.109', '0', '1', '', '0', '0', '-1', '0', '0', ',riI0:cQG`0r.]wmfB\"4yxZ|=aMCK!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7518', '3', '', '0', 'MZMFM', '4660ed3ebb61a2620c76a4d692a609e2', '2014-08-13', 'kishahuggard3509@mailcatch.com', '0', '', 'http://www.hotfrog.com.au/Companies/In-Touch-Screens', '', '', '', '2', '0', 'Junior Member', '0', '1407963300', '0', '1407963300', '1407970494', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1977', '1977-10-08', '-1', '-1', '195.154.235.177', '0', '1', '', '0', '0', '-1', '0', '0', 'gT``ho!Ego,oQ;Rb({-]DDy/z\\iOO9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '203', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7519', '3', '', '0', 'UJTL', '7f68063a27e61c25541fe50de0325795', '2014-08-13', 'lavonda.nuyts@ks.stemtech.co', '0', '', 'http://www.youtube.com/watch?v=3l1GfuHUEfE', '', '', '', '2', '0', 'Junior Member', '0', '1407966231', '0', '1407980595', '1407989177', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-18-1971', '1971-09-18', '-1', '-1', '104.140.62.172', '0', '1', '', '0', '0', '-1', '0', '0', '>|&[4CWd5ByhSFpR9ud4%0C#B]m5Yt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7520', '8', '', '0', 'E17L', '6cf442de036d16d4cecad6b1b3c4f78f', '2014-08-14', 'earnest_whalen@ks.stemtech.co', '0', '', 'http://www.youtube.com/watch?v=3l1GfuHUEfE', '', '', '', '2', '0', 'Banned', '0', '1407972131', '0', '1407987060', '1407995748', '1407979343', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-09-1984', '1984-09-09', '-1', '-1', '173.213.71.249', '0', '1', '', '0', '0', '-1', '0', '0', 'j]\"z)J%K7\\E2:y{ktAVd&Nzdee6K+6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7521', '3', '', '0', 'CL52', 'e3449cc5236452855eca933680899e76', '2014-08-14', 'clifton.porter@ji.hiphopart.ro', '0', '', 'http://www.youtube.com/watch?v=WlXGtE9iIMc', '', '', '', '2', '0', 'Junior Member', '0', '1407974047', '0', '1407981251', '1407988462', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-02-1985', '1985-04-02', '-1', '-1', '173.213.71.112', '0', '1', '', '0', '0', '-1', '0', '0', 'Rq&\"m,;mrw\\}y,]SKGY2w|lDI,MFGX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7527', '3', '', '0', 'LLkj', '4b1f3ab4327d544e6bcaf42444f16865', '2014-08-14', 'celinalibby@mailcatch.com', '0', '', 'http://youtu.be/l5XJsZP4mqo/', '', '', '', '2', '0', 'Junior Member', '0', '1408000748', '0', '1417768493', '1417778639', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-05-1976', '1976-02-05', '-1', '-1', '107.155.79.8', '0', '1', '', '0', '0', '-1', '0', '0', 'Su+Vk-KmoZ7j<#YM,6&2~67kP::#Kz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '312', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7522', '3', '', '0', 'MJ85', '2698feb943b72a67e5b5034077b8d5e0', '2014-08-14', 'melodee.juan8@ji.hiphopart.ro', '0', '', 'http://www.youtube.com/watch?v=WlXGtE9iIMc', '', '', '', '2', '0', 'Junior Member', '0', '1407983383', '0', '1407990562', '1407997772', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-25-1981', '1981-03-25', '-1', '-1', '173.213.71.53', '0', '1', '', '0', '0', '-1', '0', '0', 'u`hb?FeZxkkJBiJhPrDiaz\\FwWz%NS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7523', '8', '', '0', 'C5491', '19a5e4bbc92c39fe96bff80e22ab5207', '2014-08-14', 'josefanazario267@mailcatch.com', '0', '', 'http://youtu.be/l5XJsZP4mqo/', '', '', '', '2', '0', 'Banned', '0', '1407986340', '0', '1428949429', '1429409838', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-30-1970', '1970-04-30', '-1', '-1', '167.160.109.213', '0', '1', '', '0', '0', '-1', '0', '0', 'jk;nwG3\'ZCc\'yTVsd=)\'%#DBPmn8F6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7524', '3', '', '0', 'M6853', '859550df15b6080f783ae5cc7cf61db8', '2014-08-14', 'donnelldeluna8989@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=9ZGGdKot0m8', '', '', '', '2', '0', 'Junior Member', '0', '1407989934', '0', '1407989934', '1407992254', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-13-1976', '1976-08-13', '-1', '-1', '207.150.166.211', '0', '1', '', '0', '0', '-1', '0', '0', '(}/CzE$[Z-{_VPU?MD-dL\\ml2$a+*3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7525', '3', '', '0', 'A0727', 'c0814a649f91b1cbe6fe2e2f895bf0dc', '2014-08-14', 'marianahayman@mailcatch.com', '0', '', 'https://youtube.com/watch?v=l5XJsZP4mqo/', '', '', '', '2', '0', 'Junior Member', '0', '1407996445', '0', '1428616811', '1429764149', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-23-1975', '1975-09-23', '-1', '-1', '192.208.188.47', '0', '1', '', '0', '0', '-1', '0', '0', 'V4uM2V*ri9lV`J\\GrrGp8hN(^vZna|zqzZ/v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7535', '2', '', '0', 'Maxximil', '2f5e9dd757cfef733449c7d5724e5b98', '2014-08-15', 'maxximil@telenet.be', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408107190', '0', '1414700024', '1415974626', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '141.134.108.3', '0', '1', '', '0', '0', '-1', '0', '0', 'GvBy.lP,F_pjN`@Pg`I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7543', '2', '', '0', 'WGHW', 'd7d7e6e766c3bf139b13b0f2789c90a5', '2014-08-16', 'london@diypillow.com', '0', '', 'http://diypillow.com', '', '', '', '2', '0', 'Junior Member', '0', '1408173228', '0', '1408173228', '1408185225', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-04-1974', '1974-11-04', '-1', '-1', '195.78.108.185', '0', '1', '', '0', '0', '-1', '0', '0', '7qU-o//:Av<\"a8ITh\"K5#(.`q^sX}_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7544', '3', '', '0', 'RHSV', '10ce9fe9cea58788ea5b9c2b7bc62d84', '2014-08-16', 'merissabeuzeville@mailcatch.com', '0', '', 'http://www.angieslist.com/companylist/us/in/indianapolis/crawlspace-doctor-reviews-369938.htm', '', '', '', '2', '0', 'Junior Member', '0', '1408204423', '0', '1408211741', '1408218918', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1980', '1980-08-17', '-1', '-1', '192.230.49.125', '0', '1', '', '0', '0', '-1', '0', '0', 'Sb\'1Yh9O\\-s+>{mm!<#4QTf.KuL.W<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7545', '3', '', '0', 'BBKL', 'd8948afd6b8ddd8c1e343b9fb6fbe3a5', '2014-08-17', 'thaoanderson@mailcatch.com', '0', '', 'http://truegarciniacambogiareviews.blogspot.com', '', '', '', '2', '0', 'Junior Member', '0', '1408274871', '0', '1409626145', '1410049289', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-23-1982', '1982-11-23', '-1', '-1', '107.155.120.16', '0', '1', '', '0', '0', '-1', '0', '0', '6\'#z7m~;&\"\"Zrv7ozp09I=ZJB}f.3e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7546', '3', '', '0', 'H5981', '28ee6a92ad1bbc5213573bf14e3997fb', '2014-08-17', 'conni2eedmondson@mailcatch.com', '0', '', 'http://youtu.be/lhwLqq2xxj4', '', '', '', '2', '0', 'Junior Member', '0', '1408280501', '0', '1408280501', '1408282509', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-16-1974', '1974-07-16', '-1', '-1', '23.27.248.194', '0', '1', '', '0', '0', '-1', '0', '0', '~;NU5sCh~a[dWGn)gcpJN+JVa>TG:1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7547', '3', '', '0', 'EBHW', 'c57a1853676a25d00318c8a3e78778fb', '2014-08-17', 'moni1kajessep5011@mailcatch.com', '0', '', 'http://youtu.be/lhwLqq2xxj4', '', '', '', '2', '0', 'Junior Member', '0', '1408284406', '0', '1408284406', '1408286888', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1978', '1978-12-15', '-1', '-1', '23.27.248.194', '0', '1', '', '0', '0', '-1', '0', '0', '|MZx4LYl\\zt!dN)AA|xmvk}nY@{9K%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7548', '3', '', '0', 'WBaughman', 'db599348a811fe693981e1b114fb791c', '2014-08-17', 'dortheawertz@trash-mail.com', '0', '', 'http://miniwarriorshacks.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1408288869', '0', '1408288869', '1408296446', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-01-1982', '1982-04-01', '-1', '-1', '204.44.92.3', '0', '1', '', '0', '0', '-1', '0', '0', 'M72O)!u7h%9$<}e1=];8eoALN0%8Yu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7549', '3', '', '0', 'CONUU', '5e0a56f831fe4cb63020a79608327b7e', '2014-08-17', 'rockyfilson733@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=lhwLqq2xxj4', '', '', '', '2', '0', 'Junior Member', '0', '1408291070', '0', '1408291070', '1408293370', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-06-1974', '1974-03-06', '-1', '-1', '23.27.248.194', '0', '1', '', '0', '0', '-1', '0', '0', 'sSJS&j.X]Aphn4KX+Y4K(Rm1fAu!wp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7550', '3', '', '0', 'GGEJ', 'e5d02b949a81b267207e3d5a1133224e', '2014-08-17', 'yasminwoolacott4271@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=dCk60QLl2-M', '', '', '', '2', '0', 'Junior Member', '0', '1408312629', '0', '1408312629', '1408314614', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-16-1972', '1972-12-16', '-1', '-1', '107.155.116.71', '0', '1', '', '0', '0', '-1', '0', '0', 'vgIbk3r$i?i(jvRCFPAwQEi@1mdJte', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4238', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7551', '3', '', '0', 'FU78', '6f75882ab6672acc4200d43a807ce68c', '2014-08-18', 'daciarector@mailcatch.com', '0', '', 'http://irishboyinldn.tumblr.com/post/92760791786/medical-negligence-solicitors-london', '', '', '', '2', '0', 'Junior Member', '0', '1408322280', '0', '1408322280', '1408331438', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-14-1974', '1974-07-14', '-1', '-1', '204.44.82.160', '0', '1', '', '0', '0', '-1', '0', '0', 'r6;1F6_Qn?_)lL5I}=_j>Xm_@(i9gk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7366', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7552', '2', '', '0', 'DCRIT', '70d95c360343482214db50ba5a63969e', '2014-08-18', 'inclamsares2178@inbox.lv', '0', '', 'https://docs.google.com/document/d/17RL4iugJ1DsosZr1782BPAg3z7wyF9kWnUGhsrGQ-0g/edit', '', '', '', '2', '0', 'Junior Member', '0', '1408326176', '0', '1408326176', '1408327399', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1976', '1976-06-15', '-1', '-1', '37.140.195.159', '0', '1', '', '0', '0', '-1', '0', '0', 'fePe1KBatJYVrUX`%$pK]lnhBFd*.B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7553', '3', '', '0', 'BYNN', 'a6e216dac079a771f2d4b6cc9802355b', '2014-08-18', 'norine3ellery@mailcatch.com', '0', '', 'http://goo.gl/i760ht', '', '', '', '2', '0', 'Junior Member', '0', '1408339380', '0', '1408339380', '1408341608', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-30-1977', '1977-06-30', '-1', '-1', '23.27.252.46', '0', '1', '', '0', '0', '-1', '0', '0', 'X7ZX.JnUqU-FCWa&}6SOGd.xT{oFQs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7554', '3', '', '0', 'EGarrett', 'f84ae8e6c05ef2d48580228f8f539da5', '2014-08-18', 'rositae5lledge@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408348156', '0', '1408348156', '1408350181', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.252.46', '0', '1', '', '0', '0', '-1', '0', '0', 'fF|;hyD>`#cINXL|A4V|tcQ~\'h;5M4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7555', '3', '', '0', 'SIFG', '5810a66642014e4f196a9bbfcb0bed68', '2014-08-18', 'patsyburnham2551@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=BjhrPmyiXZs', '', '', '', '2', '0', 'Junior Member', '0', '1408348765', '0', '1408355936', '1408363149', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-24-1975', '1975-09-24', '-1', '-1', '192.95.53.106', '0', '1', '', '0', '0', '-1', '0', '0', 'PYAO-Zp^qq7.\"$~x^Wt<74.{`i/\\vh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '159', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7556', '3', '', '0', 'DKEFB', 'f60a0590db442490ef82ec21289ada01', '2014-08-18', 'mittieshull@mailcatch.com', '0', '', 'https://www.youtube.com/channel/UC5IoBAKCXC-lnazmQ3e5gAQ/', '', '', '', '2', '0', 'Junior Member', '0', '1408351557', '0', '1429414472', '1429764055', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-22-1978', '1978-06-22', '-1', '-1', '172.245.181.246', '0', '1', '', '0', '0', '-1', '0', '0', 'j|6Hb\\P7l-)i=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7560', '3', '', '0', 'SBeyer', 'aa8d0d5b0bd300c28e8b718cdada2473', '2014-08-18', 'kennithwhipple744@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=OjhOzdqD018', '', '', '', '2', '0', 'Junior Member', '0', '1408360104', '0', '1428949555', '1429403305', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-20-1974', '1974-06-20', '-1', '-1', '167.160.109.213', '0', '1', '', '0', '0', '-1', '0', '0', 'y9V/2&NwK#~TKW@8\";{47WJG;we>1(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7561', '3', '', '0', 'MY45', '634182f4247e8e843cee99f534445429', '2014-08-18', 'michelinerascoe@mailcatch.com', '0', '', 'https://www.youtube.com/channel/UC5IoBAKCXC-lnazmQ3e5gAQ/', '', '', '', '2', '0', 'Junior Member', '0', '1408360707', '0', '1428117301', '1428578028', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-11-1976', '1976-05-11', '-1', '-1', '167.160.109.213', '0', '1', '', '0', '0', '-1', '0', '0', 'SbnOwbAtZJ$6[5*g^M97-pfa\\%5rOq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7562', '3', '', '0', 'SQYS', 'f2d1c25a5f96b33404d6233ce9a060e8', '2014-08-18', 'elliottwegener9990@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=BjhrPmyiXZs', '', '', '', '2', '0', 'Junior Member', '0', '1408361081', '0', '1408368260', '1408375459', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-27-1978', '1978-01-27', '-1', '-1', '192.95.53.106', '0', '1', '', '0', '0', '-1', '0', '0', 'lJs=ITx9^e7`cM{{5$P3&>+x+Z\'AIM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7563', '3', '', '0', 'AMfe', '955a45af8f5f7162ca038531f27cadee', '2014-08-18', 'sadyebustillos@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=yIycAUSGuHo', '', '', '', '2', '0', 'Junior Member', '0', '1408366598', '0', '1408373776', '1408380981', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-18-1974', '1974-12-18', '-1', '-1', '204.44.82.247', '0', '1', '', '0', '0', '-1', '0', '0', '|\'F.Q*5G(I(RjIHb9;to=C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '489', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7576', '3', '', '0', 'R9473', '0ed3452567324246584e7e41d0e32060', '2014-08-19', 'milesebsworth@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408414744', '0', '1408414744', '1408414744', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.112.22', '0', '1', '', '0', '0', '-1', '0', '0', '_sPz&TDu5PaSAz/b}$Klqw3ld%sA4d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7577', '3', '', '0', 'TQLQ', 'dce8ff407cf4e679ea815c443915fd99', '2014-08-19', 'maziefranklyn@mailcatch.com', '0', '', 'http://www.wearerobots.net/bbs/member.php?u=2478283', '', '', '', '2', '0', 'Junior Member', '0', '1408420256', '0', '1408420256', '1408422833', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1983', '1983-05-01', '-1', '-1', '204.44.112.22', '0', '1', '', '0', '0', '-1', '0', '0', 'SvLnUeSZd:fut3XCri[24`I0Cu&Hc}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7578', '3', '', '0', 'EWSR', '67151e693320f848c82d9058709d146b', '2014-08-19', 'roxan4neharalson@mailcatch.com', '0', '', 'http://inboxblueprint.info/', '', '', '', '2', '0', 'Junior Member', '0', '1408424384', '0', '1408424384', '1408426689', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-30-1984', '1984-06-30', '-1', '-1', '23.27.252.77', '0', '1', '', '0', '0', '-1', '0', '0', '!VVUn}Lf8TR1lDW?P=*0Z7;4WloLT=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7579', '3', '', '0', 'L5980', '29c0ad3e1cec458992344e455347be00', '2014-08-19', 'emeryhawks5573@mailcatch.com', '0', '', 'http://www.reichardnet.de/wbb/index.php?page=User&userID=23685', '', '', '', '2', '0', 'Junior Member', '0', '1408426170', '0', '1408426170', '1408428451', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-17-1981', '1981-10-17', '-1', '-1', '107.155.116.56', '0', '1', '', '0', '0', '-1', '0', '0', 'Z$GS5z56mt3\\BRo{)@Z\\)U+xH*4&2o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7580', '3', '', '0', 'CWDJ', 'c8789e0047619fe02df78a622ec5b785', '2014-08-19', 'an1gelikabushell9848@mailcatch.com', '0', '', 'http://inboxblueprint.info/', '', '', '', '2', '0', 'Junior Member', '0', '1408426176', '0', '1408426176', '1408428128', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-25-1978', '1978-10-25', '-1', '-1', '23.27.252.77', '0', '1', '', '0', '0', '-1', '0', '0', 'jXE\'_T8#;tD(%0YGmE\'JRO>[rm#>(e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7581', '3', '', '0', 'A2331', 'd3ee2cd2f7e6bfbf39c64973ac8c0cc7', '2014-08-19', 'waggishsummary245343@laposte.net', '0', '', 'http://www.connectinggate.com/zh-hans/node/633', '', '', '', '2', '0', 'Junior Member', '0', '1408429484', '0', '1408429484', '1408449498', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1979', '1979-07-26', '-1', '-1', '23.95.34.31', '0', '1', '', '0', '0', '-1', '0', '0', '|kT0#P:g]Zx2\'+0sh.OvT+eE1?qdrZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7582', '3', '', '0', 'harrysmith12', '934e5708614682af07a5aa781ebbdb1a', '2014-08-19', 'harryjack11@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408430048', '0', '1408430048', '1408430202', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.147.41.32', '0', '1', '', '0', '0', '-1', '0', '0', 'vd<=:$h!$!+pn9q7Jb\'xXCDb;Udn8/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7583', '3', '', '0', 'OJewett', '37e07a9c76db2ad295040dbe75c16bf1', '2014-08-19', 'latosha3whetsel@mailcatch.com', '0', '', 'http://inboxblueprint.info/', '', '', '', '2', '0', 'Junior Member', '0', '1408430502', '0', '1408430502', '1408433046', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1985', '1985-09-07', '-1', '-1', '23.27.252.77', '0', '1', '', '0', '0', '-1', '0', '0', '[2.;<]m~>cy=uV#7gjV7s]]i}AF.J#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '156', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7584', '3', '', '0', 'M1713', '467626f8fe5c396b5be3092eb91ef8f0', '2014-08-19', 'regenaduryea5216@mailcatch.com', '0', '', 'http://www.funxite.com/forum/profile.php?id=346084', '', '', '', '2', '0', 'Junior Member', '0', '1408431926', '0', '1408431926', '1408434666', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-25-1970', '1970-05-25', '-1', '-1', '192.99.176.61', '0', '1', '', '0', '0', '-1', '0', '0', ';L=\\Guir!I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7593', '3', '', '0', 'MQ36', '573da1f0789fd5b55b12db6b4fa8eb90', '2014-08-19', 'moaningperditio1sx91@outlook.com', '0', '', 'http://editle.com/setting_up_a_website_1761391', '', '', '', '2', '0', 'Junior Member', '0', '1408477114', '0', '1408484578', '1408496893', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-11-1980', '1980-08-11', '-1', '-1', '37.59.216.158', '0', '1', '', '0', '0', '-1', '0', '0', 'pJ\'ZXqLicEm7Oyx1-l5l%F]fTdQ_1f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7594', '2', '', '0', 'A6716', '46ee7cf756ad6cf7261f344e7ed96c2f', '2014-08-19', 'quietbattle227@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408488927', '0', '1408488927', '1408489596', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.40.17', '0', '1', '', '0', '0', '-1', '0', '0', 'qY.#A=u6vR]cA<6\"ez4P%$aIBo&FIL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7595', '2', '', '0', 'EX32', '6f2e3fe4828473b3940e1e91e641482e', '2014-08-20', 'sumprosrate1975@yahoo.co.uk', '0', '', 'http://cabadcredithomemortgage.com/mortgage/employed-mortgages-california', '', '', '', '2', '0', 'Junior Member', '0', '1408493736', '0', '1408493736', '1408500914', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-06-1972', '1972-04-06', '-1', '-1', '216.107.157.254', '0', '1', '', '0', '0', '-1', '0', '0', 'pOl?MTFc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7596', '3', '', '0', 'OHoller', 'bddbbf633d38ce13821465780bf5b9a2', '2014-08-20', 'anyaschweitzer@mailcatch.com', '0', '', 'http://healthiest-habits-Today.Tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1408496042', '0', '1418252692', '1418255073', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-10-1980', '1980-09-10', '-1', '-1', '192.230.49.14', '0', '1', '', '0', '0', '-1', '0', '0', 'Pv:!!LWy_99n#/5vsdTT)v6rw)sK@0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '446', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7597', '3', '', '0', 'RD54', '9a3920b08a4a3c56c28efe63c3d719cb', '2014-08-20', 'shaunasolis7351@mailcatch.com', '0', '', 'http://fatpartycat.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1408497699', '0', '1418423132', '1418425750', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-02-1972', '1972-03-02', '-1', '-1', '192.230.49.123', '0', '1', '', '0', '0', '-1', '0', '0', 'n3,P;)+;zU:2CH&#x$y#tr)&75U-[a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '493', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7598', '3', '', '0', 'WMauriell', '49c507cde298361fc72fdc70eb988016', '2014-08-20', 'stephanwiltshire421@mailcatch.com', '0', '', 'http://putonyourdollface.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1408500410', '0', '1417711691', '1417714019', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-27-1976', '1976-08-27', '-1', '-1', '69.12.73.137', '0', '1', '', '0', '0', '-1', '0', '0', 'c*FyQw$Wqp]Bi2xH+-g91mHpHcSy1k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '412', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7599', '3', '', '0', 'YMarcotte', 'c0bf27cb439d1a2ed802edc6c31a0efd', '2014-08-20', 'yasminekm1829@adflybot.info', '0', '', 'http://rarpasswordrecovery.wordpress.com/2013/02/14/how-to-recover-winrar-or-rar-passwords/', '', '', '', '2', '0', 'Junior Member', '0', '1408503010', '0', '1408503010', '1408513767', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-11-1981', '1981-01-11', '-1', '-1', '23.95.40.32', '0', '1', '', '0', '0', '-1', '0', '0', '$.lsg5KogeLN\"RU[~!Z?pP01Z%rneH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7600', '3', '', '0', 'KBEXO', '3a7599fc1e39e5e48b142982859249cb', '2014-08-20', 'kaishields79@chrfor.email4edu.com', '0', '', 'http://pic4pic.org/profile/kahauck', '', '', '', '2', '0', 'Junior Member', '0', '1408508815', '0', '1408508815', '1408511886', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1977', '1977-05-06', '-1', '-1', '209.161.108.213', '0', '1', '', '0', '0', '-1', '0', '0', 'Yr?f$s9d}6=/SI&{je\\ZSOYzt2s3R@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '290', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7601', '2', '', '0', 'TGarey', '80475cff5b06206ec8c5f4fe4670bd90', '2014-08-20', 'mary@diypillow.com', '0', '', 'http://diypillow.com/', '', '', '', '2', '0', 'Junior Member', '0', '1408516268', '0', '1408516268', '1408528284', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-30-1983', '1983-05-30', '-1', '-1', '195.78.108.103', '0', '1', '', '0', '0', '-1', '0', '0', 'Y?xoDRh@Q/ZnW[B(b8,%Y;g:nTA;2j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7602', '2', '', '0', 'IHowchin', 'f8c8d70dea5e7477871e66e462fa24bd', '2014-08-20', 'michaleoi@outlook.com', '0', '', 'http://www.hack-free.com/brave-frontier-hack-now-available/', '', '', '', '2', '0', 'Junior Member', '0', '1408517613', '0', '1408517613', '1408517803', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-15-1984', '1984-05-15', '-1', '-1', '94.23.78.136', '0', '1', '', '0', '0', '-1', '0', '0', '@EFZ7/m$.z!5KvJsn+0cGE^=%`::k-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7603', '2', '', '0', 'GMcIntyre', 'e61b4b00b210fece5ccdb40417400f49', '2014-08-20', 'haltingthought458@outlook.com', '0', '', 'http://Foxbuzz.com/category/culture/', '', '', '', '2', '0', 'Junior Member', '0', '1408543141', '0', '1408543141', '1408543673', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1975', '1975-06-16', '-1', '-1', '192.171.255.224', '0', '1', '', '0', '0', '-1', '0', '0', ':+{C=F}xJPf3H#7WVJ]TW\"}e)r5&Gc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '168', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7604', '2', '', '0', 'E7111', 'e936790ed7e8866bb97e9f483b2c07d6', '2014-08-20', 'sallymoycenop@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408546784', '0', '1408546784', '1408546784', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.212.185', '0', '1', '', '0', '0', '-1', '0', '0', '%v0gX++@|e!RI8|[e8]K-2p-UKrHM|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7605', '3', '', '0', 'QManzi', '04678df07864f343f490478fb9bd5b8e', '2014-08-20', 'caseywhitlock@mailcatch.com', '0', '', 'https://www.youtube.com/channel/UC5IoBAKCXC-lnazmQ3e5gAQ/', '', '', '', '2', '0', 'Junior Member', '0', '1408547991', '0', '1429501522', '1429820196', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-24-1973', '1973-09-24', '-1', '-1', '167.160.109.213', '0', '1', '', '0', '0', '-1', '0', '0', 'zB1n&\"XKPQ`9s~a7/tk@Y[LZq-5p_a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '335', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7606', '2', '', '0', 'D20D', '811ef74231c401c984c8b5c4bc2f6128', '2014-08-20', 'dlrrlchl.75.3@gmail.com', '0', '', 'http://www.youtube.com/watch?v=fI1aip9-CnA', '', '', '', '2', '0', 'Junior Member', '0', '1408549421', '0', '1408549421', '1408549590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-19-1974', '1974-10-19', '-1', '-1', '192.208.187.207', '0', '1', '', '0', '0', '-1', '0', '0', 'o/msCbkWU*uw>)_!^]H_Vzv@\'C)YOz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '225', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7612', '2', '', '0', 'NRustin', '2185b37c1a1b4c8129969bccc1efac0d', '2014-08-20', 'bfhdhydtye45@interia.pl', '0', '', 'http://kredyt-mieszkaniowy24.yuweg.pl/kontakt/', '', '', '', '2', '0', 'Junior Member', '0', '1408562493', '0', '1408562493', '1408562627', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-24-1982', '1982-11-24', '-1', '-1', '83.11.42.16', '0', '1', '', '0', '0', '-1', '0', '0', 'Jx:3mf(3nv1CUlb!Ndv-PD@aY\'.WUa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7607', '2', '', '0', 'IFDR', 'ac2cbba96ae45d9aa506402de6db40b1', '2014-08-20', 'susanncpyfms@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408555719', '0', '1408555719', '1408556024', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.48.228', '0', '1', '', '0', '0', '-1', '0', '0', 'M]e9Z*5^=JYG3)AKZI/>jcbGH_UU&RSz,K>us\\\\k0++to&H?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '128', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7622', '2', '', '0', 'NWheen', 'a16c16367567cf5130170de08fe5c620', '2014-08-21', 'shaggysize126@outlook.com', '0', '', 'http://Jq145.nayana.com/xe/?document_srl=215248', '', '', '', '2', '0', 'Junior Member', '0', '1408589564', '0', '1408589564', '1408590114', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-16-1981', '1981-10-16', '-1', '-1', '192.240.201.249', '0', '1', '', '0', '0', '-1', '0', '0', '@}UW#+Qud&YZz5\'w*<}]\"-hI48kS%j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7623', '2', '', '0', 'QGQZ', '340e0d0ceb11321263166fa08dab4db6', '2014-08-21', 'hilariouscork155@outlook.com', '0', '', 'http://Taigamedienthoaimienphi.com', '', '', '', '2', '0', 'Junior Member', '0', '1408590878', '0', '1408590878', '1408591470', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-16-1975', '1975-05-16', '-1', '-1', '192.171.255.224', '0', '1', '', '0', '0', '-1', '0', '0', 'A0ENL6s\'Gzv.KT\\\\wkCU:Y0$tc[$d9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7624', '2', '', '0', 'Jallball', 'd20c7d020e056aaf3b2ab9c3a02725da', '2014-08-21', 'samsungjalle@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408606687', '0', '1409095959', '1409292239', '1409095917', '4', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '84.209.126.115', '0', '1', '', '0', '0', '-1', '0', '0', 'L#!Xa\"CGxKYdcEJHmUl$s4DPnT`TBV', '', '0', '82589', '0', '0', '0', '0', '', '0', '0', '', '147', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7625', '3', '', '0', 'LMEOR', '075f5d9efe3b23b00680f72e20b261b5', '2014-08-21', 'lenorekeene@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=keAhLIOUElI', '', '', '', '2', '0', 'Junior Member', '0', '1408608028', '0', '1408608028', '1408610559', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-18-1976', '1976-09-18', '-1', '-1', '107.155.116.71', '0', '1', '', '0', '0', '-1', '0', '0', 'Rtg9i7)2tai-lG(3pD|hrIOl%RH3OU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7626', '3', '', '0', 'ZM41', 'ce8f91f905b6a812e47cbe5e3c637f41', '2014-08-21', 'kendrickmanchee3258@mailcatch.com', '0', '', 'http://northbrooklynfarms.tumblr.com/post/90493209261/seo-in-london-acen-digital-is-breaking-all', '', '', '', '2', '0', 'Junior Member', '0', '1408612000', '0', '1408619246', '1408626463', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-15-1973', '1973-05-15', '-1', '-1', '204.44.82.46', '0', '1', '', '0', '0', '-1', '0', '0', '@3;K%H2;V\\2+@jg2[1t^ChBj.[EeTx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7627', '3', '', '0', 'ZVUM', '2e4c1c2b99584daa40cd06e5122c9b5b', '2014-08-21', 'verlarandle1862@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=keAhLIOUElI', '', '', '', '2', '0', 'Junior Member', '0', '1408612631', '0', '1408612631', '1408614939', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-04-1973', '1973-08-04', '-1', '-1', '107.155.116.56', '0', '1', '', '0', '0', '-1', '0', '0', 'au^.(*NI,h3/4H^+/hOL{1=nz*9[j8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7628', '3', '', '0', 'CUYOP', '3ed8042e9d2a722d41ba5a648f5bbced', '2014-08-21', 'wesleybramblett@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=keAhLIOUElI', '', '', '', '2', '0', 'Junior Member', '0', '1408612695', '0', '1408612695', '1408614631', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-18-1973', '1973-10-18', '-1', '-1', '107.155.116.56', '0', '1', '', '0', '0', '-1', '0', '0', '-Uf`+\'S->co-B#apARt$R}sXR4@_R~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7629', '2', '', '0', 'WJik', '3a46214b8126422a6e339d195131d5f9', '2014-08-21', 'abbi@thesbrlegalgroup.com', '0', '', 'http://howtostopforeclosuremichigan.weebly.com/blog/michigan-foreclosure-con-men-busted', '', '', '', '2', '0', 'Junior Member', '0', '1408619036', '0', '1408619036', '1408640211', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1982', '1982-12-09', '-1', '-1', '23.244.164.215', '0', '1', '', '0', '0', '-1', '0', '0', '*ra\"W>qq>giJ,Vc-NI8+FXb~#ZgE}p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7630', '3', '', '0', 'TBBLS', '33ad3e20020df914677a295f507df991', '2014-08-21', 'billmerrell@mailcatch.com', '0', '', 'http://northbrooklynfarms.tumblr.com/post/90493209261/seo-in-london-acen-digital-is-breaking-all', '', '', '', '2', '0', 'Junior Member', '0', '1408620290', '0', '1408620290', '1408627521', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1983', '1983-06-15', '-1', '-1', '155.94.208.141', '0', '1', '', '0', '0', '-1', '0', '0', '.%*!_c!FFB,_@KN&h*,GSPy-[GrQR!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7631', '3', '', '0', 'EDVU', 'bf5cca0f5a279918fb9402608299ee1e', '2014-08-21', 'edgardovirgo@trash-mail.com', '0', '', 'https://www.facebook.com/pages/Rachel-Anderson-Eczema-Treatment/777127765684447', '', '', '', '2', '0', 'Junior Member', '0', '1408622365', '0', '1408622365', '1408625093', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-09-1975', '1975-10-09', '-1', '-1', '179.61.156.131', '0', '1', '', '0', '0', '-1', '0', '0', 'KGD\'5`pw3\"T8<~\"@VV[zm7)gQnftQ}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7633', '3', '', '0', 'CMUAB', '806117fc99c0696feefafadc5e4afba3', '2014-08-21', 'my8des462@outlook.com', '0', '', 'http://Www.bitvegas.eu/free-video-poker', '', '', '', '2', '0', 'Junior Member', '0', '1408629746', '0', '1408629746', '1408690797', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-16-1975', '1975-10-16', '-1', '-1', '107.181.78.185', '0', '1', '', '0', '0', '-1', '0', '0', '4R@90L.*V]Na0ELQ::N`;m-ITNeyTX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7632', '3', '', '0', 'HGiq', '8c90ad43ab1910632184e4ec9ea557d0', '2014-08-21', 'betterischbieth@mailcatch.com', '0', '', 'http://manwathiel.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1408627439', '0', '1417723647', '1417736506', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-01-1974', '1974-06-01', '-1', '-1', '192.240.207.108', '0', '1', '', '0', '0', '-1', '0', '0', 'q*+h,F:VMr:7*\'N\\/ejFo.bN|CL9&%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7634', '3', '', '0', 'TROFE', 'e226b9a1fb4788064ea35fc4fba8bbc0', '2014-08-21', 'trishamarou@mailcatch.com', '0', '', 'http://northbrooklynfarms.tumblr.com/post/90493209261/seo-in-london-acen-digital-is-breaking-all', '', '', '', '2', '0', 'Junior Member', '0', '1408629796', '0', '1408629796', '1408637298', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-29-1975', '1975-09-29', '-1', '-1', '198.12.74.141', '0', '1', '', '0', '0', '-1', '0', '0', 'Rr~W}u/`m|Gt>(B(B66(_TY+gk[DU$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7635', '3', '', '0', 'EVGM', 'a76525cfb8aad0f5bc14518cc6024a8c', '2014-08-21', 'juniorcrespin6237@mailcatch.com', '0', '', 'http://video.topseosoft.com/tube/single/5/SECockpit_Review:_Best_SEO_Keyword_Research_Tool_Ever!', '', '', '', '2', '0', 'Junior Member', '0', '1408648315', '0', '1408648315', '1408650332', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-29-1984', '1984-03-29', '-1', '-1', '5.39.54.26', '0', '1', '', '0', '0', '-1', '0', '0', '@DFq`E>+hlP.:sx~G1#4:f#%;Mt},]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7636', '3', '', '0', 'W20Q', 'b8999bfe86efdd6d0a8a45bb5f0b8cea', '2014-08-21', 'shannonmacnamara1580@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=AaG2XBxkyxU', '', '', '', '2', '0', 'Junior Member', '0', '1408649043', '0', '1408649043', '1408651413', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1975', '1975-08-18', '-1', '-1', '107.155.116.56', '0', '1', '', '0', '0', '-1', '0', '0', 'n\'.M3o)_\"\"R~4rd[Q0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7637', '3', '', '0', 'TADK', 'cd2b0b182c6be38e210d0ff48c967b96', '2014-08-21', 'delilahelkington3037@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=AaG2XBxkyxU', '', '', '', '2', '0', 'Junior Member', '0', '1408649751', '0', '1408649751', '1408651706', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-08-1980', '1980-08-08', '-1', '-1', '107.181.78.29', '0', '1', '', '0', '0', '-1', '0', '0', 'c,%kx!{pXr67d1kSjO|]\"W8p7h>f7D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5523', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7638', '3', '', '0', 'EMartz', 'b83a6392b40f386ef36b626d704dc89b', '2014-08-21', 'ermamartz@chrfor.email4edu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408654211', '0', '1408654211', '1408654211', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '142.4.193.237', '0', '1', '', '0', '0', '-1', '0', '0', 'PdC$e\"\"5oqxUpC$epN9uLbwh8a?*n{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7639', '8', '', '0', 'TTNND', '61947eb4de4ef699bc6e4dcad602f6b8', '2014-08-21', 'puzzledrose759@outlook.com', '0', '', 'http://Phukiengiare.com/phu-kien-theo-cac-dong-may/phu-kien-sky/sky-a910.html', '', '', '', '2', '0', 'Banned', '0', '1408656600', '0', '1408656600', '1408657285', '1408657283', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-29-1980', '1980-02-29', '-1', '-1', '107.155.80.215', '0', '1', '', '0', '0', '-1', '0', '0', 'qSfieG*/={1coC5\\d:jtOLjf61v8lQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7640', '3', '', '0', 'RMoody', 'ae210018381ae4ec993fd9fd5c0e5ee3', '2014-08-21', 'rosemariemoody@chrfor.email4edu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408656695', '0', '1408656695', '1408656695', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.108.213', '0', '1', '', '0', '0', '-1', '0', '0', 't%J!NnL_W>n/!SM>QGAx:CLh}~i%YX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7644', '3', '', '0', 'ZWrm', 'decdef89bc799bdc8348f1cb220aa220', '2014-08-22', 'rickallwood@trash-mail.com', '0', '', 'https://www.facebook.com/pages/Katy-Wilson-Psoriasis-Treatment/576628615779301', '', '', '', '2', '0', 'Junior Member', '0', '1408662046', '0', '1408662046', '1408664361', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-16-1978', '1978-04-16', '-1', '-1', '179.61.156.131', '0', '1', '', '0', '0', '-1', '0', '0', 'WIE_?RzS\\%K%Fs;%$|a6ooj#lCA]PU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7641', '3', '', '0', 'EZJA', '4c053723102b50630ac8310d00b62393', '2014-08-21', 'jer.r.ybl.u.e.9.2@gmail.com', '0', '', 'http://www.dailymotion.com/video/x23t5t4_watch-frozen-full-movie-online-hd-2013-disney_shortfilms', '', '', '', '2', '0', 'Junior Member', '0', '1408658876', '0', '1408658876', '1408660979', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-13-1978', '1978-09-13', '-1', '-1', '23.95.34.115', '0', '1', '', '0', '0', '-1', '0', '0', '1E*EML64GOAuUP(i933#f&`$MoLBL;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1039', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7642', '2', '', '0', 'AHolterma', '93be5b91dc0775050c3ebca4ae923473', '2014-08-21', 'violentfight550@puntorosa.net', '0', '', 'http://xrandi.com/index.php?m=member_blog&p=view&id=35541&sid=44015', '', '', '', '2', '0', 'Junior Member', '0', '1408659363', '0', '1408659363', '1408687472', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-09-1978', '1978-09-09', '-1', '-1', '46.105.248.246', '0', '1', '', '0', '0', '-1', '0', '0', '@w<3xhW,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7647', '3', '', '0', 'LNOVF', '8d6f86d3a5a4b21d544591717c8e4277', '2014-08-22', 'niklasbrain1926@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=taoAb9nFOFo', '', '', '', '2', '0', 'Junior Member', '0', '1408667895', '0', '1408675146', '1408682307', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-17-1975', '1975-01-17', '-1', '-1', '107.155.80.235', '0', '1', '', '0', '0', '-1', '0', '0', 'zWcVA-XRY,\"O9cN(!,]l`e$*k]}g/|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7648', '3', '', '0', 'S60Z', '09a092b6450691f3ff289a8435d9a083', '2014-08-22', 'agustinbooth2467@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=taoAb9nFOFo', '', '', '', '2', '0', 'Junior Member', '0', '1408668918', '0', '1408668918', '1408676136', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-09-1976', '1976-08-09', '-1', '-1', '107.155.80.235', '0', '1', '', '0', '0', '-1', '0', '0', '\\}hzRq\"0Gvpx_eTb/GF>T\\yWg\"F;(y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7649', '2', '', '0', 'L5483', 'c34eb4bedd7909854f3fc96a43e647f9', '2014-08-22', 'vigorousearthquake681@outlook.com', '0', '', 'http://Moorishharem.com/groups/sports-information-provides-updates-to-sports-activities-enthusiasts/', '', '', '', '2', '0', 'Junior Member', '0', '1408675651', '0', '1408675651', '1408675727', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-22-1976', '1976-11-22', '-1', '-1', '192.171.255.224', '0', '1', '', '0', '0', '-1', '0', '0', 'LmoRL=H4g2IftCvQv\"<^b*74[b52s[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7650', '3', '', '0', 'KHBK', '68188a0d449ee1829c54eb7bc25a0130', '2014-08-22', 'm.arshaho.rten.si.a58@gmail.com', '0', '', 'http://fnote.it/pirateruncomptefacebook27980', '', '', '', '2', '0', 'Junior Member', '0', '1408678261', '0', '1408678261', '1408685452', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-04-1978', '1978-04-04', '-1', '-1', '109.169.5.159', '0', '1', '', '0', '0', '-1', '0', '0', 'cI1/GAZ0T[I\'*G+d\\)c-.ks4o,`A}<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7651', '3', '', '0', 'D91O', '83e2c5d1bfa1bafdcc857e123209e9a7', '2014-08-22', 'deboraho\'sullivan80@chrfor.email4edu.com', '0', '', 'http://www.cetco.se/User-Profile/userId/125876', '', '', '', '2', '0', 'Junior Member', '0', '1408679248', '0', '1408679248', '1408682916', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-26-1982', '1982-05-26', '-1', '-1', '81.4.125.165', '0', '1', '', '0', '0', '-1', '0', '0', 'vMBG[_<|/&cj[/&O4vA7[\'}G\"(O+>-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '431', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7652', '3', '', '0', 'SZapata', 'b9f8c628427e46e759b50a9b8a436b02', '2014-08-22', 'zulmag14older@mailcatch.com', '0', '', 'https://www.facebook.com/NearestDispensary', '', '', '', '2', '0', 'Junior Member', '0', '1408682846', '0', '1408682846', '1408685039', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-12-1972', '1972-11-12', '-1', '-1', '66.171.228.52', '0', '1', '', '0', '0', '-1', '0', '0', 'sRJe=bkI~H|AJ5JZ+iZ.W}c5lU).T3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7653', '3', '', '0', 'M24U', 'f9d92c60540fce4b19349f47d327aa3e', '2014-08-22', 'tamm13iliu@mailcatch.com', '0', '', 'http://goo.gl/O540D8', '', '', '', '2', '0', 'Junior Member', '0', '1408683003', '0', '1408683003', '1408684879', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-15-1977', '1977-11-15', '-1', '-1', '66.171.228.52', '0', '1', '', '0', '0', '-1', '0', '0', 'LM9uV]?!M{twdS|Zi\"45qBgp&Ml3w1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '241', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7654', '3', '', '0', 'JZNB', '380ae6263eb6017091f2abdbbd8915d9', '2014-08-22', 'rickeybryson6438@brennendesreich.de', '0', '', 'http://www.alldiag.com/support.asp?id=17', '', '', '', '2', '0', 'Junior Member', '0', '1408684103', '0', '1408684103', '1409489364', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1974', '1974-12-27', '-1', '-1', '110.83.193.2', '0', '1', '', '0', '0', '-1', '0', '0', '<0rjo\\c:Bc-a,#ddMq1(Kjr1:gj$mG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '143', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7655', '8', '', '0', 'EWaldock', '3f2172f7b17ac63d9de7f169ef3afe0d', '2014-08-22', 'strongptl25zz@outlook.com', '0', '', 'http://www.loveyourgut.com/news/are-you-supporting-a-moustache-to-raise-awareness-of-mens-health-iss', '', '', '', '2', '0', 'Banned', '0', '1408684910', '0', '1408684910', '1408685637', '1408685632', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1983', '1983-12-11', '-1', '-1', '46.22.215.185', '0', '1', '', '0', '0', '-1', '0', '0', 'U~a.c}AiC5Bg;(-xD.n\\w>0L6OpS@\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7663', '2', '', '0', 'beretsindia', 'ac6130a5252bec7cbfad7f242c3f9921', '2014-08-22', 'berets.india@gmail.com', '0', '', 'http://www.berets.in', '', '', '', '2', '0', 'Junior Member', '0', '1408705865', '0', '1408705865', '1408711570', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '122.173.175.2', '0', '1', '', '0', '0', '-1', '0', '0', 'w)0\'%TnCjk:-YPiwT-ZAc_y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7656', '3', '', '0', 'MTwk', '7bc264e17b3ac32c59b0a82d5711b88f', '2014-08-22', 'charl31eystephens3849@mailcatch.com', '0', '', 'http://goo.gl/O540D8', '', '', '', '2', '0', 'Junior Member', '0', '1408685918', '0', '1408685918', '1408687864', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-21-1978', '1978-05-21', '-1', '-1', '66.171.228.52', '0', '1', '', '0', '0', '-1', '0', '0', '>6LPPwC=KKk,9<:MfJXtX`s^HVR{-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7661', '2', '', '0', 'JDCL', '9484412fc7cf93bf68a0f9c4b3428701', '2014-08-22', 'julianenqstxu@outlook.com', '0', '', 'http://www.diena.org.lv/kredits', '', '', '', '2', '0', 'Junior Member', '0', '1408693183', '0', '1408693183', '1408693449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-14-1983', '1983-11-14', '-1', '-1', '37.59.69.69', '0', '1', '', '0', '0', '-1', '0', '0', 'jJ2%\"^16%B.wmFWkq|DX]Cdb!s`hp9sFF^FmnS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7664', '3', '', '0', 'NBPC', '4bf5d5de3f6cbb1a6338f0625ba71725', '2014-08-22', 'joeanndambrosio@discardmail.com', '0', '', 'http://www.montlasallealtarwines.com/wysEdit/pick.php?louboutin=christian-louboutin-fifi-quick', '', '', '', '2', '0', 'Junior Member', '0', '1408709904', '0', '1408709904', '1408715180', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-04-1974', '1974-09-04', '-1', '-1', '42.229.238.126', '0', '1', '', '0', '0', '-1', '0', '0', '#]Y@zrJo@/\'xM!wo9VO-@DfJV_8{5f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7665', '3', '', '0', 'J6697', '27c2547e550d6df200ab035ec0fcac23', '2014-08-22', 'phillipheckman349@mailcatch.com', '0', '', 'http://www.fishfreegames.com/profile/688445/McMetters.html', '', '', '', '2', '0', 'Junior Member', '0', '1408732075', '0', '1408732075', '1408735256', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-30-1982', '1982-09-30', '-1', '-1', '183.80.213.46', '0', '1', '', '0', '0', '-1', '0', '0', '2+Rbno~HYk.Xv9&x?D\\$Flmcip|LQa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7666', '2', '', '0', 'THnh', 'c07404321222f56549a98eca9c247e65', '2014-08-22', 'b5@app-hacks.net', '0', '', 'http://bravefrontier-hacktool.blogspot.com', '', '', '', '2', '0', 'Junior Member', '0', '1408734329', '0', '1408734329', '1408734426', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1971', '1971-10-14', '-1', '-1', '192.227.253.212', '0', '1', '', '0', '0', '-1', '0', '0', 'kVDJ42bn)d=[S:D]SdI*k\'3Y[JbSJ|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7667', '3', '', '0', 'WMacCormi', '865bdcc44a425b998e76bbf5d46d1975', '2014-08-22', 'trudysilvey3655@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408734759', '0', '1408734759', '1408734759', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.80.213.46', '0', '1', '', '0', '0', '-1', '0', '0', 'bR-pR#98H>6eVWO0-]Wau2N1&}~9v0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7668', '3', '', '0', 'R39S', '5f1d8f44050d272fab115e8d76c6f417', '2014-08-22', 'jer.r.yb.lu.e9.2@gmail.com', '0', '', 'http://www.dailymotion.com/video/x23tblz_watch-divergent-full-movie-online-2014-hd_shortfilms', '', '', '', '2', '0', 'Junior Member', '0', '1408741857', '0', '1408741857', '1408743978', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-10-1978', '1978-11-10', '-1', '-1', '142.4.193.204', '0', '1', '', '0', '0', '-1', '0', '0', 'PJ]N#08=*q8(o%=\'Y!Lo-8*_.1#p~^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1044', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7669', '3', '', '0', 'EIGG', 'a1d7725ae49f9e9480d0a86c99f37115', '2014-08-23', 'eleanore-brubaker@victorianstylehouses.net', '0', '', 'http://www.bbc1234n.co.uk', '', '', '', '2', '0', 'Junior Member', '0', '1408748902', '0', '1408748902', '1408756099', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-01-1978', '1978-11-01', '-1', '-1', '69.12.67.3', '0', '1', '', '0', '0', '-1', '0', '0', '1a5`hc9ZO*RuS+5L,FG\"(C?%)bpYSa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7670', '2', '', '0', 'Shathron', '4f080ba872137d82beb6af01aa4512fd', '2014-08-23', 'tj.fay53@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408749786', '0', '1408751161', '1408772009', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '173.172.128.155', '0', '1', '', '0', '0', '-1', '0', '0', 'a&JQ7>5VY}/KLZ{f{V)QW4mNkf2,m_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7671', '3', '', '0', 'E7108', '1e07527220d34053e69be61ccfcd57ff', '2014-08-23', 'cam12ad3@col3neginfo.com', '0', '', 'http://www.md-design.cz/ActivityFeed/MyProfile/tabid/60/userId/34649/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1408757763', '0', '1408757763', '1408760934', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-04-1979', '1979-02-04', '-1', '-1', '192.171.231.107', '0', '1', '', '0', '0', '-1', '0', '0', 'r;LV%QZ5Feg}Fuh+OAq$pYyX`E\'T\'9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7672', '3', '', '0', 'JLocke', 'a2ceb4ebd1b4850a439d90562e0e0ede', '2014-08-23', 'celsacambage@mailcatch.com', '0', '', 'https://sites.google.com/site/lamparasdetecho', '', '', '', '2', '0', 'Junior Member', '0', '1408764865', '0', '1408764865', '1408784800', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1973', '1973-12-01', '-1', '-1', '69.12.83.181', '0', '1', '', '0', '0', '-1', '0', '0', ';#\"J$zkq~?YVYEx@sqP=+rhP~d5WT+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7673', '3', '', '0', 'TDFFR', '9f38c9eccc31f6b9da0541f99d68b301', '2014-08-23', 'adriannelundgren@mailcatch.com', '0', '', 'http://djane-candy.piranho.de/infusions/guest_book/guest_book.php', '', '', '', '2', '0', 'Junior Member', '0', '1408772178', '0', '1408772178', '1408775805', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-16-1973', '1973-01-16', '-1', '-1', '198.50.25.166', '0', '1', '', '0', '0', '-1', '0', '0', '\'0>DMmYi@^_^dPh/IBc4z,4^E3pZl49q}E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1008', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7675', '3', '', '0', 'MNIB', 'fe5766ea1022c68c1c3b68e0c60da222', '2014-08-23', 'marilynn-kozik6135@light.windowcletech.com', '0', '', 'http://gooogletech.com', '', '', '', '2', '0', 'Junior Member', '0', '1408777343', '0', '1408777343', '1408780431', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1974', '1974-06-23', '-1', '-1', '5.153.237.107', '0', '1', '', '0', '0', '-1', '0', '0', 'Dxo>IdP1)bVI/C7rXT>C9D#La@k1N|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7676', '3', '', '0', 'SKGR', '645c521169ad32adc0347598733b03dc', '2014-08-23', 'bryceplott@mailcatch.com', '0', '', 'http://vedicmathsvideos.blogspot.in', '', '', '', '2', '0', 'Junior Member', '0', '1408792037', '0', '1408792037', '1408799673', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-10-1975', '1975-05-10', '-1', '-1', '74.117.238.162', '0', '1', '', '0', '0', '-1', '0', '0', 'F0nK:E1LA]`{p+mxYc5M,2URFioE\\J[52WFiII~as\'*@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7684', '2', '', '0', 'NKuster', '11d534a820f2e4f2004cf67e7523a0eb', '2014-08-24', 'illustriouscomb654@outlook.com', '0', '', 'http://www.jobformas.ro/content/down-comforter-sets-are-fantastic-investment', '', '', '', '2', '0', 'Junior Member', '0', '1408881435', '0', '1408881435', '1408881801', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1974', '1974-06-25', '-1', '-1', '23.95.40.153', '0', '1', '', '0', '0', '-1', '0', '0', '-YCJ9Yb\"%-}AbCYQouo2?x2\'t7}pds', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7685', '2', '', '0', 'rutter1985', 'bbd68844b5cfa384d269ccdfc8babf74', '2014-08-24', 'tge.gamersuk@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408884788', '0', '1408886758', '1408888126', '1408888126', '2', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '92.22.84.2', '0', '1', '', '0', '0', '-1', '0', '0', '|}#|<=`*2Bz/MCQ{8xoboUX?jCh.1~', '', '0', '82584', '0', '0', '0', '0', '', '0', '0', '', '475', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7686', '3', '', '0', 'RSedgwick', 'c85fbb0a049d0eef861bf56959beeb9e', '2014-08-24', 'patriciahardin36@gmail.com', '0', '', 'https://www.youtube.com/watch?v=VncrjK9Ojgk', '', '', '', '2', '0', 'Junior Member', '0', '1408894003', '0', '1408894003', '1408901177', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-16-1976', '1976-12-16', '-1', '-1', '173.44.52.114', '0', '1', '', '0', '0', '-1', '0', '0', 'qL]Uw1d-]B.^*+gE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7689', '2', '', '0', 'WTrice', '88f47045125ca2e2fcfba173e702e69f', '2014-08-24', 'joshualyman79@gmail.com', '0', '', 'https://www.youtube.com/watch?v=VncrjK9Ojgk', '', '', '', '2', '0', 'Junior Member', '0', '1408905633', '0', '1408905633', '1408912833', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-27-1982', '1982-04-27', '-1', '-1', '23.239.199.207', '0', '1', '', '0', '0', '-1', '0', '0', 's(IBwhh%DESa#6`a+juPzp=cD<>|C)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7690', '2', '', '0', 'K6389', '7aa5d21115437fc1e9b32ca5dbdbdf85', '2014-08-24', 'annruffin20@gmail.com', '0', '', 'https://www.youtube.com/watch?v=VncrjK9Ojgk', '', '', '', '2', '0', 'Junior Member', '0', '1408905699', '0', '1408905699', '1408912877', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1979', '1979-09-22', '-1', '-1', '23.239.199.207', '0', '1', '', '0', '0', '-1', '0', '0', '9nOSLuZj>L+mRUYeZA,[zv=#EH1tF4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7691', '2', '', '0', 'ARUF', 'a91b90b593ad9aaa97731e84bdb5f3c3', '2014-08-24', 'johnnelson554@gmail.com', '0', '', 'https://www.youtube.com/watch?v=VncrjK9Ojgk', '', '', '', '2', '0', 'Junior Member', '0', '1408906446', '0', '1408920859', '1408935693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1985', '1985-09-22', '-1', '-1', '23.239.199.207', '0', '1', '', '0', '0', '-1', '0', '0', 'EL^tVq4G$fe7I0Ud~f3O7((3LTIj=|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7692', '2', '', '0', 'KMcGee', '2eaa44be1af3b84506ec91a7db81c3b6', '2014-08-24', 'saragonzalez580@gmail.com', '0', '', 'https://www.youtube.com/watch?v=VncrjK9Ojgk', '', '', '', '2', '0', 'Junior Member', '0', '1408919925', '0', '1408919925', '1408927100', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-23-1984', '1984-01-23', '-1', '-1', '192.161.185.49', '0', '1', '', '0', '0', '-1', '0', '0', '_,<;HSd#!F)7I1`>(GK3/;xf(ztHc%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7694', '2', '', '0', 'swily', 'a4e1b0017d860de3039765633ad9058f', '2014-08-25', 'liveoutlookk@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408960961', '0', '1408960961', '1408960961', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '154.68.33.138', '0', '1', '', '0', '0', '-1', '0', '0', 'V/h^`5W!.f]/F8\\y-Jx-W(:QlfW?%W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7693', '2', '', '0', 'merc64', '2d2e72ffc6d5ae38c838f14ac49ff84b', '2014-08-25', 'merc64@comcast.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408925593', '0', '1408925593', '1408926882', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '24.99.41.234', '0', '1', '', '0', '0', '-1', '0', '0', 'gEW0|EXD3w*WEcJWPFsz00cp`@JH{t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7695', '3', '', '0', 'V64W', 'dd0dbde854740d57ede3bed616d1a526', '2014-08-25', 'carsonheathershaw@mailcatch.com', '0', '', 'http://growtopiahack2014.blogspot.com/', '', '', '', '2', '0', 'Junior Member', '0', '1408966402', '0', '1408966402', '1408975168', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-30-1970', '1970-07-30', '-1', '-1', '23.247.173.140', '0', '1', '', '0', '0', '-1', '0', '0', 'lRt\"W&34h@K<519', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '336', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7697', '3', '', '0', 'bmileslittleay6500', '0a5f19a4acaa9f476735e4f684dcf791', '2014-08-25', 'bmileslittleay@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1408994145', '0', '1408994145', '1408994145', '0', '0', '10', '5', '5.75', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '223.87.63.79', '0', '1', '', '0', '0', '-1', '0', '0', 'p~G?juv,b}2w$1m_{y:r#(RTgCO{Rf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7698', '3', '', '0', 'A0742', 'edbae6b8acb6b427a2f594104cadd081', '2014-08-26', 'alinespowers1957@mailcatch.com', '0', '', 'http://rogermurquhart.blogspot.com/', '', '', '', '2', '0', 'Junior Member', '0', '1409010135', '0', '1409010135', '1409018062', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-18-1978', '1978-03-18', '-1', '-1', '198.50.251.236', '0', '1', '', '0', '0', '-1', '0', '0', 'g\':X^&hj*4?E:zCp-5QI:%&$|-,!@k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '104', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7699', '3', '', '0', 'HCarneal', 'a3589f36d85cd3f8adbf40d1cdcb70bd', '2014-08-26', 'denisemcfarlane@trash-mail.com', '0', '', 'http://wiki.fanaticleague.com/index.php?title=An_Antique_Vintage_Car_Is_Reliable', '', '', '', '2', '0', 'Junior Member', '0', '1409014992', '0', '1409014992', '1409021115', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-18-1973', '1973-09-18', '-1', '-1', '204.44.83.152', '0', '1', '', '0', '0', '-1', '0', '0', '\\7x](,-ZtT(\"`Fc8|zTWtV%/CZq%ic', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7700', '3', '', '0', 'ZKabu', '5dcded503e2619dcea88aca56a7a6969', '2014-08-26', 'winstongrimshaw689@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=tBHuqhYBEl0', '', '', '', '2', '0', 'Junior Member', '0', '1409057032', '0', '1409057032', '1409059011', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-14-1984', '1984-03-14', '-1', '-1', '155.94.132.125', '0', '1', '', '0', '0', '-1', '0', '0', '.Ymrr**!a^vlO>>3&>5Na(dG4F>kD{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7701', '2', '', '0', 'P0977', 'ce2b08aa7676565b0e5eb506155f16bf', '2014-08-26', 'waterman1843@gmail.com', '0', '', 'http://Video.eduonline.tv/profile.php?u=CaCattanac', '', '', '', '2', '0', 'Junior Member', '0', '1409057157', '0', '1409057157', '1409057531', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-26-1975', '1975-01-26', '-1', '-1', '23.108.18.131', '0', '1', '', '0', '0', '-1', '0', '0', 'z82FoE$}kOZA]le\\BNj)TMQ:!&$|=~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7702', '3', '', '0', 'OJAM', 'f5d6217f68ef5cf39289f3894ba6bcca', '2014-08-26', 'cowardlykey322@outlook.com', '0', '', 'http://chameleon.Startsocialnetwork.org/blogs_post.php?id=101', '', '', '', '2', '0', 'Junior Member', '0', '1409059056', '0', '1409059056', '1409061358', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-17-1985', '1985-11-17', '-1', '-1', '167.160.107.200', '0', '1', '', '0', '0', '-1', '0', '0', 'G{TMA`g?c`x}?R[rf>lnZPTf(HxjWX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7703', '3', '', '0', 'LTrotman', '09696206e55e07e6bc6f47acfd4c2f2b', '2014-08-26', 'luigi.trotman2716@dev.windowcletech.com', '0', '', 'http://gooogletech.com', '', '', '', '2', '0', 'Junior Member', '0', '1409068170', '0', '1409068170', '1409070863', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-18-1979', '1979-02-18', '-1', '-1', '91.121.238.67', '0', '1', '', '0', '0', '-1', '0', '0', 'IIUB9*{?;X/A}BPO)A%\"kNM+m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7704', '3', '', '0', 'JOWJ', 'ab83ce82e632ec8d88a94237e0639399', '2014-08-27', 'annettdeboos@mailcatch.com', '0', '', 'http://putonyourdollface.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1409095363', '0', '1417715756', '1417717665', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-24-1985', '1985-04-24', '-1', '-1', '192.3.166.229', '0', '1', '', '0', '0', '-1', '0', '0', 'T4qKB3dmz**/z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '287', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7708', '2', '', '0', 'C8204', '9304d7a3cc054e628daa718240523227', '2014-08-27', 'delisle1888@gmail.com', '0', '', 'http://linux268.php.xdomain.jp/profile/jubeatty', '', '', '', '2', '0', 'Junior Member', '0', '1409113640', '0', '1409113640', '1409113986', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-18-1971', '1971-03-18', '-1', '-1', '23.106.247.31', '0', '1', '', '0', '0', '-1', '0', '0', 'O>FWb0WJl8+*Rg?Y#%=UV;R`\"q_k:5&N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7713', '3', '', '0', 'AKEK', 'b3e6b22691b7071cd1ece847f61f7f3b', '2014-08-27', 'melinarios5217@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=eWPiGEP-YsI', '', '', '', '2', '0', 'Junior Member', '0', '1409177083', '0', '1409184437', '1409191694', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-20-1977', '1977-08-20', '-1', '-1', '155.94.136.32', '0', '1', '', '0', '0', '-1', '0', '0', 'U>*rV\"k{.TSWx-rd[w\\fmB9Y]7Pa-a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7714', '8', '', '0', 'WHanigan', 'fa4b1d34c1c34ce122e75ecc5b842fd7', '2014-08-28', 'greedyoranges422@outlook.com', '0', '', 'http://www.cambridge.womansearch.net/member/83330/blog/view/235551/', '', '', '', '2', '0', 'Banned', '0', '1409181265', '0', '1409181265', '1409181593', '1409181592', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-05-1971', '1971-07-05', '-1', '-1', '167.160.107.184', '0', '1', '', '0', '0', '-1', '0', '0', '%n39fJ\'@s#No%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7718', '3', '', '0', 'PIqe', '67bd60112bf8f961d9d0301422eed249', '2014-08-28', 'dingilloaufg@outlook.com', '0', '', 'http://www.hack-free.com/red-crucible-2-hack-works/', '', '', '', '2', '0', 'Junior Member', '0', '1409209550', '0', '1409209550', '1409211664', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-02-1978', '1978-09-02', '-1', '-1', '142.4.193.226', '0', '1', '', '0', '0', '-1', '0', '0', 'sy;Y>zxx(2^eV_)%+YPmV=h:-[RT=3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7719', '3', '', '0', 'MJ51', 'e6615c95a44c7b010cb2369d5effc10b', '2014-08-28', 'floridabourgeois@mailcatch.com', '0', '', 'https://www.youtube.com/channel/UCglca9hg_lnKEjiEn6R_Hkw', '', '', '', '2', '0', 'Junior Member', '0', '1409212503', '0', '1409212503', '1409219742', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-22-1978', '1978-12-22', '-1', '-1', '155.94.136.32', '0', '1', '', '0', '0', '-1', '0', '0', 's-W}k1N72o5*{/EGl|V\'H%{O>@I]5)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7720', '3', '', '0', 'JAOVK', '2ee867aebbfa95737513aa9577519515', '2014-08-28', 'deweybrewis@trash-mail.com', '0', '', 'https://www.facebook.com/RoyalRevolt2HackGems', '', '', '', '2', '0', 'Junior Member', '0', '1409213930', '0', '1409213930', '1409216084', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-27-1971', '1971-01-27', '-1', '-1', '198.23.234.37', '0', '1', '', '0', '0', '-1', '0', '0', 'gLy~H2N1&oC0kzj&?sq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7721', '3', '', '0', 'M4452', '2331b8cef94ba7830ce90ba367944b8b', '2014-08-28', 'selmabayne@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409225910', '0', '1409225910', '1409225910', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.112.243', '0', '1', '', '0', '0', '-1', '0', '0', '`\"vRg1#,5\"Ly&j`{Y|rR6:KYRbBk&M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7722', '3', '', '0', 'SHwang', '2558252f2477cbf2636f04a5c3ea3acc', '2014-08-28', 'claudettetheodor@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=N-TzL01Ox_o', '', '', '', '2', '0', 'Junior Member', '0', '1409238111', '0', '1409238111', '1409240019', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-22-1970', '1970-11-22', '-1', '-1', '107.181.78.29', '0', '1', '', '0', '0', '-1', '0', '0', 'I-6T.&~W,M1R\\}qzUtVv0;/DPq5r-3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7723', '3', '', '0', 'LROSE', '824593bdda652f94b6eeb5b5f57c4b21', '2014-08-28', 'bobyewen@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=N-TzL01Ox_o', '', '', '', '2', '0', 'Junior Member', '0', '1409240102', '0', '1409240102', '1409242323', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-15-1978', '1978-01-15', '-1', '-1', '23.94.23.81', '0', '1', '', '0', '0', '-1', '0', '0', 'S^4ztjo^wcE^m5\\G+L7c}KNG@>a;R{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7724', '3', '', '0', 'YZ68', '95caa7f588ac9c23e8e93fac4648458b', '2014-08-28', 'jonellemowle@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409240207', '0', '1409240207', '1409240207', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.23.81', '0', '1', '', '0', '0', '-1', '0', '0', '/iTgaU!Cik%()k6/wpJCr~S*zdI:MuK=l?{c~Gqv\\73nw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7731', '3', '', '0', 'MHzl', '69bf6b938d55c72db8ad93728ede2541', '2014-08-29', 'rebekahsoria@mailcatch.com', '0', '', 'http://www.giessen-volleyball.de/woltlab_gsv/wbb/index.php?page=User&userID=1914', '', '', '', '2', '0', 'Junior Member', '0', '1409283052', '0', '1409283052', '1409285296', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-06-1974', '1974-11-06', '-1', '-1', '107.155.116.56', '0', '1', '', '0', '0', '-1', '0', '0', 'XOioD?y!ER;Vu?sv/!MCE0%U)w$-5r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7732', '2', '', '0', 'kozzykc', '1e6a5a94de53f42881cd6b598b82ece6', '2014-08-29', 'imarcello.savino@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409283161', '0', '1409283369', '1417493050', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.193.241.176', '0', '1', '', '0', '0', '-1', '0', '0', 'o!%|/Aoew04ylOt$F@OF+r\\\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7733', '3', '', '0', 'MFJT', 'ae215ac2b34031a174e4a1d5f9cb28e2', '2014-08-29', 'adolfogreenup@mailcatch.com', '0', '', 'http://forum.theprojectsworld.com/index.php?action=profile&u=311341', '', '', '', '2', '0', 'Junior Member', '0', '1409285621', '0', '1409285621', '1409287845', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-19-1985', '1985-10-19', '-1', '-1', '107.181.78.29', '0', '1', '', '0', '0', '-1', '0', '0', 'U2Ke(!T#0a\'9\\*`ED=F?f?,5#c=d#ft1mOS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7745', '3', '', '0', 'JCosgrove', 'a69d3003bfa95d60cf2e0a49651fb32e', '2014-08-30', 'carenwashburn1763@mailcatch.com', '0', '', 'http://www.13d5ds435df4s11d3s3.com', '', '', '', '2', '0', 'Junior Member', '0', '1409361355', '0', '1409361355', '1409405654', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-30-1970', '1970-01-30', '-1', '-1', '155.94.128.20', '0', '1', '', '0', '0', '-1', '0', '0', ')1+HpSp\"DR2Sa2I-Hp0)U@CE6r6yf+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7746', '3', '', '0', 'R4994', '75c09962aa9d86cdd6fbe864fe895bb6', '2014-08-30', 'gerardocattanach@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=IqyMEpLOO0s', '', '', '', '2', '0', 'Junior Member', '0', '1409376614', '0', '1409376614', '1409383802', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-11-1985', '1985-02-11', '-1', '-1', '72.46.156.100', '0', '1', '', '0', '0', '-1', '0', '0', '+U>Tll0=4;*LFfV0k.#AZh#\"%oft,s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7747', '3', '', '0', 'EUfc', 'a849ea80bb685f8a3a3b7c1c7bc4edca', '2014-08-30', 'lydiapuglisi9972@mailcatch.com', '0', '', 'http://arcadeworld.at/profile/butyler', '', '', '', '2', '0', 'Junior Member', '0', '1409378808', '0', '1409378808', '1409380802', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1982', '1982-05-13', '-1', '-1', '42.116.137.51', '0', '1', '', '0', '0', '-1', '0', '0', 'x4?a`:x{Hvd6ushUfZDE:)Mg~Sk[/6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7748', '2', '', '0', 'XStradbro', 'bbb5160b7c18bf3b98528fc1a219411a', '2014-08-30', 'bradleymacleanur@aol.com', '0', '', 'http://www.jlmobile.net/support/2012/11/05/flat-rate-shipping/', '', '', '', '2', '0', 'Junior Member', '0', '1409396170', '0', '1409396170', '1409397057', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-07-1981', '1981-07-07', '-1', '-1', '198.50.25.222', '0', '1', '', '0', '0', '-1', '0', '0', 'hYj-8PTk]I-jSLcn-}A*|oT~x;{2w0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7749', '2', '', '0', 'WLindberg', '8dd125255270bc178839d83944d98aa2', '2014-08-30', 'feignedthumb192@outlook.com', '0', '', 'http://Deshistoiredesexe.com/?p=559004', '', '', '', '2', '0', 'Junior Member', '0', '1409401917', '0', '1409401917', '1409402639', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-28-1981', '1981-10-28', '-1', '-1', '192.230.61.6', '0', '1', '', '0', '0', '-1', '0', '0', 'GddMxX5i*\'XiO[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7752', '3', '', '0', 'HXHO', '7c995c305a5e273a8c698abbeeaddb20', '2014-08-30', 'tommiedalrymple@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=1rdj79CmHh0', '', '', '', '2', '0', 'Junior Member', '0', '1409423746', '0', '1409423746', '1409430903', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-10-1984', '1984-06-10', '-1', '-1', '190.206.241.61', '0', '1', '', '0', '0', '-1', '0', '0', 'iw;7eif+FF]Uat+iMz4(552?L\"G>2w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7753', '2', '', '0', 'Grey Matter', '036c38de3bc3741346a2f7640f967af6', '2014-08-30', 'greymatter-@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409426855', '0', '1409426855', '1409427071', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.244.90.56', '0', '1', '', '0', '0', '-1', '0', '0', '!`:ZO#_]1m0Ml:9(wt`7#Ng-aBaQsL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7754', '3', '', '0', 'J6961', 'bd69fc868f5fd2b2644d4166e3d65650', '2014-08-30', 'mlrgrtl.tk28.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409437455', '0', '1409437455', '1409437455', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.84.173', '0', '1', '', '0', '0', '-1', '0', '0', 'ce5~2D;lw2p#|IDZ`9w-*i>DHN_OXO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7755', '8', '', '0', 'RJhe', 'f08753be0d36407c0c61acb98e661ba3', '2014-08-30', 'fasthouses661@outlook.com', '0', '', 'http://phukiengiare.com/phu-kien-theo-cac-dong-may/phu-kien-apple/ipad-4.html', '', '', '', '2', '0', 'Banned', '0', '1409437653', '0', '1409437653', '1409438075', '1409438073', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-13-1975', '1975-12-13', '-1', '-1', '167.160.107.200', '0', '1', '', '0', '0', '-1', '0', '0', 'LF(@//#v3G?&Yn|=c,i\"+fQ/U]fs<_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7756', '3', '', '0', 'RRBT', '4fee81f86f9258631a5037180fdca81e', '2014-08-31', 'mlrgrt.lt.k2.88@gmail.com', '0', '', 'http://www.youtube.com/watch?v=Fa7T_YAC7zo', '', '', '', '2', '0', 'Junior Member', '0', '1409443467', '0', '1409443467', '1409443765', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-06-1981', '1981-07-06', '-1', '-1', '69.12.84.144', '0', '1', '', '0', '0', '-1', '0', '0', 'O7g.J[fCwul04`%FUgZvJ}W1DJ~,.C7h*t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '134', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7758', '2', '', '0', 'WReymond', 'bec6645e5aa448d370ef8ddf6a6fe163', '2014-08-31', 'wileyreymond@chrfor.email4edu.com', '0', '', 'http://mediationfairandsquare.com/UserProfile/tabid/43/userId/48729/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1409449599', '0', '1409449599', '1409453143', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-28-1979', '1979-11-28', '-1', '-1', '209.161.103.127', '0', '1', '', '0', '0', '-1', '0', '0', ',{XmnID20V_V4U1.P[j@AJ]-4}4]{?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '351', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7759', '2', '', '0', 'D4667', '5c4ac3fc09536722116efbc8e96c3c9c', '2014-08-31', 'donkorff@chrfor.email4edu.com', '0', '', 'http://www.masthe.com/profile.php?u=CaMairinge', '', '', '', '2', '0', 'Junior Member', '0', '1409458048', '0', '1409458048', '1409518199', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-04-1975', '1975-12-04', '-1', '-1', '192.99.115.128', '0', '1', '', '0', '0', '-1', '0', '0', 'l=UU*1vUl{gm?;m3q\"7S-bnrE~P.jI7uLM;aPG;[\'>TdURFONc[G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7770', '3', '', '0', 'SMenkens', 'c2964325a23e824b5ea6c3df89d3b182', '2014-08-31', 'susannamenkens@chrfor.email4edu.com', '0', '', 'http://beauty.thuvienbao.com/profile.php?u=LeGibney', '', '', '', '2', '0', 'Junior Member', '0', '1409520588', '0', '1409520588', '1409541137', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1982', '1982-03-27', '-1', '-1', '209.161.96.250', '0', '1', '', '0', '0', '-1', '0', '0', '*<72E&G%\'p@p`[xaayiiUYLDO@O\\Ng', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '282', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7771', '3', '', '0', 'URobert', '25abfa4741495f3e6303e47190def8dc', '2014-08-31', 'heikelund601@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409525347', '0', '1409525347', '1409533492', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', '{+j,O$=~jqCDf;J0~VcZGvBWb36^]~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7772', '3', '', '0', 'BTDK', 'e7dfa93a0018c4db842ed0f7c7d70fb7', '2014-09-01', 'jerrihipple@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=iUzzhAbdWLM', '', '', '', '2', '0', 'Junior Member', '0', '1409529235', '0', '1409529235', '1409536429', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-27-1982', '1982-09-27', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'C-X)UC*&.*MNsax@6E#Xl[Prl61Hye', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7773', '3', '', '0', 'FCoronado', '823c704d4ffafb7e5d5a4640ab246754', '2014-09-01', 'kandisselleck2567@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=6_swBWcb7j0', '', '', '', '2', '0', 'Junior Member', '0', '1409565667', '0', '1409565667', '1409567911', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-31-1974', '1974-03-31', '-1', '-1', '155.94.138.214', '0', '1', '', '0', '0', '-1', '0', '0', 'V%P\"?V)0#~uRS,m|`}/~S3/<9Yb%\\S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7774', '3', '', '0', 'OSGEW', 'b78b14ba353a0324cec013a8c13928bf', '2014-09-01', 'owen-dethridge@escholcreations.com', '0', '', 'https://www.youtube.com/watch?v=6E4z52dxMlM', '', '', '', '2', '0', 'Junior Member', '0', '1409574305', '0', '1409574305', '1409576981', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1980', '1980-01-01', '-1', '-1', '217.78.1.3', '0', '1', '', '0', '0', '-1', '0', '0', '],~Q-(#Y,Eo,9V[8fRf\'#vZfz\\`+mN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7775', '2', '', '0', 'emohawke', '0b736d46ec677c9fc2d182b96d092b7c', '2014-09-01', 'atdaine@gmail.com', '0', '', '', '', '', '', '2', '1', 'Junior Member', '0', '1409579468', '0', '1420473327', '1422466341', '1412761623', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-24-1995', '1995-08-24', '-1', '-1', '82.132.212.27', '0', '1', '', '0', '0', '-1', '0', '0', 'e.0qWJEG~w2#5?]u!uZeG`Mq^B{3pp', '', '0', '82714', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7776', '3', '', '0', 'DBatt', '8471b48530d7537ebe83ab8b1ff51a3d', '2014-09-01', 'oliverspaull@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=lLVTSUw-5Qc', '', '', '', '2', '0', 'Junior Member', '0', '1409579841', '0', '1409579841', '1409587656', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-24-1975', '1975-11-24', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'U\'^Kb[sQZEows5>v1\"lnqZfVhuAo(fi{C)nvF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5037', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7779', '3', '', '0', 'AShick', 'ffc5936ed8548356d610cd565e627ffa', '2014-09-01', 'kayleigheichelberger@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=LnNAo-F2XVs', '', '', '', '2', '0', 'Junior Member', '0', '1409588574', '0', '1409588574', '1409595816', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-26-1976', '1976-11-26', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'sT4]2Y-s#_3iGOC>YQt[,p\'E!O\"%LU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7780', '3', '', '0', 'QIOG', 'f1da1fd727e2da8e453fc74010d8fa64', '2014-09-01', 'aliciasaragosa1871@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=EdCzk4F2Y_o', '', '', '', '2', '0', 'Junior Member', '0', '1409590125', '0', '1409590125', '1409597300', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-09-1974', '1974-10-09', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', '$VxD71|-H&uEg^r7]H|Oij[weGb;Q-OY{o{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7807', '3', '', '0', 'GZIH', 'fc07ce5da22e3698ed2f3c171afb20f1', '2014-09-03', 'eduard2ocamp4682@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=OE6m2I7WdVU', '', '', '', '2', '0', 'Junior Member', '0', '1409715515', '0', '1409715515', '1409717647', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-29-1972', '1972-04-29', '-1', '-1', '66.171.228.40', '0', '1', '', '0', '0', '-1', '0', '0', ']%@*E*XKMLsGr!7>b`_$!$G|C>At0U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7808', '3', '', '0', 'L0089', '1463d33e9e39b28631737d2304a9860d', '2014-09-03', 'aleja3ndrahowarth7905@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=OE6m2I7WdVU', '', '', '', '2', '0', 'Junior Member', '0', '1409717694', '0', '1409717694', '1409719626', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-13-1978', '1978-11-13', '-1', '-1', '66.171.228.40', '0', '1', '', '0', '0', '-1', '0', '0', 'MB:LxsuWJKpJ}f>v.XtzdO2fJg0XjR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7809', '3', '', '0', 'RMullis', '17897c473c9fe487769b5515804a7bf4', '2014-09-03', 'michals2uarez8735@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=OE6m2I7WdVU', '', '', '', '2', '0', 'Junior Member', '0', '1409720623', '0', '1409720623', '1409722940', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-11-1978', '1978-09-11', '-1', '-1', '66.171.228.40', '0', '1', '', '0', '0', '-1', '0', '0', 'vu^|*db~8h^9?9pS4%I]Gr4G#CQ@&*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7810', '3', '', '0', 'CHearing', 'd54f1c33186e9a26fa80b263e83d04d5', '2014-09-03', 'collen_hearing968@support.excelblog.info', '0', '', 'http://www.5171.cn/member/space.php?uid=214763&do=blog&id=196418', '', '', '', '2', '0', 'Junior Member', '0', '1409722534', '0', '1409722534', '1409726383', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-19-1974', '1974-04-19', '-1', '-1', '91.108.182.100', '0', '1', '', '0', '0', '-1', '0', '0', '~^,};96lw`L]v$`\"4`4\"C>I%Wo+7?g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7812', '3', '', '0', 'USorrell', '85b13b1f95c3ff982ef3efbc3b75e65e', '2014-09-03', 'majorprerauer1977@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=AQeibHH-y0k', '', '', '', '2', '0', 'Junior Member', '0', '1409730051', '0', '1409730051', '1409737223', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-09-1977', '1977-06-09', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'FPBqJ0(+2fJ*DAa,[,$,%@o0!+I`li', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7815', '3', '', '0', 'LPARI', '3da78bbdba21b079f89c1243c0779b66', '2014-09-03', 'franklynbuddicom9963@mailcatch.com', '0', '', 'http://www.games2gather.com/profile/advonstieg', '', '', '', '2', '0', 'Junior Member', '0', '1409779981', '0', '1409779981', '1409781961', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-10-1979', '1979-05-10', '-1', '-1', '46.99.43.245', '0', '1', '', '0', '0', '-1', '0', '0', ',yHtr#2AF;\'s)f8F1;9l!*wi#dFFg^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7813', '3', '', '0', 'RNbv', '083c33c3e493a416f37142c7075e30e0', '2014-09-03', 'marcelavarner2838@mailcatch.com', '0', '', 'http://haydaycheats0.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1409764990', '0', '1409764990', '1409768257', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1973', '1973-06-15', '-1', '-1', '46.99.63.116', '0', '1', '', '0', '0', '-1', '0', '0', '24Ys93TCMd^Yf]}{)_>dobY+^m,JVa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7814', '2', '', '0', 'E2345', 'e9c2123c0026294535ca541f3ec016a0', '2014-09-03', 'rakeswhdbsqaa@outlook.com', '0', '', 'http://csihiddencrimeshackedapk.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1409768806', '0', '1409768806', '1409769311', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-23-1973', '1973-01-23', '-1', '-1', '192.99.116.209', '0', '1', '', '0', '0', '-1', '0', '0', '8o;O\\}+XQf9hQ!gif:?xNpMdr-,Ex|g.oa(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7818', '3', '', '0', 'JRZWX', '6be7fa180be61be170525f5a88740970', '2014-09-04', 'merleloyd7617@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=WbXDDaARFNU', '', '', '', '2', '0', 'Junior Member', '0', '1409790483', '0', '1409790483', '1409797757', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-14-1979', '1979-01-14', '-1', '-1', '76.74.205.170', '0', '1', '', '0', '0', '-1', '0', '0', 'P>[*6+PVXSMf39)@wVw:yH{x4IU1j^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7819', '2', '', '0', 'IBurleson', '26b23d84c8da84b8521918fe5de22dc7', '2014-09-04', 'parcia1807@gmail.com', '0', '', 'http://snakzstock.com/dressup4ever/profile/691961/JeYzk.html', '', '', '', '2', '0', 'Junior Member', '0', '1409792917', '0', '1409792917', '1409793065', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-30-1976', '1976-12-30', '-1', '-1', '23.106.247.249', '0', '1', '', '0', '0', '-1', '0', '0', 'F[o$(]INc198:\"/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7820', '3', '', '0', 'GF16', 'da2740f52b9666cf262c1fda2e2b2aed', '2014-09-04', 'rudydeamer@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=WbXDDaARFNU', '', '', '', '2', '0', 'Junior Member', '0', '1409793757', '0', '1409793757', '1409804239', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-25-1975', '1975-02-25', '-1', '-1', '23.232.148.6', '0', '1', '', '0', '0', '-1', '0', '0', '4DDxhRp,lh7),KkCU6vx\\yt|]SR4P:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7821', '3', '', '0', 'SHoeft', '6793f3021850173ed11aaa08257d2462', '2014-09-04', 'roseannmccormack@mailcatch.com', '0', '', 'http://dinohunterdeadlyshoreshack.net/', '', '', '', '2', '0', 'Junior Member', '0', '1409796045', '0', '1409796045', '1409803204', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1972', '1972-10-21', '-1', '-1', '167.160.99.140', '0', '1', '', '0', '0', '-1', '0', '0', 'nx_W\\eQ|J\"M_W\\e[ipfxaub$m*`5Z-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7874', '3', '', '0', 'HBobbitt', '5d6ab468e16fb6e6666d93e0d03f27c7', '2014-09-07', 'rolandgoffage7803@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=EM4NDankw9g', '', '', '', '2', '0', 'Junior Member', '0', '1410122566', '0', '1410122566', '1410129799', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-25-1970', '1970-03-25', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', '\\Gx_D[m6cEPZ&$reK_-#8Z2Mw\"85&@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7822', '3', '', '0', 'AQJCN', 'c5ff78bc3dfec5fe94706cd4ed1fd60b', '2014-09-04', 'brooksmelocco1008@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=R8Pu9FvudYE', '', '', '', '2', '0', 'Junior Member', '0', '1409811031', '0', '1409811031', '1409833597', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-24-1978', '1978-03-24', '-1', '-1', '192.77.254.237', '0', '1', '', '0', '0', '-1', '0', '0', 'paW:_n6jc7\'2JMK(}dSU.MM`*ia.f3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '244', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7823', '3', '', '0', 'WYCZV', 'a6295db9df5565d0fd00eb78494c6a9d', '2014-09-04', 'evagreco@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=2UotUnBuzgU', '', '', '', '2', '0', 'Junior Member', '0', '1409812059', '0', '1409812059', '1409819439', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-27-1979', '1979-04-27', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'Sv5J_:bQx7guyFX_]@(wryVo:j~qX~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '248', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8426', '3', '', '0', 'MJTS', '02ab32f79179e26e510ae2099b54c2fc', '2014-10-07', 'nastyearnings4rr54e@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412720517', '0', '1412720517', '1412722726', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.68.97', '0', '1', '', '0', '0', '-1', '0', '0', '_cD(MfyCpMLU\\|JNSiE3uNk:suI9JW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7824', '2', '', '0', 'freke', '01cad94dd13258a942a753ee1678f944', '2014-09-04', 'fbm.nrk@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409835576', '0', '1409838397', '1409839389', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '90.225.38.66', '0', '1', '', '0', '0', '-1', '0', '0', ':6j{oD}3nliYABww4CYj\'^\'tTxPj+>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7825', '3', '', '0', 'RYvj', '1949d935cac9a6c326e41335619508ed', '2014-09-04', 'tidezevx@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409847785', '0', '1409847785', '1409847785', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.74.170', '0', '1', '', '0', '0', '-1', '0', '0', 'CO)KJ[W^B)@F`hIm>oXzM7Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7827', '3', '', '0', 'LXVHO', '321b79b58c9fd0841196e7428625cbe7', '2014-09-04', 'emelygowrie9368@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409857867', '0', '1409857867', '1409857867', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.90.96', '0', '1', '', '0', '0', '-1', '0', '0', 'E)J]~ymi%**z7@bZoMN[S3oRP6.J^Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7828', '3', '', '0', 'KHJF', '85aa131c1cba15aa8c72931cd5fa9dc6', '2014-09-05', 'france_dostie@ezdiets.in', '0', '', 'http://m3m.in/tu/ubk', '', '', '', '2', '0', 'Junior Member', '0', '1409878171', '0', '1409878171', '1409886395', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-21-1978', '1978-05-21', '-1', '-1', '50.31.105.82', '0', '1', '', '0', '0', '-1', '0', '0', 'G:fh}Nhp#09WR4;JbwuEa0TR|+8~TB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7829', '3', '', '0', 'U3086', 'a09da512b1850b408c5fb760898557e2', '2014-09-05', 'majorboreham5597@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=EdCzk4F2Y_o', '', '', '', '2', '0', 'Junior Member', '0', '1409878448', '0', '1409878448', '1409885604', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-03-1972', '1972-12-03', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'H5_[^)8y\\&C$d`=ajS:7AeN:j3Zfu.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '237', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7830', '3', '', '0', 'SQ56', '205faff223ba0a10f082c2226e732a7e', '2014-09-05', 'lannyhelmore@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=EM4NDankw9g', '', '', '', '2', '0', 'Junior Member', '0', '1409878603', '0', '1409878603', '1409885810', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-29-1983', '1983-11-29', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'o(]U8*1vkI%P!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7832', '3', '', '0', 'SK28', 'c72bf3ab94b55ae8a8dcd6fca5f5064d', '2014-09-05', 'luciananicolay@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=AQeibHH-y0k', '', '', '', '2', '0', 'Junior Member', '0', '1409904588', '0', '1409904588', '1409911818', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-20-1978', '1978-12-20', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'mx\\wE_sk3tK=m4`H>MbG=MZXO?5B\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7836', '2', '', '0', 'M2019', 'f4b7741aecde6cf81f5c05643dc2e12f', '2014-09-05', 'lingtdukolb@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409921206', '0', '1409921206', '1409921206', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.64.185', '0', '1', '', '0', '0', '-1', '0', '0', '}yk(k0C_.i/S,vV0R`-Zoh8f&nxX1[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7837', '3', '', '0', 'WKSV', 'ceef58b11265eaf932c177d28cddd55c', '2014-09-05', 'jacksonbrownlow5570@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=n3tC8HjWZJQ', '', '', '', '2', '0', 'Junior Member', '0', '1409925442', '0', '1409925442', '1409932639', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-21-1976', '1976-09-21', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'K_rFSpALw1x6P9Fup8>J20`]Yvoo~\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7838', '3', '', '0', 'EPoska', 'b81cff35b296230ea23d4c36954803bb', '2014-09-05', 'emory_poska8419@excelblog.windowcletech.com', '0', '', 'http://wallinside.com/post-32712043-the-greatest-guide-to-uk-organic-e-liquid-.html', '', '', '', '2', '0', 'Junior Member', '0', '1409932164', '0', '1409932164', '1409940084', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-01-1972', '1972-06-01', '-1', '-1', '5.153.237.114', '0', '1', '', '0', '0', '-1', '0', '0', '!:MV}?=DPbH~@IzQM@1IJnmhB0\\^mt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7839', '3', '', '0', 'ERVW', '00b75c6b786d49acaf6451adc44775b3', '2014-09-05', 'tihunuvav@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409937140', '0', '1409937140', '1409937140', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.143.242.46', '0', '1', '', '0', '0', '-1', '0', '0', 'oL{>ZxZ(VW\\nh\\3ATXbhGy>A\\hCB+m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7840', '3', '', '0', 'HPence', '20094c5d6fefe61bf9f2122208aa133e', '2014-09-05', 'woodrowfenton@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409937681', '0', '1409937681', '1409944861', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.60.19', '0', '1', '', '0', '0', '-1', '0', '0', '1Nrd$`GEoe0S2erQt_&Q%R!aT+[OI$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7841', '3', '', '0', 'TS25', 'fe225dfefae7df5f352aaf98a49aaf5d', '2014-09-05', 'wallacepellegrino@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=vmsG-zRJh4o', '', '', '', '2', '0', 'Junior Member', '0', '1409953102', '0', '1409953102', '1409960344', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-07-1977', '1977-03-07', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'u71Y5mC\"F0cV\"\\G\'4t!1c82[-pqQmO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7842', '3', '', '0', 'LQjn', '2434093ca3a57983f0ac182a7dacef8c', '2014-09-05', 'victormatamoros@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=WbXDDaARFNU', '', '', '', '2', '0', 'Junior Member', '0', '1409954083', '0', '1409954083', '1409962421', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-25-1971', '1971-10-25', '-1', '-1', '69.12.77.23', '0', '1', '', '0', '0', '-1', '0', '0', 'aRn,V)c8:Hso)@9)(EE[ni1Bo>hmxS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7843', '3', '', '0', 'WEchols', '08b9959588b06d2fc5f876e65268773a', '2014-09-06', 'bellafontenot5394@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409968610', '0', '1409968610', '1409970461', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '130.255.188.15', '0', '1', '', '0', '0', '-1', '0', '0', '*C^-^LwZ[4treSA}oR[%!]G@gm.&7F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7868', '2', '', '0', 'JNLZI', '705df1608a59ea365c318d8524d5f7e8', '2014-09-07', 'c@app-hacks.net', '0', '', 'http://jeune-homme.fr', '', '', '', '2', '0', 'Junior Member', '0', '1410103531', '0', '1410103531', '1410105008', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-22-1981', '1981-06-22', '-1', '-1', '23.94.23.124', '0', '1', '', '0', '0', '-1', '0', '0', '^~$!x;m#r\\Y8%p84v.pJ`hWo~\"^SPX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7844', '3', '', '0', 'NBSE', 'a0df5b9c517e9a21d08510ffdc64835a', '2014-09-06', 'willienicholas@mailcatch.com', '0', '', 'http://www.articlesfactory.com/articles/technology/things-to-do-before-you-buy-led-light-bulbs.html', '', '', '', '2', '0', 'Junior Member', '0', '1409975338', '0', '1409975338', '1409977810', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-07-1979', '1979-07-07', '-1', '-1', '42.116.137.4', '0', '1', '', '0', '0', '-1', '0', '0', ']PgZp@x7hq\"QyGZ(2odp8@aRvDsE}~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3774', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7845', '3', '', '0', 'DM92', 'e3459158a2fdc5503138df4ecaf940e3', '2014-09-06', 'lillieteichelmann@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=_WKh7H1ljqo', '', '', '', '2', '0', 'Junior Member', '0', '1409978721', '0', '1409978721', '1409985921', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-27-1980', '1980-07-27', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'mp\\lXe{r-GvZwKo!~vDQ51q9I4@=`6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7846', '3', '', '0', 'S13C', '8e58b8dfbfcdba4244637607a3168013', '2014-09-06', 'alenamonette1859@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=Bv7usKmvSSE', '', '', '', '2', '0', 'Junior Member', '0', '1409988762', '0', '1409988762', '1409995980', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-27-1981', '1981-10-27', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'h;W]R4zP\"P23Jt/*|/4ye\'@ybjM9h}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7847', '3', '', '0', 'R9758', 'c0054275798db9e839b76ebb08e485d6', '2014-09-06', 'latoshacoughlin764@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1409995107', '0', '1409995107', '1409997581', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.171.52.45', '0', '1', '', '0', '0', '-1', '0', '0', 'k^\"(GNk4+(*@_Y`aqHI#&NdE\'y#v0O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7848', '3', '', '0', 'GWoolner', 'b31a5984f9e828ecbd17936c6a149ba2', '2014-09-06', 'zitamacneil6685@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=pOhnwMJERu4', '', '', '', '2', '0', 'Junior Member', '0', '1410007895', '0', '1410007895', '1410015253', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-25-1983', '1983-02-25', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'V#b%0_B.GlaM-%tCbw{#>8!tW?TQ0h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7849', '2', '', '0', 'DBRF', '44618dbc02a3d2372cb87af65d6cf6cf', '2014-09-06', 'manabwdqzp@outlook.com', '0', '', 'http://nuvem.tk/altergalactica/CharlieaRivettgx', '', '', '', '2', '0', 'Junior Member', '0', '1410014514', '0', '1410014514', '1410014861', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-13-1980', '1980-10-13', '-1', '-1', '198.23.216.219', '0', '1', '', '0', '0', '-1', '0', '0', 'if1\\7l\'g_L}?P`n%+%g98Y8np%d&5^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7850', '8', '', '0', 'GLado', 'dcf38fe210a5f940075be7b8eedfc1e1', '2014-09-06', 'genoveva.lado177@support.excelblog.info', '0', '', 'http://papdt.taylorpond.com/groups/e-cigarettes-from-south-beach-smoke-is-the-perfect-match-for-smok', '', '', '', '2', '0', 'Banned', '0', '1410020227', '0', '1410020227', '1410023854', '1410023849', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1973', '1973-05-07', '-1', '-1', '91.121.56.2', '0', '1', '', '0', '0', '-1', '0', '0', 'g0d`@h\\8?.h?}TGEG&=Bu.l/Uu\"erV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7851', '3', '', '0', 'IArreola', '5363091ea3e07240405211fa72e3a198', '2014-09-06', 'annmariemettler@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=_WKh7H1ljqo', '', '', '', '2', '0', 'Junior Member', '0', '1410024402', '0', '1410024402', '1410031581', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-26-1974', '1974-10-26', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'H/luuogu7i.E$o2M2$0M1|0g#G,2Qv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7852', '3', '', '0', 'PRincon', '23c9b1ae3ac5045e718fda39089e234a', '2014-09-06', 'lucindanicklin6141@6ip.us', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410027449', '0', '1410027449', '1410029813', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.220.31', '0', '1', '', '0', '0', '-1', '0', '0', ')>^]8&)ryUvl!l\\~t.F/0uzd>n\">Ik', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7853', '3', '', '0', 'GX75', 'b14bf28ca464926b102100f3af26cbb8', '2014-09-06', 'ja7ts71@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410028513', '0', '1410028513', '1410034780', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.49.96', '0', '1', '', '0', '0', '-1', '0', '0', 'vC%1?WbtGz_AT>iZ:dER/\'@fX=BV+A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7854', '3', '', '0', 'P97T', '75db0fd2c3b9610d4662e8218bf7fb86', '2014-09-06', 'dollymetcalf@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=FpcMQAE2NOE', '', '', '', '2', '0', 'Junior Member', '0', '1410032255', '0', '1410032255', '1410039458', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-13-1970', '1970-02-13', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', '\\:L;|REYtx\"USno3cFtonm?#<}6}qg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7855', '3', '', '0', 'BHaas', 'f7237b8c35d0f568908806d0ff3d492c', '2014-09-06', 'maxbarber@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410034699', '0', '1410034699', '1410037230', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '189.10.46.98', '0', '1', '', '0', '0', '-1', '0', '0', '@nVn63K`O4Ka.CC$^\\0TPu=>L\\h(GK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7856', '3', '', '0', 'KZtu', '0f562be9af44c6eb1a5d99ef7185546c', '2014-09-06', 'katieridgeway3895@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=2UotUnBuzgU', '', '', '', '2', '0', 'Junior Member', '0', '1410044042', '0', '1410044042', '1410051213', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-28-1978', '1978-11-28', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', '3p574p9YF1C3\':O|JRb0GNct?=D0#=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7857', '3', '', '0', 'VPLA', 'a557d14d1e205138f34670b4353c2614', '2014-09-07', 'frederickmeacham@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410044684', '0', '1410044684', '1410051610', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.88.236', '0', '1', '', '0', '0', '-1', '0', '0', '2(>EV,iQCf$7;?V5+U.3-%`}jdQsVT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7858', '3', '', '0', 'OWittrup', 'f979ee64400ee5fc795d2bd727607e5e', '2014-09-07', 'omega_wittrup6917@support.excelblog.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410048047', '0', '1410048047', '1410048047', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.201.8.202', '0', '1', '', '0', '0', '-1', '0', '0', '`GR)!=I(8N>iPn6*hQ\"705kh3D?R7HA|t\"s)l+w--fs\\`Wg&x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7860', '3', '', '0', 'B0541', '15d9988c944c660fb3982cb086db03ea', '2014-09-07', 'brendan-reynolds@funphotoediting.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410057768', '0', '1410057768', '1410245847', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.40.84', '0', '1', '', '0', '0', '-1', '0', '0', '<\'F/YWe.t>=1m,gpE&)riwJhgoP&yD-xs{5n?+862l8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7866', '3', '', '0', 'SMNL', 'ac0a7b0b46421eb594f935d0d59e2845', '2014-09-07', 'bertduckworth4676@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410097756', '0', '1410097756', '1410104926', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.106.207.203', '0', '1', '', '0', '0', '-1', '0', '0', '_#l#!^@/W*b2ul4@t_q>-3?k;ByRr%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7867', '3', '', '0', 'K0304', '7ca8df42ed3c21d91d1b7038c88542e6', '2014-09-07', 'ivand.el.ga.do8.756@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410098905', '0', '1410098905', '1410101343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.113.190.0', '0', '1', '', '0', '0', '-1', '0', '0', '5)~.l\\>.U}3lD,R|GB6H\"y=zrAvs)x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7869', '3', '', '0', 'AQai', 'bb085a3bf02470cb25b0805043d68beb', '2014-09-07', 'noeliamedlock@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410105712', '0', '1410105712', '1410105712', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.96.47', '0', '1', '', '0', '0', '-1', '0', '0', '(b=/5r~_,=hj~.p\"@l;4_`nYcTc/:\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7870', '3', '', '0', 'RWaxman', '71cf5b214cc4bd4972e117790147508b', '2014-09-07', 'jarredkilvington@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410106018', '0', '1410106018', '1410106018', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.213.96.47', '0', '1', '', '0', '0', '-1', '0', '0', '4Q:_,b%d{\\^D+E1oiZHFA6w.DdN%*V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7871', '2', '', '0', 'Z66U', '61320a16b90c5edb170ed29580ad3276', '2014-09-07', 'laoqiaoyegang078@163.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410108342', '0', '1410108342', '1410115764', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '115.124.74.82', '0', '1', '', '0', '0', '-1', '0', '0', 'OF;i+J\'p#FxvWZiO,Cdr)!y&,7WAVB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7872', '3', '', '0', 'N0942', '80241554a6aa1a1233c977be3ea27b6b', '2014-09-07', 'nyla_hauben5015@dep.excelblog.info', '0', '', 'http://papdt.taylorpond.com/groups/save-1000s-on-cigarettes-every-year-with-electronic-cigarettes-78', '', '', '', '2', '0', 'Junior Member', '0', '1410109894', '0', '1410109894', '1410113506', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-12-1975', '1975-05-12', '-1', '-1', '84.201.8.202', '0', '1', '', '0', '0', '-1', '0', '0', 'mNlRT*1Q}I8BmAK&ST7ki_[?^l3cg^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7873', '3', '', '0', 'WBehan', '8d47811bbc4cb1d8c95245e1e8d1cd48', '2014-09-07', 'zhuzhapudv@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410110007', '0', '1410110007', '1410110007', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.121.102', '0', '1', '', '0', '0', '-1', '0', '0', 'aO94NbKpPl<)p!|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7877', '3', '', '0', 'IDrost', '66c2005c8111b2ada72ceef92066ac66', '2014-09-07', 'gavineastin@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=VchXKVZVao0', '', '', '', '2', '0', 'Junior Member', '0', '1410128427', '0', '1410128427', '1410135803', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1972', '1972-08-21', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'T*pAGb;!\'eC/MwojWGz9Sz8`u2t:vG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7878', '3', '', '0', 'EChhum', 'e2aa313cb25c7581a3995fc4d42ddda3', '2014-09-07', 'edwardo.chhum6248@dep.excelblog.info', '0', '', 'http://papdt.taylorpond.com/groups/smokeless-cigarettes-dimensional-classifications-27629/', '', '', '', '2', '0', 'Junior Member', '0', '1410129111', '0', '1410133691', '1410220177', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-02-1979', '1979-03-02', '-1', '-1', '178.33.35.245', '0', '1', '', '0', '0', '-1', '0', '0', 'Y}+q\"iq{NSuovL*\"sW.\"tJ+fK)#bL2E$~_p}@RiV@$5_<0Y,){E/$ye~\\&ErQF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7887', '3', '', '0', 'GInc', 'bf56db3c411637b28c78a0b5afcb22ef', '2014-09-08', 'wilbertspielvogel@mailcatch.com', '0', '', 'http://bit.do/NBmx', '', '', '', '2', '0', 'Junior Member', '0', '1410173518', '0', '1410173518', '1410180736', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-07-1982', '1982-07-07', '-1', '-1', '69.12.67.27', '0', '1', '', '0', '0', '-1', '0', '0', '|hpLP!/hp`8s#f/x`k,\"Y;;+=o{K0q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7888', '3', '', '0', 'BJ14', 'c1ddc8cf342bd4da2cec20fd0538f0c1', '2014-09-08', 'caof1zmvnm1@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410177343', '0', '1410177343', '1410177343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.113.120', '0', '1', '', '0', '0', '-1', '0', '0', '@E<\';TTYMc{?sy\\sI`vr>a.J#Qr8Zt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7889', '3', '', '0', 'CVUDL', '1d92f402a68a61f43087d4b5fec692f5', '2014-09-08', 'tongchuanjgjn@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410179549', '0', '1410179549', '1410179549', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.143.242.42', '0', '1', '', '0', '0', '-1', '0', '0', '#E/yRqV`v0r)T)FHJH\"\\7i+i;yhN0}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7890', '3', '', '0', 'ZZCA', '5a8c6410abe8bd1171e81162960c4587', '2014-09-08', 'suleajds@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410182033', '0', '1410182033', '1410182033', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.77.226', '0', '1', '', '0', '0', '-1', '0', '0', '=PgJJWn4f@MEVl`yRp4Q<>W1\\~@4A#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7891', '2', '', '0', 'ZYIL', '44514e658e6a911b9abf2f9fe22d2308', '2014-09-08', 'neighborlypaddlfj@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410187962', '0', '1410187962', '1410187996', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'a]aXZo..G3%q/QNt^8O&c_`)WD3{c{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7892', '2', '', '0', 'WOBHX', '3e1fab91659cbffd2218879222f6dea7', '2014-09-08', 'luxuriantpsychocfpc@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410192743', '0', '1410192743', '1410192837', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '#a]V%p~ub8Q>:4Qr|8VO37|Ro}z$m!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7893', '3', '', '0', 'IDewey', '399c35ff34c609381a558724cf7b40fa', '2014-09-08', 'iva_dewey10@chiamamialtelefono.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410194092', '0', '1410194092', '1410201028', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.63.237', '0', '1', '', '0', '0', '-1', '0', '0', '[xL^$S8@\"}g\\*}@hL+rYy$XzOLbJ\\`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7894', '3', '', '0', 'SGvi', 'a1ba3e8806d71b5c06ea5b4e2e6b2841', '2014-09-08', 'genevievecarandini1827@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=_UC60l8wSyk', '', '', '', '2', '0', 'Junior Member', '0', '1410195497', '0', '1410195497', '1410202909', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-12-1982', '1982-04-12', '-1', '-1', '212.129.4.247', '0', '1', '', '0', '0', '-1', '0', '0', 'WFQa4azS`CW(l)E1J)sK@iX|1SKCvp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7895', '2', '', '0', 'GABUL', '974d762e8ef87bf9e37b8601f7977d17', '2014-09-08', 'divergentzit27iv@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410195983', '0', '1410195983', '1410196434', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'XDu%D%cR*/u[JGI]~4#CC8cIi/FgqV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7896', '2', '', '0', 'HO72', '10370ba0a27452a0f87861b1bd5df53c', '2014-09-08', 'omniscientcostuion@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410197073', '0', '1410197073', '1410197399', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '?h4prBgNk/wJ/,LROc7xNF?68u$cpg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7897', '2', '', '0', 'NBaron', '0ac9ac588cdfc18c99059a0d34a03776', '2014-09-08', 'entertainingtrop47az@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410197800', '0', '1410197800', '1410197895', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '#DiirVwj\"(vMYG2o@`6^uNUy3FbFV4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7898', '2', '', '0', 'YHUM', 'ceea09c55e5a8477f7384788dc0c4ead', '2014-09-08', 'abandonedshieldl7r1@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410197874', '0', '1410197874', '1410197908', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'q+#g@X}lgsQ37kAiXjcQ9]^r`_>E[\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7899', '3', '', '0', 'QGEC', 'a20c0ed48691e7017d50a9ab3a296844', '2014-09-08', 'elderlyrecord82k@aol.com', '0', '', 'https://archive.org/details/DownloadAmazingResumeCreatorPdf', '', '', '', '2', '0', 'Junior Member', '0', '1410200256', '0', '1410200256', '1410200504', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-23-1980', '1980-01-23', '-1', '-1', '37.214.20.144', '0', '1', '', '0', '0', '-1', '0', '0', 'KFV#7nT{ZiY#l@!(bV=sRc7?4CooWz`fD.X(-|dX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7916', '3', '', '0', 'TNMF', '6a10f2929e0fb60845b98589a559d95e', '2014-09-09', 'zhaoxiusbgv@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410239472', '0', '1410239472', '1410239472', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.129.131.159', '0', '1', '', '0', '0', '-1', '0', '0', '?yAR;dw,n\\msAP#:p]VM&(v[(;9M8f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7917', '3', '', '0', 'N89T', '1e55499bd89340a42ea231360fcdf8ec', '2014-09-09', 'alirwin41@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410241309', '0', '1410241309', '1410243757', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.192', '0', '1', '', '0', '0', '-1', '0', '0', 'fG&N8Q4o\"?|o7\\x|\\&yFpDftZH[\'Vz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7918', '3', '', '0', 'C3857', 'ec039e215837042ac3dcad9f4059f514', '2014-09-09', 'malc41olmfair@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410244692', '0', '1410244692', '1410244692', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.192', '0', '1', '', '0', '0', '-1', '0', '0', 'Kbop>DP%8k\"HS]P@j5|lUGS@TgL#\\u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7919', '3', '', '0', 'BTfi', '98f67867216a771feec1da5396924f99', '2014-09-09', 'zhaopengfwcq@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410245276', '0', '1410245276', '1410245276', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '149.255.111.195', '0', '1', '', '0', '0', '-1', '0', '0', 'O2%kcmXc*_-06uyf(RX!y9%Oq^Cd$b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7920', '3', '', '0', 'W89O', 'c44db96619b0df9c34c0e8b338df4db8', '2014-09-09', 'shau31nafielding@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410248048', '0', '1410248048', '1410250538', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.192', '0', '1', '', '0', '0', '-1', '0', '0', '%eGCsp0._fjKR$15>GLaC6^Ue[ggw&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7921', '3', '', '0', 'EGerman', 'b6be1d9e26a40ea58d3232f85a72d84d', '2014-09-09', 'zenlietfvx@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410249665', '0', '1410249665', '1410249665', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.121.102', '0', '1', '', '0', '0', '-1', '0', '0', 'i03\\9c1BH\"oKk<8iQ1>qZ~5TGZaP][', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7922', '3', '', '0', 'J7949', 'c62b9181f11797a4a4c673be5108013d', '2014-09-09', 'wangu5gn1v@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410250408', '0', '1410250408', '1410250408', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.51.203', '0', '1', '', '0', '0', '-1', '0', '0', '`Au_{ai`_Ok\\&rG)5>KFaaM`T)2`qc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7923', '3', '', '0', 'AI09', 'ab6ac722034c864a20e3548dfd5d6467', '2014-09-09', 'jaquel2inetoler@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410251834', '0', '1410251834', '1410253910', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.192', '0', '1', '', '0', '0', '-1', '0', '0', 'r7=:nU5FDo{,1*4~E~D`V0i=WLoO[k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7924', '3', '', '0', 'E8165', '1b348fa8eb1eb04dec79cc47beae328b', '2014-09-09', 'natali31ebevins4418@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410251860', '0', '1410251860', '1410254336', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.192', '0', '1', '', '0', '0', '-1', '0', '0', 'rU}9xn5&~?9~d9DEnS/,+[{Y8hpFEQ;TH]=`8\\^OQ-.-t,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7927', '3', '', '0', 'MYrx', '7d4f2dbe8a187908ec1b6e0acfc61d56', '2014-09-09', 'zhenxingpsbe@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410258514', '0', '1410258514', '1410258514', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.23.88.212', '0', '1', '', '0', '0', '-1', '0', '0', 'm3g=PZW\"Lfs)\'Sy)qV_wG-w$ZJU^m%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7928', '3', '', '0', 'KGilbreat', 'a0f99cd0d9ffad57d99a56dc76cb2b84', '2014-09-09', 'gezhetzry@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410259171', '0', '1410259171', '1410259171', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.51.153', '0', '1', '', '0', '0', '-1', '0', '0', 'gqPi?8]G?2AG$w\'{?3sBm?vM-{{h44', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7929', '3', '', '0', 'VClemens', 'b24b2928182852110c81a4ae123e3b58', '2014-09-09', 'gecanehyn@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410260083', '0', '1410260083', '1410260083', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.181', '0', '1', '', '0', '0', '-1', '0', '0', 'qW=$V`ptJQ%jc~-m9t\\rhF~W]rW\\.)s|cks`,%/9b7;>{#,4`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7931', '3', '', '0', 'TAFWU', 'f12eacf37d6cd579a4dc3faa65b90137', '2014-09-09', 'senqingjvgw@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410264438', '0', '1410264438', '1410264438', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.113.146', '0', '1', '', '0', '0', '-1', '0', '0', 'GOvfJK$eosJ)I0ylVcDPTXo7{X&O,N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7932', '3', '', '0', 'TMuk', '5dc00676e86e6cfaa7554bd594e75d9c', '2014-09-09', 'htftstal@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410268057', '0', '1410268057', '1410270472', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.238.163', '0', '1', '', '0', '0', '-1', '0', '0', '\'(bIr3O5KMcL!+:oK@\\C@/r96k@}[.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7933', '3', '', '0', 'V05X', 'd96d31093e9c11f02da94b3658c08af3', '2014-09-09', 'fengnuwtqm@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410268294', '0', '1410268294', '1410268294', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.115.238', '0', '1', '', '0', '0', '-1', '0', '0', '3nAVq4XYmh\'0*(P-b\"cseYQGhX14SE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7934', '3', '', '0', 'VEss', 'a012f71beb39a2f6e7ec6bf0e1f1dc55', '2014-09-09', 'wuzouxnaz@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410271735', '0', '1410271735', '1410271735', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.6.250', '0', '1', '', '0', '0', '-1', '0', '0', 'qQ];TCZ0`eJ1CPvsx272[:;D%KT\"@3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7935', '3', '', '0', 'KYCS', '4741878f12761d251bba5645b6fba6f0', '2014-09-09', 'panzhaofbau@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410273064', '0', '1410273064', '1410273064', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.13.107', '0', '1', '', '0', '0', '-1', '0', '0', '4kOg_%]T#}-OW&q&!PkQ*bLQjM+#OH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7936', '3', '', '0', 'RAzl', 'db8e5a2e2c83d5482283f725f141b194', '2014-09-09', 'coralmickle@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410274362', '0', '1410274362', '1410276379', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '179.199.161.168', '0', '1', '', '0', '0', '-1', '0', '0', 'TltwKabkR08,lZe7buRG:W=?BB-\\{J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7937', '3', '', '0', 'L11K', '6dd2ed7f37657f30c3bf5220ce575259', '2014-09-09', 'chenlidxpb@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410276216', '0', '1410276216', '1410276216', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.249.58.156', '0', '1', '', '0', '0', '-1', '0', '0', '3;#2LFG1m$T%ApLOS7mobWmCf`c9bE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7938', '3', '', '0', 'MLEO', '67e9174d3caa9f0e3df06ec58e0227b2', '2014-09-09', 'fredacurlewis7685@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410278472', '0', '1410278472', '1410285733', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.195.143.58', '0', '1', '', '0', '0', '-1', '0', '0', 'eh.8b$%}ooXa)p:$}e:+a81/I5BbFl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7939', '3', '', '0', 'GVine', 'df1910d79212764f08d41829868f4e6f', '2014-09-09', 'brendanmacmillan6241@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410281145', '0', '1410281145', '1410324703', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.254.114.166', '0', '1', '', '0', '0', '-1', '0', '0', 'zh=87<\"h87@=&-nL7oimy?$*CfC@=q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7940', '3', '', '0', 'NKND', '92c1e06a110446ddb3b64521f4dc1e0f', '2014-09-09', 'ezequielfielding7321@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410281158', '0', '1410281158', '1410319188', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.254.114.166', '0', '1', '', '0', '0', '-1', '0', '0', 'V\\)Bgd;n5HC:\",Ew\"r7Mw5P?\'m+4*_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7941', '3', '', '0', 'CGDDH', 'f7f7f812d7d56a0a1b8236407bca1a68', '2014-09-09', 'angelinajohns8395@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410281444', '0', '1410281444', '1410339037', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.66.145', '0', '1', '', '0', '0', '-1', '0', '0', '\'hL?E==9?#NvH(wcR;+=>c8-cJE}VD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7942', '3', '', '0', 'VNJJ', '65e77a4f33beeac4751443093ed9ddc4', '2014-09-09', 'wangguaipjmc@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410282738', '0', '1410282738', '1410282738', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.3.180', '0', '1', '', '0', '0', '-1', '0', '0', '\';\'6(mzKb%V$X/I<)5)[.1-1-iWl5i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7943', '3', '', '0', 'RMason', 'a5b0379f6e671744d523a30e477c6383', '2014-09-09', 'shencanjawv@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410283016', '0', '1410283016', '1410283016', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.105.22', '0', '1', '', '0', '0', '-1', '0', '0', 'nbKG}|V>)s(O;%}=0^LKJF?$U{B\"_K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7944', '3', '', '0', 'DGodfrey', '0d445aa8f78dafb8128f0e1f2bfd3043', '2014-09-09', 'lidengmany@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410283736', '0', '1410283736', '1410283736', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.186.131', '0', '1', '', '0', '0', '-1', '0', '0', 'oT;[&o2%Lk#ud[JFC!uu{Pu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7948', '3', '', '0', 'IHylton', 'f6f22cca2506bddc6f016f4113dcaef4', '2014-09-09', 'shence93a@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410288942', '0', '1410288942', '1410288942', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.216.227', '0', '1', '', '0', '0', '-1', '0', '0', '9#b.W^@]Wj#/BDDM>tqRm5^@eYpMc5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7949', '2', '', '0', 'EDutton', '4708aeef917cecec79e1187a60f57be0', '2014-09-09', 'hilmaucp@mail.ua', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410297607', '0', '1410297607', '1410297607', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.79.117', '0', '1', '', '0', '0', '-1', '0', '0', '++0#w{0w.:X~ppKn^2Ha_k8*DH9c{b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7950', '3', '', '0', 'MEgglesto', 'd48fa37ab28b62c20cf7f5fddf1b8bf6', '2014-09-09', 'sengongyeuh@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410298009', '0', '1410298009', '1410298009', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.113.146', '0', '1', '', '0', '0', '-1', '0', '0', '/(h0Qm\"f{^,cX*,}tvh%cS\'$3(90qX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7951', '3', '', '0', 'RLOFN', '4c85377ae73f23aa9c0a70f86a946387', '2014-09-09', 'wumengvjbg@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410298024', '0', '1410298024', '1410298024', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.129.131.201', '0', '1', '', '0', '0', '-1', '0', '0', '3k3xgq%LK/XI$O3)3e/7x7P**)>+h<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7952', '3', '', '0', 'A6153', 'a461d45f6b118ee6fdfbec7b0b6646a2', '2014-09-09', 'zhenhaissyk@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410298825', '0', '1410298825', '1410298825', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.129.131.204', '0', '1', '', '0', '0', '-1', '0', '0', 'U)Ap8uzSaqvw.^i,+oCK;Ji!kc[J?L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7953', '3', '', '0', 'WPyke', 'c4518308c927655a51aa647c1912c101', '2014-09-09', 'tamikaevers@mailcatch.com', '0', '', 'http://chaosdrivecheats.edublogs.org', '', '', '', '2', '0', 'Junior Member', '0', '1410301084', '0', '1410301084', '1410308372', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-10-1981', '1981-05-10', '-1', '-1', '69.12.67.27', '0', '1', '', '0', '0', '-1', '0', '0', ';5bK0@Lrr+aSc+OVqLePfe\"L_h6Jq$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7954', '3', '', '0', 'SGRF', '994b510bb1c0ab36d6394a30a12ee9f6', '2014-09-09', 'jiangx9sb97@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410301629', '0', '1410301629', '1410301629', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.36.11', '0', '1', '', '0', '0', '-1', '0', '0', '{K(76sU9F,p[Agijslx)AesD\'^w.d?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7955', '3', '', '0', 'ADKQ', '016774c42f6bf7fef89acf6d8ae85f26', '2014-09-09', 'wuxinntbx@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410302452', '0', '1410302452', '1410302452', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.180.197', '0', '1', '', '0', '0', '-1', '0', '0', '~vsgslXh0C\"cWE/8B0-,2)e39Hs6[6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7956', '3', '', '0', 'I3841', 'bc76bcc80f80105d5fe3c5180ea05c2c', '2014-09-09', 'fengxuanpzax@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410303164', '0', '1410303164', '1410303164', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.201.8.194', '0', '1', '', '0', '0', '-1', '0', '0', '~Lo>94pHO^11U^e@A.uf.\'/tMK*^i(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7957', '3', '', '0', 'ASimoi', 'edd85dcd166bca3251c4fe36ac750d7e', '2014-09-10', 'wuchaohtgu@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410303836', '0', '1410303836', '1410303836', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.105.22', '0', '1', '', '0', '0', '-1', '0', '0', 'F\'~vL8(>/+WciFq|fxmd0%a*Km9IiS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7958', '3', '', '0', 'HVyf', '5e01643aafd65e42eafd6558817360bf', '2014-09-10', 'gezhuankakk@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410304097', '0', '1410304097', '1410304097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.51.191', '0', '1', '', '0', '0', '-1', '0', '0', 'n9SCW;%1xstzMc`H*K.[zw/f]rH+\\3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7959', '3', '', '0', 'FCWR', '7ed332371df57edc75c935d455ab7b85', '2014-09-10', 'shongkongsnnn@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410304853', '0', '1410304853', '1410304853', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.202.78', '0', '1', '', '0', '0', '-1', '0', '0', 'eTs2nLI\".&n52lFrT6QxCrt~Qx62N1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7960', '3', '', '0', 'DGyi', 'da34798966191030d5ef20dd2b78433f', '2014-09-10', 'jintanenhx@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410306719', '0', '1410306719', '1410306719', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.90.15', '0', '1', '', '0', '0', '-1', '0', '0', 'xq%A}5YNo\'$w^f+#4-?F?[Qo0c;U`5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7961', '3', '', '0', 'GKent', '9c279f16c12aa0adbc56be8cfa420f3c', '2014-09-10', 'joiewil4fong@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410308353', '0', '1410308353', '1410310452', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.192', '0', '1', '', '0', '0', '-1', '0', '0', 'DEmZyZclS#08WGw[\"V({G>BU!cxX8y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7962', '3', '', '0', 'HS35', '3c1cdb6570e6bbba8b5278b8d864427a', '2014-09-10', 'spoon15o@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410310041', '0', '1410310041', '1410319672', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.49.176', '0', '1', '', '0', '0', '-1', '0', '0', 'kcn{?gu\\Z,xwE&:o3^lV2~o]1i_A<\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7963', '3', '', '0', 'VAVM', 'e070c27705e7864bbbe1b9da7cda5c39', '2014-09-10', 'fanfeinzfn@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410310547', '0', '1410310547', '1410310547', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.114.191', '0', '1', '', '0', '0', '-1', '0', '0', ')/AiW1Mki`#foDOb(z/6oKQw~-Ni$E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7964', '3', '', '0', 'W45O', 'f941e789deb7d9ac96fc84a3f9eaa6c7', '2014-09-10', 'shonglanscje@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410312831', '0', '1410312831', '1410312831', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.213.126', '0', '1', '', '0', '0', '-1', '0', '0', ':JhXhL7XcT9\"}|XaURI=Lr-}+Nseb9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7965', '3', '', '0', 'POVWK', 'a6003ba8e09024f1f7facaabac3290cc', '2014-09-10', 'chen69x9h98@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410315103', '0', '1410315103', '1410315103', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.132.3.159', '0', '1', '', '0', '0', '-1', '0', '0', 'zMjnORpk&6n%+]?T{A{<\"7Sz8#JI_!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7966', '2', '', '0', 'KRkx', '4e97e373e667ae4d0c8963d24db78b8e', '2014-09-10', 'rerustsale1978@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410318462', '0', '1410318462', '1410325668', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.113.125', '0', '1', '', '0', '0', '-1', '0', '0', '+5/2CEK,--S%2Lbiqi\\0QY&(+7N06;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7967', '3', '', '0', 'EDechaine', 'c312811c57dbc3d184121ba41d62f927', '2014-09-10', 'gesongcsha@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410320231', '0', '1410320231', '1410320231', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.113.218.69', '0', '1', '', '0', '0', '-1', '0', '0', 'iO&)LHfZH-HPPholzKXUSQx(hH%lP@5|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7973', '3', '', '0', 'MXSKX', 'bc04fb48da65d05bcf4dba657e3c28f9', '2014-09-10', 'wub2rjs8vw@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410330486', '0', '1410330486', '1410330486', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.168.170', '0', '1', '', '0', '0', '-1', '0', '0', ';xc=rJ>e\\&,&sxoea9Hgl8A2v;_Op>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7974', '2', '', '0', 'AGRUO', '76e22a723e5315aefba3ba480560d791', '2014-09-10', 'stararcrisnald1975@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410335829', '0', '1410335829', '1410343004', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.71.251', '0', '1', '', '0', '0', '-1', '0', '0', '_K.{5}BQLZ$\\VdlK[m$\'Y@Uy/dMFz+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7975', '2', '', '0', 'R0223', 'f79e5002bf5a08e2f7cca0f6f17ef20c', '2014-09-10', 'sheefsham@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410336180', '0', '1410336180', '1410336534', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.50.236.144', '0', '1', '', '0', '0', '-1', '0', '0', ']{pcvMcD\\\"dN{wSI@%K#KJjDS{=!N~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7976', '3', '', '0', 'M0774', '95bdccf0c6f4b635f583d9c9e1b4f896', '2014-09-10', 'phillisrobert8322@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410338904', '0', '1410338904', '1410340931', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.27.169.195', '0', '1', '', '0', '0', '-1', '0', '0', 'PHB8u+b@`zeqG==?\"J]tx`p*ZPF!?MKTV<[<.S7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7981', '3', '', '0', 'CLba', '479a27358962277c454955fbd470100e', '2014-09-10', 'iradechaineux@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410364403', '0', '1410364403', '1410367240', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.216.191.201', '0', '1', '', '0', '0', '-1', '0', '0', 'j-&~ylvTk6`]QkgOQ`M=D%4A\"&)7$6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7982', '3', '', '0', 'OIbsch', 'c0caf1dc48e55c1909610a5bb469e7e1', '2014-09-10', 'ashtontoussaint@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410365872', '0', '1410365872', '1410388148', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.65.249.171', '0', '1', '', '0', '0', '-1', '0', '0', 'f@(KU,y42Q0~1>/{WW6HRc??|kQ@[;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7983', '8', '', '0', 'PA16', 'c27b2e681e42310bfec236271ed01d0f', '2014-09-10', 'paris.wayns5537@dep.excelblog.info', '0', '', 'http://alles-herunterladen.de/e-cigarette-simply-believe-over-it/', '', '', '', '2', '0', 'Banned', '0', '1410374985', '0', '1410376829', '1410463752', '1410376827', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-02-1984', '1984-04-02', '-1', '-1', '5.39.121.99', '0', '1', '', '0', '0', '-1', '0', '0', '8|U96_!jIk\\i_guXPkgNOG1c}3N>Ui', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7993', '2', '', '0', 'SYTP', '3201e6e9f5754a89b4141b7756987a8a', '2014-09-11', 'adylcawan1982@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410457708', '0', '1410457708', '1410464871', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.113.125', '0', '1', '', '0', '0', '-1', '0', '0', '|1C\"U\'P,-bOQppQ\"qC<796E=*j15;[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7984', '3', '', '0', 'Z36L', 'ab6a5e361e261c5544f9042db7cfc72d', '2014-09-10', 'ruebentreadway5516@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410381876', '0', '1410381876', '1410395172', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.66.145', '0', '1', '', '0', '0', '-1', '0', '0', 'r@px?L_ipPx#GCk1G_Z^|(eUW&]IUr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7985', '2', '', '0', 'A27T', '9826a3b9a65fb8cf89d04dcf386e8c90', '2014-09-10', 'samarafnypauy@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410385916', '0', '1410385916', '1410391005', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.91.228', '0', '1', '', '0', '0', '-1', '0', '0', 'x?RRyv#U[HHintJeHx+h`ijR+kH.3,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7986', '3', '', '0', 'RCVP', '476967eceb5d64c56a22d6181273c119', '2014-09-11', 'melindabooze604@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410393183', '0', '1410393183', '1410400508', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.255.79.108', '0', '1', '', '0', '0', '-1', '0', '0', 'cM-r\'K:Q8&v\\Cc\"d*7z@\\%}GGyqc;G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7987', '3', '', '0', 'CSAYR', '1508b2f59f882882d73d339051ae3781', '2014-09-11', 'tomokostallworth@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410393598', '0', '1410393598', '1410401283', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.137.24', '0', '1', '', '0', '0', '-1', '0', '0', 'p4*uG9FIK=>p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7991', '3', '', '0', 'RRupert', '50f0d03153f5c9751ebfd863f6600b6a', '2014-09-11', 'morris.woods@o2.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410415783', '0', '1410415783', '1410423378', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.116.226', '0', '1', '', '0', '0', '-1', '0', '0', ')PEe&\'[)-fnk2y|;{zAtyN$&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7996', '3', '', '0', 'DSMW', '80a117bd861cba11a220b71888eb9ed9', '2014-09-11', 'samiraprout@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410470919', '0', '1410470919', '1410537053', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.220.169', '0', '1', '', '0', '0', '-1', '0', '0', 'Pe\"1p|@{_jab!|<6l%+60=4Lp!Skd{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7997', '3', '', '0', 'TAJYZ', '98d2f6b46d0ff1a28531880bd24ed6b6', '2014-09-11', 'tashacornelius4299@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410474130', '0', '1410474130', '1410525380', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.234.42', '0', '1', '', '0', '0', '-1', '0', '0', 't-06zd:=q.OIpI]#f02YBX5%cM@kOS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7998', '3', '', '0', 'JPJAX', 'e882ae85f12239605b9d6abab5ee49a1', '2014-09-12', 'louisacriswell276@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410478433', '0', '1410478433', '1410485617', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.106.207.117', '0', '1', '', '0', '0', '-1', '0', '0', 'O*_PDTuOOPgQ^|g6e8bw-[i1=(pNs/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('7999', '3', '', '0', 'FLRB', '6ab3e7bdc5a6423fc04e95667eadf23b', '2014-09-12', 'fleta.tuckett92@solar.jailbreak24h.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410500003', '0', '1410500003', '1410502576', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.91.211', '0', '1', '', '0', '0', '-1', '0', '0', 'Aytih/\\\\0wv-\'^s`@xelMS^\"MtP.Q-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8000', '3', '', '0', 'H70G', 'b7724e1107f4f16307e3b19ee1e88985', '2014-09-12', 'changheim7350@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410500215', '0', '1410500215', '1410500215', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.161.224', '0', '1', '', '0', '0', '-1', '0', '0', 'Rlln^{730Opq~Ho,nRA?06TVCg0M_r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8001', '2', '', '0', 'TBic', 'def5ec72cc7cc09fa1ed59fda82c536c', '2014-09-12', 'daraqpvdgd@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410501282', '0', '1410501282', '1410502237', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.89.210.216', '0', '1', '', '0', '0', '-1', '0', '0', 'U+%NTIH([qUBNvfZK%-U\\bD:BU-j\"D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8002', '2', '', '0', 'DGary', '64716431225edfa2c0cfd2a5ee959e5b', '2014-09-12', 'bigwore@xn--o3cauave1ec9b1ab7psbzd.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410510422', '0', '1410510422', '1410510744', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '223.205.249.208', '0', '1', '', '0', '0', '-1', '0', '0', 'xK\'(I/-M\"Wz4YFf_~R%Ui*)`9(eN~i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8003', '2', '', '0', 'Tonniq', '8fb4e5f00aa30aedec8c6fbcfb604aa1', '2014-09-12', 'mikejurie27@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410514979', '0', '1410514979', '1410515148', '1410515147', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '120.147.212.150', '0', '1', '', '0', '0', '-1', '0', '0', 'w--Y,!nC)#C.%1Mj?dB.JYKVS%MyR)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8004', '3', '', '0', 'XCWS', '081132aa3a8c3024495bdfbb2f6d44c3', '2014-09-12', 'kamimilner@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410537816', '0', '1410537816', '1410550590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.93.228', '0', '1', '', '0', '0', '-1', '0', '0', '8-lszyg^4TKN%\\%sIhJ~5m4{cl`~m%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8005', '3', '', '0', 'EFGM', '76b8810bcc47f628fcaae40b9cf86a5b', '2014-09-12', 'edith.archer43@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410540350', '0', '1410540350', '1410542978', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.44.139.164', '0', '1', '', '0', '0', '-1', '0', '0', 'deBPu51.;v}2I\'3YJ@B>I4^&A8p)[D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8006', '2', '', '0', 'JShea', '7b15125ca382b37620faa38480e07caa', '2014-09-12', 'halfmonkey663@puntorosa.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410553089', '0', '1410553089', '1410553089', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.169.5.191', '0', '1', '', '0', '0', '-1', '0', '0', '`Z4cpA2;FVQ5|cyL(RW?]F7S.l.dQ3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8007', '2', '', '0', 'PORKnCHEESEY', '5e70ad1d7b415b6e2d0bc4db72a4bebd', '2014-09-13', 'porkncheesey@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410604386', '0', '1410604386', '1410604819', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '82.112.137.59', '0', '1', '', '0', '0', '-1', '0', '0', 'U_$5X;6*9qVh&:>oy%?A_312abSt5<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8008', '3', '', '0', 'PU82', '249e2c950128580ef1384a19b3f12d42', '2014-09-13', 'dinoscribner5908@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410606065', '0', '1410606065', '1410606065', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.155.80.249', '0', '1', '', '0', '0', '-1', '0', '0', 'nxYE,BA0i(p^,>\\aB-\"*7ZzSuI4;O[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8009', '2', '', '0', 'EMOZQ', '1f6108a60d22a679b6250196e5d134ab', '2014-09-13', 'ruralearnings537ya67@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410612261', '0', '1410612261', '1410612664', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.80.231', '0', '1', '', '0', '0', '-1', '0', '0', 'qwh*9f\"Hz}7z*#+sbU;GBvX[{6u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8012', '3', '', '0', 'EGNZM', '0aceaac5cda9a8278e4a6d4a19144fc5', '2014-09-13', 'darrelhagenauer2001@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410647122', '0', '1410647122', '1410654626', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.70.56', '0', '1', '', '0', '0', '-1', '0', '0', 'Q^wk(+j.Revx\\:jP9/6mJduh}eC<:.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8013', '3', '', '0', 'devonm96', 'eb1255e6d7ef11d2c8e561ea251ddd25', '2014-09-14', 'wrath2011@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410652857', '0', '1410652857', '1410652895', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '184.9.248.217', '0', '1', '', '0', '0', '-1', '0', '0', '7J`;z^Mj:F=OBt\\Ns2d6>)X[B|CqG~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8014', '2', '', '0', 'CarlJ', '10eeb24a6e053bada2d2e990cffb9e27', '2014-09-14', 'jonascarl@rocketmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410653194', '0', '1410653408', '1410655649', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '172.9.229.15', '0', '1', '', '0', '0', '-1', '0', '0', '1KCz9q6H5.\'K6Ix\\s!^b%%BPI2[7r_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8015', '2', '', '0', 'LAmos', '532ff7e8c449e9adec6d7ff79120f794', '2014-09-14', 'parsimoniouspen0j7de@speedfreaks.org', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410678764', '0', '1410678764', '1410678764', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.250.206', '0', '1', '', '0', '0', '-1', '0', '0', 'l63!ZCvI7*#-|{WL1qBV]?m}-L\'l4N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8016', '2', '', '0', 'TB65', '717ea80c0a51939b2efc3cb229ba90a5', '2014-09-14', 'michelehazelwoodai@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410703816', '0', '1410703816', '1410711188', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.97.107', '0', '1', '', '0', '0', '-1', '0', '0', 'c6zk)vA=CeWzI-;)8M-G\\m\'[&44\"mn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8017', '2', '', '0', 'JNGVH', 'f4403b3cd024746324a062f8b24e3b0d', '2014-09-14', 'scrawnyflag109@puntorosa.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410712334', '0', '1410712334', '1410712334', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.34.186.164', '0', '1', '', '0', '0', '-1', '0', '0', '\\N\"X*7_cCAM(+tal{u~j]>3EI-jr\'!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `skype`, `adminoptions`, `lastpostid`, `sigpicrevision`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `threads`, `favcache`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `importuserid`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `mediafaves`, `dbtech_infopanels_blocks`, `dbtech_infopanels_settings`, `arcade_ban`, `times_played`, `is_arcade_mod`, `fav_games`, `user_sort`, `user_order`, `user_g_pp`, `user_s_pp`, `def_g_cat`, `game_skin`, `arcade_mod_privs`, `arcade_pmactive`, `games_played`, `time_played`, `arcade_points`, `arcade_spent`, `arcade_won`, `arcade_high`, `create_tourney`, `arcade_sess_gid`, `arcade_sess_start`, `arcade_gtype`, `arcade_session`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `creditspermissions`, `xperience_ppd7`, `xperience_ppd30`, `xperience_achievements`, `xperience_lastupdate`, `xperience_awardcount`, `xperience_promotioncount`, `xperience_achievementcount`, `dbtech_status_status`, `dbtech_status_mood`, `dbtech_vbactivity_achievementcount`, `dbtech_vbactivity_points`, `dbtech_vbactivity_pointscache`, `dbtech_vbactivity_pointscache_day`, `dbtech_vbactivity_pointscache_week`, `dbtech_vbactivity_pointscache_month`, `dbtech_vbactivity_rewardscache`, `dbtech_vbactivity_trophycount`, `dbtech_vbactivity_medalcount`, `dbtech_vbactivity_settings`, `dbtech_vbactivity_autocollapse_stats`, `dbtech_vbactivity_autocollapse_bar`, `dbtech_vbactivity_excluded`, `dbtech_vbactivity_medalmoderatecount`, `ezircvb4_username`) VALUES ('8018', '2', '', '0', 'S6340', 'd118ece005f1e4c30893f407874b8e3e', '2014-09-14', 'savorywish160@puntorosa.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410713264', '0', '1410713264', '1410723406', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.34.186.164', '0', '1', '', '0', '0', '-1', '0', '0', 'k*bq|&APF\'_Z\"6APF}|=>;#A!9Wg2<^4*Amy)T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '572', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8025', '2', '', '0', 'KBeard', 'c109fd662d65b30915682578b591f75a', '2014-09-15', 'ritzyseer81cb62f@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410815340', '0', '1410815340', '1410815727', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.67.28', '0', '1', '', '0', '0', '-1', '0', '0', 'sG\\x$8diF]G<}\'o_x,~;L#a0NYE-X+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8026', '3', '', '0', 'E68R', '57f87e54fd5ce793cfe245cd18175ff6', '2014-09-16', 'tomaslazenby@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410829637', '0', '1410829637', '1410831673', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.153', '0', '1', '', '0', '0', '-1', '0', '0', '[*Y\\a\\D67jQ,bM@vhR[<\\{-2)@>KNA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8027', '2', '', '0', 'AQ70', 'fd4d99100a2bfab56d579fe10218af84', '2014-09-16', 'info@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410836299', '0', '1410836299', '1410836510', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.44.139.162', '0', '1', '', '0', '0', '-1', '0', '0', 'J]_?JXn8eSY@%[j7>!9$U.6TcW2~2n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '338', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8028', '2', '', '0', 'HHuskey', 'c1211b3d930f6a04dfcee0ac615b0cfc', '2014-09-16', 'baynee17@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410842338', '0', '1410842338', '1410842468', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.221.85', '0', '1', '', '0', '0', '-1', '0', '0', 'c>Me4!R}?#+CfsK%#E~Nz%IiIzk?)l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8029', '2', '', '0', 'CGCQ', 'e6212bb90279e88f7c040fc4c4172b53', '2014-09-16', 'hackettd29@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410887524', '0', '1410887524', '1410887987', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.221.192', '0', '1', '', '0', '0', '-1', '0', '0', '%~P4KY1~jn|!q6^kFap0Vh)^_aae.*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8030', '3', '', '0', 'JAJF', 'e9be7b1df49c5e85a915602133700b91', '2014-09-16', 'faith_menard98@theparryscope.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410893615', '0', '1410893615', '1410896319', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.255.69.231', '0', '1', '', '0', '0', '-1', '0', '0', 'Kfqfs72_&DlB\\b]G{YphdK_r\"syjNj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8031', '3', '', '0', 'URBH', '4506f482a77496823f51c5f53d7d3b25', '2014-09-16', 'dickcaruso1632@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410903651', '0', '1410903651', '1410903651', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.218.178', '0', '1', '', '0', '0', '-1', '0', '0', '*Hy]cl|cu;XiE-t7:5&;WChP%iN@hf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8032', '3', '', '0', 'ROOZ', 'cfa8478adcb91cf8107638ae3ee254f5', '2014-09-16', 'flysuldingu1973@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410904860', '0', '1410904860', '1410904860', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.59.23', '0', '1', '', '0', '0', '-1', '0', '0', 'H;SO]YnA&1auj&[u4}N<.XVj%}j&YK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8033', '2', '', '0', 'HTVR', 'd0596c5edd22791aba070a1db5f476f5', '2014-09-16', 'primholphema1979@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410904874', '0', '1410904874', '1411063545', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.59.23', '0', '1', '', '0', '0', '-1', '0', '0', 'DD@eJQH@=Mz3ay`|):Tr?R^D,+\\.pG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8034', '3', '', '0', 'GClimpson', 'ff1922868350fbb4a934af4b05b044d3', '2014-09-16', 'joycontaron1984@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410904942', '0', '1410904942', '1411131772', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.59.23', '0', '1', '', '0', '0', '-1', '0', '0', 'b%v=*MuA0xcDR2)UX+25/dc7`aQ{:t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8035', '2', '', '0', 'TGch', '2eccc6066585b95f9d5feed690bda83a', '2014-09-16', 'extudesness1970@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410904949', '0', '1410904949', '1411106692', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.59.23', '0', '1', '', '0', '0', '-1', '0', '0', '\\_DlA9OXf,%R\"&3dv[+YZ_LVq}=zr0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8036', '2', '', '0', 'clintkgaming', '15e09ff09f71d7cb06e0cfeb3c154240', '2014-09-17', 'clintkgaming@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410913010', '0', '1410913010', '1410913239', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.204.246.175', '0', '1', '', '0', '0', '-1', '0', '0', '$\"\'9>L\'Fn4\\+w%201Vzi|J3kchZfJc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8037', '3', '', '0', 'HGoodenou', 'f5fbc95c72ccf1aaf536559c78df4efc', '2014-09-17', 'everettegooseberry9645@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410927533', '0', '1410927533', '1411012583', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.77.254.31', '0', '1', '', '0', '0', '-1', '0', '0', 'Y8/-yiH?/i@/d1Q:2Aak9{xtCv0@l}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8038', '3', '', '0', 'R2687', 'e98d2f1757aae6c04c45d95dd6122f8c', '2014-09-17', 'genesisdunbar@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410944030', '0', '1410944030', '1410951309', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.31.23', '0', '1', '', '0', '0', '-1', '0', '0', 't,22~{=Rl>8U:a0rY:}K\"cmdJ\\gv\\0IUu}<)]7oBr@;O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8049', '3', '', '0', 'ABIG', 'c57dc71438b8cb74d93cbdeaa55ef879', '2014-09-17', 'j.e.su.sit.aalta27@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410985225', '0', '1410985225', '1410992387', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.212.220', '0', '1', '', '0', '0', '-1', '0', '0', '>rqLIQsv*o~fZ^JS0\"\'=bZ?AvnB`H>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8050', '3', '', '0', 'E8553', '42d7fcd485add0d87fb9871f3843a919', '2014-09-17', 'parkerr4499+435@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410989161', '0', '1410989161', '1413027622', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.213.74.220', '0', '1', '', '0', '0', '-1', '0', '0', 'N}mQLe=xZe*:R]\\5@MYYPY]#%OX)mp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8051', '3', '', '0', 'KPettway', '91c60d0d6ec19fa8bc5658647c3ae199', '2014-09-17', 'arielfennell360@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1410989562', '0', '1410989562', '1410991570', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.133.166', '0', '1', '', '0', '0', '-1', '0', '0', '=^,69q?SD|0Y=]4u.lS0q#hypZ&.J|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8052', '3', '', '0', 'PV94', '1f667604f9d32447fc34337bc54a0a32', '2014-09-18', 'gastondelvalle@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411010040', '0', '1411010040', '1411012941', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '118.68.64.17', '0', '1', '', '0', '0', '-1', '0', '0', 'W{R/6%\'Bqtq|G;nzGO#1cgYLW;TbRG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8053', '3', '', '0', 'H8121', '3cc4e521dde34da5abcf7967ba54742b', '2014-09-18', 'altawenzel1086@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411010234', '0', '1411010234', '1411012289', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '118.68.64.17', '0', '1', '', '0', '0', '-1', '0', '0', 'W|z-LWuYZHRW6J7[K5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8055', '2', '', '0', 'T81I', '4700dab0d7e74e7da85789dfdb402dd5', '2014-09-18', 'rganferrasul1973@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411023050', '0', '1411023050', '1411387887', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.129.59.23', '0', '1', '', '0', '0', '-1', '0', '0', 'HL>2-R>B0aJqdAL<%!h-WN/_RBoRA8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '138', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8056', '3', '', '0', 'TMZC', '3deebda213ce1e21736c21ea23c3af25', '2014-09-18', 'adorablefurvor1k2@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411046098', '0', '1411046098', '1411046098', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.115.57', '0', '1', '', '0', '0', '-1', '0', '0', 'D\"txG-#m%6#B%5dj8{]$<>cu5sKMI\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8057', '2', '', '0', 'Kaitax', '73340262f17420f46c4caaae7d31779b', '2014-09-18', 'p.fletcher13@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411062012', '0', '1411062272', '1411587775', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '77.102.125.183', '0', '1', '', '0', '0', '-1', '0', '0', 'Yk0_Al1oTxK(&cNM4\"-ux{Kv9\"L=r=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8058', '2', '', '0', 'nol16', '94f68e443a882b0364f5c5a29248eaf8', '2014-09-19', 'nolimit242000@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411089206', '0', '1422466629', '1422587179', '1422586277', '1', '10', '5', '-6', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '66.205.99.9', '0', '1', '', '0', '0', '-1', '0', '0', 'B)CXh;^L+1g{zdE10\'kf\'Ti,CLN-Hp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8059', '3', '', '0', 'D6279', 'd81c51916b48e5ddf453764fdaab03dd', '2014-09-19', 'pinkfamily1ra@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411089253', '0', '1411089253', '1411091308', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.70.131', '0', '1', '', '0', '0', '-1', '0', '0', 'VW.U2N)K@pDE}RBDD\'>jmjbT[8{?/I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8060', '2', '', '0', 'T7527', '1def5d39e716e04c3d7217a31739443c', '2014-09-19', 'chongicwknmp18@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411089626', '0', '1411089626', '1411090271', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.216.216', '0', '1', '', '0', '0', '-1', '0', '0', '9S\'vdH;~F-R/1A,5nZ,H8I&1PB?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8067', '3', '', '0', 'FDanos', '3002456f81e2eace0f43593a294c6103', '2014-09-19', 'frances-danos573@excelblog.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411116392', '0', '1411116392', '1411123587', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.180.38', '0', '1', '', '0', '0', '-1', '0', '0', '}5Fz{8]$,YHOY-qz+o_Rz\"\\m%%Mzc0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8068', '3', '', '0', 'SRymill', '8042911f97cdf1c17533566b5ec2b2ec', '2014-09-19', 'stacia-rymill83@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411117927', '0', '1411117927', '1411120665', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.251.10', '0', '1', '', '0', '0', '-1', '0', '0', 'A-`,C^=lsm+p,M.yKQ6IosjbJ:KkEN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8069', '2', '', '0', 'AAGXL', '5cff10850251f560467ae2570d811fd0', '2014-09-19', 'moonw1812@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411123593', '0', '1411123593', '1411123964', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.94.234', '0', '1', '', '0', '0', '-1', '0', '0', 'H5tqpbzfH0[3ANX[jT7]i1SM>.o=Bs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8070', '3', '', '0', 'bavelesyetrovay8414', '498f5685fa308edaab198cf6d5f19ad9', '2014-09-19', 'bavelesyetrovay@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411135134', '0', '1411135134', '1411135134', '0', '0', '10', '5', '-3', '1', '0', '0', '0', '45108503', '', '0000-00-00', '-1', '-1', '5.196.107.161', '0', '1', '', '0', '0', '-1', '0', '0', '(UKS0*n,W+_8/biF.8Ue|@6zD+\"juF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8071', '3', '', '0', 'VMBDC', 'f50ae93ff4812ab55c668ba4e242d082', '2014-09-19', 'pamelagilliam3371@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411155981', '0', '1411155981', '1411157857', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '42.116.139.32', '0', '1', '', '0', '0', '-1', '0', '0', 'Q7*^r!,^8LxkRYG)xyd2u]X){I,)e&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8072', '3', '', '0', 'NKaawirn', 'e27772a7c5171e014614553b20204891', '2014-09-19', 'nadine_kaawirn@solarpanels24h.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411158498', '0', '1411158498', '1411161577', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.180.215', '0', '1', '', '0', '0', '-1', '0', '0', '/cb1AK?a>/3m2@zW2);*wF&q=d5#aJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8073', '3', '', '0', 'JPoffenro', '1221e0fa5513a12889164c0decdf9e4e', '2014-09-20', 'jeromy.poffenroth2205@excelblog.windowcletech.com', '0', '', 'http://picayuneguy5670.soup.io/post/446107430/The-e-liquid-ingredients-secret', '', '', '', '2', '0', 'Junior Member', '0', '1411170053', '0', '1411170053', '1411177503', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1971', '1971-06-23', '-1', '-1', '91.108.180.34', '0', '1', '', '0', '0', '-1', '0', '0', 'C{-bJuz{E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8074', '3', '', '0', 'baolgaushtlzey4629', '627713c3f86637b5cdf34435f8f3bcf3', '2014-09-20', 'baolgaushtlzey@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411172374', '0', '1411172374', '1411172374', '0', '0', '10', '5', '-4.5', '1', '0', '0', '0', '45108503', '', '0000-00-00', '-1', '-1', '5.231.76.165', '0', '1', '', '0', '0', '-1', '0', '0', '?M;kyL*X.?K~!CpJjP7*<-.0bi3$G\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8075', '3', '', '0', 'JGLLX', '2509f09a56997af4dea1e7717589f80a', '2014-09-20', 'cedricclutterbuck@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411174776', '0', '1411174776', '1411176779', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.47.31.112', '0', '1', '', '0', '0', '-1', '0', '0', 'sNE30GW=RuC/((D4\\Uq\"}p*4nb&0vD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8076', '3', '', '0', 'RSwindall', '2f0d092859ad25097c3b832d2e8d7cea', '2014-09-20', 'rueben-swindall4566@excelblog.windowcletech.com', '0', '', 'http://grouchyperditio66.yolasite.com/documentarrangement', '', '', '', '2', '0', 'Junior Member', '0', '1411182093', '0', '1411182093', '1411189267', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-18-1981', '1981-05-18', '-1', '-1', '91.108.182.104', '0', '1', '', '0', '0', '-1', '0', '0', 's#fE%*VG=KxJb{]i\',jT@!#Y~i~EvP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8077', '3', '', '0', 'SQXCN', 'b06a3ccb9c0c1893580a08370788b9ee', '2014-09-20', 'sheilah.caamano2098@excelblog.windowcletech.com', '0', '', 'http://boorishconceit442.sosblogs.com/The-first-blog-b1/UK-Organic-Tobacco-E-Liquid-Facts-b1-p5.htm', '', '', '', '2', '0', 'Junior Member', '0', '1411201800', '0', '1411201800', '1411208981', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1970', '1970-12-09', '-1', '-1', '91.108.180.34', '0', '1', '', '0', '0', '-1', '0', '0', 'VI.ndn3Sb*\\Qm:&a?z0UmDkR=V(R|E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8078', '3', '', '0', 'MMccurdy', 'a1abd26c21ea83e21eb71cdffa71cde5', '2014-09-20', 'margaretawfinpw@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411205166', '0', '1411205166', '1411212798', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.53.50', '0', '1', '', '0', '0', '-1', '0', '0', 'f6Zsg;WvyGa}.?SN)\\rcn7z08|G&mp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8087', '3', '', '0', 'OJaurequi', 'eb8886c110586f553c69d9b58e06451d', '2014-09-21', 'olinda_jaurequi7102@dep.excelblog.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411270799', '0', '1411270799', '1411274794', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.116', '0', '1', '', '0', '0', '-1', '0', '0', 'Jp*pWL=0Fq7y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8080', '3', '', '0', 'JKtw', 'b6d70abcce94d71a524edbf309ca6c87', '2014-09-20', 'jennifer-hecker9708@excelblog.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411230164', '0', '1411230164', '1411230164', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.121.56.2', '0', '1', '', '0', '0', '-1', '0', '0', 'TAcU\']>BSB20X7sC}fB>B-Q|1N|?bJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8081', '3', '', '0', 'KLipsie', '8ff73771c9570a4a5aa54e1b2674051a', '2014-09-20', 'kenyatta-lipsie7198@excelblog.windowcletech.com', '0', '', 'http://www.purevolume.com/listeners/sincerevisitor684/posts/963024/Facts+You+Have+to+Know+About+E+Li', '', '', '', '2', '0', 'Junior Member', '0', '1411230348', '0', '1411230348', '1411254023', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1971', '1971-04-21', '-1', '-1', '91.121.56.2', '0', '1', '', '0', '0', '-1', '0', '0', 'r1TdN),2X&[*Cwynt$svTQs\"gz.*fR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8082', '3', '', '0', 'BDZRG', '44bace7ebb1381711769f8ecb973d38d', '2014-09-20', 'augustuskimbell@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411234352', '0', '1411234352', '1411236496', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.118.75.213', '0', '1', '', '0', '0', '-1', '0', '0', 'IgTk&9N(Tt*/YHw_2.<`RmR6zm(+5%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8083', '2', '', '0', 'JBouie', 'c9a6d6cc53f46bf9e16c0a0af828dd35', '2014-09-20', 'leslie49172@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411234858', '0', '1411234858', '1411235097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.221.85', '0', '1', '', '0', '0', '-1', '0', '0', '^0CJ|wKxjw2*G[[C:I,k^Re1$j7A\"-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8084', '3', '', '0', 'ISalas', '2931a93823a5b7c275e5dcb02d1b91d6', '2014-09-20', 'jorgpellegrino@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411248405', '0', '1411248405', '1411250956', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.240.130.188', '0', '1', '', '0', '0', '-1', '0', '0', 'is]~LR,=}JfKSO_Iu,9`_[!k`<\'y2=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8085', '3', '', '0', 'bjehnzjunioray4993', 'dd009b601d141bd8e0630b7ff230f1e8', '2014-09-21', 'bjehnzjunioray@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411260630', '0', '1411260630', '1411260630', '0', '0', '10', '5', '5.5', '1', '0', '0', '0', '45108503', '', '0000-00-00', '-1', '-1', '186.92.7.163', '0', '1', '', '0', '0', '-1', '0', '0', 'K}L\'VF?$>V<.h!YF`Va5nk3!q?4q{&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8086', '3', '', '0', 'DF51', '29ae6fc88ae230d61ba506665d37f538', '2014-09-21', 'amuckcelebrity93027@laposte.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411265684', '0', '1411265684', '1411265684', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.36.39', '0', '1', '', '0', '0', '-1', '0', '0', '.WlN-oGC\'UL\"S3$=G>l!HVR>2PAt^I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8088', '3', '', '0', 'HFiorini', '972dec4055fc522eb2270323db5871fb', '2014-09-21', 'hortensia-fiorini7157@excelblog.windowcletech.com', '0', '', 'http://disillusionedse58.yolasite.com/barrysweblog', '', '', '', '2', '0', 'Junior Member', '0', '1411275393', '0', '1411275393', '1411282630', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-28-1983', '1983-11-28', '-1', '-1', '91.121.56.2', '0', '1', '', '0', '0', '-1', '0', '0', '=gRN3+bw_=(5*cKrVg5>eQq\"8JnbK3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8089', '3', '', '0', 'ASmallen', 'e553e96eabe3b9a003d288502cd23a4e', '2014-09-21', 'alfredo_smallen4821@excelblog.windowcletech.com', '0', '', 'http://Wallinside.com/post-36103009-skin-problems-getting-you-down-try-these-ideas.html', '', '', '', '2', '0', 'Junior Member', '0', '1411281635', '0', '1411281635', '1411289052', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1985', '1985-02-20', '-1', '-1', '91.108.182.117', '0', '1', '', '0', '0', '-1', '0', '0', '}`c9?i@TgF\\\\wkr],q3xtE+jD$ryx1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8090', '3', '', '0', 'BBREZ', '6900c47b8d5acdf7312f3396df5724f5', '2014-09-21', 'branden.fontecchio4002@excelblog.windowcletech.com', '0', '', 'http://www.blogigo.com/abjectgala6233/Simple-tips-to-pick-out-Organic-E-Liquid/4/', '', '', '', '2', '0', 'Junior Member', '0', '1411292264', '0', '1411292264', '1411299524', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-13-1971', '1971-03-13', '-1', '-1', '91.108.180.38', '0', '1', '', '0', '0', '-1', '0', '0', '@4k5Abr)!/Az/DNRWFy?F&~xq\'[Dn_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8093', '3', '', '0', 'IMEJ', 'dc2beed84dc4d8cf9791bbcf2b9656f5', '2014-09-21', 'buckmcmillian3457@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411306730', '0', '1411306730', '1411314037', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', ';KjZ+3uywp4N`zRhIn+h(2#P,:\".m2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8091', '3', '', '0', 'OUVJ', 'c4fb13a7b2764bf274f1a364d7a7db04', '2014-09-21', 'steffenpalazzi@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411297278', '0', '1411297278', '1411304481', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', '#~mIIE$9,7{nE}2EQ1OLjy[G%{fYMh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8092', '3', '', '0', 'SZfq', '16018742a6cc54336bd672e98e0784ef', '2014-09-21', 'lukemackerras@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411300849', '0', '1411300849', '1411308609', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.208.192', '0', '1', '', '0', '0', '-1', '0', '0', 'VG\"a`/[.iY(t{ab$~7wfv5&jtDo;oV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8094', '3', '', '0', 'C59C', 'fae19b736af7efaf417056ba60f2143f', '2014-09-21', 'eusebiachristianson@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411307468', '0', '1411307468', '1411314851', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', 'o(UKU0LSIpAStILlGZZl!PD7]T-g+b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8095', '3', '', '0', 'AMarch', '4a0baec76f319eb27153dcf8fb0c9f91', '2014-09-21', 'zacharydechaineux358@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411313554', '0', '1411313554', '1411320850', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', '[},%/eLCd,s2v9spZX<\'U#gg^4\"+Q-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8096', '3', '', '0', 'ODerr', '555b90e1c254d7503cee5d125179ed3e', '2014-09-21', 'navarro5eoimmnp@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411316412', '0', '1411316412', '1411319434', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.60.212', '0', '1', '', '0', '0', '-1', '0', '0', 'qcs6d*s(+TSes}%%TVh_EPAPWRRae-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8097', '2', '', '0', 'Ridgeback', 'e93c9cb6fc3939f75e9443a904f1d56d', '2014-09-21', 'greymcdermott@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411320052', '0', '1411320052', '1411320495', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.81.60.207', '0', '1', '', '0', '0', '-1', '0', '0', 'qSTVC\"K97\'a;,^Kd%5lK?Gn=5E\'e@z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8098', '3', '', '0', 'LBoucher', '4e3474424cb9c4d9cc2b88ac439dea03', '2014-09-21', 'kraigalonzo8463@hulapla.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411320664', '0', '1411320664', '1411324479', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '187.95.111.4', '0', '1', '', '0', '0', '-1', '0', '0', 'ktyd(]eARB)zp|]d8:Ka9[@?E\'SYI}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8099', '3', '', '0', 'TCHNP', 'f17c81fe508f076d1b660e653af8ecc6', '2014-09-21', 'chris.adkins@tlen.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411333979', '0', '1411333979', '1411341522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.249.241.66', '0', '1', '', '0', '0', '-1', '0', '0', 'Y\"q-:s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8117', '2', '', '0', 'MB91', '569dabbf232fe5b7657b1f7e7725242e', '2014-09-23', 'mitchell.dahl83@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411458517', '0', '1411458517', '1411461661', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.152.211.18', '0', '1', '', '0', '0', '-1', '0', '0', 'BF/`\"b;wB5ETUP,Fs26{{n~@zz0;CF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8135', '3', '', '0', 'V7051', '3b0524adc350d5a79c9a3ba1ce3e937f', '2014-09-24', 'victoriaguevara@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411517686', '0', '1411517686', '1411525012', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', '71IcHs5}(Fji8Uv$2p?/ju#.f?<+&x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8118', '3', '', '0', 'PNHC', 'bdd407696b1e94dcb169671ad758d872', '2014-09-23', 'coy-tarone4851@excelblog.windowcletech.com', '0', '', 'http://maturequagmire908.jimdo.com/', '', '', '', '2', '0', 'Junior Member', '0', '1411466627', '0', '1411466627', '1411474091', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-25-1978', '1978-01-25', '-1', '-1', '5.153.237.122', '0', '1', '', '0', '0', '-1', '0', '0', 'hp!RybBaQn8k6{CBv5.T4>6\',', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8123', '3', '', '0', 'LPLQ', 'c2691df6bbc5f675c1d604e72a128951', '2014-09-23', 'lavonna.querio5759@excelblog.windowcletech.com', '0', '', 'http://nullpage5230.jimdo.com', '', '', '', '2', '0', 'Junior Member', '0', '1411481453', '0', '1411481453', '1411489532', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-08-1981', '1981-01-08', '-1', '-1', '37.203.208.22', '0', '1', '', '0', '0', '-1', '0', '0', 'fCz,].6Y^pEG9F.$hi$;z7*CP$X<$m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8124', '3', '', '0', 'RRNPJ', '97329803517595aa19a4e99bd6610301', '2014-09-23', 'cletacherry5355@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411484732', '0', '1411484732', '1411486700', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.23.164.91', '0', '1', '', '0', '0', '-1', '0', '0', 'DswI=*;eQA:3Dd2^\"d:S<;r4dn:@W;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8125', '2', '', '0', 'PMcKeon', '53a76ba130660bd9bca37eef4ac681fa', '2014-09-23', 'pansy-mckeon92@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411489735', '0', '1411489735', '1411492560', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.44.139.164', '0', '1', '', '0', '0', '-1', '0', '0', 'L%[}q#}{P&\"9nBDkEn)Kot]B@W3H&!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8126', '3', '', '0', 'PD30', '3df48c2561fbc5eee9d23cb6d5bfba18', '2014-09-23', 'juanschilling@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411492128', '0', '1411492128', '1411492128', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.178', '0', '1', '', '0', '0', '-1', '0', '0', 'Vm)0^]P-NV*4l$rI5\'_b-FPYc{!*1:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8127', '2', '', '0', 'chrisjames', 'd1b98bbbb7ccb8d6238b519bad84001d', '2014-09-23', 'chris_james88@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411498371', '0', '1411498371', '1411498629', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108423', '', '0000-00-00', '-1', '-1', '94.6.188.194', '0', '1', '', '0', '0', '-1', '0', '0', 'oU`)~uddL8g>09yy-0PJV-P5n[F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8128', '3', '', '0', 'QNMH', 'a08d7bc3c73a820cd9668e7e69ff767d', '2014-09-23', 'raqueloglesby@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411501045', '0', '1411501045', '1411533069', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.88.228', '0', '1', '', '0', '0', '-1', '0', '0', '_k?6iVi[G|ZK`1n.q-y-OS-,^ypXoeA3RV9mHk0{ShNQr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8131', '3', '', '0', 'CBujarski', '6772f08131b72d8e0611ba7948e930af', '2014-09-23', 'cornell-bujarski551@excelblog.windowcletech.com', '0', '', 'http://hellishstudent713.de.la/dont-be-tricked-by-e-juice/', '', '', '', '2', '0', 'Junior Member', '0', '1411508804', '0', '1411508804', '1411516133', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-18-1976', '1976-11-18', '-1', '-1', '37.203.210.138', '0', '1', '', '0', '0', '-1', '0', '0', ':RJC$N~9p[91JK:KwC2EF=wfHL^hDJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8132', '3', '', '0', 'O4098', 'd5ab7a1758b779fa4b3ba86a40b386c3', '2014-09-23', 'feliciaborrego@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411510856', '0', '1411510856', '1411510856', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.47.25.56', '0', '1', '', '0', '0', '-1', '0', '0', 'g,,MY!hvM~Nq{}DAv^_S~nps^\\,eaZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8133', '2', '', '0', 'SFIBQ', 'b5503f8752c4d13e3532740b746465c5', '2014-09-23', 'solomon-morgan@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411510870', '0', '1411510870', '1411513788', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.251.101', '0', '1', '', '0', '0', '-1', '0', '0', '9#=047>=6f3xDd4%\\a8,OuO\\|{!t)K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8134', '3', '', '0', 'THagel', '998824d00f672c06fcbd85036202393e', '2014-09-23', 'tabatha_hagel9156@excelblog.windowcletech.com', '0', '', 'http://robustebb5738.sosblogs.com/The-first-blog-b1/E-juice-Facts-b1-p5.htm', '', '', '', '2', '0', 'Junior Member', '0', '1411511484', '0', '1411511484', '1411518792', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-15-1983', '1983-05-15', '-1', '-1', '178.216.53.165', '0', '1', '', '0', '0', '-1', '0', '0', 'HcQ#98{Z.[F^P:k93?8qtxj@?SgS9\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8136', '3', '', '0', 'TPellet', '9aa95838d2ab539143ec0bc3aae7e0f6', '2014-09-24', 'truman.pellet5269@excelblog.windowcletech.com', '0', '', 'http://languidnylons1520.webgarden.com/sections/blog/an-introduction-to-organic', '', '', '', '2', '0', 'Junior Member', '0', '1411518145', '0', '1411518145', '1411525370', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-24-1974', '1974-12-24', '-1', '-1', '94.249.242.126', '0', '1', '', '0', '0', '-1', '0', '0', '5@<3I:cwVjL_UJmo(T]s==}ezsggT;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8137', '3', '', '0', 'BHAT', '770141d9ac62ed47f3a8b52eb34c731b', '2014-09-24', 'careymohr8775@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411525611', '0', '1411525611', '1411537585', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.42.57', '0', '1', '', '0', '0', '-1', '0', '0', '~d?,je>OXVJb5:RGz}7{b616i2Do>g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8138', '3', '', '0', 'EFso', '80931fc29cd83f5d7827b01c0852ca6a', '2014-09-24', 'cleolangdon@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411527092', '0', '1411527092', '1411538337', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.216.198', '0', '1', '', '0', '0', '-1', '0', '0', '8*6F?l81$`]N6Q2Aj.3mX&5p@[>:Rk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8139', '3', '', '0', 'V04L', '40fc6a91b14437177785beb10c51e322', '2014-09-24', 'kimbe31rlygrooms5720@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411536365', '0', '1411536365', '1411538394', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.196.76', '0', '1', '', '0', '0', '-1', '0', '0', '0y]SoM\\QK5=Qui]TT/,_DbsrQ^,\\-e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8140', '3', '', '0', 'ZWestmore', '57b9334b5f6c82dc671fcdf19598cdca', '2014-09-24', 'linds12eyyuan@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411537767', '0', '1411537767', '1411539887', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.196.76', '0', '1', '', '0', '0', '-1', '0', '0', ',~o(Sc[yW|RB;l{xB%3:XPYjHwe\"Oy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8141', '3', '', '0', 'S3933', 'e2b10277eff3dd3a93823bbd38998f82', '2014-09-24', 'cath2rynrussell5496@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411538852', '0', '1411538852', '1411541281', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.196.76', '0', '1', '', '0', '0', '-1', '0', '0', 'F\'o&3(LQzFJ(6><-J)xDDY6EfX[9T_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8142', '3', '', '0', 'OZpw', '99b4ec81bf22652e72a10059f70f914f', '2014-09-24', 'dwig12htzepeda@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411541473', '0', '1411541473', '1411543697', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.196.76', '0', '1', '', '0', '0', '-1', '0', '0', '0$\"I_WK?ES4Vo\"9a^m*AfXqJ[,!]V^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8143', '3', '', '0', 'BMarko', '1f93b40b07307369cd9bc545621c9664', '2014-09-24', 'bradly_marko@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411549823', '0', '1411549823', '1411553478', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.44.139.166', '0', '1', '', '0', '0', '-1', '0', '0', '.$R\'nTRm7AYUhQBhD`t>tZjU)]HneH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8144', '3', '', '0', 'TVTF', '8df7c485d2d0bc42b7a5dbdb24f8d3a1', '2014-09-24', 'uweoram3597@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411555012', '0', '1411555012', '1411562368', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', 'QuKI9Duxn23GhH)-CO6N\"G+7fk}LaI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8145', '3', '', '0', 'MSKJB', '66172db938102457e3aa047380642910', '2014-09-24', 'zhouchunppvr@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411559137', '0', '1411559137', '1411559137', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.211.155', '0', '1', '', '0', '0', '-1', '0', '0', 'D\"yD&&9S5!b(smG$2g90$3&A4xe!7-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8217', '3', '', '0', 'J30U', 'c5525e329b4d14f0136bde1e086edef9', '2014-09-29', 'jean.vijayan1370@excelblog.windowcletech.com', '0', '', 'http://massivepastor1510.snack.ws/brief-history-on-uk-e-liquid.html', '', '', '', '2', '0', 'Junior Member', '0', '1411945395', '0', '1411945395', '1411952715', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-29-1976', '1976-12-29', '-1', '-1', '5.175.175.152', '0', '1', '', '0', '0', '-1', '0', '0', 'hFD4\\56X$kGFv^:x3wT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8146', '3', '', '0', 'DWade', '0c0d1c2e9e5c7f84236893aa8d78fddf', '2014-09-24', 'otiliabower7895@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411565069', '0', '1411565069', '1411572249', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', 'l+O3iJ3&j39WUYo1Df~tI5em?*tW~B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8147', '8', '', '0', 'BGiovanet', 'da44986d86cf50f44bbd526b5c19926b', '2014-09-24', 'burl_giovanetti1505@support.excelblog.info', '0', '', 'http://www.5171.cn/member/space.php?uid=222988&do=blog&id=204066', '', '', '', '2', '0', 'Banned', '0', '1411565225', '0', '1411655587', '1411742745', '1411655585', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-22-1978', '1978-05-22', '-1', '-1', '178.216.54.151', '0', '1', '', '0', '0', '-1', '0', '0', '753:^=3o.IZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8151', '3', '', '0', 'BVph', 'af00db2e0b47a138262960ca406315af', '2014-09-24', 'jerrellboyd@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411592667', '0', '1411592667', '1411600116', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', 'ue+kwe]1T8,a@j~xoVPbhybJ$`B-S|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8152', '3', '', '0', 'SASZK', '1140a2b1cc0c72935c9bbc0ca6abce7a', '2014-09-25', 'onsonepu1975@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411604475', '0', '1411604475', '1411611659', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.71.178', '0', '1', '', '0', '0', '-1', '0', '0', '@)c3PW}@z_zhd]CUtoN,tN|2]|A\\ox', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8153', '3', '', '0', 'GHagai', '791649cd16e2b665aa2af98d82dbebc8', '2014-09-25', 'yaowangqtwk@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411609141', '0', '1411609141', '1411609141', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.74.2', '0', '1', '', '0', '0', '-1', '0', '0', 'uov(T&ToR2^,Z7\'De#:ix>7/fRqSOD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8154', '3', '', '0', 'CSoukup', 'e846b75d935036c50b799b1217f20a5b', '2014-09-25', 'clint_soukup511@excelblog.windowcletech.com', '0', '', 'http://tellingtraditio03.de.la/subdue-organic-tobacco-e-liquid-like-a-boss/', '', '', '', '2', '0', 'Junior Member', '0', '1411613217', '0', '1411613217', '1411620433', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-25-1977', '1977-03-25', '-1', '-1', '37.203.208.184', '0', '1', '', '0', '0', '-1', '0', '0', '<<{Ox:vkNK{SVgV\'xl[%>kgN:MmXQ\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8155', '8', '', '0', 'B19R', '4dd7163e5d38ef1ac675ba9094e1bd64', '2014-09-25', '53df6370810ac@finalndcasinoonline.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1411615468', '0', '1411615468', '1411616078', '1411616075', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.229.170', '0', '1', '', '0', '0', '-1', '0', '0', 'gF<&)D,ii?,j{[>D&*^c,C]|ZX(93`', '', '0', '82673', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8161', '3', '', '0', 'JU31', 'ba96c70ae761ad4eeff9f54b0d9c394d', '2014-09-25', 'genevievebladen7713@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411630464', '0', '1411630464', '1411637787', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.40.252', '0', '1', '', '0', '0', '-1', '0', '0', '[$gfVeF>|)yFjGeg3CszajUI+|B%:.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8156', '3', '', '0', 'S5561', 'c34e6f9ce17c1a49e86b8bb684fd4b95', '2014-09-25', 'sung_dember3156@excelblog.windowcletech.com', '0', '', 'http://dynamicdynamo2728.page.tl/An-Introduction-to-e-liquid-recipes.htm', '', '', '', '2', '0', 'Junior Member', '0', '1411616478', '0', '1411616478', '1411623715', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-18-1983', '1983-05-18', '-1', '-1', '91.108.180.112', '0', '1', '', '0', '0', '-1', '0', '0', '?njFQgP?#dkNy8!0SD?mX;O7}lU#K{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8157', '3', '', '0', 'TFassler', 'cdb8ef4641c288d1323d416f57f51663', '2014-09-25', 'trent.fassler4526@excelblog.windowcletech.com', '0', '', 'http://vacuousplaster406.page.tl/Don-h-t-Be-Confused-by-UK-E-Liquid-.htm', '', '', '', '2', '0', 'Junior Member', '0', '1411620978', '0', '1411620978', '1411628165', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1981', '1981-08-05', '-1', '-1', '37.203.208.197', '0', '1', '', '0', '0', '-1', '0', '0', 'Xxo\'sHe@:;O/mw|/]%x|.h_uABX-1y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8158', '3', '', '0', 'DShed', '22be1586449fea6a9b6abac2ba23794f', '2014-09-25', 'dennis_shed1888@excelblog.windowcletech.com', '0', '', 'http://fretfulbanister01.jimdo.com', '', '', '', '2', '0', 'Junior Member', '0', '1411621091', '0', '1411621091', '1411628288', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-11-1981', '1981-05-11', '-1', '-1', '37.203.208.197', '0', '1', '', '0', '0', '-1', '0', '0', '7H2No.uR]@TJYZP=BNIn!oaZ923_gT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8159', '3', '', '0', 'SBach', '68bb88fa9532040186c4d04b2d4cd157', '2014-09-25', 'magaretchristopher8166@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411627479', '0', '1411627479', '1411634937', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', '>a<#BK)Tdvm(8i-&0#sETO4xvnG?\\|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8160', '3', '', '0', 'VMackinto', '30a68ddb1f912f94bf53ae9dc3455548', '2014-09-25', 'lynstobie4997@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411628016', '0', '1411628016', '1411635228', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', 'a\'$/E~xx+0gTte`\\BeBTPK\\\\tD(>ol', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8162', '3', '', '0', 'CAmos', 'c5d641fec763cfeb72b191165ef8bf15', '2014-09-25', 'shoshanawheatley@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411632130', '0', '1411632130', '1411639960', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', 'Whbm<=s-Rv\"`SAGziA:%PoP\"V_)5qU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8163', '3', '', '0', 'JTQR', '4cc83373a8f0a4c7ea033520cede1672', '2014-09-25', 'jay_nakhle5894@excelblog.windowcletech.com', '0', '', 'http://gigantictwiligh07.snack.ws/not-all-organic-e-liquid-is-better-for-you.html', '', '', '', '2', '0', 'Junior Member', '0', '1411636205', '0', '1411636205', '1411643474', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-25-1979', '1979-01-25', '-1', '-1', '192.99.113.217', '0', '1', '', '0', '0', '-1', '0', '0', 'hMsq7ktQa??S}|msm.DHc\\YC`32U%L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8164', '3', '', '0', 'IEHH', '4d9f8b3a2745b0266e45fc88fe6834d1', '2014-09-25', 'mikkistafford@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411637473', '0', '1411637473', '1411644899', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', 'mt33PY]3J-hNQ/-A\"wX4.eD$:uOn?n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8165', '3', '', '0', 'BKahl', '9965acb51eabc67c67ee1062647a4a1f', '2014-09-25', 'bill-kahl@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411637896', '0', '1411637896', '1411640236', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.250.10', '0', '1', '', '0', '0', '-1', '0', '0', 'y>yX-b=BMO5C[&}5Mo~SyRwJg-NA,&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8166', '3', '', '0', 'URillie', '4ec47c9094da2c3c54b59ab48e7986ad', '2014-09-25', 'ulrike_rillie3382@excelblog.windowcletech.com', '0', '', 'http://Www.dailystrength.org/people/4188585/journal/10701175', '', '', '', '2', '0', 'Junior Member', '0', '1411638563', '0', '1411638563', '1411645748', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-31-1983', '1983-10-31', '-1', '-1', '178.216.54.157', '0', '1', '', '0', '0', '-1', '0', '0', '{_\"=yX}oq`JR;y&P{D&mBctG+\\rJc2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8167', '3', '', '0', 'DVAEU', 'fb9a690c533d1656f4e489f8cff6eb42', '2014-09-25', 'berndgalindo@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411643424', '0', '1411643424', '1411650644', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', ')[8\'m{$d>n5l78RyW`(qw&q-v|?Zc)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8168', '3', '', '0', 'AR87', '5646f0aa2f52bd8eb8494c4280f62a97', '2014-09-25', 'adalberto_waymire7262@excelblog.windowcletech.com', '0', '', 'http://makeshiftdayboo84.jigsy.com/entries/general/the-reason-why-e-liquid-is-popular-in-uk', '', '', '', '2', '0', 'Junior Member', '0', '1411643610', '0', '1411643610', '1411650899', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1982', '1982-05-20', '-1', '-1', '91.108.180.21', '0', '1', '', '0', '0', '-1', '0', '0', 'u+B0/c>gJEk_(-`A_zCNKZI7i4#=&r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8169', '3', '', '0', 'ZPelloe', 'd28cee956576bae6be674cbc068d5184', '2014-09-25', 'gradyhateley@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411643691', '0', '1411643691', '1411646693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.247.173.40', '0', '1', '', '0', '0', '-1', '0', '0', ':)aNogqMItaV=)q,T.2,\"\\:`IXZO]i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8170', '3', '', '0', 'K83M', '98dd7cd2c97a9d0412074b82eb363b8a', '2014-09-25', 'kisha_sorlie4@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411659010', '0', '1411659010', '1411659010', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.250.10', '0', '1', '', '0', '0', '-1', '0', '0', 'Sm$Dxoewss4h)$RC\"6L4&z2UYQR~$G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8171', '3', '', '0', 'WCZTD', 'be24bc50115311ba20acfa991b099876', '2014-09-25', 'josettelanders@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411659186', '0', '1411659186', '1411666407', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '208.66.75.189', '0', '1', '', '0', '0', '-1', '0', '0', '/ga\'\\V;E^>w#@.NS4Jdi$7<$:cwpxo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8172', '3', '', '0', 'daxi9865', '0784d8f582c6e6d068d104d29aa89954', '2014-09-25', 'denishavens@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411674328', '0', '1411674328', '1411676484', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.252.52.207', '0', '1', '', '0', '0', '-1', '0', '0', '(rzvVD:,4u$E-.&IZ3$gG?/)J\"Ki(+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8173', '3', '', '0', 'TColasamt', '0a628537a0d870b48b8e28bbe7252236', '2014-09-26', 'tyson_colasamte6151@excelblog.windowcletech.com', '0', '', 'http://Parsimoniousphi56.Blogs.Experienceproject.com/3710057.html', '', '', '', '2', '0', 'Junior Member', '0', '1411687990', '0', '1411687990', '1411695186', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-28-1972', '1972-02-28', '-1', '-1', '91.108.180.21', '0', '1', '', '0', '0', '-1', '0', '0', 'uAAX]!0|u>cK1s=P~y6Cvea@6y~`G:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8174', '3', '', '0', 'MFling', '7181a997e31a6d78c83a3e8f11715d06', '2014-09-26', 'marlo.fling4471@excelblog.windowcletech.com', '0', '', 'http://obedienttower1761.jimdo.com', '', '', '', '2', '0', 'Junior Member', '0', '1411688032', '0', '1411688032', '1411695183', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-03-1972', '1972-12-03', '-1', '-1', '91.108.180.21', '0', '1', '', '0', '0', '-1', '0', '0', '9v&6mDy:UnV\'mP<2H#sg8mgx5\"OR\\F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8175', '3', '', '0', 'TMorrales', '2fa39f38e5591c3ebc52246fde4afe4f', '2014-09-26', 'tory_morrales967@excelblog.windowcletech.com', '0', '', 'https://storify.com/didacticfa457/the-background-of-uk-organic-tobacco-e-liquid', '', '', '', '2', '0', 'Junior Member', '0', '1411688099', '0', '1411688099', '1411695316', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-04-1972', '1972-03-04', '-1', '-1', '91.108.180.21', '0', '1', '', '0', '0', '-1', '0', '0', '-,q\'EHt{NcMiutki\\%XD|mFL@$rhx1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8176', '3', '', '0', 'TBinnicke', '54a7b16ebd8eae740e2331fdffff97ff', '2014-09-26', 'terrie.binnicker8558@excelblog.windowcletech.com', '0', '', 'http://www.travelpod.com/travel-blog-entries/malicioush111/1/1408384368/tpod.html', '', '', '', '2', '0', 'Junior Member', '0', '1411688136', '0', '1411688136', '1411695337', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-12-1982', '1982-03-12', '-1', '-1', '91.108.180.21', '0', '1', '', '0', '0', '-1', '0', '0', '7{\'>C8\'!]ga~Zc\"I;R:49FjR\\R0A\"p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8177', '3', '', '0', 'RMLB', '9571ffe4a099370f1ed5e54c41cb78a8', '2014-09-26', 'angeliakingsmill@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411688775', '0', '1411688775', '1411696053', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.77.254.31', '0', '1', '', '0', '0', '-1', '0', '0', 'SeM)B|KGi0NC,<>r[*{vJhB@)rd7j\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8178', '3', '', '0', 'ISZC', 'c2c1aece4e3afebc223ee9e80a72edfb', '2014-09-26', 'colin.dehoff7259@excelblog.windowcletech.com', '0', '', 'http://macabreocclusio36.kazeo.com/uk-organic-tobacco-e-liquid-facts,a4657572.html', '', '', '', '2', '0', 'Junior Member', '0', '1411689090', '0', '1411689090', '1411696288', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-02-1983', '1983-05-02', '-1', '-1', '5.175.175.163', '0', '1', '', '0', '0', '-1', '0', '0', 'fb)ANGUHhVN}5|GdT%g\'K5![:nrx\\D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8179', '3', '', '0', 'WSchmitme', '061b076457d6258968957bd1ca4f3497', '2014-09-26', 'wynona_schmitmeyer5709@excelblog.windowcletech.com', '0', '', 'http://lethalnotary3585.buzznet.com/user/journal/18416346/conquer-uk-tobacco-e-liquid/', '', '', '', '2', '0', 'Junior Member', '0', '1411701983', '0', '1411701983', '1411709613', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1982', '1982-05-20', '-1', '-1', '37.203.208.197', '0', '1', '', '0', '0', '-1', '0', '0', '\'50T8-XSHa;2K}[V[1nRw+`e[x!kwn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8180', '3', '', '0', 'EArehano', '601d32454b1f223d6d3ce77b3ce64c6c', '2014-09-26', 'edmond_arehano3008@excelblog.windowcletech.com', '0', '', 'http://www.slideshare.net/decorousalbum4793/brief-report-on-uk-organic-e-liquid', '', '', '', '2', '0', 'Junior Member', '0', '1411707501', '0', '1411707501', '1411714737', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-25-1972', '1972-09-25', '-1', '-1', '91.108.180.119', '0', '1', '', '0', '0', '-1', '0', '0', 'NJ`G={51@}56V~A_S\"(FMbl=%q2[N\'Z!WRS{+d!5mq5\'j5Y0NP`n&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1293', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8183', '3', '', '0', 'JPrivatee', '2b1388c45cc64402da8b0d87375d8160', '2014-09-26', 'jeanene_privateer6394@excelblog.windowcletech.com', '0', '', 'http://independent.academia.edu/JuanGarrisonu/Posts', '', '', '', '2', '0', 'Junior Member', '0', '1411720284', '0', '1411720284', '1411727553', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-04-1980', '1980-09-04', '-1', '-1', '94.249.242.120', '0', '1', '', '0', '0', '-1', '0', '0', '5T(99q>WgE,4M%Pn|l^#-/7yQ/f7-Faj!q6z[Jz8\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8187', '2', '', '0', 'BKelson', 'bc4abda9c9582b8a98217552de3bb06d', '2014-09-26', 'cyacoale42@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411741993', '0', '1411741993', '1411742388', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.96.251', '0', '1', '', '0', '0', '-1', '0', '0', '2*fPw})_jli(ts8??PHG,8V$*W%zc<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8188', '3', '', '0', 'NOQA', '0b08dc0aaa06b5c63cc5af239a48540b', '2014-09-26', 'travishagelthorn1777@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411745323', '0', '1411745323', '1411754203', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.220.94', '0', '1', '', '0', '0', '-1', '0', '0', 'z:#mMmCCPnh&U\'Xjj[&rTR=jeCI[g$2a)H5\'W^\\9fSk+tq,X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8190', '2', '', '0', 'LR19', 'a8ff97d31c81b77c472fa0058acb38c7', '2014-09-27', 'a5241789chase82302@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411788518', '0', '1411788518', '1411788907', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.222.231.196', '0', '1', '', '0', '0', '-1', '0', '0', '9,G6PE_t[uGf|@1f!8v$!#EFv_L%0c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '269', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8191', '3', '', '0', 'J8192', '7f618532c83c2a8287d1cf6bf38e0a7d', '2014-09-27', 'jolynn_bardney4788@excelblog.windowcletech.com', '0', '', 'http://Accidentalfixat68.Blogs.Experienceproject.com/3741677.html', '', '', '', '2', '0', 'Junior Member', '0', '1411788994', '0', '1411788994', '1411796196', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-24-1979', '1979-05-24', '-1', '-1', '37.203.210.138', '0', '1', '', '0', '0', '-1', '0', '0', 'gJ``H>sVN}*=nl_y^g`m,z,vmKfmcP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8192', '3', '', '0', 'QHUH', 'e6f6f43deb3494f9dea57add5b05f41b', '2014-09-27', 'hosea_vukelich6813@excelblog.windowcletech.com', '0', '', 'https://app.box.com/s/ygga5gek3dlfb25id8qk', '', '', '', '2', '0', 'Junior Member', '0', '1411796800', '0', '1411796800', '1411804002', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1973', '1973-04-11', '-1', '-1', '37.203.208.184', '0', '1', '', '0', '0', '-1', '0', '0', ',iHnX|TMlp.BE=r.,lO1nU.ok2O_@E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8193', '2', '', '0', 'werewolf', '5526178097e65faeaf46d6d1598d00f2', '2014-09-27', 'werewolf11@shaw.ca', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411797876', '0', '1411797876', '1411797913', '0', '0', '10', '5', '-7', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '96.51.105.32', '0', '1', '', '0', '0', '-1', '0', '0', 'q[8Q}5nm2qZaIE.x,8oFe>$MFO\'bU(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8194', '2', '', '0', 'VLykins', '9078b91a99e313e0083b633c1cc935c3', '2014-09-27', 'earlyidea51mz@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411813979', '0', '1411813979', '1411814593', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.63.252.42', '0', '1', '', '0', '0', '-1', '0', '0', 'XEydJDwG*1qpGys|C>mNxWDP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8208', '3', '', '0', 'CKhf', '72ae51c48faf8b7654bf5bdaf7029291', '2014-09-28', 'claire.meenach9037@excelblog.windowcletech.com', '0', '', 'http://learnedtask494.newsvine.com/_news/2014/07/15/24809295-the-electronic-cigarette-brands-secrets', '', '', '', '2', '0', 'Junior Member', '0', '1411886200', '0', '1411886200', '1411893410', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1976', '1976-12-15', '-1', '-1', '192.99.113.217', '0', '1', '', '0', '0', '-1', '0', '0', '872\'i=Y)/Ku:s\\}*C3ggT4zwLw<+rF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8209', '2', '', '0', 'inFus3d', '232b95f99e1f41b3013e866339c0ac17', '2014-09-28', 'getinfus3d@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411895290', '0', '1411895453', '1412365852', '1412365848', '1', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '77.175.24.236', '0', '1', '', '0', '0', '-1', '0', '0', '}ZF`#0J%f_yXaLndtn~aZ6y[eLB\'7V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8210', '2', '', '0', 'algaeholics', 'b639e9793511bcbb43d7a7213520766f', '2014-09-28', 'algaeholics@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411901788', '0', '1411903030', '1411911257', '1411911256', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '92.16.189.20', '0', '1', '', '0', '0', '-1', '0', '0', 'y\"F[l6D#M{=HN%;_d#`B\'4Ju@sShp_', '', '0', '82682', '0', '0', '0', '0', '', '0', '0', '', '149', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8211', '3', '', '0', 'TSweger', '96a44618682b00d980613a735763f87b', '2014-09-28', 'tamie-sweger3267@excelblog.windowcletech.com', '0', '', 'http://www.iamsport.org/pg/pages/view/25948947/', '', '', '', '2', '0', 'Junior Member', '0', '1411906127', '0', '1411906127', '1411913287', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1979', '1979-05-17', '-1', '-1', '91.108.180.21', '0', '1', '', '0', '0', '-1', '0', '0', '[F^8\'y\'XU*f~RhLl17(hBXE~Bv0>P~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8212', '3', '', '0', 'TM37', 'f5c1e11ed6c7d8d1c394febf7affab20', '2014-09-28', 'nadiamcallister@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411914321', '0', '1411914321', '1411914321', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '77.84.247.3', '0', '1', '', '0', '0', '-1', '0', '0', '77~wgN\\.}#6~ZlC9;#yw\\k1[nLzxoq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8213', '3', '', '0', 'I55H', '6aae160bcbbe3008fd00afb908c1f0c9', '2014-09-28', 'lashundasundberg5875@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411917160', '0', '1411917160', '1411924323', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.140.69', '0', '1', '', '0', '0', '-1', '0', '0', 'X/(L*N\'#\\g((\"/2MONhSbSI$WRKE=m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8214', '2', '', '0', 'NAFC', '9fba1a4612e10df1df9d1d174fa869d4', '2014-09-28', 'furtivequack320hk@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411919472', '0', '1411919472', '1411920098', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.63.252.42', '0', '1', '', '0', '0', '-1', '0', '0', 'r_?[bFv9TlkE.Z>\\-4\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8219', '3', '', '0', 'ASchartz', '8674b1c55009722718fd6dc8cc9a847d', '2014-09-29', 'abdul.schartz3412@excelblog.windowcletech.com', '0', '', 'http://www.dailystrength.org/people/4206971/journal/10792629', '', '', '', '2', '0', 'Junior Member', '0', '1411948577', '0', '1411948577', '1411955794', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1977', '1977-06-25', '-1', '-1', '178.216.54.151', '0', '1', '', '0', '0', '-1', '0', '0', 'Af9\\gXe-!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8221', '2', '', '0', 'T2518', 'f8874073bad4f43b24269aa17421d59f', '2014-09-29', 'deepslogan24osi@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411951913', '0', '1411951913', '1411952295', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.63.252.42', '0', '1', '', '0', '0', '-1', '0', '0', '#4;9>-yjr$+T{2,)@owsmc3{lwQQDx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8222', '2', '', '0', 'ADowdell', 'bc74c006bf7e00a7c15e4b1b8de7677d', '2014-09-29', 'grotesqueprogrem1ty@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411954343', '0', '1411954343', '1411954761', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.63.252.42', '0', '1', '', '0', '0', '-1', '0', '0', 'P.F/#5Z`2c9_A*-c}x,_4|Vok^3%KF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8223', '3', '', '0', 'NWale', 'ce161061ad3a355d67bef4880cfb5324', '2014-09-29', 'norbert-wale8031@excelblog.windowcletech.com', '0', '', 'http://slowskin3878.page.tl/You-Shouldn-h-t-Be-Deceived-by-UK-E-Liquid-.htm', '', '', '', '2', '0', 'Junior Member', '0', '1411955309', '0', '1411955309', '1411962480', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-28-1974', '1974-07-28', '-1', '-1', '37.203.210.138', '0', '1', '', '0', '0', '-1', '0', '0', '6L!6PF][Mo^TCmrD/gH/N\'f[X\\4f\\A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8224', '3', '', '0', 'KY17', 'bcf22e4fdb83b0936f90a65493c9e23c', '2014-09-29', 'rudyl8ance8602@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411957966', '0', '1411957966', '1411959876', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.210', '0', '1', '', '0', '0', '-1', '0', '0', 'tlS*l0x@N<$.:]o=\'#R^W\"OmQ^UoDb_y+S:v.s|k+dt;`>2Bbq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8228', '3', '', '0', 'TEudy', 'a7192ddd17f4feee28c5cfea99f98333', '2014-09-29', 'annettelan31tz@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411967135', '0', '1411967135', '1411968941', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.210', '0', '1', '', '0', '0', '-1', '0', '0', 'gt)d}*-\'U6Ey/^V\'A8wB=)yesCP0*,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8229', '3', '', '0', 'ARempe', 'ee4ea08f6714c9f61987443a2a79d94d', '2014-09-29', 'catalinab23erman@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411970993', '0', '1411970993', '1411973477', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.210', '0', '1', '', '0', '0', '-1', '0', '0', 'a*vB1,1c!,lYA}2ebN[P\\,+N?lTQ^w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8230', '3', '', '0', 'IQ24', 'e2778e384ce3b46f48661fceb8c24f95', '2014-09-29', 'isidro.byrley2029@excelblog.windowcletech.com', '0', '', 'http://playerforge.de/tightexcerpt2752/blog/301101/', '', '', '', '2', '0', 'Junior Member', '0', '1411978608', '0', '1411978608', '1411986414', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-10-1977', '1977-12-10', '-1', '-1', '37.203.210.138', '0', '1', '', '0', '0', '-1', '0', '0', '$XuA/};;024K%lXsv,N7Q:pD53]:N*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8231', '3', '', '0', 'CPencek', '9914dd0c2e244273074f77ecab7ba14e', '2014-09-29', 'charles_pencek8950@excelblog.windowcletech.com', '0', '', 'http://ordinarynook6867.soup.io/post/446080336/The-electronic-cigarette-flavours-secrets', '', '', '', '2', '0', 'Junior Member', '0', '1411980315', '0', '1411980315', '1411987634', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-18-1974', '1974-06-18', '-1', '-1', '46.105.248.162', '0', '1', '', '0', '0', '-1', '0', '0', '[N{a>Cv\"wU^r1tZ=+aS-787W}z7|K]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8232', '3', '', '0', 'RRutt', '162bc084fd0c00f44988f0a22d2ef011', '2014-09-29', 'elwooddearborn@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411982523', '0', '1411982523', '1411991416', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.85.229', '0', '1', '', '0', '0', '-1', '0', '0', 'HC\\\"v#e7Nu$iUr@lFT\"&LhD|@Cw}7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8235', '3', '', '0', 'VPardey', 'ccf0d591867090fbd74f3084d4f821ff', '2014-09-29', 'artlempriere@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411991824', '0', '1411991824', '1411999024', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.208.188.240', '0', '1', '', '0', '0', '-1', '0', '0', '6s@)_F+(SIB[H4c,y-nNTwQ;=H;uc5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8236', '3', '', '0', 'TToll', '841a05fa0274f64dfdefc63d7afaa8a3', '2014-09-29', 'nelly1mackrell9262@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411994705', '0', '1411994705', '1411996723', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.167', '0', '1', '', '0', '0', '-1', '0', '0', 'Uo\"<),mKQTrQU+b)NwJJF/(FK)S%IT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8237', '3', '', '0', 'SKuehner', '67084b72a720055d5a57237613b02e32', '2014-09-29', 'lillastoc1kwell8845@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1411995322', '0', '1411995322', '1411997383', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.167', '0', '1', '', '0', '0', '-1', '0', '0', '.%q4zY9z9t8%{\"C$N-2/4GGUP}*2\'y(xPG^P_=?d\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8247', '3', '', '0', 'DGTF', '300b58c0eec3dbd84ccb8263d669b14f', '2014-09-29', 'delmaind766@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412020308', '0', '1412020308', '1412029273', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '95.32.175.93', '0', '1', '', '0', '0', '-1', '0', '0', '6d$I>eMpFoo-^CW`:}?jw0NN7dj7eB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8248', '3', '', '0', 'NTXK', 'c569e5916bf1b90dea7402865a6b5716', '2014-09-29', 'verlaheq597@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412020355', '0', '1412020355', '1412020355', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '95.32.175.93', '0', '1', '', '0', '0', '-1', '0', '0', '<*~pAwm}E;Zzx>M^yOk5\"Xlr*G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8249', '3', '', '0', 'NOVR', '9d3df56b588c80028aec437cbb43cc0b', '2014-09-29', 'allenesaw634@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412023820', '0', '1412023820', '1412023820', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '189.14.30.67', '0', '1', '', '0', '0', '-1', '0', '0', 'W|i&!\"0-!+$TsQG\'WJW\\vLzx4mcjKb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8250', '2', '', '0', 'NeatTrick', '077b477af38a1d9d9d8d2ac3b1a368f9', '2014-09-29', 'neattrick@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412026400', '0', '1412026400', '1412026464', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.16.113.70', '0', '1', '', '0', '0', '-1', '0', '0', 'A6HigSGV-CJ\"*$vFrBka/]:o}d7Ss;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8251', '3', '', '0', 'A1009', '3e3b5540da3fbea55dfc7c382c9c9b5b', '2014-09-29', 'katlynwoolls@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412029488', '0', '1412029488', '1412031823', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '42.118.88.51', '0', '1', '', '0', '0', '-1', '0', '0', 'W+Xu~`U,VN)J6G|H.T0*g?AQIL_`C^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8252', '3', '', '0', 'VHHAN', 'fa4d8f0615137f77b45778e3166565ad', '2014-09-29', 'margarettewhitlock@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412031406', '0', '1412031406', '1412039010', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.22.244', '0', '1', '', '0', '0', '-1', '0', '0', 'r0#Zb=_bC1E\\uxOj@LXy\"pnZshbG.<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8253', '3', '', '0', 'A47Z', '9e3b3f29ed28a4b4b7d34ec94ece456d', '2014-09-30', 'romeoisaac@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412033339', '0', '1412033339', '1412033339', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '42.118.88.51', '0', '1', '', '0', '0', '-1', '0', '0', 'U@o&D`IgSmdqRY+/I$tlQi2DR&_lFu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8254', '3', '', '0', 'PVLTX', 'c7a04e8fa32ae1077a13e895de1ddb3d', '2014-09-30', 'leoljlspa@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412038119', '0', '1412038119', '1412045479', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.53.50', '0', '1', '', '0', '0', '-1', '0', '0', 'SdBr%|dl3oSY;h\\[\"Bnm&4&^Cs+[p:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8255', '3', '', '0', 'TCKW', 'a2c7b4728d3616281ccb10c4a12599d4', '2014-09-30', 'yangmufekf@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412040521', '0', '1412040521', '1412040521', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.107.105', '0', '1', '', '0', '0', '-1', '0', '0', '\"G0kH/@G*$p`^4\"ouPC3q\'qSmFxIC-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8256', '3', '', '0', 'KCummings', 'e2b5dde79febb24f994d2c228a7f03fc', '2014-09-30', 'ja2clynmclendon@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412041366', '0', '1412041366', '1412043761', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.176', '0', '1', '', '0', '0', '-1', '0', '0', 'hl&u{yye&_DarI=qOG4H^-G(|BsHr$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8257', '3', '', '0', 'I72B', '22dd5ef08b239b51896094c581dfc4f5', '2014-09-30', 'mu2rieltran5549@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412044717', '0', '1412044717', '1412046615', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.176', '0', '1', '', '0', '0', '-1', '0', '0', ')k;0mq+ak,(pXpfZ)g!thPVIS&BH.8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8258', '3', '', '0', 'BWHDY', 'd3a638328fb096092324d890bf7b58fc', '2014-09-30', 'anto1nioelliston@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412045173', '0', '1412045173', '1412047617', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.176', '0', '1', '', '0', '0', '-1', '0', '0', 'gWy(Q7>jKa\\p]%[Ly8ME?pLR?ovNSa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8259', '3', '', '0', 'BWilson', 'f16634da694e18fa2882824946482d70', '2014-09-30', 'sano2rasackett4237@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412046353', '0', '1412046353', '1412048279', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.176', '0', '1', '', '0', '0', '-1', '0', '0', 'gsBLFd4;#]NO)}2w+.)NltoW!kf`JT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8260', '3', '', '0', 'GLYDI', '94e03418c3754a046ab2e84e6628ce23', '2014-09-30', 'lyn4donthomson7045@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412046714', '0', '1412046714', '1412048980', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.176', '0', '1', '', '0', '0', '-1', '0', '0', 'OG$O%V\\J(AbZ^pujWW/k?C(D>fIs3r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8261', '3', '', '0', 'AGigliott', '459f59698fe9dfaa18ecb803d95ebafb', '2014-09-30', 'alena-gigliotti7707@excelblog.windowcletech.com', '0', '', 'https://app.box.com/s/ygga5gek3dlfb25id8qk', '', '', '', '2', '0', 'Junior Member', '0', '1412052090', '0', '1412052090', '1412059303', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-27-1973', '1973-09-27', '-1', '-1', '91.108.180.192', '0', '1', '', '0', '0', '-1', '0', '0', '0Ru9)ry:;iAKDhZ\'wn97.oeWDv*RW~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8262', '3', '', '0', 'TWXFP', '7a2498752676c30ec17ed1f8902eed65', '2014-09-30', 'lato31yaparkes@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412054217', '0', '1412054217', '1412056361', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.176', '0', '1', '', '0', '0', '-1', '0', '0', 'dFxKW5MN2\'R-8m\"qqLsnhx#AW5t63C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8263', '3', '', '0', 'TDDR', 'a47e0b018f5af28d820939248c195702', '2014-09-30', 'fandaikcdw@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412056585', '0', '1412056585', '1412056585', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.132.136', '0', '1', '', '0', '0', '-1', '0', '0', '4$QN\'d20C7R[C$}Fm2k|W~BS`YELJ2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8264', '3', '', '0', 'M85K', '9ecf71bd757fefed121f776d99587308', '2014-09-30', 'dianw2ere@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412062132', '0', '1412062132', '1412064047', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.176', '0', '1', '', '0', '0', '-1', '0', '0', '<3_csf@Pv]9J{\\[zIPe9]q3UH`Esx#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8265', '3', '', '0', 'T2552', 'ce83bcaa98521dc9f516c7407ff46787', '2014-09-30', 'kristin3christ5852@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412062356', '0', '1412062356', '1412064367', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.176', '0', '1', '', '0', '0', '-1', '0', '0', 'S4g,~{ZDLVN/fR-5j9y4lKiy9-txpp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8266', '3', '', '0', 'KQuinton', '8b12fac4d463947312aec221e4faa27b', '2014-09-30', 'wangpakefn@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412062481', '0', '1412062481', '1412062481', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.132.136', '0', '1', '', '0', '0', '-1', '0', '0', '\'oa`j]x?(-Zi564w\":t\"8$TJNVwQ?T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8267', '3', '', '0', 'BDPVJ', '48687ee3e6731e46b0d931429d3af6db', '2014-09-30', 'carsonjanousek@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412063577', '0', '1412063577', '1412063577', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.176', '0', '1', '', '0', '0', '-1', '0', '0', '?ntbt&8%LjTEL9c:4BIDpo>t)Z{[!f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8268', '3', '', '0', 'KGreenfel', '3a4ab012cd187a2daee998d7c600bf83', '2014-09-30', 'katlyn-greenfelder5828@excelblog.windowcletech.com', '0', '', 'http://itchyacademic3585.page.tl/Where-to-uncover-great-100%25-VG-e-liquid-.htm', '', '', '', '2', '0', 'Junior Member', '0', '1412076784', '0', '1412076784', '1412084025', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-26-1985', '1985-02-26', '-1', '-1', '5.175.175.146', '0', '1', '', '0', '0', '-1', '0', '0', '5A-8[>1>kJlm2R\"*NB=2)Rp,ONyQuj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8269', '3', '', '0', 'TVPFG', '3859ee64863da1d38dcb9d800d6c0c80', '2014-09-30', 'juliaaglnye@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412079883', '0', '1412079883', '1412082671', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.133.122', '0', '1', '', '0', '0', '-1', '0', '0', ',eLb*VP5-,l\'JQA}#|%MaNx$iMo;mg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8270', '3', '', '0', 'VR41', '660433293d2c1af46c593ca6f57ff7ff', '2014-09-30', 'nereidahudgins@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412084936', '0', '1412084936', '1412092204', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.67.248', '0', '1', '', '0', '0', '-1', '0', '0', 'G_i;790h_i/tUG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8273', '3', '', '0', 'DKCL', '8726015d09d8c56af02b4319c14f006e', '2014-09-30', '53df637081741@finalndcasinoonline.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412099009', '0', '1412099009', '1412101931', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.195', '0', '1', '', '0', '0', '-1', '0', '0', '!.!J?1H\\)O/70:mL*rFR=:579l&W?#z!IHWvJtI|<6L,<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8278', '3', '', '0', 'SDonaghy', '7c571b31bdafbb14b4379a4dc86feb8d', '2014-10-01', 'rebbecabolling@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412129482', '0', '1412129482', '1412129482', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.249.241.74', '0', '1', '', '0', '0', '-1', '0', '0', 'g70c.iMuE`][NwRwz/^a&p551^*|jT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8279', '3', '', '0', 'IVie', '0e69d4c6c1f60d2c10027bf5e6020d61', '2014-10-01', 'sandyhallstrom7645@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412129668', '0', '1412129668', '1412138188', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.249.240.82', '0', '1', '', '0', '0', '-1', '0', '0', 'xxdo?ENysFLkA[J$a<8uMv~KaTK5@[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8280', '3', '', '0', 'OY58', '890303566387bc54cb12ab66c0eef2ea', '2014-10-01', 'oscar_patrie8941@excelblog.windowcletech.com', '0', '', 'http://Journals.fotki.com/unsightlynewsle46/unsightlynewsle46/entry/strsgfsrbwwkd/', '', '', '', '2', '0', 'Junior Member', '0', '1412132571', '0', '1412132571', '1412139795', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-02-1983', '1983-08-02', '-1', '-1', '37.203.210.136', '0', '1', '', '0', '0', '-1', '0', '0', 'Hr\"n^#yV6y+-[Q86pB=iBJ\"3d1sx)[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8281', '3', '', '0', 'WHaczynsk', '146e6f6d8a042e63c660e8d364c08b6a', '2014-10-01', 'wilburn_haczynski9923@excelblog.windowcletech.com', '0', '', 'http://www.iamsport.org/pg/pages/view/25858753/', '', '', '', '2', '0', 'Junior Member', '0', '1412142486', '0', '1412142486', '1412149710', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-29-1972', '1972-10-29', '-1', '-1', '178.216.53.165', '0', '1', '', '0', '0', '-1', '0', '0', '?h6xrb@%`&y!tVH7sD2N(@^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8283', '3', '', '0', 'KIgu', 'a023dd8f5d98e76bf0f67caa27a424ef', '2014-10-01', 'coreymcgill2024@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412153019', '0', '1412153019', '1412153019', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.216.53.163', '0', '1', '', '0', '0', '-1', '0', '0', '/s(]ZyA\\Gb[|`\\fIHGuUwOf%)j\';O>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8284', '3', '', '0', 'E8640', '57a562073a2348944e182c0bfd3f4dff', '2014-10-01', 'bartbrunton8121@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412164969', '0', '1412164969', '1412167460', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.53.2', '0', '1', '', '0', '0', '-1', '0', '0', 'ti}n>rXHyhuiq*2m^9ZzwXi|q&EKeP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8285', '3', '', '0', 'LHLS', 'c88231ba662086dd61880827c6b3714a', '2014-10-01', 'samuel.hartsook7881@excelblog.windowcletech.com', '0', '', 'http://Accidentalfixat68.blogs.experienceproject.com/3741677.html', '', '', '', '2', '0', 'Junior Member', '0', '1412165420', '0', '1412165420', '1412172612', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1973', '1973-12-15', '-1', '-1', '178.216.54.151', '0', '1', '', '0', '0', '-1', '0', '0', '1LlrEc\\jML7Y_CBy#qky|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8287', '3', '', '0', 'LWinesber', '36c29ee9921ded77ae348377693d7cfb', '2014-10-01', 'lionel-winesberry4969@excelblog.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412170039', '0', '1412170039', '1412170039', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.197', '0', '1', '', '0', '0', '-1', '0', '0', ';mxkJY-{J$/t9s_=S71G&&!~\"0VYRR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8289', '3', '', '0', 'STGM', '66e9fc9d46488aab4f00562032cebc13', '2014-10-01', 'simone-swayne27@my-ears-ringing.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412182839', '0', '1412182839', '1412190774', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.18.95', '0', '1', '', '0', '0', '-1', '0', '0', 'P84m]QcP&#FcHBxX([28SO,8\'TmqV&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8290', '2', '', '0', 'HKalman', '91334b80d371082dd56e12d620415553', '2014-10-01', 'andriaaaxrbhy@outlook.com', '0', '', 'http://www.lnwmb.com/wp/cheap-viagra/', '', '', '', '2', '0', 'Junior Member', '0', '1412190840', '0', '1412190840', '1412191004', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-27-1978', '1978-04-27', '-1', '-1', '107.153.64.49', '0', '1', '', '0', '0', '-1', '0', '0', 'iEEa1bnr#qLI0Q782B>DcbozKc,lvd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '186', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8291', '3', '', '0', 'EEZH', 'b327331920ad55d0fdc0c18d60aea055', '2014-10-01', 'esther_bradway89@huether.alexhaleighgallery.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412203818', '0', '1412203818', '1412203818', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.250.70.22', '0', '1', '', '0', '0', '-1', '0', '0', '180ph_G3s\\M0)!kp(,@dNw8xORo|Cn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8292', '3', '', '0', 'PGambrel', '9c81faaa8a39b97ce8cc1d0fd5ef9d50', '2014-10-02', 'petra_gambrel23@merino.almadenmarketing.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412205259', '0', '1412205259', '1412205259', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.250.78.116', '0', '1', '', '0', '0', '-1', '0', '0', 'kt499NHg\"_aG}e/if!H|NJ>Y_F}4+=xGRrr%n$m8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8297', '3', '', '0', 'EZJSY', '31e62a82df75b294e5da2af86ae62700', '2014-10-02', 'dazzlingbaniste37@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249400', '0', '1412249400', '1412249400', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.100.9.16', '0', '1', '', '0', '0', '-1', '0', '0', '}ul-O\'$7!ya\\A3\"e0!jXN3\'K:]&z^:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8298', '3', '', '0', 'J53E', '598ec0c39f33ebfcc240be73245c357f', '2014-10-02', 'incandescentnos91@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249415', '0', '1412249415', '1412249415', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.100.9.16', '0', '1', '', '0', '0', '-1', '0', '0', 'ZSD>z#@+~o894^,e%DW#vh4CQiME;/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8299', '3', '', '0', 'GGOWE', '2aecc8ed800e404c1e891834c14d4389', '2014-10-02', 'waryviewpoint3754@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249415', '0', '1412249415', '1412249415', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.100.9.16', '0', '1', '', '0', '0', '-1', '0', '0', 'mK50r0A#Umw%IT\\vw387]]q9!gn`~q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8300', '2', '', '0', 'D3264', '9c0490acb7ed4b99dcd3fd5cef2a3480', '2014-10-02', 'knowngesture2932@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249436', '0', '1412249436', '1412756842', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.100.9.16', '0', '1', '', '0', '0', '-1', '0', '0', '4\\0Sg0D~IW]T=bxtdo]w4/aaS|oxj?M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8304', '3', '', '0', 'MCfo', '10be5688682be033cbb00cc0e88dc779', '2014-10-02', 'zhoudunzzyy@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249681', '0', '1412249681', '1412249681', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.52.241', '0', '1', '', '0', '0', '-1', '0', '0', 'ups(KGMcYO!mnc~=a6?axs;)?8e#0u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8305', '3', '', '0', 'MNOMF', '91a86c977be8126383f987494c5f457d', '2014-10-02', 'itchyjam2252@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249765', '0', '1412249765', '1412249765', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.100.9.16', '0', '1', '', '0', '0', '-1', '0', '0', 'SyX07f`jTy;sY_xn\\E.-\'r$RHHuFt*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8306', '3', '', '0', 'EKDWL', 'f1d37f4d4f0dc3a2de7ab93a57c36950', '2014-10-02', 'biggathering3985@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249790', '0', '1412249790', '1412249790', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.100.9.16', '0', '1', '', '0', '0', '-1', '0', '0', '3]rQpS]|:3]\\_62D%Ffer+00/W>ymi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8307', '3', '', '0', 'KSancho', 'b406d64968e6aa94c3f924e4269332dd', '2014-10-02', 'nonstopfuzz6450@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249795', '0', '1412249795', '1412249795', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.100.9.16', '0', '1', '', '0', '0', '-1', '0', '0', 'X;w:&M4ABl\"<\\]`iig]l:&50L+:&R=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8308', '2', '', '0', 'AO65', '2e28c776754b122b62d16d6396d5585a', '2014-10-02', 'abashedfondness27@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249875', '0', '1412249875', '1412249875', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.100.9.16', '0', '1', '', '0', '0', '-1', '0', '0', 'E,Je_%Q#Kc=:n%>P<]})=1ln^w+e]L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8309', '2', '', '0', 'GPoorman', '2fbc42064e85bec4c6bda2402110b81d', '2014-10-02', 'bawdyspectator116@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249905', '0', '1412249905', '1412301893', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.130.52.3', '0', '1', '', '0', '0', '-1', '0', '0', '])X~JK|KT.oad|T/5VgZ2^zY@|#JR|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8310', '3', '', '0', 'NEYI', 'dc117628c1febe750a45626235043f92', '2014-10-02', 'historicalrepro46@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249925', '0', '1412249925', '1412249925', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.130.52.3', '0', '1', '', '0', '0', '-1', '0', '0', 'i8$;;O~Wim\\(>we', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8315', '3', '', '0', 'RAsh', '4317687775e6625c254f815c2ba41050', '2014-10-02', 'cowardlytail7661@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412249988', '0', '1412249988', '1412249988', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.130.52.3', '0', '1', '', '0', '0', '-1', '0', '0', 'pI{iPtV9/X#TK/Z@b`)@y?->Xbku/D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8316', '3', '', '0', 'MNale', '0683f56668e5f5e0bb080944f321de74', '2014-10-02', 'literatetelegra23@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412250174', '0', '1412250174', '1412250174', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.130.52.3', '0', '1', '', '0', '0', '-1', '0', '0', '9U(nPII*gn+k_@m~!};5WVPv*!T&(.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8317', '2', '', '0', 'AC17', '0080af69002f97683f498f1dc9d429ea', '2014-10-02', 'pastoralleash2356@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412250229', '0', '1412250229', '1412250229', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.130.52.3', '0', '1', '', '0', '0', '-1', '0', '0', 'M\"[4fSv_DnS#[t1k|]b&zC89Um9p$(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8318', '8', '', '0', 'maulithani', 'db403ea28f963da04aa1d70b835f2c5b', '2014-10-02', 'maulithani@gmail.com', '0', '', 'http://www.zestard.com/open-source-development/wordpress-development/', '', '', '', '2', '1', 'Banned', '0', '1412250908', '0', '1412250908', '1412251156', '1412251138', '0', '10', '5', '5.5', '1', '0', '0', '0', '45108295', '12-06-1988', '1988-12-06', '-1', '-1', '122.179.146.167', '0', '1', '', '0', '0', '-1', '0', '0', '#w_@9(hF1QA9;;[9lUg6Y74bl?sc.4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8324', '3', '', '0', 'V4948', '21df0899f537d884c1a91a71a9241a80', '2014-10-02', 'victoria-brice@forevercomfyreview.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412282676', '0', '1412282676', '1412285565', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.64.195', '0', '1', '', '0', '0', '-1', '0', '0', '^6u\"Og9?R|&dOW~[>m[EN`O$0d7-D=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8319', '3', '', '0', 'DRoark', 'ab4f49b01b5bf84ab07270d0402a72ef', '2014-10-02', 'aboriginalalibi3@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412256393', '0', '1412256393', '1412256393', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.124.68.163', '0', '1', '', '0', '0', '-1', '0', '0', ')o0J{FD?Wu{e*R+KZwk{*rs<&vAX$S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8320', '2', '', '0', 'BCqx', '5c091b5c6439aec19991c2ee0fbfae99', '2014-10-02', 'hellishlunatic850@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412256861', '0', '1412256861', '1412340356', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.5.163.246', '0', '1', '', '0', '0', '-1', '0', '0', 'eE1+3sugfA1lu4A7:KCavGz;`eWy\'>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8321', '3', '', '0', 'PLLL', '43c7b9ffbf4e330e5b49ac5cb51d93dc', '2014-10-02', 'zouguipnvr@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412261854', '0', '1412261854', '1412267787', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.7.159', '0', '1', '', '0', '0', '-1', '0', '0', 'a[H\'J9M_0dXer+g5R|c`}N>\"KlD6E&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8322', '3', '', '0', 'TGruenewa', '0565bb62fc69b30818d9cf2a42b245b1', '2014-10-02', 'nondescriptdung15@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412269959', '0', '1412269959', '1412269959', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.161.99.96', '0', '1', '', '0', '0', '-1', '0', '0', 'VzYTm/$FNn*s6?{1he=^Ymn:e\\\'s\'\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8323', '2', '', '0', 'BFVU', '7aced27a281996cbca51cc328b201048', '2014-10-02', 'idaliawhoakal02@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412271773', '0', '1412271773', '1412272288', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.22', '0', '1', '', '0', '0', '-1', '0', '0', 'z[Y0QnO8[_}M?}riZfYr`fGWmiqC{%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8325', '3', '', '0', 'OChiles', '1514257c3df0116f2cbc889102b5391e', '2014-10-02', 'burtondodds6596@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412289779', '0', '1412289779', '1412291835', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.63.252.43', '0', '1', '', '0', '0', '-1', '0', '0', 'WXU9_?\\}?y,,v7JI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8330', '3', '', '0', 'AMoller', '843b07de843b8d8887ac524b8d313a08', '2014-10-03', 'aaliyahs32trader@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412299616', '0', '1412299616', '1412302118', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.161', '0', '1', '', '0', '0', '-1', '0', '0', 'u,3R.GHWyZLKJkV{OJy0[][*oZV[-_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8331', '3', '', '0', 'DRembert', '978344518db58d4b098d21e3c7d633fa', '2014-10-03', 'mariam1unaipon1912@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412300189', '0', '1412300189', '1412302109', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.161', '0', '1', '', '0', '0', '-1', '0', '0', '9sZ9:w&Wd{C9[z2%_J@[yf:*Bwkiw}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8332', '3', '', '0', 'HClaude', 'b18c03705238a7660ce300b193c2a87c', '2014-10-03', 'annek1eogh3419@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412306140', '0', '1412306140', '1412308313', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.161', '0', '1', '', '0', '0', '-1', '0', '0', 'H_D0K?C[c-P]F#M$FcrfSbsYj-fqt`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8333', '3', '', '0', 'WWKX', 'b1ccf9a7150211e70247c5590d240dbf', '2014-10-03', 'robtrud1olph@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412307560', '0', '1412307560', '1412309918', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.161', '0', '1', '', '0', '0', '-1', '0', '0', '(\"(y]7YC4ca&XzSI_-q{Qi1XkqPjhD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8334', '3', '', '0', 'M8991', '1600f92ebeadc339312cbb34a2f4392b', '2014-10-03', 'elveramccaughey8247@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412307963', '0', '1412307963', '1412310118', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '42.116.129.232', '0', '1', '', '0', '0', '-1', '0', '0', ';fAJe%IE!q(^e?^0QJv`?8774i_zT0)N2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8338', '3', '', '0', 'RLantz', '40950dd2c30f3b1ffbf36c8ea02551e9', '2014-10-03', 'danielle432mckenny7836@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412316333', '0', '1412316333', '1412318257', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.161', '0', '1', '', '0', '0', '-1', '0', '0', '#x%TD{->qE<\\3nZ3L;hrN)A/?Qg~z,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8339', '3', '', '0', 'WRSR', '193c067a226c5c3814f30d3da513bf0f', '2014-10-03', 'marisolc1obbs@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412316693', '0', '1412316693', '1412318714', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.196.73', '0', '1', '', '0', '0', '-1', '0', '0', '5=I\'D(kbe{50ruO,-f?uF:JVBxgfd_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8340', '3', '', '0', 'ESifford', '7305962839e8c840173c0ad77ead20ee', '2014-10-03', 'ben1nymasel@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412318799', '0', '1412318799', '1412321194', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.196.73', '0', '1', '', '0', '0', '-1', '0', '0', '\'aR\'T{[J0qWZ)~c!ZBD2)Bc<.]hi@+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8341', '3', '', '0', 'F2229', '0d3cc86900d3f47a221e6ab178780235', '2014-10-03', 'marsh21allmacgillivray8643@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412319876', '0', '1412319876', '1412321870', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.196.73', '0', '1', '', '0', '0', '-1', '0', '0', '9xr%_\"d$#\\WM)p2p~io%hw7[]X\"G|i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8342', '3', '', '0', 'BFunk', '8005d9fa33f2ef4285d303046979bfe9', '2014-10-03', 'leo21nardbarrenger7716@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412322183', '0', '1412322183', '1412322183', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.196.73', '0', '1', '', '0', '0', '-1', '0', '0', '|jD/2|nyC@#hH{g(-K)aVQ&#r#[]a#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8343', '3', '', '0', 'PGEM', '445a0254a660c02571c175f2bbb1db2e', '2014-10-03', 'marla_vroland79@trudy.510sc.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412332126', '0', '1412332126', '1412332126', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.152.177.62', '0', '1', '', '0', '0', '-1', '0', '0', '@^Rr~``wgpp)#WxTEd,GQ`=Pzwg<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8345', '3', '', '0', 'G13Y', 'b18596a2099b820342519e7501dd21b3', '2014-10-03', 'reece1easterbrook@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412335918', '0', '1412335918', '1412337949', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.252.176', '0', '1', '', '0', '0', '-1', '0', '0', '#yl\\?pr>hk\\2O\'.ou[^t(k79s2sy\\J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8346', '3', '', '0', 'GButts', '1c5c25482c11f31cf0efafbe5c17ae4e', '2014-10-03', 'tyler4ramm@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412337076', '0', '1412337076', '1412339022', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.252.176', '0', '1', '', '0', '0', '-1', '0', '0', 'zf{io\'Aa;H{v[~uN0{h-gGHl!!\\l7N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8347', '3', '', '0', 'WNugent', '62950f45e04e1b4a55c7bb5b3d99be77', '2014-10-03', 'weinonghfqj@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412337501', '0', '1412337501', '1412337501', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.250.70.108', '0', '1', '', '0', '0', '-1', '0', '0', '1tK~m~IXP\"W;YBJ3yueuuo]-9nGaV:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8357', '3', '', '0', 'RCompisen', '66b289f50e5a5e7c71ba689606743146', '2014-10-03', 'rodger.compiseno5171@blog.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412362203', '0', '1412362203', '1412366107', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.152', '0', '1', '', '0', '0', '-1', '0', '0', 'r{V9&5M7w{:&l8f)~[rOKn}=!@9=:s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8358', '3', '', '0', 'WPoehlman', '7691a1bcbf0733aa2917c7039cc58e3e', '2014-10-03', 'winter_poehlman5152@dep.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412362821', '0', '1412362821', '1412366689', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.197', '0', '1', '', '0', '0', '-1', '0', '0', 'V9Go\\j7FiZty:;Rd+3C}le<}Q:m}g<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8359', '3', '', '0', 'KT41', '2609882aad31b1b77b5ac566145218a7', '2014-10-03', 'numberlesslibra86@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412367148', '0', '1412367148', '1412367148', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '97.68.215.236', '0', '1', '', '0', '0', '-1', '0', '0', 'ljcO1Za~oz(IP1mY,&$5k*3{b7`(aG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8360', '2', '', '0', 'KJKB', '1fcae1e44463677dd626c32f79c0c671', '2014-10-03', 'boundlessbywordd3@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412370619', '0', '1412370619', '1412378253', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.133.151', '0', '1', '', '0', '0', '-1', '0', '0', '&k:]urx>sRXGR(N|iMLq^GRm1%1j*b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '190', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8361', '3', '', '0', 'EXdi', '097d2f71c8cdb068e52d4042d7524833', '2014-10-03', 'antoinettekroeger@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412373217', '0', '1412373217', '1412373217', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.116.203', '0', '1', '', '0', '0', '-1', '0', '0', 'EXebM9KOM=xw\"|?h]`1:\\w5lOTQa\'H[lJY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8363', '2', '', '0', 'ZZHB', 'd8e1087df95553c2b34de78a86f432ef', '2014-10-04', 'zippyghoul18i3ow@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412380154', '0', '1412380154', '1412381461', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.225.155', '0', '1', '', '0', '0', '-1', '0', '0', 'li{=ZixQ)Yee\'z\'WWTk\\HqfS.FmsRQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8364', '2', '', '0', 'C1050', '0a9ec63fae88b99ce4897949165107f1', '2014-10-04', 'aquaticvegetablei2ot@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412387027', '0', '1412387027', '1412387027', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.77.242.157', '0', '1', '', '0', '0', '-1', '0', '0', 'YxO/cC4vw-VvkxevyI15\'~?1JNyc^&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8365', '3', '', '0', 'EStahlman', '218d06a514e95c165c3964a7133f4430', '2014-10-04', 'lilianaswearingen65@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412395381', '0', '1412395381', '1412395381', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.249.240.99', '0', '1', '', '0', '0', '-1', '0', '0', ';\\=?L6NI?t[`^$&,k%93A_Ds?vLO=+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8366', '3', '', '0', 'FLayton', 'bffd7a8ab1cd2a78ff3d447086b9e112', '2014-10-04', 'eileenrandolph8937@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412399623', '0', '1412399623', '1412403660', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.244.164.108', '0', '1', '', '0', '0', '-1', '0', '0', '=6/vv6w:Y^(9!Y46saZde]BT@OTV8B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8367', '3', '', '0', 'S2858', 'b96285870e1ca518cf4f073d355495da', '2014-10-04', 'bertrobledo4870@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412400116', '0', '1412400116', '1412402463', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.115.118', '0', '1', '', '0', '0', '-1', '0', '0', 'ur$H3`f3k8sscw?Q*HHTkpvjAHr$YD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8368', '3', '', '0', 'PWRL', '00780724d1d27ff0a5f43c3fee19748d', '2014-10-04', 'cloisteredpsychvr@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412406521', '0', '1412406521', '1412414137', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.133.112', '0', '1', '', '0', '0', '-1', '0', '0', 'm\"Z|=E0uO`O4GGPVPZ[Z\"tsU5e|`$t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8369', '2', '', '0', 'N1811', 'dc74bbf58baa4772d980295ed7a557eb', '2014-10-04', 'tranquilcelebriyabo@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412410143', '0', '1412410143', '1412417500', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.77.242.157', '0', '1', '', '0', '0', '-1', '0', '0', 'U3ySz!UJ7\'1$}NL<_n?S]*P0&gQgu_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8370', '3', '', '0', 'MN03', '8bfcfea8540367533fd6371f08fea1d5', '2014-10-04', 'monique-perryman@crimsoncompanies.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412415142', '0', '1412415142', '1412425985', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.64.2', '0', '1', '', '0', '0', '-1', '0', '0', '+K];bDk{x~ttvJA#t*ese', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8396', '2', '', '0', 'P4664', '72d70dec81516ecb6ebe2ba40dce2fab', '2014-10-05', 'hellishdaybook21c6@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412524005', '0', '1412524005', '1412524318', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.242.80', '0', '1', '', '0', '0', '-1', '0', '0', 'Y@wPBx@GJ;u~.V~U/R;eq%H9&[XBrK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8371', '2', '', '0', 'GJJNK', '07c117c3be710aaaa11220d1690fb362', '2014-10-04', 'largenucleus19czf2j@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412419690', '0', '1412419690', '1412428571', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.201.13', '0', '1', '', '0', '0', '-1', '0', '0', '.wr|LbqJ`V=e!zm#L1Sn[|e}Wn:U[Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8372', '3', '', '0', 'TGuest', '4be3bff9ebc27aa8d09fc4026dd0de69', '2014-10-04', 'longgiant841s5@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412420120', '0', '1412420120', '1412427527', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.68.215', '0', '1', '', '0', '0', '-1', '0', '0', 'QnN%h`tJF^bH|ljd#~0}dpO6=nE,J%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8373', '3', '', '0', 'G9362', '0d017a082030c16e5e7f54a75711d91e', '2014-10-04', 'rollandatherton4371@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412420562', '0', '1412420562', '1412464274', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.133.141', '0', '1', '', '0', '0', '-1', '0', '0', 'qM@==nhksO^EBY|5v\'2Ifu>mJpnf2x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8374', '3', '', '0', 'IConsiden', '0a1e8716150ecb3e7329a006bff9f5b7', '2014-10-04', 'gabbymaverick46axz@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412425285', '0', '1412425285', '1412432855', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.77.242.164', '0', '1', '', '0', '0', '-1', '0', '0', '%D\"%(ChJd]]jYFNwz=QecBGwM?ot(u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8375', '3', '', '0', 'NCES', '2c30baf82a474280dc8bbc0ebf02b89c', '2014-10-04', 'gladyschauncy5016@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412431464', '0', '1412431464', '1412431464', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.216.53.220', '0', '1', '', '0', '0', '-1', '0', '0', '|G|hW,Re;jV8N:8,>\\p`6eoV6^4rQ?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8376', '2', '', '0', 'MSWW', '63f0db82c20aff34a1d29c04127ccc4f', '2014-10-04', 'hungrynewslettek@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412431700', '0', '1412431700', '1412432040', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.246.167', '0', '1', '', '0', '0', '-1', '0', '0', '#bod/g<@f!{;l*RzZ`&#AO\\=]Eq;QK)S2iQ1k.y8\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8380', '3', '', '0', 'R6831', '42625124372f9c75e22862e7fbb8ed9f', '2014-10-04', 'incandescentdocy@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412448081', '0', '1412448081', '1412455408', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.142.144', '0', '1', '', '0', '0', '-1', '0', '0', 'bP05OX;oAHp.xTJ\\AJF\\k5|88e{@(9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8381', '3', '', '0', 'G15Y', '3f85248a1f5fb2d087def9aa9378c02c', '2014-10-04', 'christelfitchett@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412449140', '0', '1412449140', '1412460101', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.79.247', '0', '1', '', '0', '0', '-1', '0', '0', '+O9kk5z+1i]dz{[c0l6VK~?:<34iqN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8382', '2', '', '0', 'Ripsteel', 'b3a026c7a33fd87fa95cea8a91f776eb', '2014-10-04', 'TheSteelExperience@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412454058', '0', '1412454058', '1412455004', '1412454152', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.203.9.115', '0', '1', '', '0', '0', '-1', '0', '0', '7BWvnbs3Bv|DmzTE8LP*WXDR1#18_L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8383', '2', '', '0', 'H27Z', 'd0bc880cff1122a352b4a719035e46ea', '2014-10-04', 'needyemissary93ss@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412455740', '0', '1412455740', '1412456027', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.242.80', '0', '1', '', '0', '0', '-1', '0', '0', '<85r`ACI4?s4La8g5#(AZo]gXOmk#s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8384', '2', '', '0', 'RQus', '00ff3d34acdd0449d47a461bf96dc370', '2014-10-04', 'neighborlyrhythlco@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412456898', '0', '1412456898', '1412457406', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.239.223', '0', '1', '', '0', '0', '-1', '0', '0', 'Wm@p0^s0?84gPb>Weo6Cg.Irf@^$RJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8385', '2', '', '0', 'M9464', 'a8516f170bb2c0b5dfadace70408ec03', '2014-10-05', 'pageybmooqx897@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412464130', '0', '1412464130', '1412465595', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.255.96.213', '0', '1', '', '0', '0', '-1', '0', '0', 'e*e.g2j}f%mWu\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8388', '3', '', '0', 'TStonham', '00e2a502087fb3cde7b65fd2eda6b15d', '2014-10-05', 'trudistonham@king.email4edu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412476646', '0', '1412476646', '1412479924', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.45.13.200', '0', '1', '', '0', '0', '-1', '0', '0', 'aN{X4yzJ%I\\P<0vo\'plc_c\'/R1$/8A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8389', '3', '', '0', 'A62P', 'f2e35653775705f4f94dee14883b8c7d', '2014-10-05', 'elfindress95t1469@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412485197', '0', '1412485197', '1412487494', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.7.115', '0', '1', '', '0', '0', '-1', '0', '0', ']{NLwVY2``r5C}_P,?CxhT>_UoR2,6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8390', '3', '', '0', 'VKeefer', 'd9de3ff87b748db0eca95ff072ee77ec', '2014-10-05', 'oddgiant18fg3@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412487893', '0', '1412487893', '1412490332', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.202.237', '0', '1', '', '0', '0', '-1', '0', '0', '~*rBjk[ULSbMf~8W|U@D\'-v-G$22Eh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8391', '3', '', '0', 'YZHR', 'fa5cd243e3401c02a8c8ceb9ee31b2a2', '2014-10-05', 'susannapeoples8419@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412490465', '0', '1412490465', '1412493329', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.216.53.220', '0', '1', '', '0', '0', '-1', '0', '0', 'eO}p]8e0LI8yxGv^.YBp#>SY^]$o*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8394', '3', '', '0', 'SHoney', '88e1b7ed09665065cee2aff571f80ca8', '2014-10-05', 'sandra_honey9@coppercommerce.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412512114', '0', '1412512114', '1412683861', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '191.101.246.57', '0', '1', '', '0', '0', '-1', '0', '0', 'XNHrkFMON>o~Cf}VFUg)sYS}_U=ZIk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8395', '3', '', '0', 'velesygoglety6038', '658e877862b26ac24408a0706e5fb1c0', '2014-10-05', 'velesygoglety@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412523552', '0', '1412523552', '1412523552', '0', '0', '10', '5', '6', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '190.39.117.21', '0', '1', '', '0', '0', '-1', '0', '0', 'k&A0V+\';=p%V3=DCS0|O:%2E[:3|\\*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8397', '2', '', '0', 'terrorwogan', 'f9bc5097366cb2266c70cd11c2340f79', '2014-10-05', 'terrorwogan@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412528919', '0', '1412528919', '1412528998', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.144.21.238', '0', '1', '', '0', '0', '-1', '0', '0', 'V{k\\pBUh%=XOhi-Xr\"7bM9lt:s*$qD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8398', '3', '', '0', 'KOVL', 'c9866ef2d573d7f007684aed65a7829c', '2014-10-05', 'mlrgrt.ltk28.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412529260', '0', '1412529260', '1412531692', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.72.222', '0', '1', '', '0', '0', '-1', '0', '0', 'zbi8JmG;^[q%*bzo3?HK5o11\\ysfK#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8399', '3', '', '0', 'MPbo', '71eefb2e2c7b294ecb31e999e6486ca3', '2014-10-05', 'manuela.donaldson1978@forevercomfyreview.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412533910', '0', '1412533910', '1412589532', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.64.196', '0', '1', '', '0', '0', '-1', '0', '0', '\')3.bfoNxJ~@t[2Q5Py7N{7[S1-usA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8400', '2', '', '0', 'Gvetcoco', '217e45e57c4eaf1208d266c1c8388d49', '2014-10-05', 'cdcolclough@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412535088', '0', '1413153061', '1413788284', '1412774914', '6', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '90.217.30.131', '0', '1', '', '0', '0', '-1', '0', '0', 'B}H>w}m}ckY/?5jB!\"U-h1A,k[\"eX.', '', '0', '82716', '0', '0', '0', '0', '', '0', '0', '', '116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8401', '3', '', '0', 'K9521', 'f3a218ec32a8f70a562235d9bc646300', '2014-10-05', 'fionaepperson@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412544831', '0', '1412544831', '1412547470', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.81.139', '0', '1', '', '0', '0', '-1', '0', '0', '_mw9Dyn-weukPBuc083:1>3hTP@Ove', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8402', '3', '', '0', 'CEDM', 'cccdc36b53a582b00512c3766fdeb3da', '2014-10-06', 'arethahandfield9423@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412552019', '0', '1412552019', '1412554892', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.112.27', '0', '1', '', '0', '0', '-1', '0', '0', 'ncI3\'U}j[ah3Un#G17A\'SJ^lmj\'q4p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8403', '2', '', '0', 'SZelaya', 'd7cd66271597a0851fdee2f55540ec67', '2014-10-06', 'bigbest@dr-melisa.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412566241', '0', '1412566241', '1412566582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '90.151.101.176', '0', '1', '', '0', '0', '-1', '0', '0', '%H!!9,kyvlM;2/=|4dVGMS`?e}eDM}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8404', '3', '', '0', 'MRSPF', 'fa902c56f8437a959e24bc772b3f0023', '2014-10-06', 'mlrgrtl.t.k28.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412567996', '0', '1412567996', '1412570236', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.182.125.30', '0', '1', '', '0', '0', '-1', '0', '0', 'vB^6AWZ%M.uM&/\"BBO3-JLC\"Dm\'k;f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8405', '3', '', '0', 'WHRAA', 'df33fd58cf147bc84cf5cbc099d7b653', '2014-10-06', 'jerrellzimin1069@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412586205', '0', '1412586205', '1412603936', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.77.254.31', '0', '1', '', '0', '0', '-1', '0', '0', 'x8\'}nl,Q$lRrRB81@u*|UBAuB\\JZ.!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8407', '2', '', '0', 'monster_tv', '28194657bb80769752ac5e552743e5fd', '2014-10-06', 'srkdanny.moree@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412603220', '0', '1415598140', '1415626551', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '73.183.140.45', '0', '1', '', '0', '0', '-1', '0', '0', 'cguVf.{nDbjlGErD/_qqe-fSv0=@5G@)n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8413', '3', '', '0', 'BHelena', 'fe547fb140664541ef9eb341d1879628', '2014-10-07', 'philippg321reenhalgh2886@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412651911', '0', '1412651911', '1412653807', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.166', '0', '1', '', '0', '0', '-1', '0', '0', 'qE\'qRpyl6}10XtBR|xZPjk\'6JjW5G~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8414', '3', '', '0', 'VUHL', 'b11bac9a2d6ef4a159756695a097de45', '2014-10-07', 'mitch312elmcbryde7188@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412652540', '0', '1412652540', '1412654479', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.166', '0', '1', '', '0', '0', '-1', '0', '0', '5m7\\aS\\1,j\'PJB/0wHNbwnQdVp0k(=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8415', '3', '', '0', 'SL82', '0d958297e4ba9274f5219ef231edf295', '2014-10-07', 'mal3indafidler@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412652808', '0', '1412652808', '1412655179', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.166', '0', '1', '', '0', '0', '-1', '0', '0', 'T:i`2UA1a4-s6l|FEaoD4afqJ\'_OpK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8416', '3', '', '0', 'KFnu', '8c82c0801258094c63e5ed8a26b0c2fe', '2014-10-07', 'bettydegraves@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412656616', '0', '1412656616', '1412663884', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.169.7.107', '0', '1', '', '0', '0', '-1', '0', '0', 'hj1M9|B+!j@t!EETkK8CGoF8^5w[c`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8417', '3', '', '0', 'QMED', 'e8abc1b32b58166e67d467884b5004fe', '2014-10-07', 'rossanaehamiiq@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412662411', '0', '1412662411', '1412667379', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.79.89', '0', '1', '', '0', '0', '-1', '0', '0', 'Wb9:}qa\\2=yN$IMa!EY_a2B`Tf(3E$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8418', '3', '', '0', 'JLeone', '7c92e09ceebf9d47c6aa071e7a9a451d', '2014-10-07', 'jaimielapine2663@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412665309', '0', '1412665309', '1412667385', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '42.118.107.128', '0', '1', '', '0', '0', '-1', '0', '0', 'L-|d1vlKX[Qh5ViD87Rx;L&}~h\"4!T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8419', '3', '', '0', 'DFerris', '6fd0870c14fcbe4655203e9c83964a6c', '2014-10-07', 'curtwardill7450@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412669447', '0', '1412669447', '1412671806', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '42.118.107.128', '0', '1', '', '0', '0', '-1', '0', '0', 'nP}M(zf(<\\_4lIaFmFff#pnUusP|3E}yU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8421', '2', '', '0', 'GConstant', '34b01ad84e02ea46e1f2914054e5a49d', '2014-10-07', 'bizarrebarrel768@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412676409', '0', '1412676409', '1412682634', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '103.226.207.93', '0', '1', '', '0', '0', '-1', '0', '0', 'JZK89MtTftkH&h%::fzhWBR1)h9yn`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8422', '2', '', '0', 'A2658', '3350ccb21a087a13f516e82ce5d2d9a6', '2014-10-07', 'm.o.e.m.oeh.o11@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412680275', '0', '1412680275', '1412682468', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '175.145.206.143', '0', '1', '', '0', '0', '-1', '0', '0', ')B,b0W@a|L`KBHM\\PRXW)\"?W]h}9!l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8423', '3', '', '0', 'AWBB', 'c85d3d3cde406f1e55d08e27ec58760f', '2014-10-07', 'necessarysnake532@puntorosa.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412689699', '0', '1412689699', '1412689699', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.207.168.67', '0', '1', '', '0', '0', '-1', '0', '0', 'cZq`wr.6Cy(GA1jM1,E+&~*\",^{D!-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8424', '3', '', '0', 'JLHH', 'd64f12c0a5e39eec6af5119417dc671f', '2014-10-07', 'helpfulexpansion165@puntorosa.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412689820', '0', '1412689820', '1412689820', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.207.168.67', '0', '1', '', '0', '0', '-1', '0', '0', 'S/=-0U;guvjK+!f{8^Z.0L~b{5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8427', '2', '', '0', 'crowladd', '5dd1d2c044e744ed88cc71fc369e882e', '2014-10-08', 'peterwolfe35@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412726167', '0', '1412810464', '1412899195', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '184.91.212.91', '0', '1', '', '0', '0', '-1', '0', '0', 'G`uqi=tH~sdBxr@Wcx/KRr\'%\'H5\"F|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8428', '2', '', '0', 'SUCGI', '32c479aa100da203f406db95cae29f32', '2014-10-08', '53df63708135a@finalndcasinoonline.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412731101', '0', '1412731101', '1412732403', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.249.242.33', '0', '1', '', '0', '0', '-1', '0', '0', 'rm6NO,$A:*PdBq=~|#nIVxO.Ta544~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8429', '3', '', '0', 'PEverhart', '68f1623902207a030c48919be101a0f2', '2014-10-08', 's.e.r.gi.u.f.o.x.y@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412733847', '0', '1412733847', '1412733847', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.171.252.206', '0', '1', '', '0', '0', '-1', '0', '0', 'F:\'\'0NRPDRbkM{A/HO\\DU#qll8MKg*\"Q#JO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8438', '2', '', '0', 'SBernays', '30f928a70e1333f844c789deccce8b11', '2014-10-08', 'scaryunderstudy@ukfreeisp.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412794501', '0', '1412794501', '1412795649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.72.189.21', '0', '1', '', '0', '0', '-1', '0', '0', 'MPwVEN8}Go9kvZD2pIB2z5`tV`}Oqb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8432', '2', '', '0', 'SWTHF', 'c3ed36d64696615e3065fa880b64b95b', '2014-10-08', 'knownordinance376@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412766007', '0', '1412766007', '1412782567', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.18.101.138', '0', '1', '', '0', '0', '-1', '0', '0', 'AX\"g:*#cs:+w&r$ZD6]BIN8sK8zjr+y(@*N8yH%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8437', '3', '', '0', 'bangelastivanovy7330', '38a04da363f3f7a7c6260f52caf72f1a', '2014-10-08', 'bangelastivanovy@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412787298', '0', '1412787298', '1412787298', '0', '0', '10', '5', '4.5', '1', '0', '0', '0', '45108503', '', '0000-00-00', '-1', '-1', '186.95.4.174', '0', '1', '', '0', '0', '-1', '0', '0', '\"&9FV*Swt/DS._|&@YekUGMv2\'cBcc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8439', '3', '', '0', 'W2032', 'f37f8422bffd6736318c346a4c291009', '2014-10-08', 'carmelgilchrist7824@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412796974', '0', '1412796974', '1412810965', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.31.122', '0', '1', '', '0', '0', '-1', '0', '0', 'RPRL\'U{$drc7S{+$cpS%FJ2g\"COAg{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8440', '2', '', '0', 'EPNT', '1912f2f28fd88a859aea520c99f9bb59', '2014-10-08', 'mindlesskingdom65@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412806772', '0', '1412806772', '1412901645', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.161.196.8', '0', '1', '', '0', '0', '-1', '0', '0', 'eUyZ*Bh#4iD%Vv]T.,Q+S[S__-F=FV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8441', '2', '', '0', 'LEFLE', '42bd4a9b116f9aa2a624633c9f2ef076', '2014-10-09', 'radomilacomee@yahoo.ca', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412818065', '0', '1412818065', '1412847970', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '146.71.111.163', '0', '1', '', '0', '0', '-1', '0', '0', ']HUO=qoqhs_B6@6;R/Wo,BxF+SSX0^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8442', '3', '', '0', 'AOAM', '73934f8a608c4e0679e2e7047fa8d034', '2014-10-09', 'maribelt21rinidad@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412821138', '0', '1412821138', '1412823365', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.167', '0', '1', '', '0', '0', '-1', '0', '0', 'JrH\\jWE=kaC5Qe=t:,V1(D0\"h_,%Lo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8443', '3', '', '0', 'BHaase', 'e959a8875c2c8e1b30d85f8d835c3125', '2014-10-09', 'kayle321ighmusselman@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412821536', '0', '1412821536', '1412823381', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.248.167', '0', '1', '', '0', '0', '-1', '0', '0', 'pyOcIEeMtX;]tPFQ9,N`;WtVKh)k*R}:9^oGBx>1n=mNH1KysHhI(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8455', '3', '', '0', 'LQlv', 'e01422b62663ef6df5a0b7326aec4244', '2014-10-10', 'ernestinecarbajal7443@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412913220', '0', '1412913220', '1412913220', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.182.32', '0', '1', '', '0', '0', '-1', '0', '0', '.lT\"t>q:ewL}kZzOOO/F#n(S}\"ml6f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8456', '3', '', '0', 'BRauch', '84617704d0e6664f7401d3ec22264dcb', '2014-10-10', 'nervespar@sohu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412913515', '0', '1412913515', '1412969556', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '123.11.40.215', '0', '1', '', '0', '0', '-1', '0', '0', 'S-F#*@6\'vJvCW%pxkX\"I++$,W|*;I.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8458', '2', '', '0', 'VintageKeith', 'b87178dc5cf038a316f5d5e843da9a85', '2014-10-10', 'vintagecombustiblekeith@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412952645', '0', '1412953681', '1413211924', '1412953678', '1', '10', '5', '2', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '81.214.77.52', '0', '1', '', '0', '0', '-1', '0', '0', '17^MX{o\\vug?{!_x/AgPx=#`ON%1jY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8459', '2', '', '0', 'PHUA', 'f93e13124fbfeb1db6f1d0bfd2fdcf1b', '2014-10-10', 'overjoyedtailor80@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412958735', '0', '1412958735', '1412958735', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.143.108.32', '0', '1', '', '0', '0', '-1', '0', '0', 'Pu1IjQ$6E#Dj,k,X)e-uMtP&3Qyiau', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8460', '2', '', '0', 'RPTX', '6e28e1539d8d6860f830affda0456747', '2014-10-10', 'knowledgeablefu64@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412959760', '0', '1412959760', '1412968477', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '164.77.202.138', '0', '1', '', '0', '0', '-1', '0', '0', '4qSgiWw:7IX\\CMG).5j5d]TC%A.ozV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8461', '3', '', '0', 'KH49', 'c17f87731dcace0808238ec11f0d34a0', '2014-10-10', 'kristine-goforth@quanaohe.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412962624', '0', '1412962624', '1412965372', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.103.82', '0', '1', '', '0', '0', '-1', '0', '0', '}|&s~tK(rE:w4qmZ\\,v_M0&wT])Pb4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8462', '2', '', '0', 'joshmonster99', '259ca2b3069b009941c10a1127230588', '2014-10-10', 'joshmonster99@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412966071', '0', '1412966744', '1412968952', '1412966563', '1', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '92.7.217.97', '0', '1', '', '0', '0', '-1', '0', '0', 'a=}LvI]rl\'~a@F?Tp>8]sT1h]NLeuE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8463', '2', '', '0', 'MTHUA', '2094e9754aade923ec4578e6a6ab18e2', '2014-10-10', 'briefoffice35yks0x@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412968483', '0', '1412968483', '1412968613', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.209.71.169', '0', '1', '', '0', '0', '-1', '0', '0', ':q1*5yV~?TClE?F}]$z8+@R:C~%f=M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8464', '2', '', '0', 'FedFetteZewly', '0d3459a79937dc2af16b66b6ae17c3c2', '2014-10-10', 'archdecknezaw@gmail.com', '0', '', 'http://leci7.comtechnica.ru/relizy/re1279.html#mf99', '333872073', '', '', '2', '0', 'Junior Member', '0', '1412980556', '0', '1412980556', '1412981199', '0', '0', '10', '5', '9', '1', '0', '0', '0', '45108503', '07-11-1976', '1976-07-11', '-1', '-1', '83.139.171.25', '0', '1', '', '0', '0', '-1', '0', '0', 'A{\\p=je5^oz]}`1E%B!2l:^@<:J=Z~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8465', '2', '', '0', 'SYLG', '88f0b19b825f1aea172d22428a3cd8e7', '2014-10-11', 'productivehijac44@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412986816', '0', '1412986816', '1412986816', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '189.168.162.42', '0', '1', '', '0', '0', '-1', '0', '0', '&PkPq0{MB=)SudM#!a{UuFRB@bj?yu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8466', '2', '', '0', 'GStoller', '9ad7b92cfe5e4749f1b14a42c5dd3fb1', '2014-10-11', 'uncoveredchum6183@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412987048', '0', '1412987048', '1413226129', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '189.168.162.42', '0', '1', '', '0', '0', '-1', '0', '0', 'AKrdAGJf*NV\'ZHp]k,aT8:(_MS189r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8467', '2', '', '0', 'H4091', 'a4de3d3ac862e72c11ab14e9c7da1132', '2014-10-11', 'vagabondkeyston22@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412987074', '0', '1412987074', '1413043658', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '189.168.162.42', '0', '1', '', '0', '0', '-1', '0', '0', '?_IiGS8}ZrFKQ2W3foMnPzC`3[TB6r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8468', '2', '', '0', 'AHCD', 'c26b50292315971f68bc7f2f5df47f51', '2014-10-11', 'chunkylimbo457@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412987848', '0', '1412987848', '1413036462', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.237.229.49', '0', '1', '', '0', '0', '-1', '0', '0', '>y@VwyI>FyP}.8mZ\'>UI}h&R+;FNnx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8469', '2', '', '0', 'MByu', '5c5a5e94b0cadfe92d57e2d71e1106f4', '2014-10-11', 'fabulousnutrien93@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412988028', '0', '1412988028', '1412988028', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '41.237.229.49', '0', '1', '', '0', '0', '-1', '0', '0', '|z6Z%=FmCxxzU\'0M9\\8v`9eVefU>$G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8470', '3', '', '0', 'C91O', 'e581d49f11ea2388897bbd14068934d1', '2014-10-11', 'cynthia.foret58@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1412992121', '0', '1412992121', '1412995285', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.72.234', '0', '1', '', '0', '0', '-1', '0', '0', 'Y&c)z${BApXtUL7o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8473', '3', '', '0', 'KHagan', 'cc9c8aa987ccfbcaa3a6c0863e2c823d', '2014-10-11', 'rona45ldmcnish@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413003078', '0', '1413003078', '1413005078', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.252.181', '0', '1', '', '0', '0', '-1', '0', '0', 't(Q=R|Xez~!*Gt0vm]%7C$.TjyxvTR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8474', '3', '', '0', 'EBelair', 'eebe4bdc5af74538a27766a708010797', '2014-10-11', 'in6geborgorchard8671@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413006168', '0', '1413006168', '1413008176', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.252.181', '0', '1', '', '0', '0', '-1', '0', '0', '0ofAHce{b1pwr>f86t(f.v8;v0o.g9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8475', '3', '', '0', 'DIjv', '3b4478ea0375a0b7ec3ac0b572a99ee4', '2014-10-11', 'ardi765secuyer3268@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413011954', '0', '1413011954', '1413014318', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.252.181', '0', '1', '', '0', '0', '-1', '0', '0', 'OQr\"q*FzuG[[[[j7&VFO4tT`sGr@,K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8476', '2', '', '0', 'DQDTJ', '5b5d17b5a6f98c5999866e1bc550170e', '2014-10-11', 'habitualjug6978@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413012874', '0', '1413012874', '1413235450', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '223.204.2.125', '0', '1', '', '0', '0', '-1', '0', '0', ']to(\\Y8vub%i}r)XWrsegr)6|Dl.C6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8477', '2', '', '0', 'DMartins', '5ea49ebd40fa714a29aa3e93a6ae0d55', '2014-10-11', 'woozyexpenditur27@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413013023', '0', '1413013023', '1413032912', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '223.204.2.125', '0', '1', '', '0', '0', '-1', '0', '0', 'g%@^y$cc\"WlZ0_NtGA}]>CJKe`&fjP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8478', '2', '', '0', 'JPqm', '203c886824f79d3d2c63a0290fb671e8', '2014-10-11', 'chillybliss2316@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413013034', '0', '1413013034', '1413083612', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '223.204.2.125', '0', '1', '', '0', '0', '-1', '0', '0', 'vTdX.xc<%Q.8?gz$c}1^Hf*@<9AtZ\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8479', '2', '', '0', 'MNkr', 'c06f8fe639752f6fa3f4affd1bdf71a2', '2014-10-11', 'smallalcove1989@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413013050', '0', '1413013050', '1413117681', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '223.204.2.125', '0', '1', '', '0', '0', '-1', '0', '0', ']K2/VImuQ:kWRaHO{lrP-[Q3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8493', '2', '', '0', 'MNABC', '7b69d8764fdb10e196a37d70360969fc', '2014-10-12', 'heavylaborer510@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413136733', '0', '1413136733', '1413185805', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.253.99.88', '0', '1', '', '0', '0', '-1', '0', '0', 'PQCIF,:n$ySD.8u6C~eTz]`A,e|?-Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8494', '3', '', '0', 'AHodel', 'c50e7b8764025335c0a9774a83658775', '2014-10-12', 'anastasiaeisenberg4833@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413139967', '0', '1413139967', '1413161185', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.72.177', '0', '1', '', '0', '0', '-1', '0', '0', '(\"*+D#S\'v%GbE!aOq.EI-@}q-PlHtB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8495', '3', '', '0', 'RRodarte', 'a99a7da2c299d1e11be54bd99488acae', '2014-10-13', 'joleneboler@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413166254', '0', '1413166254', '1413168522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.66.134', '0', '1', '', '0', '0', '-1', '0', '0', 'kI\"hn={[xFy+g7%DU*4Jv_hv7^X]m4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8496', '3', '', '0', 'IZWS', 'ca2ed2b9c6e6ac154264b6535908bc2a', '2014-10-13', 'ivory.nagy@quanaohe.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413170098', '0', '1413170098', '1413172827', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.240.120', '0', '1', '', '0', '0', '-1', '0', '0', '7lB[{/RK577jc/u/-3o09O|Lnp[%`^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8497', '2', '', '0', 'MGolding', '3fc661c457a61db078106b897ca718f1', '2014-10-13', 'desertedgun260@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413172398', '0', '1413172398', '1413188742', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '115.84.88.91', '0', '1', '', '0', '0', '-1', '0', '0', ']&0.s;yW\"o=F^[X\\2\\hsn~9.L?x/BP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8498', '3', '', '0', 'VFryer', '89a4769e4999a277fad7b84a5d5594f5', '2014-10-13', 'abjectmistake812@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413175580', '0', '1413175580', '1413224056', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '177.102.209.139', '0', '1', '', '0', '0', '-1', '0', '0', '|/`iZ|[E#;z|nFH:D=v5Ss\\r_4}Gb#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8499', '3', '', '0', 'BYNPB', '11d00dc696942f5690a4783285613859', '2014-10-13', 'albertogilyard2109@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413188825', '0', '1413188825', '1413188825', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.36.237.87', '0', '1', '', '0', '0', '-1', '0', '0', 'VA{/\'s)Z/_{D9B59GFM\\28&q[Hbm[A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8500', '2', '', '0', 'CG36', 'fd0bb47924881d445fe96aa5a58d5eaf', '2014-10-13', 'vengefulcuratorvm581@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413194233', '0', '1413194233', '1413214058', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.41.179', '0', '1', '', '0', '0', '-1', '0', '0', 'si&w+DG+e)=l6,OQ);#xPVjgLGd!\\z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8501', '3', '', '0', 'EQ40', '23dabe7976b67cb1575cec9d91265010', '2014-10-13', 'amaldil@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413195193', '0', '1413195193', '1413197090', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.219.68', '0', '1', '', '0', '0', '-1', '0', '0', 'a,6aj^mvPJE$v3X}m){Epa06l]$I2&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8502', '3', '', '0', 'RS54', 'b5ce06ef0be4856aafe53f5ca18e4a2f', '2014-10-13', 'hughread@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413207250', '0', '1413207250', '1413210097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '42.118.93.75', '0', '1', '', '0', '0', '-1', '0', '0', 'I#0LF6l{V\'FXNAlC8v0ixegz7G6v9S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8503', '2', '', '0', 'J5919', 'f22020dcb15b47663a92826f0ac172ad', '2014-10-13', 'donatzkoaph61@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413210017', '0', '1413210017', '1413217464', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.131.120', '0', '1', '', '0', '0', '-1', '0', '0', 'udAlp0AaGW*gmO5g[r?WpMbVSMpLm+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8504', '3', '', '0', 'JG70', 'a406d2bae694c532fb41f0a0b38934f3', '2014-10-13', '53df637081b29@finalndcasinoonline.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413215874', '0', '1413215874', '1413218506', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.249.242.22', '0', '1', '', '0', '0', '-1', '0', '0', '~jApj%y\\xDSQx#i~dW@stE]nnGTcHG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8505', '2', '', '0', 'WNxHakan', '9d8c1a009b2db9c18f0bfa2f20f367ab', '2014-10-14', 'anwittdc@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413220359', '0', '1413229976', '1413286593', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '24.138.180.244', '0', '1', '', '0', '0', '-1', '0', '0', 'k\':f}Lq+,k0R+\"=*W`89v4us5PBuxJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8506', '2', '', '0', 'THawk', '17433b604e9e01dce8d92e41dc3a27c4', '2014-10-13', 'sonfmnqas@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413225783', '0', '1413225783', '1413226031', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.217.161', '0', '1', '', '0', '0', '-1', '0', '0', 'r.ydGa*UIs\'~aL\\QpeTW4e\'Rcxf7OJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8507', '3', '', '0', 'VBravo', '8355cdde755b9a2bd9f8e8742a95caca', '2014-10-13', 'bennyforwood@discardmail.com', '0', '', 'http://nightlightinternational.com/cl/shoes.asp', '', '', '', '2', '0', 'Junior Member', '0', '1413229516', '0', '1413229516', '1413232224', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-25-1982', '1982-03-25', '-1', '-1', '36.248.118.186', '0', '1', '', '0', '0', '-1', '0', '0', '4&m4)m,=/G8Je&)Wy-sOw>4mQi|&0Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8508', '3', '', '0', 'GCandler', '8fa29bfa1cf414b1ba6f7aad6875ad3f', '2014-10-13', 'kingredrick8661@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413230365', '0', '1413230365', '1413237576', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.183.229.134', '0', '1', '', '0', '0', '-1', '0', '0', '],i,t;@5CvjpbWE\'[bdwST2k@+QoDh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8509', '2', '', '0', 'PAllwood', '34f37ca0820d2941c15dd6ab35bccdff', '2014-10-13', 'sharnajonesope@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413230507', '0', '1413230507', '1413236985', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '162.248.102.241', '0', '1', '', '0', '0', '-1', '0', '0', '2MGn[}n2|-?:7x1Bo58!I(&x7]]=O<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8510', '3', '', '0', 'VUrner', '79a177c78d6c851e1331c2ab05b4bcbc', '2014-10-13', 'iarhzu@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413240271', '0', '1413240271', '1413246025', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.208.244', '0', '1', '', '0', '0', '-1', '0', '0', 'G?cruez<$z:~/8#{(SVB~P\\)\"L20S-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8511', '3', '', '0', 'EPocock', '3f8d95159516537b5d3dd97b59a7279e', '2014-10-14', 'hesitantnucleusfx492@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413257620', '0', '1413257620', '1413259848', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.130.108', '0', '1', '', '0', '0', '-1', '0', '0', 'p)\\Gm-uC4oW5#6m~91I%RRbNWXU6e-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8512', '3', '', '0', 'VBoatrigh', '8cacd12426a456ed7142c5b1f81a0d88', '2014-10-14', 'joeylecouteur@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413260615', '0', '1413260615', '1413263077', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.92.38', '0', '1', '', '0', '0', '-1', '0', '0', 'V>lHlVg6c;i[#`~lq^}VuW@eY5nB8M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8513', '2', '', '0', 'WRyder', 'b7f03d53a4b9f343891afb03091eeffd', '2014-10-14', 'victoriabullentit@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413265377', '0', '1413265377', '1413266483', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.65.253.98', '0', '1', '', '0', '0', '-1', '0', '0', 'UD,$5|:^!E%]~Q,#F8++CKd\\:+m!#&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8514', '3', '', '0', 'MPkb', 'a0b124911d9286a4ec44b6f87fc40dfd', '2014-10-14', 'evanescentknolloa379@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413266769', '0', '1413266769', '1413268922', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.72.189.21', '0', '1', '', '0', '0', '-1', '0', '0', 'dwo2BgKStix+:~H\'k~2\'\"y8*I\"$}{a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8515', '2', '', '0', 'QSwallow', '169a2aa91f74fd418876c471b5c17bcd', '2014-10-14', '53df63708112a@finalndcasinoonline.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413276452', '0', '1413276452', '1413291643', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.196', '0', '1', '', '0', '0', '-1', '0', '0', '[T-NI1O/\"p/2.Z\"b4_\'3*2I-DytdJ_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8516', '3', '', '0', 'SMariano', '49d8c8c36a8f4ffcf22aa84e502a1f95', '2014-10-14', 'ulyssesesparza@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413280482', '0', '1413280482', '1413330286', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.232.104.239', '0', '1', '', '0', '0', '-1', '0', '0', 'ucQUX|[3o*.*73g+S^]ks*.)DY}626', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8517', '3', '', '0', 'QPritt', '0209a26dd2dcd7fce07ab223b79e4a32', '2014-10-14', 'b4ellarockwell7133@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413295076', '0', '1413295076', '1413296909', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.168', '0', '1', '', '0', '0', '-1', '0', '0', '`Z(/%.,`{8gS093Q5Dt3>/\\vo\\GMaE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8518', '3', '', '0', 'SW20', '44138ec44e0e173a1208f1a9785e9481', '2014-10-14', 'parcheddancer255@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413295253', '0', '1413295253', '1413295253', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.142.210.253', '0', '1', '', '0', '0', '-1', '0', '0', 'O^X4|M`oQFu(@@RM)-7hW\\oPd$5Ze,n7t:,qS\\t(Il@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8526', '3', '', '0', 'TClark', '45c149aa1460facd48e2f466cf6a0723', '2014-10-14', 'gladys.36243@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413322464', '0', '1413322464', '1413329649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.216.240', '0', '1', '', '0', '0', '-1', '0', '0', 'G-9*lo=N[/3S&:!*=)\"\\Z+Z@k(zrCe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8527', '3', '', '0', 'B58T', '99d2fc91e74883186df271f725a9a803', '2014-10-14', 'candidatench1494@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413323751', '0', '1413323751', '1413330980', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.169.7.107', '0', '1', '', '0', '0', '-1', '0', '0', '!cnD/DDz:S-irm4L~3wkAW}hFKk)+6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8528', '2', '', '0', 'DB63', 'abcde20c49114f6f9bf4500be9a6fa22', '2014-10-14', 'margueriteeykmwx@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413324448', '0', '1413324448', '1413324891', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.79.246', '0', '1', '', '0', '0', '-1', '0', '0', '7t*,I@85MrYAi;!S}=06Z4qscegF\\r}EQ(d~$I_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8535', '3', '', '0', 'E37X', '447a4b3848e4f7907f859f49eac52b7d', '2014-10-15', 'nicollhjjuqe0124@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413389643', '0', '1413389643', '1413391642', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.31.109.215', '0', '1', '', '0', '0', '-1', '0', '0', 'pj}1Nd4,]nFLkeo|(.sR+P,1R@Yh|H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8536', '3', '', '0', 'SUDA', '051eba449329370b348ca88294f5f664', '2014-10-15', 'kareemheagney9919@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413398306', '0', '1413398306', '1413405506', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.115.170.112', '0', '1', '', '0', '0', '-1', '0', '0', '\"(g]zmjw8.&G0d%202]%pjd?F-\"y1{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8537', '3', '', '0', 'EIPXT', '1e0334e2edbe64d292427f8711181c19', '2014-10-15', 'anneliesedymock4920@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413400625', '0', '1413400625', '1413403806', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.83.44', '0', '1', '', '0', '0', '-1', '0', '0', ',M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '247', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8540', '3', '', '0', 'RBagot', 'a765e8c4b55ca4b18bc4d6111f65751b', '2014-10-16', 'maybelletufofli01@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413414671', '0', '1413414671', '1413417727', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.72.130.145', '0', '1', '', '0', '0', '-1', '0', '0', 'GxO)R-@G\"{/VckNx1A;$q8R:?3Tx-s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8541', '3', '', '0', 'TSommers', '13da35b2b1de1d694246dfc7cca1e92a', '2014-10-16', 'katrinarenfro@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413420807', '0', '1413420807', '1413423207', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.110.65', '0', '1', '', '0', '0', '-1', '0', '0', '3A8bdQd|IW,zfMtw+`o^K[U1=HH`:F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8542', '3', '', '0', 'TOpu', '88398f107432a857131d1beefd9da8cf', '2014-10-16', 'mammothrunt71eh60@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413424991', '0', '1413424991', '1413427000', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.130.87', '0', '1', '', '0', '0', '-1', '0', '0', 'N@/0o$d,]-~s]w}]*6cQLEbtDWH2yX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8543', '2', '', '0', 'DDulhunty', '1608bc57c48fd98b529ce49637ee4cb8', '2014-10-16', 'denisha_dulhunty99@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413438770', '0', '1413438770', '1413440850', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.112.149', '0', '1', '', '0', '0', '-1', '0', '0', ':,x=6o`?2@9UrZC%Y.,]&4^aP}yUPJw/d@jh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8546', '3', '', '0', 'CGertrude', 'e45d50b45d6031bd57ebbcada56a464e', '2014-10-16', 'bufordchoate1468@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413484873', '0', '1413484873', '1413584656', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.94.240', '0', '1', '', '0', '0', '-1', '0', '0', 'i7)_p/F\'L2o#J|bU4R`Ph<N>:.TB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8556', '3', '', '0', 'MPYF', '0c611a74a6bbec60b389974474d930e4', '2014-10-17', 'snobbishincubus02v94@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413511877', '0', '1413511877', '1413514025', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.72.189.251', '0', '1', '', '0', '0', '-1', '0', '0', '\\,0mL&;Kx{_6(kaD2R),aG0T(=.UXJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8557', '3', '', '0', 'RYAF', '60ea06c2fb33b2abb1fe6eec3749382f', '2014-10-17', 'retha-hamlin@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413513542', '0', '1413513542', '1413516871', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.240.24', '0', '1', '', '0', '0', '-1', '0', '0', 'Jj(|}LyY/1lz,fEaP\\fR1HQ\"$y}j+K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8558', '2', '', '0', 'JCYW', '130a044cec9aacdc31d09df5da94e6ae', '2014-10-17', 'testyintrospect47@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413515193', '0', '1413515193', '1413517079', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.212.200', '0', '1', '', '0', '0', '-1', '0', '0', 'O#\'.z@Tz)FG|\'4b,e.@V:q<.A(\"-`m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8559', '3', '', '0', 'FITB', 'fb460a5ce888d6c8f3d1d0fa692d8925', '2014-10-17', 'linwoodchumleigh197@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413515424', '0', '1413515424', '1413522647', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.169.7.107', '0', '1', '', '0', '0', '-1', '0', '0', '[0_CXjk)6r.c>!uhQYZqAfB+N9dg`Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8560', '3', '', '0', 'K8081', '1acf0d44f086e6d7a6fed370d8acde91', '2014-10-17', 'coolradius744280@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413532122', '0', '1413532122', '1413533956', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.68.97', '0', '1', '', '0', '0', '-1', '0', '0', '-2v@{cSBj6C-aME5a2yuH!QuUjURi`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8561', '3', '', '0', 'HKaylock', 'ef2091992b0277065fdc8d1578f49bbf', '2014-10-17', 'austingirard9265@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413534223', '0', '1413534223', '1413542979', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.152.211.72', '0', '1', '', '0', '0', '-1', '0', '0', '`pG,EJN6>A;gQFB4K;UpI5UOU5(l*}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8562', '3', '', '0', 'KWEC', 'b33a0d7ef0bfb370303fe793c0542202', '2014-10-17', 'georgiannainglis2924@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413549147', '0', '1413549147', '1413549147', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.7.92', '0', '1', '', '0', '0', '-1', '0', '0', 'lD#p&rHNj+WaW137vVX(.S4OKUdIA-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8563', '3', '', '0', 'EBeers', 'a4f140ce1ed30c66749cd182b2bfb2c0', '2014-10-17', 'lynwoodgracia@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413552666', '0', '1413552666', '1413555241', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.208.187.152', '0', '1', '', '0', '0', '-1', '0', '0', 'a@5r2\\>EF1os>w4j.d+:GDTArC:ac994\\A/1dp0-F0*:T?R%r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8570', '2', '', '0', 'THardey', '4f9932f1a02f448e4ec22c161f389d8a', '2014-10-18', 'ruthiezwutex@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413587038', '0', '1413587038', '1413587753', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.218.238', '0', '1', '', '0', '0', '-1', '0', '0', '7r\"o3z:2]Zi@d2NzD(J5P6_:ct(.\"d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8571', '2', '', '0', 'BNtt', '673cc9f2094d927f2fa59c08d40c0f22', '2014-10-18', 'betteconway@chrfor.email4edu.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413623112', '0', '1413623112', '1413625898', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.45.13.167', '0', '1', '', '0', '0', '-1', '0', '0', '%ez|9UTLhNK]\\S;~tx|M>hMzAg@GF?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '261', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8572', '3', '', '0', 'T6467', '5899f11b6fd64f0a2a1c8ff6419ba0bf', '2014-10-18', 'tamaraqndkbcj87@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413635313', '0', '1413635313', '1413635313', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.181.172', '0', '1', '', '0', '0', '-1', '0', '0', '\\1S)+E>RV=Dmwy==umjxK-)[Z$-!<%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8573', '3', '', '0', 'DGRIL', '28a816e54675fdcd947891835ac8eb70', '2014-10-18', 'damian.blandowski29@chiasehoctap.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413647119', '0', '1413647119', '1413655757', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.222.192.180', '0', '1', '', '0', '0', '-1', '0', '0', 'W%*/\'/D;YRb6v>}]R!d9WUr(oovn_Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8574', '3', '', '0', 'V8512', '92b5b58c58389638c5c0593120804016', '2014-10-18', 'williemaeperkins@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413659457', '0', '1413659457', '1413661730', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.167.136.170', '0', '1', '', '0', '0', '-1', '0', '0', '~dRn+.bbKe_]I)p?e\'tjmK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8578', '3', '', '0', 'BBKK', '7dbfed0bbc3eb533736e3ea8427b3cea', '2014-10-19', 'jefferystrange@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413679114', '0', '1413679114', '1413681646', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.99.121', '0', '1', '', '0', '0', '-1', '0', '0', ']J|(JS)`e`1HxK*EK)39=\\;OSR@hih', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8579', '2', '', '0', 'AEuu', 'e3ba5dbe51150c688a0291e0fa389cea', '2014-10-19', 'melteringmen1982@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413689702', '0', '1413689702', '1413689806', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.210.144.100', '0', '1', '', '0', '0', '-1', '0', '0', 'e1[kh{6W{U[*QSkwg)``Boo?I4Q~m;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8580', '3', '', '0', 'JBridges', '2e99a4265da1469178c01a03239a61c7', '2014-10-19', 'colinmacansh@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413691852', '0', '1413691852', '1413725866', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.83.44', '0', '1', '', '0', '0', '-1', '0', '0', '9x*1~WMu4\\$So{2B*zhD.A/F.^3Vre', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8581', '3', '', '0', 'XDOP', '155d2dde3296721d1496078bb4087c7a', '2014-10-19', 'kerriepollack2070@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413693617', '0', '1413693617', '1413693617', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '174.131.49.80', '0', '1', '', '0', '0', '-1', '0', '0', ')Q+\\$)X`V5n>\'u.L3VBl#Itgw^RXK|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8582', '3', '', '0', 'KTDTE', '03379bc99ef7e88bfe367db0468f9f3b', '2014-10-19', 'resoluteordinana7dvfmv@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413696272', '0', '1413696272', '1413709712', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.45.13.167', '0', '1', '', '0', '0', '-1', '0', '0', 'y&rg\'P\'}.ebE:c39xdN1if(2}Pdn3L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8583', '8', '', '0', 'S8081', 'a69612d198f92c62adabfe1d0cdfbe37', '2014-10-19', 'sterling.kearney@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1413704160', '0', '1413704160', '1413704863', '1413704862', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.240.24', '0', '1', '', '0', '0', '-1', '0', '0', 'krybAOOAZQY4A@ix)W\\N&quVIXZ_(d', '', '0', '82740', '0', '0', '0', '0', '', '0', '0', '', '224', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8584', '2', '', '0', 'ONkn', 'b7d30d8227e99fb42e5ab7c8fca3efd8', '2014-10-19', 'mardygimenez@yahoo.es', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413704728', '0', '1413704728', '1413704894', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.55.112.214', '0', '1', '', '0', '0', '-1', '0', '0', 'f/jl;\'6D\"mTEK4:/~5`f\'sZ$^\\@siH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8585', '2', '', '0', 'NScurry', '1833a8287e64ce109eac4ed4b6d61cf6', '2014-10-19', 'evelonge@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413714614', '0', '1413714614', '1413714871', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '111.243.251.194', '0', '1', '', '0', '0', '-1', '0', '0', 'b&.Ws*x\\YV8)}0E7.zB@ii2<5\'K/=W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8586', '3', '', '0', 'TBean', '8a41c3d42100cdc67db43f969b4ba250', '2014-10-19', 'keishakelley8622@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413744218', '0', '1413744218', '1413751559', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '151.236.24.224', '0', '1', '', '0', '0', '-1', '0', '0', 'mKY%~Y?q0P+>JYk[^G|>R][H\'dMOQ1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8587', '3', '', '0', 'K8834', '158f7a973da8866f8194a2facd973633', '2014-10-19', 'eduardoeverhart5395@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413751330', '0', '1413751330', '1413753803', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.208.187.152', '0', '1', '', '0', '0', '-1', '0', '0', 'z?;7B.NNKr~(obW@NSK>{[my01\"Ye~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8588', '3', '', '0', 'JGAEY', 'dd2e25d3d3ba2a0a1c36af6616a60928', '2014-10-19', 'julius-mondragon12@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413755776', '0', '1413755776', '1413759466', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.112.149', '0', '1', '', '0', '0', '-1', '0', '0', 'p$FV_;wl7*Fz@awe{nPG_Nc`W7[(Z5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8589', '3', '', '0', 'C86G', '8c9fd9c5f9518a1d87ab2cb7566816ac', '2014-10-19', 'sniderrq1uwe7@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413757901', '0', '1413757901', '1413757901', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.250', '0', '1', '', '0', '0', '-1', '0', '0', 'e)TO~jWSDNo+WO1r\\J%x$I.bShZ2G#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8590', '3', '', '0', 'G94W', '1601434a510395a30a41813ced92a2e4', '2014-10-19', 'curlybudget2791@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413758165', '0', '1413758165', '1413758165', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.199.11.52', '0', '1', '', '0', '0', '-1', '0', '0', 'BOW7Rmj6;ZPZU(;2?_`syE$$i,{U$p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8591', '2', '', '0', 'CLXJK', '50c027dae8ce714197cbb622e03ce529', '2014-10-20', 'clayton_butler@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413759632', '0', '1413759632', '1413762588', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.44.40.148', '0', '1', '', '0', '0', '-1', '0', '0', 'T{9@FdAA<_q&#\"k\'ur(q>|BUMQ{.t\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8592', '3', '', '0', 'NCrumpton', '285f1c6ea599780e0a7dfbfab58f636c', '2014-10-20', 'arielwalder1618@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413770509', '0', '1413770509', '1413772646', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '174.131.121.185', '0', '1', '', '0', '0', '-1', '0', '0', ']`f#W,sDn.>ZKhY(n>lNIt9g@YoF~u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8593', '3', '', '0', 'FBrunelle', '79e38bc64b050932c904fb42506acb32', '2014-10-20', 'teshaglasheen3477@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413774413', '0', '1413774413', '1413777869', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '174.131.121.185', '0', '1', '', '0', '0', '-1', '0', '0', '-Ksbk_-`q3L#L55Th3\'~!kdU5oOuS#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8594', '3', '', '0', 'VLoo', 'ea15dbc40603477176b595be219344bc', '2014-10-20', 'vivien.loo52@quanaohe.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413777610', '0', '1413777610', '1413780047', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.44.40.140', '0', '1', '', '0', '0', '-1', '0', '0', '{<|6yjm?pFLRy75UkY8@:Rlv\"`KYCf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8595', '3', '', '0', 'NS80', '4cfb359734bdd74c813c614b56129d16', '2014-10-20', 'neva.moowattin@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413777711', '0', '1413777711', '1413780298', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.44.40.140', '0', '1', '', '0', '0', '-1', '0', '0', '||D=mihAd~V;k1R,K&wC\'Yn_|Ut>Y)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8596', '2', '', '0', 'SXPJO', 'eb9b1fa7b6551878764f1ddb3daba75c', '2014-10-20', 'zealousruler4595@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413804456', '0', '1413804456', '1413804456', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.76.247.2', '0', '1', '', '0', '0', '-1', '0', '0', 'EzRBsByG38ERdh%wyz\'QF6@Vi22?5T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8597', '3', '', '0', 'JADC', '94817c3dbed52b8e6a1c8a907bc119b3', '2014-10-20', 'expensivecontra85@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413807714', '0', '1413807714', '1413807714', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.53.94.17', '0', '1', '', '0', '0', '-1', '0', '0', 'i4PYK{n+:@ZZ\'z*E==]c3.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8598', '3', '', '0', 'JHoff', '3f8376522634cd9b198bc579d8cb9414', '2014-10-20', 'tackyforesight394@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413808194', '0', '1413808194', '1414113112', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '212.72.150.26', '0', '1', '', '0', '0', '-1', '0', '0', 'x691}~9g<(v{5=Sah]hJ{n}9s\"]|vi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8599', '2', '', '0', 'RBednall', 'f44d6c32d53dcfc7517f42e3ebcf35b8', '2014-10-20', 'questionablestu77@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413811254', '0', '1413811254', '1413811254', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.183.85.99', '0', '1', '', '0', '0', '-1', '0', '0', '#Ce=}7Nq1pr/04asD|pzO[\"&U/Kg/1^Wn!%BMbUVp\'OClzk<*w-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8601', '3', '', '0', 'R5999', 'c5aed8f31fdf29200b17175ded4ba4b3', '2014-10-20', 'ronda.ellwood@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413824242', '0', '1413824242', '1413827432', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.18.174', '0', '1', '', '0', '0', '-1', '0', '0', 'C|(5!N[>V{XR9+nuK76MRPExH\\G\'<|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8602', '2', '', '0', 'H7833', '8598758452b37ed026bce812a200ba9e', '2014-10-20', 'smalloomph7078@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413826642', '0', '1413826642', '1413826642', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '119.10.115.39', '0', '1', '', '0', '0', '-1', '0', '0', 'wivt)Q!Ez`oI~(5Gxs/(^\"nD=_Q|iV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8603', '3', '', '0', 'ILny', '354bb08767a8a340018c28e449efe877', '2014-10-20', 'cedrichammond@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413829885', '0', '1413829885', '1413831889', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '113.22.191.120', '0', '1', '', '0', '0', '-1', '0', '0', '16B1Y{A(P}b5W8xz6&S*EbW;\"=+zw+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8604', '3', '', '0', 'VScullin', 'de882fbe5d92a9c27b9a0142701afc64', '2014-10-20', 'gustybeer1671@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413830256', '0', '1413830256', '1414060048', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.3.37.214', '0', '1', '', '0', '0', '-1', '0', '0', ':]g(17!y6g)_JvST4t3paDA|88wHuK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8605', '2', '', '0', 'CEBCA', '445ea25b45a77b4a91c0fe1ffa5a34bc', '2014-10-20', 'jaggedpageant1847@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413832170', '0', '1413832170', '1413921263', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.161.215.214', '0', '1', '', '0', '0', '-1', '0', '0', '(4jNQr31Lap!\"$,/\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8606', '2', '', '0', 'WPorter', '1937f2d96e4780719c23652b4314e9e0', '2014-10-20', 'tellingwater1440@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413832524', '0', '1413832524', '1413832524', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '146.115.133.233', '0', '1', '', '0', '0', '-1', '0', '0', '`Wuls#BN1?H4w=h;A*LFS~GhH$:^wN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8607', '3', '', '0', 'LVHKU', '056e5811a65cac2bb9f195d7fcd2c67b', '2014-10-20', 'profusepageant512@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413835192', '0', '1413835192', '1413835192', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.120.74.194', '0', '1', '', '0', '0', '-1', '0', '0', 'i~Ye6ag\\9bNnSV;h[|\\o7a#Dxp9KZ0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8608', '2', '', '0', 'BBCB', '62e20de06ce5ea6e207f736b18cb0fbb', '2014-10-20', 'wideprosperity890@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413836197', '0', '1413836197', '1413854185', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.133.51.136', '0', '1', '', '0', '0', '-1', '0', '0', 'tnr^Xit.UUO]3|MTHk0D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8609', '2', '', '0', 'AGza', '3c28308d9795c9e8ab4e9deb4727bb7c', '2014-10-21', 'zanygash3167@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413852588', '0', '1413852588', '1414200341', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.39.17.212', '0', '1', '', '0', '0', '-1', '0', '0', '#g[g?*aWZficBz~S6ZP{$FA%a=0]02', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8610', '2', '', '0', 'S08N', 'aaa958844046987fb5d13d5373357c31', '2014-10-21', 'mundaneschedule69@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413855244', '0', '1413855244', '1413855244', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.133.228.158', '0', '1', '', '0', '0', '-1', '0', '0', '>CUR[0IGT\\ePwsu=DL*)^xbDIlWT\\h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8611', '2', '', '0', 'IFea', 'c6c6f5071d3ad0ca2ea91ce2b7697f31', '2014-10-21', 'israel.mcmillian@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413861066', '0', '1413861066', '1413861776', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.253.162', '0', '1', '', '0', '0', '-1', '0', '0', 'Zl~/kqf,=ns+5MO>v:*eDC{x&B+S7a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8612', '3', '', '0', 'WFereday', '900b799f42b920a1aa292adc8d5d5e03', '2014-10-21', 'wesley.fereday20@meovatcanbiet.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413861301', '0', '1413861301', '1413864511', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.253.162', '0', '1', '', '0', '0', '-1', '0', '0', 'k4Z+eE(1?Bzk98(&AXG\"!*w/%i44.N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8613', '2', '', '0', 'G62A', 'bd86fabac14afcbbdaf0e151feb43d2c', '2014-10-21', 'massivegas377@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413865414', '0', '1413865414', '1414268133', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.127.180.142', '0', '1', '', '0', '0', '-1', '0', '0', '\\(#w!=\\kK|qK^aP*})0,|/fA[nSVer', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8614', '2', '', '0', 'T2038', '4e29591171e6b3d6ede11b17dea41ad4', '2014-10-21', 'ferrinchrissy2@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413865894', '0', '1413865894', '1413866068', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.85.210', '0', '1', '', '0', '0', '-1', '0', '0', 'onJpR>sqEsme[qxKNF*CLS{k)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8615', '3', '', '0', 'MKJC', '887574399247194cabeece094c976305', '2014-10-21', 'thiglzqzcx7360@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413866392', '0', '1413866392', '1413868969', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.61.89', '0', '1', '', '0', '0', '-1', '0', '0', 'qk2,8@0>AX(P:nyc?S>!a(I3;[0!L7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8616', '3', '', '0', 'B67S', '718ef63186f9be66647db265f91872e3', '2014-10-21', 'gretanorthey4900@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413866477', '0', '1413866477', '1413873661', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.40.152', '0', '1', '', '0', '0', '-1', '0', '0', 'Qk5?~^cTKaAYG7^/C?{P]et/u>]c^c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8617', '3', '', '0', 'YSNV', 'dadad37e7300713e177cd978546e0d6f', '2014-10-21', 'kristenmcmullen366@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413867810', '0', '1413867810', '1413870295', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.92.38', '0', '1', '', '0', '0', '-1', '0', '0', 'E_mHf}*2a7{Z`ha2;h_fhTfO1+hv*$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8618', '3', '', '0', 'RBlackmon', '3304f2ad1fda8f0d39b2eb4ef8804817', '2014-10-21', 'annisthorp@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413876465', '0', '1413876465', '1413878801', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '170.130.179.221', '0', '1', '', '0', '0', '-1', '0', '0', '&#yp9v1F&WUOv_B%$kvg/*S!V;:_RW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8619', '2', '', '0', 'QFUO', '323469077369cc4d62ed035c53928a03', '2014-10-21', 'lovelymiscellan85@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413879989', '0', '1413879989', '1413879989', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '114.251.200.99', '0', '1', '', '0', '0', '-1', '0', '0', 'Ue~qr0^_\'O8E@F[abQsO7iFPBf:\")q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8620', '2', '', '0', 'GMagnuson', '602177dbbab31b95f4f0010d18429635', '2014-10-21', 'slowdinner1581@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413887097', '0', '1413887097', '1414185176', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.6.163.70', '0', '1', '', '0', '0', '-1', '0', '0', 'WUnK7;}Y0K`nU4h]A&[;6)*`q==<|i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8621', '3', '', '0', 'L1119', '3e1f54bd68d43d3824c20bd1bc34e9f0', '2014-10-21', 'raggedfreeway7463@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413887975', '0', '1413887975', '1413887975', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.187.215.195', '0', '1', '', '0', '0', '-1', '0', '0', '~WI1z`_iarfpgh^YWK8j_^\'f[\"B+./]V\"81=a)OqPx23)xq(z$gIn2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8625', '2', '', '0', 'killuminati', '5986a120f6e40adba573a065b59723ce', '2014-10-22', 'dan.suleiman@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413938540', '0', '1414188609', '1414231142', '1413939816', '2', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '31.53.44.158', '0', '1', '', '0', '0', '-1', '0', '0', '46{{U~P>~5VD[aet|lS[Y|bAX*Q=8:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8628', '2', '', '0', 'M0544', 'f44926ddc522b892280393140360616d', '2014-10-22', 'heavyfaithlessn73@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413945775', '0', '1413945775', '1413945775', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.61.78.203', '0', '1', '', '0', '0', '-1', '0', '0', '@WbSslY=&>+8IWFff0$V~g-hD\"U]p+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8629', '2', '', '0', 'A9583', '2fdb325d93f9fe6d1a288c1530f053f3', '2014-10-22', 'stingybelfry556@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413954734', '0', '1413954734', '1414320592', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '65.50.97.18', '0', '1', '', '0', '0', '-1', '0', '0', 'a&Pp8hvpb\\L(lt:kEOF$JP){%4;PG$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8630', '2', '', '0', 'VNKS', 'db452394eedd2530ed1f88a1996801bc', '2014-10-22', 'shallowfable5782@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413962296', '0', '1413962296', '1413962296', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '186.190.30.123', '0', '1', '', '0', '0', '-1', '0', '0', 'i:,`2q>58\'Oa{#dPnY,5XnQ}wRQM4&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8631', '3', '', '0', 'MAngela', 'efe51654e0ce14c2ec7d06d80dbba54e', '2014-10-22', 'felicitastjalkabota@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413975136', '0', '1413975136', '1414043463', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.94.71', '0', '1', '', '0', '0', '-1', '0', '0', '`7HWj~HPF)d43uDBAuWSl>x\'/+8?5M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8632', '3', '', '0', 'BSRC', '9c593db98ba43f4e6706b43117e83458', '2014-10-22', 'meagancaesar@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413978457', '0', '1413978457', '1413980747', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.110.65', '0', '1', '', '0', '0', '-1', '0', '0', '&X8FWKC0v_~@HLHa4I)vTBX0,ujgj!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8633', '3', '', '0', 'TTej', 'a3cd90294e763da634651cbdc226205a', '2014-10-22', 'effiedimarco6006@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1413999257', '0', '1413999257', '1413999987', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.223.197', '0', '1', '', '0', '0', '-1', '0', '0', 'qQnVC7pED7kHo#p1$T4AcqHVr0xD\"W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8634', '2', '', '0', 'ALQR', '0a8c33733c2b454bb0a74bfb71cf17e6', '2014-10-22', 'ickyphobia234@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414015446', '0', '1414015446', '1414545342', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.161.141.37', '0', '1', '', '0', '0', '-1', '0', '0', '/{@b\'9\'&a5;FUAi:~,VV$:\'X-UQU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8641', '3', '', '0', 'AMcKeon', '73f6a0f79c307fb46c67c8e03a6e857b', '2014-10-24', 'divergentarson3p4c50@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414108772', '0', '1414108772', '1414135268', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.232.247', '0', '1', '', '0', '0', '-1', '0', '0', '#m5tGF+Y-G8>evPfi#V_\"Y*}~aaa{%H;##PNu_9g0)Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8644', '3', '', '0', 'S0200', '5ab42bd9e03cf18368db6f89708b3489', '2014-10-24', 'rebekahmacdowell@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414131965', '0', '1414131965', '1414131965', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.83.44', '0', '1', '', '0', '0', '-1', '0', '0', '&O0Dv(FcBz6r8LK5RWgZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8645', '3', '', '0', 'A1014', 'a6feaab6a0ab076419a5ea3f4026fbf8', '2014-10-24', 'alveraupjmwtt9252@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414137938', '0', '1414137938', '1414141593', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.31.109.39', '0', '1', '', '0', '0', '-1', '0', '0', '^[tejYQ$CUZ!+jg0y*wolHTl1c.yJ(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8646', '3', '', '0', 'KBUJ', '9fb8e5ae99049ebbaeb7f5cdd18cf4fc', '2014-10-24', 'shar3onwhitley2988@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414148491', '0', '1414148491', '1414150837', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.196.83', '0', '1', '', '0', '0', '-1', '0', '0', 'M;%.]*tyk;m:C~Bl|sX2e(xWHC4@,I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8647', '2', '', '0', 'IDas', '66d3991f6a732016d6e5a59490f764ba', '2014-10-24', 'vulgarbeach3945@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414151332', '0', '1414151332', '1414151332', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.3.250', '0', '1', '', '0', '0', '-1', '0', '0', 'Q>\\27LsWf{Mw(_s8A>OVE!}`^)_C2Wi_;h/Yk9}Zj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8651', '3', '', '0', 'XMKR', 'd63bff777d3ea3914bd4c17083a18278', '2014-10-24', 'isidrohelvey@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414159990', '0', '1414159990', '1414162172', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '193.109.196.83', '0', '1', '', '0', '0', '-1', '0', '0', 'ewW(aYVxE1>4085]qRKTBd=e4t}M?D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8652', '2', '', '0', 'NVasquez', '5c56bab7369f904fb4f91d195ad8abfe', '2014-10-24', 'threateningmarsw70g@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414166008', '0', '1414166008', '1414166547', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.215.157', '0', '1', '', '0', '0', '-1', '0', '0', 'Ib=|HroTvCa-,3+-9dw%`f<^LkT]*&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8653', '2', '', '0', 'DReyes', 'd39c21991180a17ccb359d8d1a7727bb', '2014-10-24', 'discreetpodium721@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414166487', '0', '1414166487', '1414166487', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.91.60', '0', '1', '', '0', '0', '-1', '0', '0', ',!hSqB&MF^]@~4.U%-PQ|MC$q6DdRc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8654', '2', '', '0', 'DPjg', 'ebc89da07bff36f477abd894d6e7465b', '2014-10-24', 'gratiseyewitnes39@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414176088', '0', '1414176088', '1414419570', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.3.247', '0', '1', '', '0', '0', '-1', '0', '0', 'Z{(F~ZV]48\\=Mow\"1T9d<@[2vm,Uvq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8655', '3', '', '0', 'CYarnold', 'c83b491217d6d585c75c654094ac237f', '2014-10-24', 'kylawjliuko0742@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414176670', '0', '1414176670', '1414180292', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.31.109.215', '0', '1', '', '0', '0', '-1', '0', '0', 'hSL\\q$MesONig97W-PmX0L2~[CC21J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8656', '2', '', '0', 'L26P', '864b194f3b280cdee91c8af322645f58', '2014-10-24', 'overjoyedordina8@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414177430', '0', '1414177430', '1414177430', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.3.247', '0', '1', '', '0', '0', '-1', '0', '0', 'ZxySrTLp?Z|hK\'[mUsHb[U\\kA%/hR<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8657', '3', '', '0', 'SSGA', '2fd99845eb0121df18f6da1ebf0f99b1', '2014-10-24', 'leopoldomaguire3930@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414185629', '0', '1414185629', '1414187522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '170.130.62.109', '0', '1', '', '0', '0', '-1', '0', '0', 'q(gvqx:9+x00/ncJQt<2kq1WC@5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8663', '3', '', '0', 'VYIKT', '6531b9f27d161d69bf7961acbdd01a25', '2014-10-26', 'ulrikecamidge@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414325646', '0', '1414325646', '1414337784', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.72.112', '0', '1', '', '0', '0', '-1', '0', '0', ')|gd,Z@l$(vQ/l]X!m11iM(tC[TgtA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8664', '3', '', '0', 'M8243', 'd9c77b7b1697191269a2dba6b443a7f5', '2014-10-26', 'trinaheimbach@mailcatch.com', '0', '', 'http://sweetsisterz.com/sale/uggs.asp', '', '', '', '2', '0', 'Junior Member', '0', '1414345668', '0', '1414345668', '1414354819', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-01-1985', '1985-11-01', '-1', '-1', '36.248.118.155', '0', '1', '', '0', '0', '-1', '0', '0', 'J6h\'G.^~VU!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8667', '2', '', '0', 'KLister', 'b579719683d9885693755108ae946649', '2014-10-26', 'chubbyyouth3225@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414360859', '0', '1414360859', '1414360859', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.91.48', '0', '1', '', '0', '0', '-1', '0', '0', 'g@M\\XtYWqxMH$kh`66;YW3TN,>Dn$m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8668', '3', '', '0', 'KYXS', '81133bef658a02c8d97afa6a2b88984b', '2014-10-26', 'clammyorientati88@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414361212', '0', '1414361212', '1414361212', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.117.74', '0', '1', '', '0', '0', '-1', '0', '0', 'eQ\"=Czjk~WT_ljzFB/yp:96*=$8)1s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8669', '3', '', '0', 'JHdy', '92d40d1f54b1608f71494bb4448f0ada', '2014-10-26', 'richardwayn@brennendesreich.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414361731', '0', '1414361731', '1414366101', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '59.59.221.136', '0', '1', '', '0', '0', '-1', '0', '0', '*+*|OH#/q^^Hj|/`Gv%h/R8td]8i-?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8670', '2', '', '0', 'K5922', '1edc21f854407693e6f8898e841555f3', '2014-10-26', 'wastefulfacsimi90@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414362729', '0', '1414362729', '1414362729', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.3.250', '0', '1', '', '0', '0', '-1', '0', '0', 'a!_Cc<`{1U1]*R[O8.qc&[?U\"gWiL6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8671', '3', '', '0', 'W58I', '6a016e42b7006851be9cc3fe02e59116', '2014-10-26', 'addictedexpendi75@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414362838', '0', '1414362838', '1414362838', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.3.250', '0', '1', '', '0', '0', '-1', '0', '0', ':hoxw5:U\\r%kRJLTkiqK17,]4DZH4,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8672', '3', '', '0', 'CPotter', '9b05d7443619152038de06b1be231d04', '2014-10-26', 'jeanahartwell@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414363255', '0', '1414363255', '1414365804', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.80.213.84', '0', '1', '', '0', '0', '-1', '0', '0', 'GqtAY+33xX.X`=mP:w]*^_RNkdW9MK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8673', '3', '', '0', 'WLesage', '4d84b425c3d9026d012adcc286f04506', '2014-10-26', 'absorbingpreviepgv48@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414365789', '0', '1414365789', '1414367880', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.231.137', '0', '1', '', '0', '0', '-1', '0', '0', 'jG>5q-(xxIET7FIeY-il!b)5RH4jqN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8674', '3', '', '0', 'LRqx', 'd615307b4e8eb34298c3b941a7c486ed', '2014-10-26', 'luisepajxsfh5476@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414366426', '0', '1414366426', '1414368782', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.31.109.189', '0', '1', '', '0', '0', '-1', '0', '0', '3\\=u%Er#+$yF)oj~bEHI2\\x[|_W}lHQ/O?_UEMI*bs(LgaAM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8678', '3', '', '0', 'WJIE', 'e733347e06fd50b9f633159715eba819', '2014-10-27', 'jeremymilligan@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414380486', '0', '1414380486', '1414382643', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.162', '0', '1', '', '0', '0', '-1', '0', '0', 'nn$>+Xc(NIe\"V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8679', '2', '', '0', 'YCDM', 'f67a3e29ea3cedbb0e340386db9bcb1a', '2014-10-27', 'adhesivefluid9124@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414382951', '0', '1414382951', '1414382951', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.91.60', '0', '1', '', '0', '0', '-1', '0', '0', 'HMR`K@RI&=ChN5&dym%R(X<:\'`:)pl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8680', '3', '', '0', 'KFEM', '198cd0f5d490ce63239e1c1e50b70de2', '2014-10-27', 'mariawo.l.a.19.9.1@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414389560', '0', '1414389560', '1414455569', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.63.61', '0', '1', '', '0', '0', '-1', '0', '0', '&lq/ot|eN\"E6)!})2\"ZJ->g`NzzC\"f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8681', '3', '', '0', 'ASQCS', 'f61618f509938a81d77da6f4e01e6b39', '2014-10-27', 'obtainabledeput50@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414393424', '0', '1414393424', '1414393424', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.3.247', '0', '1', '', '0', '0', '-1', '0', '0', '4oa|st7+*9CJJud;w_HIDBK7/pZsjA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8682', '2', '', '0', 'B13C', 'fda0d70e68bb9f7ca85aff99108bf482', '2014-10-27', 'pleasantlap3296@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414393447', '0', '1414393447', '1414393447', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.3.247', '0', '1', '', '0', '0', '-1', '0', '0', 'GubQ3HWg%mp0cxx>t\']yMz=EUa.GfN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8683', '3', '', '0', 'S9467', 'f890ee0dae66f4900529a2760a632671', '2014-10-27', 'felishagillespie4952@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414394785', '0', '1414394785', '1414396855', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.210.149.66', '0', '1', '', '0', '0', '-1', '0', '0', 'Ec8|H^y(_7Q)uuPfaY)F*]pZ5A23dK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8684', '2', '', '0', 'FPKUB', '8d383a23b06e329029fb622d30c37111', '2014-10-27', 'guardedmaniac3398@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414398079', '0', '1414398079', '1414398079', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.91.60', '0', '1', '', '0', '0', '-1', '0', '0', '8|S2Zm4~kcOB>z@Aq#]ishjCrAW;jK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8685', '3', '', '0', 'SMacGrego', '5598fdd61df982c7b0a23e943779e3c1', '2014-10-27', 'justinemsrdvbj253@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414399217', '0', '1414399217', '1414406401', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.36.197', '0', '1', '', '0', '0', '-1', '0', '0', 'x?#a<=`V)Yyd2q=\'Pe3}6/Zoy]Y}bk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8686', '2', '', '0', 'LT09', '415ae7df4e5fcb3b916f9b9887e84c24', '2014-10-27', 'patatero@certificadoelectrico.es', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414402241', '0', '1414402241', '1414402401', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.158.123', '0', '1', '', '0', '0', '-1', '0', '0', 'v%1F:+k#c;Rb,9TZXab6,6}\'E(pJyx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8687', '3', '', '0', 'LO46', 'b77db634e6de41825429843f2c99c40d', '2014-10-27', 'altagraciarczecwy4778@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414403591', '0', '1414403591', '1414405895', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.126.171.212', '0', '1', '', '0', '0', '-1', '0', '0', 'XMT]&x%W):=u_MHADAj=qfbmtv6\"`8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8688', '2', '', '0', 'pasulu', 'eb3d0215dbdfc4744ac844a9aadb115f', '2014-10-27', 'paulstel@xs4all.nl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414404547', '0', '1414404547', '1414404731', '0', '0', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '159.220.75.2', '0', '1', '', '0', '0', '-1', '0', '0', 'gs.\'\'iM@**Ue_SV,W]M:6Q\'S.28XN\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8689', '3', '', '0', 'CHGP', 'c260ff3202b133843056db89b43b55e0', '2014-10-27', 'invinciblebeddi89@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414405610', '0', '1414405610', '1414405610', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.3.250', '0', '1', '', '0', '0', '-1', '0', '0', 'Vmr6AtF|`r#>A{)dA0A?SESOp\"PI(G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8690', '3', '', '0', 'BC97', '1bf50ac6a8f33e60145301dfd8f948fe', '2014-10-27', 'sassyblossom4215@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414408091', '0', '1414408091', '1414408091', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.117.69', '0', '1', '', '0', '0', '-1', '0', '0', 'z}v+ke3lM5mKV6:<3ctAu)^|-NAefn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8691', '2', '', '0', 'Jackw2014', '0245cd5fca4043e91663a8bbd9fea02e', '2015-04-19', 'jack20101926@live.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414413063', '0', '1429481282', '1429481409', '1429481333', '4', '10', '5', '0', '1', '0', '0', '0', '45108439', '', '0000-00-00', '-1', '-1', '86.176.67.114', '0', '1', '', '0', '0', '-1', '0', '0', '$S:Nywv`[\"b!1=:BL(\"*[=<5pt1MWB', '', '0', '83082', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8692', '2', '', '0', 'BFalcon', 'e28ffdcdbf3948734f58322b09188566', '2014-10-27', 'painfulcolleagu25@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414425227', '0', '1414425227', '1414698480', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.91.60', '0', '1', '', '0', '0', '-1', '0', '0', 'p^XV-u3\\cexD!a#/y/}_UN#LjM\\o$S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '80', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8693', '2', '', '0', 'W1580', 'a6fd18f7ee9460ad237e3c7209245d8c', '2014-10-27', 'oldrainbow1061@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414434883', '0', '1414434883', '1414513900', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.117.69', '0', '1', '', '0', '0', '-1', '0', '0', '^B]CNGEx,-TB*WD}JL:V$]Aegwwo2_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8694', '3', '', '0', 'CPropstin', 'c68046e3d59a9b2fe3717d1224fc88de', '2014-10-27', 'vacuousbigot6738@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414439395', '0', '1414439395', '1414439395', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.91.60', '0', '1', '', '0', '0', '-1', '0', '0', 'ZXg$74,z:S,|zviEp=Dw*-rVRWpS+w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8695', '3', '', '0', 'DJBPP', 'da2b3247ba9e3b29b5ec2a3d616b7fce', '2014-10-27', 'joieoyhbpx2239@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414441178', '0', '1414441178', '1414448450', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.94.36.200', '0', '1', '', '0', '0', '-1', '0', '0', 'hBtc\\HoZDfDhXa-Pk9DCk{4@(-el^s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8696', '3', '', '0', 'UESC', '8a00167a840ea676b8d0e3672f8368c4', '2014-10-27', 'yaekonwbpeod39@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414441890', '0', '1414441890', '1414444314', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.238.82.254', '0', '1', '', '0', '0', '-1', '0', '0', '/>SOu]]o|~|oioF:0!j;RYxIKnFodA3e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8701', '3', '', '0', 'F1818', '3ce1f346a03fd893a0ec10cc1ce19bcf', '2014-10-28', 'yvonnebowes2054@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414476563', '0', '1414476563', '1414500675', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.73.16', '0', '1', '', '0', '0', '-1', '0', '0', 'eX:lpO!ZiecxwR.E7;$^ms7,PkJkRQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8702', '3', '', '0', 'CYwk', '3eb093c85c7e50cbbeb8f4328788e445', '2014-10-28', 'charmaine.lehesitantqualm@go2.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414480345', '0', '1414480345', '1414489038', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.205.109', '0', '1', '', '0', '0', '-1', '0', '0', '$FDS\"6]%gDWI3rMn]76%E&i?9Jq$I?5fRfPzieUDWC4\'mpb*89*:y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8704', '2', '', '0', 'H4ppyCamper', 'cd623f41e8ad01a3e84998cb66f55419', '2014-10-28', 'alex92019@netzero.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414510214', '0', '1414609769', '1418348384', '1414511745', '1', '10', '5', '-8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.255.207.16', '0', '1', '', '0', '0', '-1', '0', '0', '%B._Pyy1\'YJIIiV(GEL\'_Sw^76r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8712', '2', '', '0', 'IWardill', '855d193f72f65d241dc48dd0bedd8f15', '2014-10-29', 'evildinner6079@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414623496', '0', '1414623496', '1414667076', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.91.60', '0', '1', '', '0', '0', '-1', '0', '0', '=1Oz\\He&ROJTzzUt(>1/{o>&Rcd7q@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8713', '3', '', '0', 'BBoulton', '22a6844831fe5273471c9875e0a2977d', '2014-10-30', 'meekpoker96553@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414627322', '0', '1414627322', '1414629217', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.79.190', '0', '1', '', '0', '0', '-1', '0', '0', '`%jhSWG+_A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8714', '3', '', '0', 'GQPU', 'b0e2fc16095ca768a6059d683ec5b306', '2014-10-30', 'vaughnaltamirano2707@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414629709', '0', '1414629709', '1414632128', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.90.73', '0', '1', '', '0', '0', '-1', '0', '0', ':^C+n<:d/A;p~+x%]YW)?|){6\\.k-6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8715', '2', '', '0', 'LMadirazz', '52c8e42ed3930dd401ec1335f498a265', '2014-10-30', 'dureaudaniel15@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414665918', '0', '1414665918', '1414666434', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.53.134', '0', '1', '', '0', '0', '-1', '0', '0', 'EB2.B^W\"D^T\"63#lLxEl5)5Mh1?FWJ{cuZ]xzbNBN%q)x*c', '', '0', '82756', '0', '0', '0', '0', '', '0', '0', '', '119', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8792', '3', '', '0', 'MPospicil', '060fbb723c55d330c106907a6fe7002c', '2014-11-05', 'mohamed-pospicil3137@billing.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415223747', '0', '1415223747', '1415230949', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.169', '0', '1', '', '0', '0', '-1', '0', '0', 'aKOxFj$HS#<5VXhJh7M)2/`8L./}VN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8718', '2', '', '0', 'TClaxton', '484c3a99d1d8876576e1dbe82bdf98e1', '2014-10-30', 'adorablespiral249@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414688142', '0', '1414688142', '1414688142', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.253.203.212', '0', '1', '', '0', '0', '-1', '0', '0', 'F.dB@~NFG)z7_yn85Hav:sr6T~i2D<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8719', '2', '', '0', 'LJack', 'ddaf980df1c811c159daba2876fc9f73', '2014-10-30', 'forum@suplementyodchudzajace.com.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414688297', '0', '1414688297', '1414688694', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.105.15', '0', '1', '', '0', '0', '-1', '0', '0', 'j_[2\'d-=D(-\\=T>4n2\'%f\'nwJ,s6VT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8720', '2', '', '0', 'PEON', 'd437cd6832a0bcce74d6b18edd618f75', '2014-10-30', 'tearfuldecoy8867@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414701731', '0', '1414701731', '1414701731', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.61.73.194', '0', '1', '', '0', '0', '-1', '0', '0', 'j-cZ~^<.L{n#;0E&0Ny[Lc9u[rl~x%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8721', '2', '', '0', 'FMcdowell', 'b587f29b84ca746c9bd6a1d178b416a0', '2014-10-30', 'excellentlabora13@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414711031', '0', '1414711031', '1414711031', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.4.135.218', '0', '1', '', '0', '0', '-1', '0', '0', 'L#6uOg.n`0g]I1?f4XQ$i:G~R([[jE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8722', '3', '', '0', 'TIIM', '87e61de158418e5dcebd7deb295df118', '2014-10-30', 'leanportal6576@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414711037', '0', '1414711037', '1415031881', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '78.4.135.218', '0', '1', '', '0', '0', '-1', '0', '0', 'fLX5)CSkXfJiqq7G~?*JKu`XBg2`JLABi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8724', '3', '', '0', 'MOfb', 'b4919470defe9da0ca64ca0f3a17c9dd', '2014-10-30', 'delightfulspeck36@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414712946', '0', '1414712946', '1414712946', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.31.225.145', '0', '1', '', '0', '0', '-1', '0', '0', '[_-1:&\'b', '', '0', '82755', '0', '0', '0', '0', '', '0', '0', '', '87652', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8726', '2', '', '0', 'DPantano', 'c602bec8e796834e25d055173a4ec4bb', '2014-10-31', 'haplessvolition14@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414717267', '0', '1414717267', '1414717267', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.196.39.93', '0', '1', '', '0', '0', '-1', '0', '0', '&DfzR>~=ouzIdMsUQ0m^zvnF?:H?#KUA]PK,p7%2:=6^c', '', '0', '82759', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'b814acb2230d026e2215680826e506df', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8735', '8', '', '0', 'satoru iwata', '5119b9a732ec499d0e0022b5f2b30416', '2014-10-31', 'satoruiwata420@gmail.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1414784508', '0', '1414784508', '1414787125', '1414786784', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.94.22.126', '0', '1', '', '0', '0', '-1', '0', '0', '%&,0DJIkiL8?lto9\"`P&qiC)H(%&G=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8736', '3', '', '0', 'WEEV', '3b6e93b190720cb0b7df4f8357f82bf0', '2014-10-31', 'so.uth.e.ami.ck@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414785544', '0', '1414785544', '1414792746', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.2.200.32', '0', '1', '', '0', '0', '-1', '0', '0', ';i\'8;\'4#C#e_RccH|BFl4CHU-pjx]Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8737', '3', '', '0', 'bdamasmaarleyay2032', '83a8074ecfb5000d8616d3e3ae3c4ebf', '2014-10-31', 'bdamasmaarleyay@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414792236', '0', '1414792236', '1414792236', '0', '0', '10', '5', '4', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '186.91.252.38', '0', '1', '', '0', '0', '-1', '0', '0', 'O4FAAGT)8\\8T%JiSxGu&=f!~vJMkbA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8738', '2', '', '0', 'JHubbs', '8f0f59dc897dc487c484fe053acbf098', '2014-11-01', 'ayanayrulnf@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414803448', '0', '1414803448', '1414811404', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.44.165.107', '0', '1', '', '0', '0', '-1', '0', '0', 'm_w3s9\'`!613An3#6uA-@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8739', '3', '', '0', 'PHindwood', 'c88ed6176330bd452a964328f25a02b7', '2014-11-01', 'romantictheme6953@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414804274', '0', '1414804274', '1414984594', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '200.216.227.141', '0', '1', '', '0', '0', '-1', '0', '0', 'r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8740', '3', '', '0', 'Z3354', '6dff01e52567a53400ce441f529fe038', '2014-11-01', 'festiveshame5782@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414813139', '0', '1414813139', '1415914602', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.97.101.244', '0', '1', '', '0', '0', '-1', '0', '0', 'F*@CV)0>ei#?NM::ms9aEy,DE!gWc^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8741', '2', '', '0', 'FrodoCGI', '9ea43fa5aa922a97e1afa3fb06f134d8', '2014-11-01', 'apollock969@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414813905', '0', '1414813905', '1414814210', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '149.254.51.240', '0', '1', '', '0', '0', '-1', '0', '0', 'uPY@e%`HUx)P1qK?!*JH!rCwA7>r+n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8742', '2', '', '0', 'D61H', '5f585c55b1e0a7061537b9185b3cdee4', '2014-11-01', 'coolrascal3730@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414822139', '0', '1414822139', '1414893154', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.161.15.2', '0', '1', '', '0', '0', '-1', '0', '0', 'I6pHRwei6pjrqrfZo^ZYIl*:=dN_eu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8743', '3', '', '0', 'LIXDF', '936e701431f739130478d0f868500c5f', '2014-11-01', 'fletacooke@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414835332', '0', '1414835332', '1414845930', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.181.78.200', '0', '1', '', '0', '0', '-1', '0', '0', '!vU@\"5;WRS/i190O0`v}IOHXBj?xUi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8744', '3', '', '0', 'GW71', '79c457bb673bc03f942d4683ec47f62f', '2014-11-01', 'deli432lahbeamon@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414851634', '0', '1414851634', '1414853636', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.2', '0', '1', '', '0', '0', '-1', '0', '0', '1zh]}&y(;p=kQvUL{3ML.c^iQPI^7&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8745', '3', '', '0', 'MO63', '3c7d7d653c05f7ef24edf0cf39eb20e7', '2014-11-01', 'ev654elynescerri5787@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414853692', '0', '1414853692', '1414855655', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.2', '0', '1', '', '0', '0', '-1', '0', '0', 'Z>;>y}S1MQs{7s.`W-2y{G\'Cj3A4#O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8746', '3', '', '0', 'VVillanue', '417545728d0e4bc29d12fff348569078', '2014-11-01', 'pilarnofck1660@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414857165', '0', '1414857165', '1414859291', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.2', '0', '1', '', '0', '0', '-1', '0', '0', '3)28>?H>Cq+EO+Y!oe|`pTjMhq!m}f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8747', '3', '', '0', 'OVJD', 'd9a2ce63e6f4b3d943381543e4f29fc9', '2014-11-01', 'shannanratliff@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414858478', '0', '1414858478', '1414862188', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.90.164', '0', '1', '', '0', '0', '-1', '0', '0', '}ozU^{d50U-Xw-3O\'R$FBI/O]%Grwk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8748', '3', '', '0', 'GXZB', '22234cc303946d7dcb807bf4e78796ac', '2014-11-01', 'elisgfewalter8001@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414867562', '0', '1414867562', '1414869483', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.68.99.2', '0', '1', '', '0', '0', '-1', '0', '0', '\'of|x!\"dkv3IX>8mK[Nl{S=^V8-VbY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8749', '3', '', '0', 'RNyhan', 'b5f2a68b36a7b6882f78750a7e2ee3d0', '2014-11-01', 'g.l.or.i.a.r.i.ch.ar.d.s.on31@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414877844', '0', '1414877844', '1414881055', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.109.96', '0', '1', '', '0', '0', '-1', '0', '0', '*VZ}9C8g&gDZloVp%JPJy1qZ&6AB9)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8750', '3', '', '0', 'LatoyaTru', '57d34a54a9b68f849bd6704afd0d647e', '2014-11-01', 'blancaconklin@trash-mail.com', '0', '', 'https://www.youtube.com/watch?v=OgO3ZIcrHaM', '', '', '', '2', '0', 'Junior Member', '0', '1414878651', '0', '1414878651', '1415556978', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-18-1984', '1984-05-18', '-1', '-1', '83.7.217.226', '0', '1', '', '0', '0', '-1', '0', '0', 'L<\"-SC1FR&oR~c#CScY|K&hTj\\pq1{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8751', '3', '', '0', 'LDhakiyar', '65c5a3841a60f5d480ef9fd47f9743ba', '2014-11-01', 'gingerrestrepo3221@mailinator.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414885000', '0', '1414885000', '1414885000', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.97.87', '0', '1', '', '0', '0', '-1', '0', '0', 'Bav}UWdG9XtaBOVN#wU(r`H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8753', '3', '', '0', 'F8787', '29fcc566ba4a92835bf13d343062ffb1', '2014-11-02', 'leov64enegas@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414910411', '0', '1414910411', '1414912396', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.252.176', '0', '1', '', '0', '0', '-1', '0', '0', 'azhIm6`:e\'9ss\'g5mr//#_5nC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8758', '3', '', '0', 'CIrk', '4685e0fc517d4bcba4d59b80c9818963', '2014-11-02', 'herm42inejackman@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414922635', '0', '1414922635', '1414924438', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.27.252.176', '0', '1', '', '0', '0', '-1', '0', '0', 'R#FuOPZ*@7H>Bj0A-;%PY&vyzabr]t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8759', '3', '', '0', 'WAlbers', 'ec95baf7bed93a31b43bf17646196e62', '2014-11-02', 'kellepitts2023@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414928171', '0', '1414928171', '1414928171', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.167.136.170', '0', '1', '', '0', '0', '-1', '0', '0', '=e\"H_y$hS{E2\'NA{=6;;:gF_paueM7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8760', '3', '', '0', 'XRDJ', 'a39574091793ebf7c6a24ade9695e510', '2014-11-02', 'kristilysaght4942@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1414955617', '0', '1414955617', '1414955617', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.173.20.166', '0', '1', '', '0', '0', '-1', '0', '0', 'me,}5hhydj%PEB-T1_kLG2<@3!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8767', '3', '', '0', 'T83C', '9661549a5ba97da6d5b55ca3d9ae0eb1', '2014-11-04', 'tyrell_montague@chiasehoctap.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415070756', '0', '1415070756', '1415092398', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.240.156', '0', '1', '', '0', '0', '-1', '0', '0', 'Wf%vaTT_RdBi8ag++5w\"@ik~7mY`Jk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8768', '2', '', '0', 'BCoopey', '18ba2b0e4f79475e258a9d2b6f08cc61', '2014-11-04', 'benito_coopey8185@blog.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415080633', '0', '1415080633', '1415080633', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.84.5', '0', '1', '', '0', '0', '-1', '0', '0', '|1UfP)HT!aI0e]a2+=kXoW@G`fvG.P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8769', '3', '', '0', 'RNorcross', 'b620d5093286afefd1a1be9a63420e7e', '2014-11-04', 'obsequiousstyle4353@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415084407', '0', '1415084407', '1415097378', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.18.210', '0', '1', '', '0', '0', '-1', '0', '0', 'w\'2\"X\"F/RCzU3L2?+tBek{Hw:TFU)T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8770', '2', '', '0', 'MMKAO', '6b833f64d9b789d0a7d4d789c8afafe4', '2014-11-04', 'madelene-dwiggins1157@blog.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415099438', '0', '1415099438', '1415106644', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.4.127.92', '0', '1', '', '0', '0', '-1', '0', '0', 'A^_1QN!VwVObY_`|(F:`fG>V:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8773', '3', '', '0', 'KVillapla', '372546b4dd5b9950ea9de59e3a9384a1', '2014-11-04', 'katheryn.villaplana2954@billing.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415115889', '0', '1415115889', '1415123064', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.190.163.69', '0', '1', '', '0', '0', '-1', '0', '0', '6I|4_J,G&nnx440A2aY1u}w}%m3\\Nj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8774', '2', '', '0', 'LRamerez', '8a820ce1b3609764823b62bdb96e269d', '2014-11-04', 'laurel.ramerez4371@sales.excelblog.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415125532', '0', '1415125532', '1415132723', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.172', '0', '1', '', '0', '0', '-1', '0', '0', '!FsW-Db`/[o6^@gq!?&[ze27GE!&=Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8775', '2', '', '0', 'Poorjonny', 'cb9a50f7bb3f0f9d2a0afa00723958ab', '2014-11-04', 'poorjonny@gmx.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415135310', '0', '1415466854', '1415468568', '1415468537', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '80.1.152.5', '0', '1', '', '0', '0', '-1', '0', '0', 'jDJVH-_9|H8ct7BXnB@XCfIuDZC4xj', '', '0', '82777', '0', '0', '0', '0', '', '0', '0', '', '135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8776', '3', '', '0', 'MQra', '901ba826e326aa4ed06aa20d2f9272d0', '2014-11-04', 'marquis_noor4495@blog.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415136029', '0', '1415136029', '1415143214', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.175', '0', '1', '', '0', '0', '-1', '0', '0', '_xjiSnL?34gSq@WE3j,i}6\'[+WX@#g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8777', '3', '', '0', 'GN51', '089c8da70d98403501ae633c357b0d12', '2014-11-04', 'vernondiamond4385@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415138168', '0', '1415138168', '1415149590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.253.190', '0', '1', '', '0', '0', '-1', '0', '0', 'D[o-a\'?[sGMEsqN?a%0R>2f]lz+J:^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8778', '2', '', '0', 'Niahl', '30101733744d835871641bb535a0be1e', '2014-11-05', 'n.a.scragg@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415164471', '0', '1415164471', '1415164548', '1415164546', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '62.252.13.106', '0', '1', '', '0', '0', '-1', '0', '0', 'T9*K{YN_];5g(W)|y/mdGwHJ6<.j,+', '', '0', '82762', '0', '0', '0', '0', '', '0', '0', '', '84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8779', '3', '', '0', 'B1031', '1758d0f16fc99c46c117456ec200bf0c', '2014-11-05', 'yungnrwwjdq08@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415170108', '0', '1415170108', '1415170108', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.181.189', '0', '1', '', '0', '0', '-1', '0', '0', 'Z;VRiE*~2\\*!ywQ!&YS+1v@p>tU]\"Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8780', '2', '', '0', 'JJHED', '908fa5930b1c252120bf916ed1b43a75', '2014-11-05', 'maniacalenclosu79@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415171044', '0', '1415171044', '1415171044', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.202.80.127', '0', '1', '', '0', '0', '-1', '0', '0', 'QQ%\\.-2hT?%$.#AQTJN5q_`S%)~dx<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8781', '3', '', '0', 'IQXQ', 'bbeb9f097ca047ac67cc1d7515216bca', '2014-11-05', 'ike_magruder8668@blog.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415183382', '0', '1415183382', '1415190574', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.133', '0', '1', '', '0', '0', '-1', '0', '0', '&)+Ym?~4opf9?gBT)K4n8eVBBX}Y@4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8782', '3', '', '0', 'W06N', '90df10905e5e3a741fb870dec2a1dbed', '2014-11-05', 'marcelinoclemes2848@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415187439', '0', '1415187439', '1415187439', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '195.177.125.63', '0', '1', '', '0', '0', '-1', '0', '0', 'h$CvqN{)kkK[AT+fgsoid?~.VJllzo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8783', '3', '', '0', 'MXOU', '85b7cf34e540597e9091d85ac032bf84', '2014-11-05', 'silviathurber6470@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=NE60Qo_zdhw', '', '', '', '2', '0', 'Junior Member', '0', '1415187950', '0', '1415187950', '1416945784', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-01-1976', '1976-03-01', '-1', '-1', '204.152.211.75', '0', '1', '', '0', '0', '-1', '0', '0', '24NN>P;k81viPa!O/t0pS~ODfmorO[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8784', '3', '', '0', 'J6806', 'e97205b8db28066b137e9e3c5192fa92', '2014-11-05', 'douchinclara12@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415195976', '0', '1415195976', '1415206904', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.52', '0', '1', '', '0', '0', '-1', '0', '0', 'z}W:;Hzl\'q&RbCjF)^JGHv0v`!XZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8788', '3', '', '0', 'KKelynack', 'c3d5a3b39d7b733f94055578d53ee823', '2014-11-05', 'blackremorse2812@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415205646', '0', '1415205646', '1415205646', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.169.166.106', '0', '1', '', '0', '0', '-1', '0', '0', 'YwWuTccdj8In8\"edPU{\\#a}Z5EhU8N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8789', '3', '', '0', 'KOsting', 'a26d0e10e756f644d81421ead2264f9b', '2014-11-05', 'kristofer_osting8337@billing.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415207866', '0', '1415207866', '1415215029', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.109', '0', '1', '', '0', '0', '-1', '0', '0', '3-GjV\'[Y-gF:sIgB-oade%J12{hS.i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8790', '2', '', '0', 'S39V', 'a9c68cb0e45d62de711dc9e0c9a450e1', '2014-11-05', 'temporarydinner89@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415211346', '0', '1415211346', '1415211346', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.191.234.87', '0', '1', '', '0', '0', '-1', '0', '0', 'H6|e5{\'vM:Qc,#re6jCcS~&7.yd\'^y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8791', '2', '', '0', 'necrouk', '469ea6a9aa1305775990c20769a95efb', '2014-11-05', 'robertkent007@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415211932', '0', '1420724290', '1422137453', '1415260135', '3', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.8.108.150', '0', '1', '', '0', '0', '-1', '0', '0', '`M!b2/5hOMY{qdsvMY#H=8QR9sUkLx', '', '0', '82766', '0', '0', '0', '0', '', '0', '0', '', '125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8793', '2', '', '0', 'BHFE', 'fe1b6513762b0b9e3664444d25ceb449', '2014-11-05', 'd.a.r.t.anian221@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415226171', '0', '1415226171', '1415226351', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '79.184.10.182', '0', '1', '', '0', '0', '-1', '0', '0', '.-jaRdT4@pO96\'H6YP1wc(Dl=3%/e%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8794', '2', '', '0', 'SJTMW', '70526535783cd04833adc03ab8b0af93', '2014-11-06', 'sherill-montero2402@cab.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415237426', '0', '1415237426', '1415244607', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.33.10.252', '0', '1', '', '0', '0', '-1', '0', '0', '}9]0h\'uTcnOKPu+`>~q24@JZuvrk5\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8795', '3', '', '0', 'YMOR', '54fc3ccd8fb992ab38a7f4c9d6c8fb42', '2014-11-06', 'loutishcurator433@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415240404', '0', '1415240404', '1415240404', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '93.61.85.194', '0', '1', '', '0', '0', '-1', '0', '0', 'b?_6\'7eipsdg\\d3!{rD/|4OwE_$DTI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8796', '3', '', '0', 'DHIJ', 'f4c87f68838431a8502160ff11dd71d7', '2014-11-06', 'vulgarpaint7933@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415248629', '0', '1415248629', '1416132572', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '186.190.32.201', '0', '1', '', '0', '0', '-1', '0', '0', 'C4Hd;-36Z#&qJS,n$.vm0>(Ej#F2WC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8797', '3', '', '0', 'DHardmon', '4c022e19202ec355484bb226983a53f6', '2014-11-06', 'demetria.hardmon5695@cab.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415251437', '0', '1415251437', '1415258643', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.154', '0', '1', '', '0', '0', '-1', '0', '0', 'N{G%xE<@Q9>ei#?us)`85`R}q:)tAG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8798', '2', '', '0', 'EKKG', 'a6df75c6c523878396884004a0fa392e', '2014-11-06', 'hesitantpuppet382@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415259283', '0', '1415259283', '1416030185', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.140.136.6', '0', '1', '', '0', '0', '-1', '0', '0', 'g-+qMeF4{zc0nSZuadt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8800', '3', '', '0', 'JHides', 'e2051176f8901eca25313461a658e30c', '2014-11-06', 'alba.vang@prokonto.pl', '0', '', 'http://svpcusa.techministry.net/UserProfile/tabid/61/userId/31919/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1415262655', '0', '1415262655', '1418024816', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-26-1975', '1975-01-26', '-1', '-1', '178.33.146.67', '0', '1', '', '0', '0', '-1', '0', '0', 'rh][U/YBuO|T/g>IpXr\"1PLlC9,MK7Di\'0\";`,V#@Y;8N>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8805', '2', '', '0', 'xorvic', 'a6df9b9c224afe9b48af7825a9b63f19', '2014-11-06', 'thomasmedlicott@googlemail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415284522', '0', '1415358799', '1415360687', '1415358217', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.69.48.190', '0', '1', '', '0', '0', '-1', '0', '0', '8(}n\"s?UPt^NTY*L|poOv|j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8807', '3', '', '0', 'SZPQ', '810474b38fd42efbdc265a606770ff4a', '2014-11-06', 'bennysouter105@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415294094', '0', '1415294094', '1415301312', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.64.248', '0', '1', '', '0', '0', '-1', '0', '0', '51?eQ:k_V},;0\\\"25n_^3.*andP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8809', '3', '', '0', 'TLundborg', '8006ce66d67156acd162ee6798725cad', '2014-11-06', 'terrance_lundborg917@billing.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415294490', '0', '1415294490', '1415301674', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.125', '0', '1', '', '0', '0', '-1', '0', '0', 'BJv%?;]@*4+XRHu+4k6u*j_\"Vu~MwB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8810', '3', '', '0', 'GRosenhol', 'd34400a8e0ac4c7d439a7f60543cb6b9', '2014-11-06', 'geralyn_rosenholm9200@dev.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415296026', '0', '1415296026', '1415303262', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.254.114', '0', '1', '', '0', '0', '-1', '0', '0', '0\\}[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8813', '3', '', '0', 'MX46', 'd582341700787885c3b3c83d9211909e', '2014-11-06', 'odddissidence44ea@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415310704', '0', '1415310704', '1415310704', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.223.199.24', '0', '1', '', '0', '0', '-1', '0', '0', 'L&?\'8TH~N}zp_voH0i<[oNni_$l00k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8814', '2', '', '0', 'ihatetn931', '18e69a475a78fa983c53346330ee9571', '2014-11-06', 'shadowpot@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415317089', '0', '1415317089', '1415317151', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.42.206.117', '0', '1', '', '0', '0', '-1', '0', '0', 'wa&3-CJdWX&njH>K]a:#Q.p^>>Q^#{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8815', '2', '', '0', 'L2334', '4e4984d15bb75480fe14c0b2763e64ae', '2014-11-07', 'lorenzo-sabates8308@dev.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415330986', '0', '1415330986', '1415338165', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.22.225', '0', '1', '', '0', '0', '-1', '0', '0', 'P_|d7q_i#YTuu^Y*NyM{Qn%sl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8817', '2', '', '0', 'DAlh', 'f943c8c073411d600238d38aed5a177a', '2014-11-07', 'enacedmar1986@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415340878', '0', '1415340878', '1415341455', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.72.189.33', '0', '1', '', '0', '0', '-1', '0', '0', 'KoD,RY~72Ui/CJf1]oyB<_J.#jU\\@v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8818', '3', '', '0', 'RC71', '6c2f62454d10f6a81e7b8acafd1838f0', '2014-11-07', 'daringlowacki1335@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415351772', '0', '1415351772', '1415355651', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.47.22.213', '0', '1', '', '0', '0', '-1', '0', '0', '^8[UIM?Xe:i^CXBKN)W!cbIMe!HtxB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8819', '3', '', '0', 'UDKA', '5788bc7123f67c93d3880c3d16230476', '2014-11-07', 'joellentapp7585@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415360744', '0', '1415360744', '1415363791', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.208.0.93', '0', '1', '', '0', '0', '-1', '0', '0', 'e5oTgfd+FpS&21DTCz}F%l[SGbhU}[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8820', '2', '', '0', 'masterchief', 'fa0dd9a416616fda6474e99d1755dae8', '2014-11-07', 'meesha2013@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415372267', '0', '1415372267', '1415372393', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.114.83.87', '0', '1', '', '0', '0', '-1', '0', '0', 'ksouXu%c&o0&qpNjRA^$`5d`{U)WsB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8821', '3', '', '0', 'BMcloughl', 'f226b7be7140a5e90d9ab2debffe905f', '2014-11-07', 'bettye_mcloughlin7342@billing.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415372379', '0', '1415372379', '1415379619', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.139', '0', '1', '', '0', '0', '-1', '0', '0', 'oG[SMLcS>T\"*(Bg+$|ocxEkQ:/3zFc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8822', '2', '', '0', 'kerrzo1', '1fa36844b5a07b274c2b97e39157ea89', '2014-11-07', 'les_151kerr@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415375573', '0', '1415375573', '1415378405', '1415375967', '1', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.195.24.250', '0', '1', '', '0', '0', '-1', '0', '0', '5n}]:Lt[>FRl/`=E~O\\dNy>$mP17sZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '207', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8823', '2', '', '0', 'RetroReaper', '8ee8c1e7a2c729e35af2f9cfe2e3a239', '2014-11-07', 'N3118327@live.tees.ac.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415377950', '0', '1415377950', '1415377972', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.4.91.39', '0', '1', '', '0', '0', '-1', '0', '0', 'eF/H&9pW3BL&0*3WvSOH&)}WfFI,e.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8824', '2', '', '0', '$aint', '08be32fc0b6f67aed800ebb420b1c445', '2014-11-07', 'saintofthesystem@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415388489', '0', '1415412420', '1416735816', '1415389475', '1', '10', '5', '-6', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.231.42.111', '0', '1', '', '0', '0', '-1', '0', '0', '_/oaTo./Rl)7;EwGt^Ea_#jG;ksu:B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '179', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8825', '3', '', '0', 'P59S', 'b601aaa6671645e420acd0085fa00974', '2014-11-07', 'stephanievaccari9013@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415391808', '0', '1415391808', '1415394242', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '137.135.56.218', '0', '1', '', '0', '0', '-1', '0', '0', 'H;&WdCXh?Ua@O/vC4Rs0`T<3X^9_krJdZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8827', '3', '', '0', 'AJKO', 'f381f8669bed8c616ec6fe2edfb3bc5c', '2014-11-07', 'susanneflournoy2896@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415397426', '0', '1415397426', '1415399872', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '177.124.62.106', '0', '1', '', '0', '0', '-1', '0', '0', '%Vm^W^8m~9R]RGGRv4xmJkA[t,`(ia', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8828', '3', '', '0', 'J4903', '709a934c2a3eed79b2904b5123c1a621', '2014-11-07', 'ludiemarcotte@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415403925', '0', '1415403925', '1415403925', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.223.22.148', '0', '1', '', '0', '0', '-1', '0', '0', '\"c)&&QBW+bfEaoSxHGnBYZAU}fKqEJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8829', '3', '', '0', 'ECothren', '74b69619e9ea554d08189c9c4d5e6306', '2014-11-08', 'edward.cothren4296@dev.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415406797', '0', '1415406797', '1415414070', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.4.127.92', '0', '1', '', '0', '0', '-1', '0', '0', 'uFj@R[iv|;mLz;sP\\\"huX2u8(,YZF7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8830', '2', '', '0', 'EVanscote', 'd008be986678ca3107cc31780587edcb', '2014-11-08', 'edwardo_vanscoter5456@sales.excelblog.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415411719', '0', '1415411719', '1415418927', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.198', '0', '1', '', '0', '0', '-1', '0', '0', 'qE8rRV6y0:?%&:g0`YK!Rn^4c0Cntu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8831', '3', '', '0', 'LVKEM', '315edca3a379c9208e835a1373765f2c', '2014-11-08', 'lavonepaojaaa4139@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415414986', '0', '1415414986', '1415417112', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.216.99', '0', '1', '', '0', '0', '-1', '0', '0', 'L{r`CJ\\c&ELHL)McO]!Q|j]`\'QQJ59', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8832', '3', '', '0', 'EAdler', '6441cfa7d7dbeb8af851b2cc901c2f28', '2014-11-08', 'ceciliaherrick8884@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415422251', '0', '1415422251', '1415425009', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '89.47.19.167', '0', '1', '', '0', '0', '-1', '0', '0', 'i1N2ycJi[\"gig}+{Lr~&?n>sa~sE9w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8833', '3', '', '0', 'PFCQ', 'd1b2aee8fcaba968b08bfe41cec40950', '2014-11-08', 'raleighhaydon1346@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415425491', '0', '1415425491', '1415427968', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '188.208.0.81', '0', '1', '', '0', '0', '-1', '0', '0', '}EWW-b<>e#)[h;q}eS>!i&._dy&|J,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8834', '3', '', '0', 'S89A', '6c27a071dc03f0e52ed6642a2da6ad22', '2014-11-08', 'esperanzauribe3466@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415428739', '0', '1415428739', '1415431186', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.143.16.121', '0', '1', '', '0', '0', '-1', '0', '0', 'VoY-}NfV\\3L7m>gEG]p_wO\\!w&5%+Hi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8839', '3', '', '0', 'PBMS', '981c3c0fb1592f25b2486942316c6272', '2014-11-08', 'porfiriocarrington@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415463843', '0', '1415463843', '1415465720', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.143.19.205', '0', '1', '', '0', '0', '-1', '0', '0', '0hYa_U[UiT#lf\"Kq%(joj{ZVY&9?N,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8840', '3', '', '0', 'SAlfieri', '6b478db00d0c5d112045ef3a731b2fca', '2014-11-08', 'shakia-alfieri4363@cab.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415465765', '0', '1415465765', '1415472990', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.29.38', '0', '1', '', '0', '0', '-1', '0', '0', 'Y?Z^/-?[~0;`^/9f|y|v5VvJ2l@o:q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8841', '3', '', '0', 'BJff', 'd9149844516d0452cc396ab3df278be4', '2014-11-08', 'berry-flewelling5@cab.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415471213', '0', '1415471213', '1415478422', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.198', '0', '1', '', '0', '0', '-1', '0', '0', '#z0qE~ii7FGhdmwCWW9dL*2,)@J]gK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8842', '3', '', '0', 'BQzd', '213607c743f4dd6323b4f8c5ed589e6e', '2014-11-08', 'barry.caez5744@cab.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415477960', '0', '1415477960', '1415485144', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.224', '0', '1', '', '0', '0', '-1', '0', '0', '~>DymM3pt9,r@1z@(Hxvq6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8843', '3', '', '0', 'M76L', '7e52bda4504c7df4828df466725d5299', '2014-11-08', 'lolabshdarh8154@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415479581', '0', '1415479581', '1415482284', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.92.208', '0', '1', '', '0', '0', '-1', '0', '0', '%$)VyBXWYV5|ud~#sqYay-I7]T3?_d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8846', '2', '', '0', 'RD70', 'a5f6a6058ef5af97745cb35e64107a85', '2014-11-08', 'abruptaccordion6739@laposte.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415487510', '0', '1415487510', '1415487548', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.215.205', '0', '1', '', '0', '0', '-1', '0', '0', 'T&}r1>1Kc3sIFtX\'|9\'tfK8]G2],m}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '820', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8847', '3', '', '0', 'LDfx', 'e0d321df369d2fcbc21cb50db23f06da', '2014-11-08', 'lourdes_bitsko8442@billing.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415490332', '0', '1415490332', '1415497528', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.141', '0', '1', '', '0', '0', '-1', '0', '0', 'D\')\"FeYc>]wF%;T}]Zp\"0XXn_zoKo5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8848', '3', '', '0', 'KMcGuigan', 'c5779e0364fcba6550e279ebbe99a525', '2014-11-09', 'tonyawqfcnoy0346@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415494863', '0', '1415494863', '1415497698', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.126.171.246', '0', '1', '', '0', '0', '-1', '0', '0', '18X~`lYn5~r*XnMarSp>5[o@@6h=v^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8849', '3', '', '0', 'CJJX', '2819cf1e0a2984a109eed97cdcaba2ab', '2014-11-09', 'luellagaribay@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415500293', '0', '1415500293', '1415502439', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.143.16.179', '0', '1', '', '0', '0', '-1', '0', '0', 'on)S-Cg*W>TD:n?+KOH8y$d.B*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8852', '3', '', '0', 'FCoffey', '8d121ba44fada6ebb2d8cbbc85e2c6f9', '2014-11-09', 'francisco-coffey4450@blog.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415507270', '0', '1415507270', '1415514418', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.190.163.69', '0', '1', '', '0', '0', '-1', '0', '0', 'Ng:\'H#`+honL~WHH)<%)=HSaL-tR<6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8853', '3', '', '0', 'BCcx', 'a8044698cd059c65721c5134d568aac6', '2014-11-09', 'celindaturgeon4919@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415511882', '0', '1415511882', '1415514138', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.181.78.232', '0', '1', '', '0', '0', '-1', '0', '0', 'VP{N\":QOj@ZiH;|=bB8KQg{c-9DQk]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8854', '3', '', '0', 'GBassil', '31c5c8b3cd1c3bf993d1c32ad3daea56', '2014-11-09', 'gonzalo-bassil6792@cab.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415514500', '0', '1415514500', '1415521680', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.22', '0', '1', '', '0', '0', '-1', '0', '0', '6/j`SW%ooE_o|`-{Q`]o4&L!J[r:9N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8855', '3', '', '0', 'GGarran', 'e9bcd1538d75874bd25255db66c75106', '2014-11-09', 'robynstack8432@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415516860', '0', '1415516860', '1415524166', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.143.242.78', '0', '1', '', '0', '0', '-1', '0', '0', 'y;:&k*X2:a*N>tCot{\\(.cc0JoUQbA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8856', '3', '', '0', 'CTobey', '19c9fe8f27b5af1db075b18bd8512964', '2014-11-09', 'diegorendon1376@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415517993', '0', '1415517993', '1415518236', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.7.126', '0', '1', '', '0', '0', '-1', '0', '0', '/$SM0.{aE]:\\FV,(lx0O6]BaIHC$H&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8857', '2', '', '0', 'SClift', '9b7308a4dd3d49e566e52788c92cb635', '2014-11-09', 'thromvabemen1970@yahoo.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415527285', '0', '1415527285', '1415534507', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.97.64', '0', '1', '', '0', '0', '-1', '0', '0', '9-1Kh#xFsO}n45AH%0}A^6$`Pl?Egs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8858', '3', '', '0', 'EGDNC', '20be6f1930e099b1b6e7d812750aca71', '2014-11-09', 'bufordparedes@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415531979', '0', '1415531979', '1415532123', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.95.40.147', '0', '1', '', '0', '0', '-1', '0', '0', '/a/AO?~Omd\".B,.1Ew4b23g2Lj2US%K,$[\"jQY7', '', '0', '82782', '0', '0', '0', '0', '', '0', '0', '', '361', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8863', '3', '', '0', 'EBaron', '0ffd77abbbaaf0a9d942d2838a027771', '2014-11-10', 'rubinbouldin@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415578832', '0', '1415578832', '1415586025', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.72', '0', '1', '', '0', '0', '-1', '0', '0', '8S}G~71`}JslCjELin@fRL8Z+YYbsX|]99]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8864', '2', '', '0', 'DZmq', 'd7cdc51a55cd80c92c7e4a9e5d8808e8', '2014-11-10', '113@app-hacks.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415587780', '0', '1415587780', '1415597172', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.223.225', '0', '1', '', '0', '0', '-1', '0', '0', 'BYgZ]n1(nG?y4W1H;uQRk?Da>+;OH7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8865', '2', '', '0', 'R4346', '7f447cdd0bbd7688fcf9f96c77e859c8', '2014-11-10', 'rickie-seekford5859@blog.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415589297', '0', '1415589297', '1415596649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.109', '0', '1', '', '0', '0', '-1', '0', '0', 'Oz$LsrH~JG6LH/*P~~)BTZ9BZ9`kuO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8866', '2', '', '0', 'DHanton', 'f75bdc05cb3420af4c1a5e0aacb5f6ee', '2014-11-10', 'anna9@nrsok.se', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415594587', '0', '1415594587', '1415594684', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.220.113.222', '0', '1', '', '0', '0', '-1', '0', '0', 'ezp%juET{f;DgL9w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8869', '3', '', '0', 'DN43', 'fdddcd4ecc51a67d252773cd1a3716a9', '2014-11-10', 'manualsneddon@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415612244', '0', '1415612244', '1415619533', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.180.2', '0', '1', '', '0', '0', '-1', '0', '0', ';ora~OC6z)rjJvqH{^$P5~mk\\(ehI;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8870', '3', '', '0', 'DMwh', 'a5de3be3f9ce948ab65a5ce696bc9e93', '2014-11-10', 'meganbaggett@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415615544', '0', '1415615544', '1415615544', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.24.33', '0', '1', '', '0', '0', '-1', '0', '0', 'pJ-9/$Y_3]i5#~6&R+D/kKh0-U=]`}y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8872', '3', '', '0', 'HSchuster', '148610d9c1b65c26f07d24d4b59c99b2', '2014-11-10', 'kerricalderone432@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415627876', '0', '1415627876', '1415630218', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '112.18.172.110', '0', '1', '', '0', '0', '-1', '0', '0', 'I0C)[P4cUj_+5a-G`=y+~I-y_}\\n.r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8873', '3', '', '0', 'ECMS', '132570a84339068ade44948f61baf718', '2014-11-10', 'smeby6.93@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415638982', '0', '1415638982', '1415641373', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.65.71', '0', '1', '', '0', '0', '-1', '0', '0', '_X,G8KjAF3X/a#vzv]c(`!Vu2p0?d\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8874', '2', '', '0', 'JDWG', 'dc818fff45786aa8ab0c7617069953b0', '2014-11-10', 'brashobjection684@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415644017', '0', '1415644017', '1415894728', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.217.197', '0', '1', '', '0', '0', '-1', '0', '0', ';>A]CA::V`z{@p&uHYEe>Ak^/a-\"h1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8875', '3', '', '0', 'IKYB', '136a389f07ebe758a9d156f461c0c299', '2014-11-10', 'codymoffatt8298@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415644801', '0', '1415644801', '1415644801', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '220.227.147.151', '0', '1', '', '0', '0', '-1', '0', '0', '/:E,t=R$\\%1|$kok]Q/ha%+pHj.?P3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8876', '2', '', '0', 'EBcg', '41722783caca93036fa90e38ba9ea880', '2014-11-10', 'elliot-argrow7384@blog.newscorpcentral.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415649242', '0', '1415649242', '1415656512', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.126', '0', '1', '', '0', '0', '-1', '0', '0', 'Q5]|<9s=t?U}k@A%#W\\ZriQ]vhn0CE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8877', '3', '', '0', 'THotrum', '80dfadd16d9a1229d4a4f30e89bd8ed2', '2014-11-10', 'tabatha-hotrum5441@sales.excelblog.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415651650', '0', '1415651650', '1415658875', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.126', '0', '1', '', '0', '0', '-1', '0', '0', 'usDAgF$F+IP>P/Ntj,?ZH7v[I%8lHL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8878', '3', '', '0', 'L8044', 'fa556cd3d0e2f376407e6218ea592f82', '2014-11-10', 'carsonlazzarini439@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415651762', '0', '1415651762', '1415651762', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.190.163.133', '0', '1', '', '0', '0', '-1', '0', '0', 'h0)k6;U4F8Tn{IeuLWlb\"UF>+3|/!W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8879', '2', '', '0', 'BBoerner', '125a87dcba55c7bb2f94d2b37f8bbd4a', '2014-11-10', 'ambiguousgrande3ib@ovi.com', '0', '', 'http://seksiwiki.org/wiki/K%C3%A4ytt%C3%A4j%C3%A4:AlexisE50xxfk', '', '', '', '2', '0', 'Junior Member', '0', '1415652418', '0', '1415652418', '1415652819', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-13-1976', '1976-10-13', '-1', '-1', '181.43.76.23', '0', '1', '', '0', '0', '-1', '0', '0', '^W4,`BzM>&>J;X&99uy>3BGAc9uA*i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8880', '3', '', '0', 'MAzq', '4b98d65fa73aa1b683240194da5acbb2', '2014-11-11', 'b.1.gg.33smallzr0x@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415674258', '0', '1415674258', '1415674426', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '181.214.58.245', '0', '1', '', '0', '0', '-1', '0', '0', '>hB%U4-@0xU1PJao9\'wL7uzXWY.iMT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8881', '3', '', '0', 'DTyson', 'af7669ea019fd43b5e70bd4e143ead2e', '2014-11-11', 'paulinawaxman@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415686532', '0', '1415686532', '1415689249', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.224.147', '0', '1', '', '0', '0', '-1', '0', '0', ',OkU,\\qL.vf]acn;B%oM:8Xm+#[^\"o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8882', '3', '', '0', 'HLubben', '538c3ec0df31ddc0cb6abf964e15d60a', '2014-11-11', 'hassie-lubben8951@sales.excelblog.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415694406', '0', '1415694406', '1415701575', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.190.163.73', '0', '1', '', '0', '0', '-1', '0', '0', 'q_060<6=Dtk:YYNuiVhyje(6#Zg&!\'Ap-PSqm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8884', '3', '', '0', 'R8285', '05432b071fed731cf0c6dd501d86b583', '2014-11-11', 'karinerichart@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415700726', '0', '1415700726', '1415702926', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.139.94', '0', '1', '', '0', '0', '-1', '0', '0', 'w/U?13Nwc-6iYtx@C&d\"ig{YT)W5Mk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8885', '3', '', '0', 'RSufjcb', '8cda1ca1ab0478d0b384eac5363ed0c9', '2014-11-11', 'lisaantone@bund.us', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415704349', '0', '1415704349', '1415711675', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.109', '0', '1', '', '0', '0', '-1', '0', '0', 't1*d+_$=O3/7I]x0n>7zVfd0YwNpD;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8886', '2', '', '0', 'Pigman', '3ee887debaaead7ee047e08b23e3905d', '2014-11-11', 'benico50@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415713892', '0', '1415713892', '1415714054', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '80.1.157.126', '0', '1', '', '0', '0', '-1', '0', '0', 'x6;E_\'~1:Clb#m{/+6$zEdw-tIpe^H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8887', '2', '', '0', 'TSuo', 'a971cbe8d92ac0b1406299e7fe77d62c', '2014-11-11', 'wateryspoof314@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415718357', '0', '1415718357', '1416058948', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.77.50', '0', '1', '', '0', '0', '-1', '0', '0', 'E:N~yI(>a0@0G1{L@mXyQThd%d$#5S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8888', '2', '', '0', 'AHirschfi', 'aad6d64f26ad6281f86aa90ae9839f37', '2014-11-11', 'alane-hirschfield3453@what.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415723691', '0', '1415723691', '1415734494', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.128', '0', '1', '', '0', '0', '-1', '0', '0', ']$YH@Hx~(D3Yb~o=)`aUHEJ2m^c7ZD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8889', '3', '', '0', 'MYattaw', '70a60a0c917aed2ce3756e67a707c027', '2014-11-11', 'maragaret_yattaw5552@red.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415726399', '0', '1415726399', '1415733606', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.73.66', '0', '1', '', '0', '0', '-1', '0', '0', 'n:Fo\"i\'1fV\"lSApRY^02dG21Q4oxJ\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8890', '2', '', '0', 'JEPT', '607626de0e7ff77baff274844e0cf64c', '2014-11-11', 'jefferson-lanni8958@how.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415729739', '0', '1415729739', '1415736950', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.23.28.112', '0', '1', '', '0', '0', '-1', '0', '0', 'daZ0C>#3Y,w@CjRn,#P>t2jhI>M88z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8891', '2', '', '0', 'EZeitler', '760807c63ea06d01fcc2a7447e3f1060', '2014-11-11', 'elvis.zeitler6208@how.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415731344', '0', '1415731344', '1415738521', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.132.3.217', '0', '1', '', '0', '0', '-1', '0', '0', '(h|S>m2\'!c;$hy3::stmt<@zS/50vr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8892', '3', '', '0', 'MVerd', '3a27ccbc2f92391dd9794865d706628e', '2014-11-11', 'marybeth.verd6798@sales.excelblog.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415731747', '0', '1415731747', '1415738940', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.154', '0', '1', '', '0', '0', '-1', '0', '0', 'Jo[wDZ.0xA9E&2ms*4:\';:]tf}/e`\'\"dm;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8894', '3', '', '0', 'KStrowder', '7cef4ed5e2fa61b4e6d303d205444a4b', '2014-11-12', 'kimberly_strowder9065@red.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415769902', '0', '1415769902', '1415777162', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.144', '0', '1', '', '0', '0', '-1', '0', '0', '\"2|e,|:0&91=dvehY6ND0\\/Q,ZVT8&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8895', '3', '', '0', 'ABeams', 'c1cc4cddc9a480fbbb3f102a00d275c1', '2014-11-12', 'ashlee.beams4799@what.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415770493', '0', '1415770493', '1415777700', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.23.28.112', '0', '1', '', '0', '0', '-1', '0', '0', '2s/HLm(J$Fr_U$~\"]]$-1Y>rhyInIuObq}Ok%=5:oV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8902', '2', '', '0', 'J53H', 'af2e12692c433c389cbace216804ac8b', '2014-11-12', 'josef-livesey1392@tea.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415818982', '0', '1415818982', '1415826187', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.33.213.32', '0', '1', '', '0', '0', '-1', '0', '0', '7sxr\'2CWsq\'KrCy)tx/>B{QEwc3F;*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8903', '3', '', '0', 'ASMBY', '1b00f8d98a88c46c40efbd2463656333', '2014-11-12', 'tracitheriot3088@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415819619', '0', '1415819619', '1415819619', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.83.174', '0', '1', '', '0', '0', '-1', '0', '0', '1Bygi!GXq\"*PF]YIiU8nv>D22{:~8N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8904', '3', '', '0', 'WZsz', '667ef8d6768853bc6512048c5f31f89b', '2014-11-12', 'werner_bockover7013@red.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415829294', '0', '1415829294', '1415836501', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.219.14', '0', '1', '', '0', '0', '-1', '0', '0', '/.`-$|&6\\78kI@el-IA/\\VdeT^)UadIXe06`b:W0xS8U^sZqg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8908', '3', '', '0', 'GACC', '2a61c836dd211e150b7e8fc937113314', '2014-11-13', 'luckyparish951@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415847355', '0', '1415847355', '1415850222', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '186.93.157.123', '0', '1', '', '0', '0', '-1', '0', '0', '+B{\'-QIVNm-h~{CrTS+aui-_O7whtA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8909', '3', '', '0', 'EHamblen', 'f2d87e1103f5e4005273ad24d39887d2', '2014-11-13', 'adinagvqpvqy92@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415847519', '0', '1415847519', '1415849759', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.127.143', '0', '1', '', '0', '0', '-1', '0', '0', 'f`}vY&4<`o\\Nakepo0\\H56l0Xb:t@-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8910', '3', '', '0', 'K5492', '9a0c776ba52cca0b0ab56dbac5d9596e', '2014-11-13', 'javierhaase1246@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415849627', '0', '1415849627', '1415856820', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.10.107', '0', '1', '', '0', '0', '-1', '0', '0', 'v-q?rBUDzyq12\"qW#:&ABnhjh4JzBdkas\"L`In', '', '0', '82785', '0', '0', '0', '0', '', '0', '0', '', '601', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8917', '8', '', '0', 'B75H', '787587c37cfa5c5f7f6f9f784c5043d1', '2014-11-13', 'ward38881@outlook.com', '0', '', '', '', '', '', '2', '0', 'Banned', '0', '1415878885', '0', '1418965912', '1418968603', '1415894135', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.158.229.20', '0', '1', '', '0', '0', '-1', '0', '0', '.Oj-fM|$^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8920', '3', '', '0', 'bagregorasfances4709', '4d41f12924e56daa989720b97fa446b9', '2014-11-13', 'bagregorasfances@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415887827', '0', '1415887827', '1415887827', '0', '0', '10', '5', '7', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '109.184.150.239', '0', '1', '', '0', '0', '-1', '0', '0', 'lPf/XXY*LT!\"8g>=%di6:Doy9~@IaU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8921', '3', '', '0', 'MNrr', '3d90a4816c51236e058a64c35aec4b2f', '2014-11-13', 'monique_sunderman6276@analysis.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415891628', '0', '1415891628', '1415898795', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.22', '0', '1', '', '0', '0', '-1', '0', '0', 'EnzY{Ft_KU_Y?NO^+Ys;N_lhOAAE(Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8922', '3', '', '0', 'TVXU', '034e14ef7c1cb9ad1c0b182c998cf12e', '2014-11-13', 'lamontflockhart@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415900167', '0', '1415900167', '1415902098', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.64.235', '0', '1', '', '0', '0', '-1', '0', '0', 'Vjx_c2]{CMXczr4|0\'nwMwY$4q0%lM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8923', '3', '', '0', 'milesqtxaxda5027', 'ca27e83a24d3424fd550d50f5a6454a5', '2014-11-13', 'milesqtxaxda@ymail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415902864', '0', '1415902864', '1415902864', '0', '0', '10', '5', '2', '1', '0', '0', '0', '45108503', '', '0000-00-00', '-1', '-1', '109.184.176.16', '0', '1', '', '0', '0', '-1', '0', '0', 'wk#`yR.%vm-LT#whq}\"tuI{Z?=bLpm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8924', '3', '', '0', 'NConeybee', 'fbc0035d6abb203aa1b254ffd835f23b', '2014-11-13', 'pennywunderly@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415910993', '0', '1415910993', '1415913370', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.231.214', '0', '1', '', '0', '0', '-1', '0', '0', 'h/]/w:=1L^Q\'I>;\"#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8929', '8', '', '0', 'carpinteyrocba', 'bb22f01f7def64a7cc64c484c3fd8ce0', '2014-11-14', 'shoppingarmani@gmail.com', '0', '', 'http://www.jptokyowatches.com/', '525374420', '', '', '2', '0', 'Banned', '0', '1415930106', '0', '1415930106', '1415930405', '1415930400', '0', '10', '5', '6', '1', '0', '0', '0', '45108631', '03-08-1985', '1985-03-08', '-1', '-1', '58.46.176.166', '0', '1', '', '0', '0', '-1', '0', '0', 'dPk\\eTw4jC?SS0fHkpTJ%X/O^{^bdr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8936', '2', '', '0', 'CNorat', 'd9f04b35377b0a349f21baec8840b7cc', '2014-11-14', 'caleb-norat5380@tea.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415967709', '0', '1415967709', '1415974885', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.4.127.92', '0', '1', '', '0', '0', '-1', '0', '0', 'EzZDbw),S_+B\\eBzpZzt-^d0$fqQL2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8930', '3', '', '0', 'KXFXI', 'a878c38fb781f41f7f82f050c466c932', '2014-11-14', 'bernicelorenzini@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415946182', '0', '1415946182', '1415953356', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.44', '0', '1', '', '0', '0', '-1', '0', '0', 'l\\szU8w_|V*z_,D8-q\'[;\'mds0p.<)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8931', '2', '', '0', 'DMitch', '62ce8d5c038b6e8d9d6edf63fdf19405', '2014-11-14', 'dot_mitch9804@logo.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415947088', '0', '1415947088', '1415954307', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.33.143.23', '0', '1', '', '0', '0', '-1', '0', '0', '%]F/PeFW81+(?0q.nDAyoi`NQ,K=8i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8932', '3', '', '0', 'TForest', '1b2d899bd88a9c193db64853889049b8', '2014-11-14', 'alyssadickerman1423@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415949157', '0', '1415949157', '1415956339', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.236.149', '0', '1', '', '0', '0', '-1', '0', '0', '%e$v?kpbJezvQgThQ&jWGDwV$\'m*1B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8933', '3', '', '0', 'LY24', '6bc88231be51985a2de54f00a670202d', '2014-11-14', 'hartuiyrw8@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415953254', '0', '1415953254', '1415960476', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.254.250', '0', '1', '', '0', '0', '-1', '0', '0', 'Z&u,[t11rz\\5BuFq3gmftt[1I.vpts', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8934', '2', '', '0', 'MBucholz', '4843cf9a94f2a6ad2cada7b91b8ef9fb', '2014-11-14', 'merilyn-bucholz4062@how.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415953643', '0', '1415953643', '1415960817', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.142', '0', '1', '', '0', '0', '-1', '0', '0', 'MU+eh?jeq!x_PeXT?yZp=ILse^\\y?[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8935', '3', '', '0', 'AndrewBrianMorton', 'f7defd3afdf503bc09e8e80b328894b1', '2014-11-14', 'kassiesteinberg4100@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415954279', '0', '1415954279', '1415954279', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.171.232.135', '0', '1', '', '0', '0', '-1', '0', '0', 'TP:v,-%Tf&FdxkOvMP(;6>,z,wQ,j.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8937', '3', '', '0', 'D0131', '9dd4748f7408795334b69bafc55f0387', '2014-11-14', 'darcy.tober785@couch.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415976371', '0', '1415976371', '1415983576', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.219.116', '0', '1', '', '0', '0', '-1', '0', '0', '`pq;q\\n{p@Z4;f24#^2xEXw;fQY?33', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8938', '2', '', '0', 'T8190', 'f7c1aec09685f7668dbfc36f894b0f39', '2014-11-14', 'scandalousbatch5@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415977765', '0', '1415977765', '1416008574', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.27.191', '0', '1', '', '0', '0', '-1', '0', '0', 'o)JUT$8^H_Zkz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8944', '3', '', '0', 'CDuggan', 'ee13635b52978306f80bf621f72a6875', '2014-11-14', 'sommernoland@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1415998112', '0', '1415998112', '1416000346', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.139.235', '0', '1', '', '0', '0', '-1', '0', '0', 'u0WOu%)dPsab?UMYLvoM%oP6y{_\'yP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8945', '3', '', '0', 'MJalovel', '548cb2d9b30458e091d5c686344c37ab', '2014-11-15', 'michaela-jalovel1988@analysis.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416014521', '0', '1416014521', '1416021721', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.4.125.181', '0', '1', '', '0', '0', '-1', '0', '0', 'EB0vv[rv]CMfyNY={P|8t}PD,^Kd:(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8946', '3', '', '0', 'RBodin', '6801a83b8989e294be8a7d338e506d36', '2014-11-15', 'rolland.bodin615@light.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416016088', '0', '1416016088', '1416023280', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.22.225', '0', '1', '', '0', '0', '-1', '0', '0', 'VLz!S7\"HP|\'\"@L81_*9c81%v;&`F)j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8947', '3', '', '0', 'IWty', '81d09a6884bdeae7656c026458ef64bc', '2014-11-15', 'iesha.sieloff2085@tea.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416016152', '0', '1416016152', '1416023340', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.22.225', '0', '1', '', '0', '0', '-1', '0', '0', 'ira3D_:F~e]0FgI*~Z.vu3W=;C|yZY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8948', '3', '', '0', 'GJerrell', 'ceabdcc7c0400696916aac7e7e0c4715', '2014-11-15', 'gilberto-jerrell5096@dep.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416018873', '0', '1416018873', '1416026066', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.67', '0', '1', '', '0', '0', '-1', '0', '0', 'wnJl!2>>e0;IDA3K\\]MX8@7wJsJ}a0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8949', '2', '', '0', 'QRMS', '82744e21cbbc152548865ec2ed139485', '2014-11-15', 'shockingclerk6020@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416025806', '0', '1416025806', '1416025806', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.217.196', '0', '1', '', '0', '0', '-1', '0', '0', 'e\";7%&8|Nv7Jwd)Rx)ZgyEH0nR%}`!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8950', '3', '', '0', 'IVanhoose', 'cce2e3d64e54ca3798ebef3d095f0599', '2014-11-15', 'deandreray4256@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416040348', '0', '1416040348', '1416040348', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '181.214.58.131', '0', '1', '', '0', '0', '-1', '0', '0', 'COoV!M,\"lh^z:%mw>i\'*bk~(Dp~Q4C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8951', '3', '', '0', 'EYeldell', 'c352e0bf9a7d99dbd46195325e5854ef', '2014-11-15', 'edra_yeldell7810@blue.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416043124', '0', '1416043124', '1416050310', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.198', '0', '1', '', '0', '0', '-1', '0', '0', '=La`;iaiH2xfmE$;i5E23+qvU9)q6%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8952', '3', '', '0', 'TCWF', '4010426575aeea33ba62b142e7b86dd8', '2014-11-15', 'knottyrat2581@mail.bg', '0', '', 'http://support.klickex.com/entries/34346904-Rule-X25-Compatible-Toner-Is-Hard-1-Working-And-Exactly-', '', '', '', '2', '0', 'Junior Member', '0', '1416047602', '0', '1416047602', '1416436025', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1984', '1984-07-03', '-1', '-1', '46.22.217.198', '0', '1', '', '0', '0', '-1', '0', '0', 'fh|#zmz/`SE-{X($>{Rql?%1Y!Gq*m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8953', '3', '', '0', 'PKrumrine', '3590927d88370316bfdbdd4060967dbe', '2014-11-15', 'pamala-krumrine7084@tea.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416060101', '0', '1416060101', '1416067275', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.142', '0', '1', '', '0', '0', '-1', '0', '0', '=[o\\N\'YJm%,0\'\'))B|I4$lAvF;S|z]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8954', '3', '', '0', 'CHernadez', 'e082fc5339cfea834de694019339136f', '2014-11-15', 'columbus-hernadez7714@what.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416066513', '0', '1416066513', '1416073681', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.136', '0', '1', '', '0', '0', '-1', '0', '0', '@c[*;+VC`&)B?63uso5x`Ua', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8956', '3', '', '0', 'BBuol', '185a07f4a8f91c5994b2c513eb5b49ca', '2014-11-15', 'blake_buol2623@sales.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416071286', '0', '1416071286', '1416078482', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.179', '0', '1', '', '0', '0', '-1', '0', '0', 'SdEo*O8zHh/]y`$M5a+R@GObF1c:0M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8957', '3', '', '0', 'GKoralews', '94d5ab14ae9f7ecbf72e260baa696658', '2014-11-15', 'guillermo.koralewski9239@what.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416080162', '0', '1416080162', '1416087378', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.141', '0', '1', '', '0', '0', '-1', '0', '0', 'UDxbG\';Khk4zL4~U;(era@m[>xP*\\/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8958', '2', '', '0', 'MPaulson', '1d3b6afd0b394d8d5b1376ba08e36a5b', '2014-11-15', 'educatedcategor2013@outlook.com', '0', '', 'http://Miriamsivkinmd.com/threads/khui-hop-mobile-co-thoi-luong-pin-tot-nhat-philips-w6610.19646/', '', '', '', '2', '0', 'Junior Member', '0', '1416084000', '0', '1416084391', '1416434172', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1985', '1985-03-17', '-1', '-1', '23.232.137.119', '0', '1', '', '0', '0', '-1', '0', '0', 'wwC;kDM\\p:(Cu[Bdc_Hmy<]4V^O9w3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '460', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8959', '3', '', '0', 'ASLBY', '8e76bd376c94163bec491d6c73583b7f', '2014-11-15', 'amparo_skaggs5858@what.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416087993', '0', '1416087993', '1416095164', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.136', '0', '1', '', '0', '0', '-1', '0', '0', '.lhf..-WJ~:7LtNdd_6-@p?:+Ce6=$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8960', '2', '', '0', 'GBiermann', 'bd00ab5b262b2421479fe61a424820d9', '2014-11-16', 'huimercire1971@yahoo.co.uk', '0', '', 'http://smartars.kr/xe/14867', '', '', '', '2', '0', 'Junior Member', '0', '1416100636', '0', '1416100636', '1416101013', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-29-1974', '1974-12-29', '-1', '-1', '69.12.80.231', '0', '1', '', '0', '0', '-1', '0', '0', '8Y2\',$DDrz9,Na9X&-_\\B]:*RF)g1O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8961', '3', '', '0', 'BBuckland', '3dff84ab7eed2e15955c7f59fd1f83a6', '2014-11-16', 'deidrewelker1715@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416105863', '0', '1416105863', '1416113073', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.208', '0', '1', '', '0', '0', '-1', '0', '0', 'S]oQa\\bWcIm>f%6o6=655AS*0;imYj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8962', '3', '', '0', 'WTvg', '029f155a1be3043ee3f0fd45d6f3b2d6', '2014-11-16', 'carincapasso5065@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416107530', '0', '1416107530', '1416114727', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.236.152', '0', '1', '', '0', '0', '-1', '0', '0', 'IW?|$GE{\\)&Q~}Z(sH|9NkjnR3Vq$2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8963', '3', '', '0', 'LBetha', '2b4324f28927785790b8b77b42c5abda', '2014-11-16', 'lowell.betha902@market.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416108811', '0', '1416108811', '1416115978', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.182', '0', '1', '', '0', '0', '-1', '0', '0', '&x;HMj=WvSM}CC5,lc}\'5ghSB\")UN}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8964', '3', '', '0', 'DLapitan', '0f87118a1561af3c2cf15afb4d9d509c', '2014-11-16', 'david_lapitan4289@tea.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416109440', '0', '1416109440', '1416116660', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.125', '0', '1', '', '0', '0', '-1', '0', '0', '{ZtwCUTwQL*~a9>$|VT;#J,T6|<{db', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8965', '3', '', '0', 'MBroden', '328a12344383a0ac001029a59d8e672e', '2014-11-16', 'minda_broden364@support.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416109655', '0', '1416109655', '1416116829', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.125', '0', '1', '', '0', '0', '-1', '0', '0', 'BaN{Z)_QE\\ecWQWl?u/aIM@xQbE8Da', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8966', '2', '', '0', 'JJude', 'e42af7f6b688d39ff26f737a4e264874', '2014-11-16', 'deborahtaylor1@mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416110097', '0', '1416110097', '1416127916', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.234.86', '0', '1', '', '0', '0', '-1', '0', '0', 'XMR9\'j}m(Q1v<6>{&t];2CBrO)5!Kp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8967', '3', '', '0', 'FMcglothi', '817cb7a3bfb14ddc78a76c3175d30ac5', '2014-11-16', 'franklin-mcglothian7115@dev.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416113375', '0', '1416113375', '1416120572', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.125', '0', '1', '', '0', '0', '-1', '0', '0', 's#T6GBJZ1rsiRrHM#|9s^l3}`1MwGo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8968', '3', '', '0', 'OJosephso', '7cebbbdc3b4471711ac8d008ef21441e', '2014-11-16', 'garlandjeffries@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416120043', '0', '1416120043', '1416127213', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.7', '0', '1', '', '0', '0', '-1', '0', '0', 'PNsIp{K5?`(AUd_?l:Og)^+=u]Xe{^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8969', '3', '', '0', 'rhammer2003', 'e924c43cfa0da89aeeede24364444930', '2014-11-16', 'rhammer2003@mwci.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416120340', '0', '1416120475', '1416120475', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '142.4.215.109', '0', '1', '', '0', '0', '-1', '0', '0', 'g,j8]x_-NH:HZa8>{6Ag&b7zB|MbrB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8970', '2', '', '0', 'carlisle', 'd246f4dffe67390401b06f4c454171dc', '2014-11-16', 'rhammer2003@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416120593', '0', '1416120593', '1416120698', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '142.4.215.109', '0', '1', '', '0', '0', '-1', '0', '0', '[s,TS9${RKW5ct1x7x~x0y<-H}!in\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8971', '2', '', '0', 'TZmv', 'e0ec4643e54e2da27d2af090b3ddbafe', '2014-11-16', 'dryairport4159906@outlook.com', '0', '', 'http://www.teekaynavionshuttletankers.net/__media__/js/netsoltrademark.php?d=weightlossyoga.familyhe', '', '', '', '2', '0', 'Junior Member', '0', '1416127502', '0', '1416127502', '1416137914', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1985', '1985-09-28', '-1', '-1', '199.21.115.252', '0', '1', '', '0', '0', '-1', '0', '0', 'i0{C\'O85Ta.h9/wcdvR?.3RB4_v<_[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8972', '8', '', '0', 'B08E', '8f57ab104c679805b859a56f94caf729', '2014-11-16', 'hulkingsmoke49kvk5ex@outlook.com', '0', '', 'http://www.golfmatch.com/__media__/js/netsoltrademark.php?d=weightlossyoga.familyhealth-secrets.com', '', '', '', '2', '0', 'Banned', '0', '1416128532', '0', '1418961890', '1418968429', '1417102797', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-20-1977', '1977-04-20', '-1', '-1', '23.95.93.143', '0', '1', '', '0', '0', '-1', '0', '0', '%m0L1*Zhia_e(]oItye/A0ky5g@t4AoIexliq)<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8979', '2', '', '0', 'HJZL', '49ba24686256c842fa2c932465278fce', '2014-11-16', 'periodicxanadu5n7u22@outlook.com', '0', '', 'http://salesfunnelblueprint.info/threads/gio-thieu-tablet-ipad-air-2-man-hinh-mong-song-dong-sac-net', '', '', '', '2', '0', 'Junior Member', '0', '1416145222', '0', '1416145754', '1417018806', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-14-1976', '1976-06-14', '-1', '-1', '69.12.71.97', '0', '1', '', '0', '0', '-1', '0', '0', 'yy\\c3,.i){Vr/LH>_rlmw*Ro#IbEn_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '224', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8980', '8', '', '0', 'RHartwell', '954e4c5c5bb8c9ff99a84b57d3d9da91', '2014-11-16', 'hyde84641@outlook.com', '0', '', 'http://medvedev-da.ru/blog.php?blog=pedsovet-portal&delete_trackback_id=241868&page=post&', '', '', '', '2', '0', 'Banned', '0', '1416145610', '0', '1418959604', '1418963399', '1417180463', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1984', '1984-09-20', '-1', '-1', '199.119.225.79', '0', '1', '', '0', '0', '-1', '0', '0', 'kkZVtW.gfY0%:$q(z{Yk}$NCq.G[g(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8981', '3', '', '0', 'JSecore', '14ea78c07250a97e64c715ed87983eb2', '2014-11-16', 'jeanelle_secore6180@couch.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416146026', '0', '1416146026', '1416153228', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.219.137', '0', '1', '', '0', '0', '-1', '0', '0', ';8P\"q`\',cw4_tmKrpx6b(]>ndFDW*N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8982', '3', '', '0', 'FSLFR', '3c9c83105f24dff72f40e87128981ae3', '2014-11-16', 'fredric-duffy6532@analysis.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416146667', '0', '1416146667', '1416153835', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.142', '0', '1', '', '0', '0', '-1', '0', '0', 'XQLd6Ewt:f@-W:C:A!X1e~T>)$^LiO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8983', '3', '', '0', 'MManno', 'f9201d52e097ace8c76dc870bcc994ec', '2014-11-16', 'madie-manno8093@light.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416151212', '0', '1416151212', '1416151212', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.182', '0', '1', '', '0', '0', '-1', '0', '0', '4Qv)A+hB/y|Orc$`\\irH=\\1IdrXJGc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8984', '3', '', '0', 'ACorprew', '331185fe0980bf973271a3d619b8c223', '2014-11-16', 'alvin_corprew3028@what.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416155869', '0', '1416155869', '1416163041', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.154', '0', '1', '', '0', '0', '-1', '0', '0', '[9Z6v](TnB^cEKl(\"LG~f|P+B:*jo4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8985', '2', '', '0', 'RSzumski', '7eba5d9baa1dee06221909ac6407791a', '2014-11-16', 'roseline_szumski3766@analysis.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416157415', '0', '1416157415', '1416164590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.109', '0', '1', '', '0', '0', '-1', '0', '0', '\"XBJdzV6~Pn&un+$k_;,O\\702b<6++', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8986', '2', '', '0', 'MPettit', '86d4ec94c5cadab315416f7f4b558170', '2014-11-16', 'unarmedhamper59hom8lf@outlook.com', '0', '', 'http://dzbl.net/story.php?title=considering-effective-advice-of-paleo-diet', '', '', '', '2', '0', 'Junior Member', '0', '1416158844', '0', '1416158844', '1416159368', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1984', '1984-05-01', '-1', '-1', '104.222.192.2', '0', '1', '', '0', '0', '-1', '0', '0', ':zmF6#W>-f[AiGd2VXX8Lc=.a;X3)P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8987', '3', '', '0', 'CWashor', '1ad01e297d441d3857a98111c02fc16b', '2014-11-16', 'cristal-washor8071@market.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416159715', '0', '1416159715', '1416166960', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.54', '0', '1', '', '0', '0', '-1', '0', '0', 'B_@\'_s&&%uw_LL~7/Ov,tF^%:,P)N9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8988', '3', '', '0', 'GWingert', '2f01810e758a48c2b33868489cb27b1d', '2014-11-16', 'gale-wingert1526@tea.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416159814', '0', '1416159814', '1416166984', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.54', '0', '1', '', '0', '0', '-1', '0', '0', '&A~2([Rp$7#Zo[q=@0J\"J$5RSHt!K]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8989', '3', '', '0', 'ZWPN', '378dec35fca31cd2f41f3faa2066681b', '2014-11-16', 'nila-dorta9617@support.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416160009', '0', '1416160009', '1416167171', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.54', '0', '1', '', '0', '0', '-1', '0', '0', '&X*\\9G/%W83^VRwK\\BM,gKYR,|vW&H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8990', '3', '', '0', 'NCosby', 'fad12ca9942a6e53358b86fbd0d19b67', '2014-11-16', 'exuberantabdome69@mail.bg', '0', '', 'http://www.ppjaponesia.org/userinfo.php?uid=761103', '', '', '', '2', '0', 'Junior Member', '0', '1416166024', '0', '1416166024', '1416333400', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-02-1985', '1985-10-02', '-1', '-1', '165.231.27.191', '0', '1', '', '0', '0', '-1', '0', '0', 'H&3SI5?k|$E-g/qJJ39I}(R>F(eR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('8999', '2', '', '0', 'neal121', '35669284141dd601734980669541c8fd', '2014-11-17', 'nealj121@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416197002', '0', '1416728871', '1417096528', '1416231242', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '67.48.235.47', '0', '1', '', '0', '0', '-1', '0', '0', 'NYFS$QVSZb]~gS_z9W%e_i&!5?xojE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9000', '3', '', '0', 'APFWF', 'ea19106e28f7fda03c4699f11d7a8ca4', '2014-11-17', 'janaclibborn5377@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416199676', '0', '1416199676', '1416207198', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.10.107', '0', '1', '', '0', '0', '-1', '0', '0', 'X75>!!.5b5,vx!11{=n!Zqqh)H_Oco', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9001', '3', '', '0', 'T03K', '86a0c6dc6b45ad2b92743c981dd5b041', '2014-11-17', 'travis-higdon@cjet.net', '0', '', 'http://telechargerfarcry4.fr/', '', '', '', '2', '0', 'Junior Member', '0', '1416201049', '0', '1416201049', '1416208634', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-21-1982', '1982-12-21', '-1', '-1', '198.12.74.157', '0', '1', '', '0', '0', '-1', '0', '0', '4LSG8)f-,[4thzc1\'\\Bko4fZ\'}_vq>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9002', '3', '', '0', 'B60M', '525ce536a82be3e4dcc639bf19241d63', '2014-11-17', 'bernard_anderon4913@coffee.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416204712', '0', '1416204712', '1416212110', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.169', '0', '1', '', '0', '0', '-1', '0', '0', 'mY!qnj\'#dh4qPEzTCDf@+ap\"&bubPn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9003', '3', '', '0', 'JKirchman', '870bfc7d64d6a90c4232ecb7448e4b7b', '2014-11-17', 'jeanetta.kirchmann6243@red.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416210305', '0', '1416210305', '1416217499', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.219.116', '0', '1', '', '0', '0', '-1', '0', '0', 'Qe:i3}xqVVjksCoar5__!Vy;_\"EUv@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9004', '3', '', '0', 'ARoselle', 'd3e4d4772e26bce94998d1bddbee8875', '2014-11-17', 'augusta_roselle2443@dep.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416215638', '0', '1416215638', '1416222870', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.84.5', '0', '1', '', '0', '0', '-1', '0', '0', 'UCe+mUi~\\+/+]>tL7kQy,|y!ZvHc%p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9005', '3', '', '0', 'RHein', 'ab952af922591a863b050fa50cc85040', '2014-11-17', 'roberto.hein@it-service-sinsheim.de', '0', '', 'http://It-service-sinsheim.de/', '', '', '', '2', '0', 'Junior Member', '0', '1416218337', '0', '1416218337', '1416220676', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-21-1979', '1979-12-21', '-1', '-1', '192.3.66.74', '0', '1', '', '0', '0', '-1', '0', '0', 'jsjM(SJ!3O=m@\\T7r\'w%n?6gjn6&iM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9006', '3', '', '0', 'DGyq', '30e6eb032bc9301ace641b32c925f978', '2014-11-17', 'darwin_swaisgood6505@support.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416234431', '0', '1416234431', '1416241638', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.169', '0', '1', '', '0', '0', '-1', '0', '0', 'SfcKaP]Mpq6X7\'F^oGHUDYiZmB!.j8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9007', '8', '', '0', 'NU61', '1ac778648d2353af38b2a1212fee7558', '2014-11-17', 'ortega1pzpdqvg0@outlook.com', '0', '', 'http://socialpostmanagerapp.com/post/2666', '', '', '', '2', '0', 'Banned', '0', '1416236694', '0', '1418963119', '1418964213', '1417127400', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-05-1985', '1985-01-05', '-1', '-1', '23.95.93.43', '0', '1', '', '0', '0', '-1', '0', '0', '7k!ZE/3SZlgvNL_Q@hZW\"oTq!6brIY', '', '0', '82817', '0', '0', '0', '0', '', '0', '0', '', '599', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9008', '3', '', '0', 'KG63', 'e98eec27f6b97ff2d1f47f45d5b3703a', '2014-11-17', 'karolynmajors6707@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=MGSjo7o_7Q8', '', '', '', '2', '0', 'Junior Member', '0', '1416238823', '0', '1416238823', '1416240916', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-27-1971', '1971-11-27', '-1', '-1', '107.161.85.234', '0', '1', '', '0', '0', '-1', '0', '0', 'XzN9Xgz&Mh8\"Ms}I(Xp`3ME,cACnE\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9009', '3', '', '0', 'JWalkom', '153a04ac6ddfcfb152935dcce781d93f', '2014-11-17', 'trinityyfnbh@outlook.com', '0', '', 'https://www.youtube.com/watch?v=x8SD5lapK4M&feature=share', '', '', '', '2', '0', 'Junior Member', '0', '1416240565', '0', '1416240565', '1416247759', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-31-1975', '1975-12-31', '-1', '-1', '192.200.31.74', '0', '1', '', '0', '0', '-1', '0', '0', '+7d^5R]cVzVW:BPi#C>rZ[Tcpf1(B-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9010', '2', '', '0', 'SGBV', 'e62127048530178e24f0c1542f273812', '2014-11-17', 'shalandalfzpwt@outlook.com', '0', '', 'https://www.youtube.com/watch?v=x8SD5lapK4M&feature=share', '', '', '', '2', '0', 'Junior Member', '0', '1416240851', '0', '1416240851', '1416248270', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-27-1974', '1974-09-27', '-1', '-1', '192.200.31.74', '0', '1', '', '0', '0', '-1', '0', '0', 'iwTSZxK!&0p=%|h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9018', '3', '', '0', 'JMacione', '64b50fa302d3b4a3395cf1744236a630', '2014-11-17', 'judy.macione5476@sales.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416259813', '0', '1416259813', '1416267008', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.219.137', '0', '1', '', '0', '0', '-1', '0', '0', 'lN6w].ttwx\'-;sf$pxM<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9022', '3', '', '0', 'EVivyan', 'd714fa07174c74f84048b24dde2faafd', '2014-11-18', 'ellsworth-vivyan7682@how.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416274937', '0', '1416274937', '1416282130', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.142', '0', '1', '', '0', '0', '-1', '0', '0', '\\8/0XQ22a)0h0NC9+n2t2qRi:ZBUGV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9023', '3', '', '0', 'AHidinger', 'aae6c5214a1a20fe8bf273cb0ec2316b', '2014-11-18', 'athena_hidinger5313@red.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416278694', '0', '1416278694', '1416285972', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.84.5', '0', '1', '', '0', '0', '-1', '0', '0', '8&wpA][@1)a[TtG3]Lz6ZEwgdggyu.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9024', '2', '', '0', 'CGSRX', '15e6a659723d2df8378faebc0127af85', '2014-11-18', 'margaritaxyutoy@outlook.com', '0', '', 'http://www.wfsb.com/story/27405476/news', '', '', '', '2', '0', 'Junior Member', '0', '1416281526', '0', '1416281526', '1416289077', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-25-1985', '1985-01-25', '-1', '-1', '198.23.234.244', '0', '1', '', '0', '0', '-1', '0', '0', 'YS6\\:ekRD\"ms]FY7FWQb`+MNsE`$1H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9025', '3', '', '0', 'FPineda', '44cabf446453274eda98ca091fc07b97', '2014-11-18', 'tabithabjunc@outlook.com', '0', '', 'http://www.ask.com', '', '', '', '2', '0', 'Junior Member', '0', '1416282770', '0', '1416282770', '1416373646', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-28-1983', '1983-02-28', '-1', '-1', '190.203.227.205', '0', '1', '', '0', '0', '-1', '0', '0', '@*bIX\"8JUSmT9jyz4twU3r\"hxMlqiX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9026', '2', '', '0', 'SC04', '3dead7a79ace2ce71d7eb1c481d9f2b4', '2014-11-18', 'seymour_dadson59@cjet.net', '0', '', 'http://telechargerfarcry4.fr/', '', '', '', '2', '0', 'Junior Member', '0', '1416284952', '0', '1416284952', '1416292192', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1982', '1982-02-20', '-1', '-1', '198.12.74.157', '0', '1', '', '0', '0', '-1', '0', '0', 'M{ip+!4>O88Z;@u;q.x~n,-*pcvfQ&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9027', '2', '', '0', 'RGQUW', 'b375826efa45f29e1044dab05565b930', '2014-11-18', 'sebrinapxizx@outlook.com', '0', '', 'http://markets.financialcontent.com/fourptsmedia.kutv/news/read/28719711', '', '', '', '2', '0', 'Junior Member', '0', '1416288381', '0', '1416288381', '1416296511', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-07-1981', '1981-11-07', '-1', '-1', '107.153.85.31', '0', '1', '', '0', '0', '-1', '0', '0', 'D&*0MtLLc/>HFz##Q],o!Z_[T[M{)G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9028', '2', '', '0', 'NSamaan', 'a43cc38ec916ce7f9148ca66821fbdd8', '2014-11-18', 'norberto.samaan1353@couch.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416289226', '0', '1416289226', '1416296417', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.139', '0', '1', '', '0', '0', '-1', '0', '0', '/@DXs*ZOBa*v%X*bJ7yCoChp2K|U.R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9029', '3', '', '0', 'TMurfin', '687958045413289f4aea5a3dd0c6032d', '2014-11-18', 'teodoro_murfin2588@analysis.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416293585', '0', '1416293585', '1416300813', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.125', '0', '1', '', '0', '0', '-1', '0', '0', 'F$JBbRJf^.I+=f-aa\\uJs[x\"M=d&Jq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9030', '3', '', '0', 'T8297', '8eaef22b8d409093d40e2ba8762c6ed2', '2014-11-18', 'thelma-kump@cjet.net', '0', '', 'http://telechargerfarcry4.fr/', '', '', '', '2', '0', 'Junior Member', '0', '1416296927', '0', '1416296927', '1416306590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-20-1979', '1979-10-20', '-1', '-1', '198.12.74.214', '0', '1', '', '0', '0', '-1', '0', '0', 'f8]Uu->`xJ<)tn*y_i#?<1ykDzUQB9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9031', '3', '', '0', 'KKCSN', '283633fa280e243c8ea7ac99103392fb', '2014-11-18', 'kenisha_sturghill8054@light.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416296954', '0', '1416296954', '1416304146', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.88.240', '0', '1', '', '0', '0', '-1', '0', '0', 'IsV=$[?-b@OO=Wga9bL1-L&_TN2y(Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9032', '3', '', '0', 'NBergin', '8bd337fbf542217081d97093fd5ed3ba', '2014-11-18', 'phillippbinney924@mailcatch.com', '0', '', 'http://air-vibrations.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1416298450', '0', '1417722212', '1417723146', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-19-1974', '1974-04-19', '-1', '-1', '198.52.233.201', '0', '1', '', '0', '0', '-1', '0', '0', '@Zax_4-!CD,(z6}j\".Kk?{C&dX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9034', '3', '', '0', 'MMorgana', 'cb903a7ced991e02dcf361953133f3e6', '2014-11-18', 'michaela.morgana9090@how.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416301195', '0', '1416301195', '1416308503', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.190.163.73', '0', '1', '', '0', '0', '-1', '0', '0', 'kv\'b9_<&C4s@%$gW@YrQ3%$O2:)k=Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9035', '2', '', '0', 'Y61F', 'f9699acfb443c4f82cf4274b1507e9c8', '2014-11-18', 'yuki.gabak3456@dev.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416304076', '0', '1416304076', '1416311322', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.182', '0', '1', '', '0', '0', '-1', '0', '0', '#?B%\\%fV^Je$^>6HmI~?IbB^YB[Q}P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9036', '2', '', '0', 'FXWJ', 'b522b0248a73e3d1135a02c7842f1fe4', '2014-11-18', 'jewel-simington8789@logo.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416307617', '0', '1416307617', '1416314832', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.154', '0', '1', '', '0', '0', '-1', '0', '0', 'O?cp`*@Njs(+U`,|AXO,!GWTTMSXcjbPNGi)X2C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9040', '3', '', '0', 'NTherrien', 'b41782196d6100bbcdeadd50b1496dec', '2014-11-18', 'rosariaaviles193@mailcatch.com', '0', '', 'http://spw.fr/ZMqOr', '', '', '', '2', '0', 'Junior Member', '0', '1416324116', '0', '1416324116', '1416331574', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-11-1980', '1980-11-11', '-1', '-1', '109.169.5.218', '0', '1', '', '0', '0', '-1', '0', '0', 'Rf\\l`Hpr+xzTKWMy*7)}S#(iJ9I:JF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9041', '3', '', '0', 'AGoldhabe', '3f7b43dbf2f2086788267e31ed5ee806', '2014-11-18', 'adelia_goldhaber6130@support.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416327735', '0', '1416327735', '1416334984', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.165', '0', '1', '', '0', '0', '-1', '0', '0', 'Ao#c2UBh/Q7^5nEJb;]D!d[z\'(R?y]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9042', '3', '', '0', 'DVansise', 'e7b483aa5152d76a5af18cf54ccea44d', '2014-11-18', 'darryl.vansise5735@dev.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416327895', '0', '1416327895', '1416335094', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.165', '0', '1', '', '0', '0', '-1', '0', '0', '/5.e3uOi)PnalIw!Q`!v2!Hy9\\B,@/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9043', '3', '', '0', 'PH40', 'a97aa649d6987e152cb8a785520056e6', '2014-11-18', 'mittieesposito1484@mailcatch.com', '0', '', 'http://editoresmadrid.com', '', '', '', '2', '0', 'Junior Member', '0', '1416329377', '0', '1416329377', '1416331466', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-29-1981', '1981-12-29', '-1', '-1', '192.171.255.51', '0', '1', '', '0', '0', '-1', '0', '0', 'u}Icd[bR=9s1_E[xk8~0/Em:hStV0#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9044', '3', '', '0', 'CKessenic', '3fa2fb3b0ff754063bcd13e0aac6e3c6', '2014-11-18', 'cedric.kessenich867@coffee.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416332009', '0', '1416332009', '1416339237', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.4.125.181', '0', '1', '', '0', '0', '-1', '0', '0', 'ss#J%/d?+/GzQU$[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9048', '2', '', '0', 'BHSCF', '3cf29d9d1075773fbb99a6848417a399', '2014-11-19', 'cravenentrails711@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416356699', '0', '1416356699', '1416356699', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.217.198', '0', '1', '', '0', '0', '-1', '0', '0', 'f,a6dBj.&s]_r|p5mqN<[y{DB_+gcL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9049', '3', '', '0', 'VHumphrie', '468385aef8e87f74595534a88d39aa34', '2014-11-19', 'adamfitzhardinge9123@mailcatch.com', '0', '', 'http://youtu.be/VzQh0Wr6-Jw', '', '', '', '2', '0', 'Junior Member', '0', '1416359253', '0', '1416366522', '1416373682', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-05-1978', '1978-04-05', '-1', '-1', '198.52.229.178', '0', '1', '', '0', '0', '-1', '0', '0', '\\OJ*y,K#M_)_*|c#.Dt;I*(X\'X5[TH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9050', '3', '', '0', 'BRapoza', '89486a227236a84c17a649974630d422', '2014-11-19', 'bruno.rapoza8765@dep.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416362058', '0', '1416362058', '1416369244', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.54', '0', '1', '', '0', '0', '-1', '0', '0', 'uqg]nX%:J[:Tk3S%O`~5Gmy[2I*]fO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9051', '3', '', '0', 'QCZV', '196c9fbc5bcfa14b643c2f6e00e82024', '2014-11-19', 'dannielleschlemmer@mailcatch.com', '0', '', 'http://elinfiernocordobes.com/foro/index.php?a=member&m=148553', '', '', '', '2', '0', 'Junior Member', '0', '1416364840', '0', '1416372068', '1416379320', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-15-1973', '1973-05-15', '-1', '-1', '165.231.22.109', '0', '1', '', '0', '0', '-1', '0', '0', 'z{?9)@y}1!\\voT&NSJkJ&`rPS(Mht\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9054', '3', '', '0', 'TNorum', 'f92a78924683a434df1da08288f1ac10', '2014-11-19', 'titus_norum8249@market.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416371307', '0', '1416371307', '1416378478', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.219.116', '0', '1', '', '0', '0', '-1', '0', '0', '~!I]L%q+VoC9r>;#BDd=JPzZ0-@{n[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9056', '3', '', '0', 'JGoyen', 'bc2d45584136901d60fb638c2dbd7409', '2014-11-19', 'jonathan.goyen8582@coffee.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416380426', '0', '1416380426', '1416387624', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.179', '0', '1', '', '0', '0', '-1', '0', '0', 'ht;8a;peMW#fF\\+L2qlvD!hbAX~C}k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9055', '3', '', '0', 'DWitcraft', '91a8d666db490c2006fad3b228c649e5', '2014-11-19', 'debera.witcraft8009@logo.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416373388', '0', '1416373388', '1416380590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.254.114', '0', '1', '', '0', '0', '-1', '0', '0', 'gHv|?#UFG:Z\"\'5?gpI7Sr9NJy;_w1,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9057', '3', '', '0', 'CRdg', '1113995855b7083939aa829ea24ad51b', '2014-11-19', 'christiane.hojnacki4474@market.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416382579', '0', '1416382579', '1416389783', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.219.117', '0', '1', '', '0', '0', '-1', '0', '0', 't^^Ljq/1\\W>=0X6TN$q\"$M\"~2Q.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9059', '3', '', '0', 'TRaley', '3d2f2198e5a9f215a2d295011f12ead4', '2014-11-19', 'tawny_raley4887@sales.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416386443', '0', '1416386443', '1416393619', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.132.3.217', '0', '1', '', '0', '0', '-1', '0', '0', 'TrI6R\"Y87}\'Y%QX/?rZ6=Po}p0NL\"K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9060', '3', '', '0', 'M3640', '0ea8af4c56ba09bc81789d4aba557b07', '2014-11-19', 'modesta_kollman8492@logo.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416393392', '0', '1416393392', '1416393392', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.135', '0', '1', '', '0', '0', '-1', '0', '0', 'wN,IV^l(\'e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9064', '3', '', '0', 'ZBBP', 'c097cc01f2c038f41f18b00d57db4689', '2014-11-19', 'liamclark884@mailcatch.com', '0', '', 'http://www.ctta.org/userinfo.php?uid=563615', '', '', '', '2', '0', 'Junior Member', '0', '1416415766', '0', '1416415766', '1416419568', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-27-1982', '1982-11-27', '-1', '-1', '69.12.81.184', '0', '1', '', '0', '0', '-1', '0', '0', 'jlB[V4{0BYPoA.\"i=X^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9068', '3', '', '0', 'IUJS', '568e8ec2380727186a406d6ca89e295c', '2014-11-19', 'serena.havnen9500@analysis.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416424172', '0', '1416424172', '1416431334', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.248.119', '0', '1', '', '0', '0', '-1', '0', '0', 'aSK]w\']-jsY{W;}L(^uf9RYCK0qznu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9069', '3', '', '0', 'GLazenson', '19b083b0f4fcc0b5981915ea1578fee4', '2014-11-19', 'guadalupe-lazenson2254@sales.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416430576', '0', '1416430576', '1416430576', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.33.25.186', '0', '1', '', '0', '0', '-1', '0', '0', '!@19w0v&w0y)7rmFBQ1Ha(y8jOU,fH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9070', '3', '', '0', 'L1985', 'cf1960177c432cff65044f639c074d1a', '2014-11-19', 'josie.orr@o2.pl', '0', '', 'http://www.namdaemoon.ca/?document_srl=967610', '', '', '', '2', '0', 'Junior Member', '0', '1416432269', '0', '1416432269', '1417859154', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-03-1984', '1984-04-03', '-1', '-1', '185.45.13.188', '0', '1', '', '0', '0', '-1', '0', '0', '$3-D/fkO`T(LGf\"nHq-WCO@ss\\kTn?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9071', '3', '', '0', 'NVUS', '0907ecc57f8baa552ec8afdf94bc3141', '2014-11-19', 'billy.starktestednerve96e@o2.pl', '0', '', 'http://www.bandloot.com/community/22177/d%C3%A9fis-naissants-dans-syst%C3%A8mes-rapides-dadolescent-', '', '', '', '2', '0', 'Junior Member', '0', '1416435998', '0', '1416435998', '1417716273', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-08-1985', '1985-11-08', '-1', '-1', '37.59.202.72', '0', '1', '', '0', '0', '-1', '0', '0', 'iZ;U1Wxp&!gznpIf\\X@C={^?LoJtkl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9072', '3', '', '0', 'PHayek', '80cc4ed0c1207e41db4c3fe21689ec19', '2014-11-19', 'patrina.hayek6933@analysis.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416438943', '0', '1416438943', '1416446105', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.67', '0', '1', '', '0', '0', '-1', '0', '0', '0U/Ou;{Wv04/XJrbZy:VgFP}zK%FL[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9073', '3', '', '0', 'JYAC', '396a48341693e27b03448c86cd7c5ed9', '2014-11-19', 'araceli.mckenzie@o2.pl', '0', '', 'http://www.namdaemoon.ca/?document_srl=967610', '', '', '', '2', '0', 'Junior Member', '0', '1416440441', '0', '1416440441', '1418186174', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-15-1970', '1970-08-15', '-1', '-1', '37.59.202.72', '0', '1', '', '0', '0', '-1', '0', '0', '[X`Yf`6p|bVq):Z!{-0$ouK<4waJ\"%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9074', '3', '', '0', 'C2342', '8496281c67ca50635fd2365556203546', '2014-11-20', 'glennvance212121@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416446534', '0', '1416446534', '1416448506', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.238.152', '0', '1', '', '0', '0', '-1', '0', '0', '%Bk52~+#Q|b8{oWHNb=!`@v5}EKiEy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9075', '3', '', '0', 'PMaselli', '7ec39d07050c8d2e053a93105ce5adf6', '2014-11-20', 'harriettmonnier3286@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416447968', '0', '1416447968', '1416447968', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.45.13.141', '0', '1', '', '0', '0', '-1', '0', '0', 'n|M=7$4t@&vH?o<;Z;_\\BJ{RXmbsn^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9076', '3', '', '0', 'IQ25', 'fa87586ffb84769977951834d52e56fc', '2014-11-20', 'ignacia_billinghurst6545@couch.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416459097', '0', '1416459097', '1416466268', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.179', '0', '1', '', '0', '0', '-1', '0', '0', '!0N%Q;1deVZpPd_?$s\\\"1M1WsT[4rK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9077', '3', '', '0', 'RTroyer', 'c4b4cd54915fd2c12fd8735f02958166', '2014-11-20', 'rosenda.troyer5506@analysis.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416459468', '0', '1416459468', '1416466678', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.4.125.181', '0', '1', '', '0', '0', '-1', '0', '0', 'nF4}G}KdGuK\'dP:JOC|+\\^.ISlh\'}Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9078', '3', '', '0', 'RPeachey', 'f9003eac6efb904cb26d07cc7ffc45f4', '2014-11-20', 'josie.orr@tlen.pl', '0', '', 'http://huntx.amplifymm.com/groups/a-simple-analysis-of-no-fuss-riad-in-marrakech-villanova-tactics/', '', '', '', '2', '0', 'Junior Member', '0', '1416465519', '0', '1416465519', '1418100967', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-20-1970', '1970-06-20', '-1', '-1', '185.45.13.185', '0', '1', '', '0', '0', '-1', '0', '0', '8Xr-v2MRw)pT.[RYXicnSxniJ=?oOn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9079', '3', '', '0', 'DToi', '2b25f0fd5664b00f3752ed29bcab219e', '2014-11-20', 'damien-stich6736@market.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416467555', '0', '1416467555', '1416474727', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.22.225', '0', '1', '', '0', '0', '-1', '0', '0', '5o[1Wad7?_Wz%}8c>F++9dV/*~>rS)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9080', '3', '', '0', 'MBVZZ', 'f16c0e934030e0b1101622ffaae4da5e', '2014-11-20', 'sarahcarder8319@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416477309', '0', '1416477309', '1416477309', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.137.73', '0', '1', '', '0', '0', '-1', '0', '0', 'V)Ge\'&zs`xTo$\"`9J^.KUyON#>mw9<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9081', '3', '', '0', 'F09F', '21f4961cbd50a8f2f0a68e9fdf1f2229', '2014-11-20', 'francesco.eckert9448@red.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416481798', '0', '1416481798', '1416489008', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.33.213.32', '0', '1', '', '0', '0', '-1', '0', '0', 'i4]Sb!]dc@VWyrQ\'M1y>)Te`xb8_bp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9082', '3', '', '0', 'LMellos', 'd928fc120e0aeb8fd3a520f4c18406e7', '2014-11-20', 'letisha.mellos1673@couch.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416481977', '0', '1416481977', '1416489215', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.33.213.32', '0', '1', '', '0', '0', '-1', '0', '0', ':8wfWujNlbuj(Obj305VUA3Z1_\\M2:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9083', '3', '', '0', 'DPyf', '3c40e3724d42264a748d228776337ea4', '2014-11-20', 'darrick-neu2823@happening.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416491527', '0', '1416491527', '1416498725', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.73.66', '0', '1', '', '0', '0', '-1', '0', '0', 'wt|!D9%!tom`o6R.`Xm<9~X{7}I%}&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9084', '3', '', '0', 'BMZCD', '0da3393b0f3859cfd6cc9b9bfd3564ac', '2014-11-20', 'belva_frye3697@red.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416498950', '0', '1416498950', '1416506195', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.198', '0', '1', '', '0', '0', '-1', '0', '0', ']^jG[:_Y\\?5l8!pQWmQVdXILU(Uz0)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9085', '3', '', '0', 'FTrapasso', 'd405555d5721938291cd0f1afd237e6e', '2014-11-20', 'fallon-trapasso3384@light.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416501286', '0', '1416501286', '1416508435', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.182', '0', '1', '', '0', '0', '-1', '0', '0', '|U(\"`3ZsM3X}a,V>$u?`]kl\"fUJ>&e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9086', '3', '', '0', 'JNulty', '3ade2a468d9635638ec858f4ddaf88c4', '2014-11-20', 'janene-nulty7658@dep.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416506837', '0', '1416506837', '1416514024', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.54', '0', '1', '', '0', '0', '-1', '0', '0', 'cr?`T>de;kh*Y\"_rw&$gAi:wc7m(#R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9087', '3', '', '0', 'HRiemer', 'f3e1dfafc0147eea4475257c8198c2e0', '2014-11-20', 'louveniascarbrough@mailcatch.com', '0', '', 'http://wiki.liumingwei.com/Chipping_Your_Automotive_for_Higher_Efficiency', '', '', '', '2', '0', 'Junior Member', '0', '1416508933', '0', '1416508933', '1416511434', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1983', '1983-01-18', '-1', '-1', '192.255.96.167', '0', '1', '', '0', '0', '-1', '0', '0', '%n8P:YK}mDJJqa:fwTrzu|,$Qu?H`\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9088', '3', '', '0', 'PBelcher', '205d3453e473f603a595f228c3c796f0', '2014-11-20', 'leonorasievier@mailcatch.com', '0', '', 'http://www.cportal.co.kr/?document_srl=537796', '', '', '', '2', '0', 'Junior Member', '0', '1416509188', '0', '1416509188', '1416511281', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-26-1980', '1980-10-26', '-1', '-1', '192.255.96.167', '0', '1', '', '0', '0', '-1', '0', '0', 'w(1ATF|Z)7-f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9091', '2', '', '0', 'SJkw', '9d0bb814157d89fd8a984a2350ff3158', '2014-11-20', 'czersk@mediaexpert.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416520622', '0', '1416520622', '1416526834', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.115.87', '0', '1', '', '0', '0', '-1', '0', '0', '\'z$Fu@xJtSo2E@iBpT&K\'JXmfWU{k]o1c{IRA;u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9096', '3', '', '0', 'BConger', 'fa4ddce76207d1f6347cdbe920039a25', '2014-11-20', 'tammieham@trash-mail.com', '0', '', 'http://possi.mercubuana.ac.id/halkomentar-0-4491.html', '', '', '', '2', '0', 'Junior Member', '0', '1416525706', '0', '1416525706', '1416528460', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-02-1975', '1975-08-02', '-1', '-1', '5.255.91.103', '0', '1', '', '0', '0', '-1', '0', '0', '|M^IV\"c+@g`c}kmm6}N{28+4mC/X?!>f8M>p~?Y]O.Ru', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9100', '3', '', '0', 'JDalman', 'ca8b72099b4e09eb76754ee657b446d2', '2014-11-21', 'janell-dalman7723@light.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416550871', '0', '1416550871', '1416558054', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.224', '0', '1', '', '0', '0', '-1', '0', '0', 'vlsG,ApQPxj@$&>v}3&hbLe2j0lEde', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9101', '3', '', '0', 'TBreu', '151eedd2031f6faa7aa855df4fed1475', '2014-11-21', 'tuan_breu8411@couch.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416551047', '0', '1416551047', '1416558237', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.224', '0', '1', '', '0', '0', '-1', '0', '0', '^,t1[nz{q!:h}Lmg0;MB&\\0KBtA~H-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9102', '3', '', '0', 'NBeck', 'ebf74a02255f31db871a8e652fe0da98', '2014-11-21', 'minniegurule@mailcatch.com', '0', '', 'https://www.rebelmouse.com/kristienqxlxwbdw/do-you-want-a-lawyer-these-tip-823291101.html', '', '', '', '2', '0', 'Junior Member', '0', '1416553018', '0', '1416553018', '1416595220', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-04-1983', '1983-10-04', '-1', '-1', '91.108.180.214', '0', '1', '', '0', '0', '-1', '0', '0', 'RJf[[AT<[*4/K5zzLK}Vs+x1k?zeGb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '222', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9103', '3', '', '0', 'BSBR', '23308fdea334065d6aba00a5eb659f3b', '2014-11-21', 'deondanglow@mailcatch.com', '0', '', 'http://www.Scribd.com/doc/234237857/Rijbewijsutrecht-Wordpress', '', '', '', '2', '0', 'Junior Member', '0', '1416553037', '0', '1416553037', '1416564605', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-23-1981', '1981-03-23', '-1', '-1', '181.214.58.136', '0', '1', '', '0', '0', '-1', '0', '0', 'w?M0wOj]}{bk>bAtb*4`}KL&un?|f%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9104', '2', '', '0', 'BAlberico', '2597c2eec3b6644ea38845bc8fad032e', '2014-11-21', 'bettyann-alberico3872@tea.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416553887', '0', '1416553887', '1416553887', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.190.163.73', '0', '1', '', '0', '0', '-1', '0', '0', 'c%7ukwa5\\R:N]me\\d4>rj%5LtWi-2h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9105', '3', '', '0', 'BWCOA', '0e87c2a437eafaf55d5a3e7d3ed310a0', '2014-11-21', 'alfreda.stokes@go2.pl', '0', '', 'http://www.shalom-church.com/column/426252', '', '', '', '2', '0', 'Junior Member', '0', '1416558580', '0', '1416558580', '1417729732', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-04-1971', '1971-09-04', '-1', '-1', '84.201.8.190', '0', '1', '', '0', '0', '-1', '0', '0', '=Zm=il0vU\"79i@Pu*B2W?l%\\jCilLb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9106', '3', '', '0', 'LBuglisi', '8a6d89805e7c976aae2809d5e6fa9be6', '2014-11-21', 'louise-buglisi6168@tea.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416562599', '0', '1416562599', '1416569768', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.125', '0', '1', '', '0', '0', '-1', '0', '0', '6,#MFvN/Seyr5ft_DMHx1\"bKIaZfcn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9107', '2', '', '0', 'BNTSP', 'eac4188d931861bc1a234089fd77478f', '2014-11-21', 'bill-prairie5976@light.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416562999', '0', '1416562999', '1416570173', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.84.5', '0', '1', '', '0', '0', '-1', '0', '0', 'u|N6;DcD75v`(S/H4Wj/iDCa]8q0jr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9108', '3', '', '0', 'PO20', '11becf5208cc80bf0a845d8e25a35955', '2014-11-21', 'gitarapke@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416565646', '0', '1416565646', '1416565646', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.79.250', '0', '1', '', '0', '0', '-1', '0', '0', 'y$.?s8)6`-}L3zc?jFAv7ztK\"[29~y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9109', '3', '', '0', 'T0108', '1838d1c1f542cc15e269042a8a5aebb6', '2014-11-21', 'stefanhutchens@mailcatch.com', '0', '', 'http://brandyourbusiness.net/', '', '', '', '2', '0', 'Junior Member', '0', '1416565912', '0', '1416565912', '1416568140', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-29-1982', '1982-03-29', '-1', '-1', '192.171.255.38', '0', '1', '', '0', '0', '-1', '0', '0', 'Y\"PN4NY_k%+GRfV\'1gf|*s5GA_%]ps', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9110', '3', '', '0', 'SSankar', 'c1ed69f4726826bf040baad9c9ed5406', '2014-11-21', 'shane_sankar8460@happening.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416566108', '0', '1416566108', '1416573342', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.254.114', '0', '1', '', '0', '0', '-1', '0', '0', '<$w+_>Z\"LAT|}LUil`l_B(HwGv53T9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9111', '3', '', '0', 'AV03', 'c6932194f97836b6679db091ee28c3cc', '2014-11-21', 'adelle_burman374@support.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416573513', '0', '1416573513', '1416580723', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.182', '0', '1', '', '0', '0', '-1', '0', '0', 's{_z.;>WU)cKl;e7B)tE=rnv`!N\"2,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9112', '3', '', '0', 'FMachtley', 'e1580a8ef125eebb248682fb6cb1a532', '2014-11-21', 'frieda_machtley6745@support.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416573521', '0', '1416573521', '1416580689', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.182', '0', '1', '', '0', '0', '-1', '0', '0', '\"E+Qg:zRNs20QVhP^~3&XWt,G*o$?\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9113', '3', '', '0', 'F2765', '1894c5dce497d0623dd2c6fb10c6ee48', '2014-11-21', 'zenaidabate@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416576360', '0', '1416576360', '1416576360', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.218.192.57', '0', '1', '', '0', '0', '-1', '0', '0', 'Fk0SmhLw}?C-|IexoOm^Ur[Xb}uCG?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9114', '2', '', '0', 'GDecker', 'd4b45d101e0df16db98a5c6215b0cfb1', '2014-11-21', 'highphilosopher8ku86@outlook.com', '0', '', 'http://Cungseo.edu.vn/threads/rating-chat-luong-buc-anh-cell-phone-philips-i928.49804/', '', '', '', '2', '0', 'Junior Member', '0', '1416576995', '0', '1416576995', '1416578006', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1984', '1984-07-15', '-1', '-1', '69.12.71.97', '0', '1', '', '0', '0', '-1', '0', '0', 'X.sSUrZ:O^`zoRxr!5r*<|!]Z/VebK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '185', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9115', '3', '', '0', 'VSchreier', 'c80a2bfc20861ea38e934e0794881f25', '2014-11-21', 'velvet_schreier4126@light.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416580387', '0', '1416580387', '1416587580', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.143', '0', '1', '', '0', '0', '-1', '0', '0', 'U2xbeKA|n?lFm%q\'+d(PD9)VngK!PV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9116', '3', '', '0', 'HSdw', '01de104aa49fcddb5daa051c0a360a5b', '2014-11-21', 'sabinanussbaum1597@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416581036', '0', '1416581036', '1416581036', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.219.141', '0', '1', '', '0', '0', '-1', '0', '0', 'lZJn1O(7b[:4457F38ng|lY+Cez{%9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9117', '3', '', '0', 'MWHO', '109a66706cd5385a1292f2721e527d8f', '2014-11-21', 'finleypattison4399@mailcatch.com', '0', '', 'http://www.snowflake.cc/', '', '', '', '2', '0', 'Junior Member', '0', '1416582122', '0', '1416582122', '1416584087', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-16-1975', '1975-04-16', '-1', '-1', '192.255.96.167', '0', '1', '', '0', '0', '-1', '0', '0', '[AI$x=Pcnrqe-j/OZcLz?bZ~-v0\'Ru', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9118', '3', '', '0', 'PAubuchon', 'f6834ca6769ab15962a39bb9d40f475b', '2014-11-21', 'parker.aubuchon8210@happening.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416585900', '0', '1416585900', '1416593106', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.172', '0', '1', '', '0', '0', '-1', '0', '0', 'd)z>2Cgd%^AN\'LQYL,EfGHq_359Aws', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9119', '2', '', '0', 'FJBMQ', '3233e97bcd66d229f562c54d2c257d39', '2014-11-21', 'freddie_kotch8834@dev.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416586538', '0', '1416586538', '1416593721', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.169', '0', '1', '', '0', '0', '-1', '0', '0', 'P3}/V4;!ux%%cMys?aeC^ogSnH&i?T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9120', '3', '', '0', 'LKotcher', '74b89737e3c8052a93d80ea363c8e6e9', '2014-11-21', 'leonardo-kotcher7701@sales.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416587792', '0', '1416587792', '1416594978', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.182', '0', '1', '', '0', '0', '-1', '0', '0', 'B\\B44gO6o0jP5rr9XH${A8e*A+:y>U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9121', '3', '', '0', 'BNFU', 'c284d54124e9d3160f01baf99366adfa', '2014-11-21', 'burton-hohlt8732@coffee.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416590434', '0', '1416590434', '1416597607', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.125', '0', '1', '', '0', '0', '-1', '0', '0', 'D@^^6;:pPwaup]}^Ll;fCbz/\'iUWPc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9122', '3', '', '0', 'KXkr', 'd868ff05c1e1a31ddbdfcca2e42d8beb', '2014-11-21', 'keturah_arrants2077@tea.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416591478', '0', '1416591478', '1416598690', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.32.155.224', '0', '1', '', '0', '0', '-1', '0', '0', '2*sAPq8H3{;E)0acJ$|J24z@c@w(o2Bb{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9130', '3', '', '0', 'EPVVH', '55c11292a9ca609a4d1ab0c457e74c80', '2014-11-22', 'jordan.pickett@prokonto.pl', '0', '', 'http://www.pobfirst.kz/node/82821', '', '', '', '2', '0', 'Junior Member', '0', '1416618138', '0', '1416618138', '1417851603', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-27-1972', '1972-10-27', '-1', '-1', '5.39.32.119', '0', '1', '', '0', '0', '-1', '0', '0', '.!9XUFKJbMF[aR9AfsB4d]OQJ^km\"c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9131', '3', '', '0', 'SMJI', '6cf73997fdeec786d2880b1140398210', '2014-11-22', 'lillian.stafford@prokonto.pl', '0', '', 'http://www.tbest.com/?document_srl=2365082', '', '', '', '2', '0', 'Junior Member', '0', '1416620677', '0', '1416620677', '1418167645', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-23-1974', '1974-10-23', '-1', '-1', '107.190.163.18', '0', '1', '', '0', '0', '-1', '0', '0', '#k7,FI|3(COUhHVqI5iw1v\"0+\\u8Ks', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9132', '3', '', '0', 'W2643', '68ef3b467d179aab8870f3b33b0435d5', '2014-11-22', 'wilton_shroeder1371@happening.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416621313', '0', '1416621313', '1416628540', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.219.120', '0', '1', '', '0', '0', '-1', '0', '0', '\'gV:oyhEc2zU[0@SA7TQB2HY].|\\;hP.OfJ|fyy5HJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9144', '3', '', '0', 'CXUY', '1d503eb02fd477d3703bc21f5bf339ab', '2014-11-22', 'kristen.campbell@o2.pl', '0', '', 'http://Dnn.J2Mr.com/node/3377', '', '', '', '2', '0', 'Junior Member', '0', '1416650448', '0', '1416650448', '1417858626', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-02-1983', '1983-02-02', '-1', '-1', '178.32.190.135', '0', '1', '', '0', '0', '-1', '0', '0', 'pYa$kEU4bE*G18xOs~)MB0oqy%pwRW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9145', '3', '', '0', 'JUALP', 'a5a1c884db22297120509e24696db961', '2014-11-22', 'billywebre@mailcatch.com', '0', '', 'https://www.facebook.com/OrlandoHypnosisCenter', '', '', '', '2', '0', 'Junior Member', '0', '1416654911', '0', '1416654911', '1416656853', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-28-1973', '1973-10-28', '-1', '-1', '107.161.85.234', '0', '1', '', '0', '0', '-1', '0', '0', 'j\"RaFt_Gd?4,d2g#W(L#TVQ\"SWS]tw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9146', '3', '', '0', 'SOLPF', '476704c360ae16c4e6449899c3e5dd4e', '2014-11-22', 'sherill-micheals7999@dep.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416655033', '0', '1416655033', '1416662215', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.175.175.144', '0', '1', '', '0', '0', '-1', '0', '0', 'VhwM+tP1#<9g/nOVzh![Y|x?r!dbDL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9147', '3', '', '0', 'JBWE', '92ed91a4e1a720ab7973790864ccb55f', '2014-11-22', 'maryannhaveman@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=LMut-X1kWw0', '', '', '', '2', '0', 'Junior Member', '0', '1416655334', '0', '1416655334', '1416657949', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1985', '1985-05-06', '-1', '-1', '167.160.115.191', '0', '1', '', '0', '0', '-1', '0', '0', '=5]4E}P}9rqm?@Doo&@x)!;.]PX{Vu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9148', '3', '', '0', 'MDefont', '5f6c2e99f415f2b220d1038a982df7fa', '2014-11-22', 'margarette_defont5293@coffee.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416656013', '0', '1416656013', '1416663183', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.84.5', '0', '1', '', '0', '0', '-1', '0', '0', '!$nk\"wK#Dj^Jhi;Nsr*m\\=7B0n|\\]2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9149', '3', '', '0', 'DMKA', '8859600a26bf5cc958e224d0fc2ad209', '2014-11-22', 'dominic-desmore7088@support.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416656109', '0', '1416656109', '1416663301', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.84.5', '0', '1', '', '0', '0', '-1', '0', '0', 'PaWNyKAhi`.YP3yI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9150', '3', '', '0', 'FGarza', '7bb30c11cbc2e76f7c0596cc98892dda', '2014-11-22', 'jordan.pickett@o2.pl', '0', '', 'http://forum.perfectgame.Co.id/entry.php?24010-les-faits-pour-2013-sur-syst-mes-rapides-dans-le-mobi', '', '', '', '2', '0', 'Junior Member', '0', '1416657640', '0', '1416657640', '1417730340', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-01-1983', '1983-04-01', '-1', '-1', '37.59.202.72', '0', '1', '', '0', '0', '-1', '0', '0', '5I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9151', '3', '', '0', 'MBlankenb', '9b5647c321f2c196e5fde96085ce2adc', '2014-11-22', 'maurice.blankenbaker3565@dep.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416659847', '0', '1416659847', '1416667030', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.231.77.169', '0', '1', '', '0', '0', '-1', '0', '0', 'V&)W&U[\\Mc#\'l0/62\'kUI&iq@Pi8>D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9152', '3', '', '0', 'GBungaree', '05573a71b7b95b8f292ecfd1ec6ecd8e', '2014-11-22', 'benjamin.vance@go2.pl', '0', '', 'http://www.tenfoldsales.com/content/melodyzukayiihraz-success-story-19', '', '', '', '2', '0', 'Junior Member', '0', '1416662903', '0', '1416662903', '1417741879', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-08-1977', '1977-09-08', '-1', '-1', '107.190.163.18', '0', '1', '', '0', '0', '-1', '0', '0', '\'hOy3x?hNh\"0i\"D]w6v(q!z\"oJqx\"Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9153', '3', '', '0', 'I04E', 'dbc10bfe9b00c71d5ce29ed57932b8ea', '2014-11-22', 'sashalindgren9311@mailcatch.com', '0', '', 'http://www.activamune.com/', '', '', '', '2', '0', 'Junior Member', '0', '1416669053', '0', '1416669053', '1416671236', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-02-1980', '1980-07-02', '-1', '-1', '167.160.115.191', '0', '1', '', '0', '0', '-1', '0', '0', '^R|xHi6~Kq262@.0`YVdr/(P=k5yhW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9154', '3', '', '0', 'JAvw', '7c76ffacc6bcaf04b3b8b486b8cf145a', '2014-11-22', 'bryan.manning@prokonto.pl', '0', '', 'http://www.alleyboy.com/forum/nouvelles-perspicacit-s-dans-les-secrets-des-lits-couchettes-de-lachat', '', '', '', '2', '0', 'Junior Member', '0', '1416672283', '0', '1416672283', '1417715239', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1985', '1985-03-17', '-1', '-1', '178.33.146.101', '0', '1', '', '0', '0', '-1', '0', '0', '[ud{=3sGC*Od5t!!vr~D.IUAjs?V)<_#t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9157', '3', '', '0', 'BJonson', '002795ef3ab95df601d5dd109e9e8063', '2014-11-22', 'ronaldburges@mailcatch.com', '0', '', 'http://www.diindolylmethane.org/', '', '', '', '2', '0', 'Junior Member', '0', '1416675243', '0', '1416675243', '1416677266', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-23-1983', '1983-03-23', '-1', '-1', '167.160.109.10', '0', '1', '', '0', '0', '-1', '0', '0', '/]@(q8;/*64Z&G^o/=0qe}5U{R]Hm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9161', '3', '', '0', 'RLarkins', 'fb0a98d164c98f4d6878dfa31d47c1fa', '2014-11-22', 'lenorehartz6949@mailcatch.com', '0', '', 'https://www.facebook.com/onedirectionfouralbumdownload', '', '', '', '2', '0', 'Junior Member', '0', '1416694397', '0', '1416694397', '1416696558', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-09-1972', '1972-07-09', '-1', '-1', '173.232.104.82', '0', '1', '', '0', '0', '-1', '0', '0', 'KeC4I,uyE[XX;6T<4X4&JX?q?Q`m),', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9162', '3', '', '0', 'DLacz', 'ed03095b147c6ce3949c59e55406099e', '2014-11-22', 'dina_lacz5758@blue.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416695027', '0', '1416695027', '1416702279', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.196.106.182', '0', '1', '', '0', '0', '-1', '0', '0', ':z]5A9lxS$Mo7\'%=Q\\[C{.$i607i\"\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9163', '3', '', '0', 'NWBQ', '52035af8deff1e4ffd9c8b657350fa03', '2014-11-22', 'manuel.mcguire@tlen.pl', '0', '', 'http://bestdaon.com/xe/index.php?mid=board_tohim&page=1&document_srl=17426', '', '', '', '2', '0', 'Junior Member', '0', '1416696137', '0', '1416696137', '1417757389', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-09-1979', '1979-08-09', '-1', '-1', '107.190.163.187', '0', '1', '', '0', '0', '-1', '0', '0', ']9XgRTo4VB@3n!CCF?\"p{{st5}Z\'K&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9164', '3', '', '0', 'LSKMY', 'b08e44cd7b506fa9c40185a02128ba43', '2014-11-22', 'lonnie.dudley@go2.pl', '0', '', 'http://www.talexpo.com/groups/un-echec-rapide-de-methodes-commodes-de-fille-du-lit-du-grenier/', '', '', '', '2', '0', 'Junior Member', '0', '1416698919', '0', '1416698919', '1417930869', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1982', '1982-01-04', '-1', '-1', '37.59.202.89', '0', '1', '', '0', '0', '-1', '0', '0', '2{A%Ibdr(ZEO}I~!|!KLCG:4]h%lPR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9165', '3', '', '0', 'PNawfel', '566fb5e49f2e1d2b0a2efacdf776b7b5', '2014-11-22', 'paz-nawfel508@sales.windowcletech.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416699197', '0', '1416699197', '1416706374', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.23.28.112', '0', '1', '', '0', '0', '-1', '0', '0', '^5KIoPYzT3\'Xh1(l]}+@R1\'sg?e\"\'G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9166', '3', '', '0', 'JKuefer', '6cd89299cfa476b215dbd1afdd82ae2b', '2014-11-23', 'armando.stuart@o2.pl', '0', '', 'http://www.studentupraktika.lt/content/some-growing-opportunities-straightforward-riad-marrakech-sal', '', '', '', '2', '0', 'Junior Member', '0', '1416702336', '0', '1416702336', '1417858410', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1971', '1971-05-13', '-1', '-1', '178.32.6.159', '0', '1', '', '0', '0', '-1', '0', '0', 'KH{X;>lPheak', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9170', '3', '', '0', 'EWKND', '85ba72f7511c7989ceb111e58d8568df', '2014-11-23', 'benjamin.vance@o2.pl', '0', '', 'http://www.iabsent.com/node/332', '', '', '', '2', '0', 'Junior Member', '0', '1416713026', '0', '1416713026', '1417741914', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-04-1985', '1985-03-04', '-1', '-1', '46.105.243.172', '0', '1', '', '0', '0', '-1', '0', '0', '@%PiT|5,)cdlvj[]oNgH9;JNMIwsqv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9171', '3', '', '0', 'ORFBS', '1f7d51db8346d52870b62412cd6c6f61', '2014-11-23', 'oliva-hollinworth@tinmoimoingayvn.info', '0', '', 'http://www.sontrangchudu.com', '', '', '', '2', '0', 'Junior Member', '0', '1416714971', '0', '1416714971', '1416723791', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-19-1978', '1978-08-19', '-1', '-1', '69.12.75.217', '0', '1', '', '0', '0', '-1', '0', '0', 'WrRR3zC]-iJ{{__(@6[R:xw8g|,)V)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9172', '3', '', '0', 'KH98', '10e3a64049fb2d1924d8c17dfeb759e0', '2014-11-23', 'leroy.heath@o2.pl', '0', '', 'http://wiki.3dmayka.ru/index.php/Un_-2-z_en_choisissant_des_d%D0%93_tails_du_c%D0%95%E2%80%9Cur_dans', '', '', '', '2', '0', 'Junior Member', '0', '1416719629', '0', '1416719629', '1418739999', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-18-1984', '1984-04-18', '-1', '-1', '46.105.243.186', '0', '1', '', '0', '0', '-1', '0', '0', '~gd@)lOAW%aVyF43XM;<}]fI?(^*X,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9173', '3', '', '0', 'ECarreiro', '9ee3b23b05846e0f4fee4d7d49b1de41', '2014-11-23', 'bernadine.burt@prokonto.pl', '0', '', 'http://www.rfws.org/groups/une-introduction-mis-a-jour-aux-secrets-de-lenfant-du-lit-couchette-intel', '', '', '', '2', '0', 'Junior Member', '0', '1416724442', '0', '1416724442', '1417798305', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-12-1981', '1981-11-12', '-1', '-1', '46.105.243.172', '0', '1', '', '0', '0', '-1', '0', '0', '#SR]A8T-gMa%RT.LI2\\-*7Q^X3i\'%t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9174', '3', '', '0', 'TMcCorkin', '45d42d65e17e60adf4db29af6fbea2e4', '2014-11-23', 'milton.hill@prokonto.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416725391', '0', '1416725391', '1417730518', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.190.163.18', '0', '1', '', '0', '0', '-1', '0', '0', 'O3NYHNLLRLgDHuFk`+\\jF7IdLA8qgT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9175', '3', '', '0', 'M7237', '146d4e0ec9294ac1a489cfb494984311', '2014-11-23', 'lauri.garner@go2.pl', '0', '', 'http://megamusics.com/index.php?do=/blog/182477/les-pointes-du-sommet-pour-syst%C3%A8mes-avis%C3%A9s', '', '', '', '2', '0', 'Junior Member', '0', '1416726322', '0', '1416726322', '1417815867', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1971', '1971-08-18', '-1', '-1', '185.45.13.190', '0', '1', '', '0', '0', '-1', '0', '0', ')k=8FJNQO3=?i0h\\)3hBgV7+A+m:@!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9176', '3', '', '0', 'E5997', '3c41bfa9ff98c8b4a9a0bd5550b1d2b3', '2014-11-23', 'kayla.brewer@go2.pl', '0', '', 'http://travelwiththewynnspod.com/entry.php?8312-An-Ideas-Overview-On-No-Hassle-Secrets-For-Ryad-Moga', '', '', '', '2', '0', 'Junior Member', '0', '1416727737', '0', '1416727737', '1418100568', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1973', '1973-04-21', '-1', '-1', '185.45.13.188', '0', '1', '', '0', '0', '-1', '0', '0', 'z`yVJ?T[YyYUI5(E\'-^8F8xN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9184', '3', '', '0', 'ZVMV', '864528a47a14c3cece080fb5ef8fec37', '2014-11-23', 'jacklyn.hodge@prokonto.pl', '0', '', 'http://grxbrandi.Wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1416763476', '0', '1416763476', '1417719187', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-12-1977', '1977-03-12', '-1', '-1', '178.32.6.175', '0', '1', '', '0', '0', '-1', '0', '0', 'uIO39L,!t;hr{$qCrco0;UG-{D%I_e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9185', '3', '', '0', 'IPDC', '23baa2686549dab2c78c6517343ec99b', '2014-11-23', 'gabriel.chase@o2.pl', '0', '', 'http://www.bredalmemorial.com/groups/conseils-de-base-en-selectionnant-des-questions-critiques-de-li', '', '', '', '2', '0', 'Junior Member', '0', '1416767850', '0', '1416767850', '1417742122', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-09-1971', '1971-11-09', '-1', '-1', '178.32.6.130', '0', '1', '', '0', '0', '-1', '0', '0', 'I!uA9\"WInkbZmn52(duQ@BYoWA&d5A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9186', '3', '', '0', 'ZParris', 'd0aaabf3c3d3de688ebb462524e3a76d', '2014-11-23', 'williamplowman2942@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416768360', '0', '1416768360', '1416768360', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.65.210.179', '0', '1', '', '0', '0', '-1', '0', '0', '$TPW[n?J5&;.?N40l&FEQsJ\"_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9190', '3', '', '0', 'IWestacot', '8d726af0913a9d768da9d6e44c105bf5', '2014-11-23', 'leonasoper180@mailcatch.com', '0', '', 'http://www.alembx.com', '', '', '', '2', '0', 'Junior Member', '0', '1416774137', '0', '1416781326', '1416846719', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-06-1985', '1985-10-06', '-1', '-1', '23.95.18.72', '0', '1', '', '0', '0', '-1', '0', '0', '[Pa:q@S3#>Ag[.%FQ-)Zq6}\\y+tnpHGy^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9217', '3', '', '0', 'K87R', '23f57ea85f8fcb352ab8ea87611b9311', '2014-11-24', 'stephen.lott@o2.pl', '0', '', 'http://thecalilook.com/?document_srl=424562', '', '', '', '2', '0', 'Junior Member', '0', '1416846726', '0', '1416846726', '1417739500', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-01-1970', '1970-07-01', '-1', '-1', '5.39.32.96', '0', '1', '', '0', '0', '-1', '0', '0', 'tdP#C(tM2(lw\"`\\0KrXwvC9CK*{;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9195', '3', '', '0', 'NLazarev', '590ec0257d2ac7dc55c719918692fd93', '2014-11-24', 'alfreda.stokes@o2.pl', '0', '', 'http://www.musicoda.com/entry.php?12140-quelques-directives-utiles-pour-m%E9thodes-%E9quilibr%E9es-d', '', '', '', '2', '0', 'Junior Member', '0', '1416797659', '0', '1416797659', '1417740862', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-18-1981', '1981-10-18', '-1', '-1', '107.190.163.187', '0', '1', '', '0', '0', '-1', '0', '0', '{vv=g`:eUgF[V0M~f2R\'-6iW~Go)!x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9196', '3', '', '0', 'MNKDU', 'e94ff9b30f69b1c7407a8ca7898a1ba7', '2014-11-24', 'gabriel.chase@tlen.pl', '0', '', 'http://Www.pobfirst.kz/node/54228', '', '', '', '2', '0', 'Junior Member', '0', '1416801884', '0', '1416801884', '1417742192', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-11-1982', '1982-01-11', '-1', '-1', '176.31.199.100', '0', '1', '', '0', '0', '-1', '0', '0', '`2P%@j,s6+?:oiz0~0rrxT}Ed\"*9)C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9197', '3', '', '0', 'P0019', 'c1433059b952297990405a6bb8337fd3', '2014-11-24', 'goldie.hancock@prokonto.pl', '0', '', 'http://funatfun.com/groups/directives-utiles-pour-les-secrets-denfant-b-sensibles/', '', '', '', '2', '0', 'Junior Member', '0', '1416809155', '0', '1416809155', '1417740804', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-02-1982', '1982-06-02', '-1', '-1', '178.32.6.172', '0', '1', '', '0', '0', '-1', '0', '0', 'M\'D7kprKi_n!lfM6}pC/Rof7vmZ]#p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9198', '8', '', '0', 'W9245', '13dfa528d13d2253e3ed16dbbb249909', '2014-11-24', 'makeshifttreasut7u8sxut@outlook.com', '0', '', 'http://www.death-amigoz.de/index.php?mod=users&action=view&id=113907', '', '', '', '2', '0', 'Banned', '0', '1416811960', '0', '1417212864', '1417215885', '1416932989', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-23-1974', '1974-02-23', '-1', '-1', '192.99.115.45', '0', '1', '', '0', '0', '-1', '0', '0', '3Azg3QdobhYX;MT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9200', '3', '', '0', 'THKD', '165e290d5103e0465da987de11c013c5', '2014-11-24', 'beatriz.oneill@tlen.pl', '0', '', 'http://www.oacnet.co.kr/xe/?document_srl=374807', '', '', '', '2', '0', 'Junior Member', '0', '1416814610', '0', '1416814610', '1417740484', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-06-1979', '1979-06-06', '-1', '-1', '107.190.163.18', '0', '1', '', '0', '0', '-1', '0', '0', 'L}7N\\\'P.CrNME/2~3Jkeok3FT3s--C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9201', '3', '', '0', 'B7149', 'f5685362800306a7c3a59a2481031adb', '2014-11-24', 'christyvajbs@outlook.com', '0', '', 'https://www.youtube.com/watch?v=dBwW486CuBQ', '', '', '', '2', '0', 'Junior Member', '0', '1416818763', '0', '1416818763', '1416826212', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-11-1977', '1977-10-11', '-1', '-1', '107.153.85.31', '0', '1', '', '0', '0', '-1', '0', '0', 'CU9?OCHtFRq2R{wnf~PBYp;zC}[0%V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9202', '3', '', '0', 'HKuefer', '33ddbf26819bde25a629a4c14fb4d3c6', '2014-11-24', 'gregory.vinson@prokonto.pl', '0', '', 'http://www.alleyboy.com/forum/une-analyse-essentielle-de-tactiques-l-gantes-pour-lit-de-grenier-pour', '', '', '', '2', '0', 'Junior Member', '0', '1416819996', '0', '1416819996', '1417711659', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-04-1977', '1977-05-04', '-1', '-1', '185.45.13.185', '0', '1', '', '0', '0', '-1', '0', '0', 'j1OwfO[C|i;DJy$OxI5Q??|\\HWRD{x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9203', '3', '', '0', 'H53Z', 'a87e1cc95d0a1a13eec01a17bacc901d', '2014-11-24', 'permissiblespecqhm17@outlook.com', '0', '', 'http://bridgettphilip4.pen.io/', '', '', '', '2', '0', 'Junior Member', '0', '1416820147', '0', '1446175572', '1448038676', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-04-1970', '1970-03-04', '-1', '-1', '192.77.242.228', '0', '1', '', '0', '0', '-1', '0', '0', '$Zl}ZmdZ\")_)MS*Z>xb\")[`k8u{6VR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9204', '2', '', '0', 'AXMB', 'cd39dfc98ff432bfeac8023a4ad3aefa', '2014-11-24', 'kandacedilpky@outlook.com', '0', '', 'https://Youtube.com/watch?v=dBwW486CuBQ&feature=share', '', '', '', '2', '0', 'Junior Member', '0', '1416820624', '0', '1416820624', '1416827882', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1979', '1979-05-17', '-1', '-1', '192.200.31.112', '0', '1', '', '0', '0', '-1', '0', '0', '6|)I~.wE]An\\caoXrCKa>t$]I6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9209', '8', '', '0', 'KAraujo', '4ba24a30b971842720f6d406ff9423ae', '2014-11-24', 'lucy1k4rqq@outlook.com', '0', '', 'http://www.skypixel.ir/profile/jensce', '', '', '', '2', '0', 'Banned', '0', '1416830504', '0', '1417208933', '1417216315', '1417107012', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-12-1985', '1985-08-12', '-1', '-1', '50.115.175.35', '0', '1', '', '0', '0', '-1', '0', '0', 'g>=T~oCq`Zu1AT.Kocm7CwFoS[zQ:u', '', '0', '82813', '0', '0', '0', '0', '', '0', '0', '', '476', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9210', '8', '', '0', 'WJPD', 'e373db5c1a91d37a4696c3904139b7de', '2014-11-24', 'chelseauxayxiq@outlook.com', '0', '', 'http://jogosdefutebol2012.com/profile/vhdch.html', '', '', '', '2', '0', 'Banned', '0', '1416831237', '0', '1417208539', '1417213718', '1417138037', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-15-1978', '1978-02-15', '-1', '-1', '199.119.225.79', '0', '1', '', '0', '0', '-1', '0', '0', '(?/Z6%kpizvZ@Kh^x;AD\"*^1a4<2#v', '', '0', '82819', '0', '0', '0', '0', '', '0', '0', '', '187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9211', '3', '', '0', 'SZIV', '6f212b826caa4b9b633ca399456cffd8', '2014-11-24', 'alfreda.stokes@tlen.pl', '0', '', 'http://liftreklama.ru/node/1480489', '', '', '', '2', '0', 'Junior Member', '0', '1416831563', '0', '1416831563', '1417892194', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-10-1975', '1975-06-10', '-1', '-1', '37.59.202.72', '0', '1', '', '0', '0', '-1', '0', '0', 'dcwYh!K*%B#Rb=DXzzcn;It`MvC%%q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9212', '3', '', '0', 'DIUE', '05b9ec0bf2a0c5dd9c24c3c5a4f99dd0', '2014-11-24', 'leroy.heath@tlen.pl', '0', '', 'http://shwhdtn2000.digimoon.net/sub2_1/592214', '', '', '', '2', '0', 'Junior Member', '0', '1416833580', '0', '1416833580', '1417709395', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1984', '1984-10-14', '-1', '-1', '37.59.77.86', '0', '1', '', '0', '0', '-1', '0', '0', '7Mi#:lU{wKh#ec7~VeUcqb[D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9214', '3', '', '0', 'UNSA', '1aba6c31610d944b999908ef201164ba', '2014-11-24', 'norman.park@tlen.pl', '0', '', 'http://centralmichiganconnected.com/groups/quelque-parler-ordinaire-sur-tactiques-terre-a-terre-dans', '', '', '', '2', '0', 'Junior Member', '0', '1416835697', '0', '1416835697', '1417730853', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-06-1983', '1983-01-06', '-1', '-1', '84.201.8.190', '0', '1', '', '0', '0', '-1', '0', '0', 'f>7O3*f}t\\7LN+E!=/h%Am@+hm\\]s~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9216', '3', '', '0', 'GMKH', 'adac3bc2294fc6ec23b117620b71eee1', '2014-11-24', 'codyseaver@spambog.com', '0', '', 'http://freeskate.lv/forums/viewtopic.php?f=28&t=690&p=2488', '', '', '', '2', '0', 'Junior Member', '0', '1416837244', '0', '1417123498', '1417134092', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1978', '1978-03-28', '-1', '-1', '5.255.88.121', '0', '1', '', '0', '0', '-1', '0', '0', 'x<=_#{r!rgEo6M)l-H8Sj>\'AV|dOGR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '324', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9221', '3', '', '0', 'AOep', '90ca2f176a5954932620430f7a1f54ba', '2014-11-24', 'stephen.lott@go2.pl', '0', '', 'http://petshareaustralia.com/groups/recevoir-les-faits-sur-les-details-necessaires-pour-mangeoire-de', '', '', '', '2', '0', 'Junior Member', '0', '1416856868', '0', '1416856868', '1417710844', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1972', '1972-07-17', '-1', '-1', '84.201.8.190', '0', '1', '', '0', '0', '-1', '0', '0', '[vKEAoG0qyFI*}`piJNTQ4Yfxy8ovm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '86', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9219', '3', '', '0', 'V78J', '911fc61196fffd887b75018ccc9c11dc', '2014-11-24', 'lizzieathaldo7061@discardmail.com', '0', '', 'http://ruby.lv/users/1251', '', '', '', '2', '0', 'Junior Member', '0', '1416851194', '0', '1417604696', '1417615526', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-03-1981', '1981-04-03', '-1', '-1', '46.22.217.249', '0', '1', '', '0', '0', '-1', '0', '0', '`R]d4RKTGDM\"%e`}$x33|rH3hu6hv\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '264', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9220', '3', '', '0', 'RFKT', 'e6db11b1b25992dd4cd2f39a0b19f797', '2014-11-24', 'kelleycarroll@bund.us', '0', '', 'http://forums.kupla.lv/topic/0411-majbruvetaju-seminars-plkst-1800-labieti?replies=10', '', '', '', '2', '0', 'Junior Member', '0', '1416852197', '0', '1417460311', '1417471303', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-12-1971', '1971-12-12', '-1', '-1', '31.187.80.213', '0', '1', '', '0', '0', '-1', '0', '0', '8zl)ACH}qzbSD2IX<=#=mE,Xcc[MLJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '260', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9222', '3', '', '0', 'VERW', 'abc7e31d15018b5d792cb26f1d72fdc2', '2014-11-24', 'annmarie.langley@go2.pl', '0', '', 'http://Www.21Cysc.Co.kr/?document_srl=269156', '', '', '', '2', '0', 'Junior Member', '0', '1416858575', '0', '1416858575', '1418162967', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-12-1980', '1980-06-12', '-1', '-1', '107.190.163.187', '0', '1', '', '0', '0', '-1', '0', '0', 'wsscME9Us9MB&Z!)V\'51~.,?6yQx3\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9223', '3', '', '0', 'EPoulin', 'f19200c56c17c41950d0471c1bb9fc1a', '2014-11-24', 'isaac.powers@prokonto.pl', '0', '', 'http://Wiki.Carkids.de/Some_Emerging_Guidelines_On_Easy_Products_Of_Cheap_Hotels_Riad_In.', '', '', '', '2', '0', 'Junior Member', '0', '1416858626', '0', '1416858626', '1417755682', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-02-1970', '1970-12-02', '-1', '-1', '37.59.77.86', '0', '1', '', '0', '0', '-1', '0', '0', '$)!Nj1<*X>ma$M!`a9/De>L4.NI-AM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9224', '3', '', '0', 'EH84', 'e8193f55bef49276706a1ec0355854d6', '2014-11-24', 'stephen.lott@tlen.pl', '0', '', 'http://www2.energybulletin.net/node/69834', '', '', '', '2', '0', 'Junior Member', '0', '1416859184', '0', '1416859184', '1417739422', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-05-1975', '1975-11-05', '-1', '-1', '37.59.77.83', '0', '1', '', '0', '0', '-1', '0', '0', '=D4C{\"*aKSSEep}kmxod@9P;sIBc_M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9240', '3', '', '0', 'DEarley', 'aa02aeff126e20eaee75e1920921bfdf', '2014-11-25', 'gabriel.chase@go2.pl', '0', '', 'http://zenula.org/forums/entry.php?2241-une-analyse-int%E9rieure-de-localiser-des-crit%E8res-majeurs', '', '', '', '2', '0', 'Junior Member', '0', '1416890686', '0', '1416890686', '1417740687', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1974', '1974-07-17', '-1', '-1', '107.190.163.18', '0', '1', '', '0', '0', '-1', '0', '0', 'h|[ZF,`#~TZL%UEel', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '206', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9227', '3', '', '0', 'SOUUN', '83aa3520cdcbf3e7b47f2a4be1ac6ac1', '2014-11-24', 'po.paal.i.n.2.38@gmail.com', '0', '', 'http://shadowfight2hackonline.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1416866013', '0', '1416866013', '1416868445', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-05-1978', '1978-03-05', '-1', '-1', '155.94.221.53', '0', '1', '', '0', '0', '-1', '0', '0', '\'YZhrKB_Yd528e-f%0fXi3\\?WC-|Hv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9228', '3', '', '0', 'XIBS', '629510c0114c99cffe703c56bc16354f', '2014-11-24', 'nelson.harrison@tlen.pl', '0', '', 'http://Picmemories.com/groups/useful-guidelines-for-locating-critical-elements-in-riad-in-marrakech-', '', '', '', '2', '0', 'Junior Member', '0', '1416866069', '0', '1416866069', '1418109077', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-08-1971', '1971-11-08', '-1', '-1', '84.201.8.190', '0', '1', '', '0', '0', '-1', '0', '0', 'N]k?:HO_kkf+oNn=Q*8&Qe][jMQtAg$}./#8lGK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9231', '3', '', '0', 'IBader', '72f35d91f483c4b0195469a84b55c518', '2014-11-24', 'ki.jiad.sn.r23@gmail.com', '0', '', 'http://shadowfight2hackonline.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1416868850', '0', '1416868850', '1416871136', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1983', '1983-05-07', '-1', '-1', '155.94.221.49', '0', '1', '', '0', '0', '-1', '0', '0', '<-k7spy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9233', '3', '', '0', 'DCalwell', '69d0ca4512fe86bf53a08521157d8fc8', '2014-11-24', 'ki.jiad.snr23@gmail.com', '0', '', 'http://shadowfight2hackonline.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1416871155', '0', '1416871155', '1416873174', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-13-1971', '1971-03-13', '-1', '-1', '155.94.221.64', '0', '1', '', '0', '0', '-1', '0', '0', 'J]j&DSRV)kqtqh.i+@`U4[SH3n\"WzC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9238', '2', '', '0', 'BBoucher', 'bf94ecd88cc9c22f611a1e079bf6d37a', '2014-11-25', 'brandie.boucher@luckysurveyz.com', '0', '', 'http://www.dailymotion.com/video/x1zf025_subway-surfers-tokyo-cheat-unlimited-keys-and-coins_videoga', '', '', '', '2', '0', 'Junior Member', '0', '1416882281', '0', '1416882281', '1416883005', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-08-1978', '1978-02-08', '-1', '-1', '198.52.225.237', '0', '1', '', '0', '0', '-1', '0', '0', 'EpG4;T8.yEi,R1~nj1xH|[Oi;sH`p<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9234', '3', '', '0', 'MLCUJ', 'bc1ac850a5345209c38a6bdd9dc39b23', '2014-11-25', 'ki.jiadsnr2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416875691', '0', '1416875691', '1416875691', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', '#pxEmsEwMzin:g~>\"n-Xj_I-QfNEFM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9235', '3', '', '0', 'OTarleton', '1f2b3ef632e81f388405494214e3fba9', '2014-11-25', 'kij.i.a.d.s.nr.23@gmail.com', '0', '', 'http://shadowfight2hackonline.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1416875736', '0', '1416875736', '1416877732', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-06-1974', '1974-02-06', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', 'y~U}hw_L#Q3#oO0[e$M`Wg$2UDrLQ%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9236', '3', '', '0', 'FJsg', '660218a061632fc94dcf7b127e03935b', '2014-11-25', 'kij.i.a.d.s.n.r.2.3@gmail.com', '0', '', 'http://shadowfight2hackonline.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1416875802', '0', '1416875802', '1416877717', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-05-1970', '1970-10-05', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', '2T9;l\'v8vB3vJrz}5V;XE-B&J]j&DS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9237', '3', '', '0', 'EWadham', 'bb9050aa2180f17c1a3da0a264128b85', '2014-11-25', 'bryan.manning@tlen.pl', '0', '', 'http://www.2heartstouch.com/member/221877/blog/view/1049145/', '', '', '', '2', '0', 'Junior Member', '0', '1416877773', '0', '1416877773', '1417930685', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-05-1982', '1982-12-05', '-1', '-1', '5.39.32.96', '0', '1', '', '0', '0', '-1', '0', '0', '2cuv++Nz{HW#B\'#[@HL+pe^joNC`w@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '93', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9241', '3', '', '0', 'GBruno', 'fd58bd4c57397ab11bcf787c04ab386f', '2014-11-25', 'alfiebarbour@mailcatch.com', '0', '', 'http://clashofclansforpc.pw/', '', '', '', '2', '0', 'Junior Member', '0', '1416893995', '0', '1416893995', '1416897621', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-09-1973', '1973-09-09', '-1', '-1', '23.95.40.64', '0', '1', '', '0', '0', '-1', '0', '0', '+%C,ax7K*A??cow;`lI&?$h\"]#K=az', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9239', '3', '', '0', 'DWord', 'f4160e038ec1a28d9e3323b53404f6a4', '2014-11-25', 'claudia.mosley@prokonto.pl', '0', '', 'http://legendry.net/?document_srl=190849', '', '', '', '2', '0', 'Junior Member', '0', '1416885734', '0', '1416885734', '1417708797', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-16-1982', '1982-11-16', '-1', '-1', '178.32.6.172', '0', '1', '', '0', '0', '-1', '0', '0', '(f`8#(__RWT5l1Z{:3~JkA<{Gc?k6md3Sz\'Alb\"6b8SBe4\\PB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9246', '3', '', '0', 'FBaley', '5b6f014172e579b7ae562c104e00c122', '2014-11-25', 'sag.a.n.d.r.e.i.3@gmail.com', '0', '', 'http://godsrushhackcheat.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1416928672', '0', '1416928672', '1416931125', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-30-1981', '1981-03-30', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'fl>I#K94(Y,q_{C%<3WqrfBm|R.3U\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9247', '3', '', '0', 'ITAFD', 'ecaaaac11b32169c761491b13a970396', '2014-11-25', 'daniel683@ams008.com', '0', '', 'http://youtu.be/5N-sMTRCD-c', '', '', '', '2', '0', 'Junior Member', '0', '1416943047', '0', '1420405164', '1420415151', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1984', '1984-06-25', '-1', '-1', '69.12.73.240', '0', '1', '', '0', '0', '-1', '0', '0', '0`St5].+X^a^q3c4_JTn$WNWVKJg{o!>yjF\"}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9250', '2', '', '0', 'B7308', '82c4697b91e3125327b971ada73da300', '2014-11-25', 'parcheddairy7682@mail.bg', '0', '', 'http://www.capleeconsulting.com/UserProfile/tabid/316/userId/21710/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1416947081', '0', '1416947081', '1417288158', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-28-1980', '1980-06-28', '-1', '-1', '46.22.217.196', '0', '1', '', '0', '0', '-1', '0', '0', 'tO6eb?^bqz{Utd_ozg|i~nsAw!J5U]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9251', '3', '', '0', 'WWill', '3b0993e93b8c88cd121a82aab3e83423', '2014-11-25', 'sag.an.d.r.e.i3@gmail.com', '0', '', 'http://godsrushhackcheat.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1416947827', '0', '1416947827', '1416950143', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-15-1971', '1971-11-15', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', 'R!qsnZjuo_#2,C,{GzXZ6p[j(|f\"P7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9252', '3', '', '0', 'GDarwin', 'fc001e8843415f683e2a6813c8e171c3', '2014-11-25', 'lonnie.dudley@tlen.pl', '0', '', 'http://www.tenfoldsales.com/content/melodyzukayiihraz-success-story-0', '', '', '', '2', '0', 'Junior Member', '0', '1416947857', '0', '1416947857', '1417729632', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-17-1984', '1984-11-17', '-1', '-1', '178.33.146.113', '0', '1', '', '0', '0', '-1', '0', '0', '6gpnv*tD0Zas]goVC]<8b--B3[.I$.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9253', '3', '', '0', 'WFreeleag', '4df232ac678f27f289df8d2bf4a6578e', '2014-11-25', 'josefina364@ams008.com', '0', '', 'http://youtu.be/5N-sMTRCD-c', '', '', '', '2', '0', 'Junior Member', '0', '1416951616', '0', '1417625394', '1417627422', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-23-1975', '1975-05-23', '-1', '-1', '69.12.73.162', '0', '1', '', '0', '0', '-1', '0', '0', '5VUr41J590e*r)5}qq`@RbxBf$6Sl)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '315', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9254', '3', '', '0', 'OX49', '5456c753f1048f1ee18a99735eea30fd', '2014-11-25', 'benton275@ams008.com', '0', '', 'http://youtu.be/5N-sMTRCD-c', '', '', '', '2', '0', 'Junior Member', '0', '1416953008', '0', '1417687508', '1417689070', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1972', '1972-04-21', '-1', '-1', '69.12.73.14', '0', '1', '', '0', '0', '-1', '0', '0', '7ZkHr(P\'>H5)y*l)\\v=Ea7`TDyR|70', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '425', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9255', '3', '', '0', 'KMsg', '6fdb280dba6f7c530bc4caa21295dc70', '2014-11-25', 'adriananicklin@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1416953652', '0', '1416953652', '1416953652', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.43.150', '0', '1', '', '0', '0', '-1', '0', '0', 'rN*!KR,7U{[fLkd-l9YsV6;[j*A*%t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9256', '3', '', '0', 'SPPG', 'a70681b019e14a33a7bd94e2eacc6e16', '2014-11-25', 'lasonyaweinman@mailcatch.com', '0', '', 'http://mymarketingcorner.com/', '', '', '', '2', '0', 'Junior Member', '0', '1416954948', '0', '1416954948', '1416957384', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-25-1975', '1975-04-25', '-1', '-1', '107.161.85.231', '0', '1', '', '0', '0', '-1', '0', '0', ']tEc3mx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9258', '3', '', '0', 'JWelsh', 'ffbf6b8def5ee3b4dcd931ebb7bcb578', '2014-11-25', 'kennyharder@mailcatch.com', '0', '', 'http://yeastinfectionstreatment.altervista.org/', '', '', '', '2', '0', 'Junior Member', '0', '1416958904', '0', '1416958904', '1417043913', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-15-1976', '1976-10-15', '-1', '-1', '107.168.11.36', '0', '1', '', '0', '0', '-1', '0', '0', 'weAGiQ`*57/jD~\"2t~~_G*D@/#W}<~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9259', '3', '', '0', 'HBeckman', '88803fedd6043edb854faafcf99f3edf', '2014-11-26', 'annmarie.langley@tlen.pl', '0', '', 'http://wikihookah.org/index.php?title=D%C3%83_fis_naissants_dans_strat%C3%83_gies_rationnelles_de_st', '', '', '', '2', '0', 'Junior Member', '0', '1416965817', '0', '1416965817', '1417715957', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-06-1972', '1972-02-06', '-1', '-1', '37.59.77.81', '0', '1', '', '0', '0', '-1', '0', '0', '&{dPY\\cPZ+iDDY8\'(4a\\fH44O-Jk=t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9264', '3', '', '0', 'J18E', '35b55b4674173f080838859ea8184f3d', '2014-11-26', 'kristen.campbell@go2.pl', '0', '', 'http://www.dwarazytak.pl/node/82712', '', '', '', '2', '0', 'Junior Member', '0', '1416986924', '0', '1416986924', '1418186476', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-19-1978', '1978-08-19', '-1', '-1', '178.32.6.130', '0', '1', '', '0', '0', '-1', '0', '0', '1?1}$=t2BkN$<:/.{9nLanN~8|1ITl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9260', '3', '', '0', 'C1191', '87514a3d45e212f8f72bdeafdba22303', '2014-11-26', 'armando.stuart@prokonto.pl', '0', '', 'http://www.tbest.com/?document_srl=2233197', '', '', '', '2', '0', 'Junior Member', '0', '1416967249', '0', '1416967249', '1417859822', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-26-1981', '1981-02-26', '-1', '-1', '37.59.77.81', '0', '1', '', '0', '0', '-1', '0', '0', '*lQPgUCPtu^`V|MNw2WXatg1G(X(Cb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9261', '3', '', '0', 'S4112', '3342954e70c11ce458d81e9585a39ca0', '2014-11-26', 'jordan.pickett@go2.pl', '0', '', 'http://www.bredalmemorial.com/groups/directives-de-lorigine-sur-des-solutions-rapides-dans-lenfant-d', '', '', '', '2', '0', 'Junior Member', '0', '1416970322', '0', '1416970322', '1417820114', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-24-1982', '1982-02-24', '-1', '-1', '37.59.202.89', '0', '1', '', '0', '0', '-1', '0', '0', '0X{4F>5-`[B[%E6jmA]30OK3]L\\+8=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9262', '3', '', '0', 'LSpada', '64b2858f70a8c7e113491da419a67eaa', '2014-11-26', 'goldie.hancock@o2.pl', '0', '', 'http://thecalilook.com/?document_srl=293211', '', '', '', '2', '0', 'Junior Member', '0', '1416972078', '0', '1416972078', '1417851743', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-09-1981', '1981-10-09', '-1', '-1', '178.32.190.135', '0', '1', '', '0', '0', '-1', '0', '0', 'q3>nvh!.C\\az%0bI(\'|(Q<;>b?r(mm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9263', '2', '', '0', 'J9694', '9182f9a7e9d4623aa37e9ae5cc9cf2ad', '2014-11-26', 'berserkgash3870@mail.bg', '0', '', 'http://www.yamato-huerth.de/new/index.php?option=com_blog&view=comments&pid=7252&Itemid=', '', '', '', '2', '0', 'Junior Member', '0', '1416978962', '0', '1416978962', '1417551095', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-11-1972', '1972-09-11', '-1', '-1', '46.22.217.197', '0', '1', '', '0', '0', '-1', '0', '0', 't$vqtF/e7@WsdyI~3ywk4\'\'(!/}SLK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9265', '3', '', '0', 'WCTPL', '4f52246075c2ea6f8d36ab6b3a04bdfa', '2014-11-26', 'dallasdixon@mailcatch.com', '0', '', 'http://environment.phc.edu.tw/userinfo.php?uid=540334', '', '', '', '2', '0', 'Junior Member', '0', '1416990744', '0', '1416990744', '1416994239', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1971', '1971-10-01', '-1', '-1', '23.94.75.94', '0', '1', '', '0', '0', '-1', '0', '0', 'v|c1oI\"d;p?29=fW;1>>K&Zlu.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9266', '3', '', '0', 'AOwen', '6e6bc7e4ed99dd7d5c3b88f42cab3434', '2014-11-26', 'sag.and.re.i.3@gmail.com', '0', '', 'http://godsrushhackcheat.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1416991051', '0', '1416991051', '1416993072', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-17-1976', '1976-04-17', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', '3v,RJL0|CH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9268', '3', '', '0', 'IWoodriff', '4fba77b7fc8c5d9bee53d4a2e6ae6c4a', '2014-11-26', 'jordan.pickett@tlen.pl', '0', '', 'http://travelwiththewynnspod.com/entry.php?11067-Un-UN-Z-utile-sur-les-tactiques-de-l-enfant-du-mobi', '', '', '', '2', '0', 'Junior Member', '0', '1417018987', '0', '1417018987', '1417729493', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-26-1976', '1976-06-26', '-1', '-1', '185.45.13.185', '0', '1', '', '0', '0', '-1', '0', '0', 'HJa`H}X\'Cz?q~;74jo`}J6@~My=51e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9269', '3', '', '0', 'MCayton', 'a045f54b0964e44e41d3b9d759c0ca5a', '2014-11-26', 'kathicoffman@mailcatch.com', '0', '', 'http://craftprojectideas.com/index.php/products/foam-crafts/foam-stickers', '', '', '', '2', '0', 'Junior Member', '0', '1417024600', '0', '1417024600', '1417026973', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1983', '1983-02-20', '-1', '-1', '192.171.255.51', '0', '1', '', '0', '0', '-1', '0', '0', ',D4uYaXEO;#8!(n=C{ZKoFl3c;IiQG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9270', '3', '', '0', 'HConger', 'bd494f4de4a7d19fcef46bf0fad8ca9a', '2014-11-26', 'sagandr.ei3@gmail.com', '0', '', 'http://godsrushhack.vodkahack.com', '', '', '', '2', '0', 'Junior Member', '0', '1417025321', '0', '1417025321', '1417027832', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1974', '1974-12-15', '-1', '-1', '69.12.64.220', '0', '1', '', '0', '0', '-1', '0', '0', 'aYnwSClv3|\']GXFFS^5H6u.>YKb-A5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9271', '3', '', '0', 'FQps', 'cf5035a87402ae6771dcaad2155d84d2', '2014-11-26', 'kayla.brewer@o2.pl', '0', '', 'http://www.namdaemoon.ca/?document_srl=803270', '', '', '', '2', '0', 'Junior Member', '0', '1417031539', '0', '1417031539', '1417774300', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1985', '1985-07-17', '-1', '-1', '5.39.32.119', '0', '1', '', '0', '0', '-1', '0', '0', '[o7:^<1\"o]/BW_\\Wj6jB:p:\\p\'AlC2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9281', '3', '', '0', 'ARamer', '02da9e7cde605050d5c952aa2eb3ef8d', '2014-11-27', 'elijahtrivett7629@mailcatch.com', '0', '', 'http://socialmediadolphin.com/story.php?title=a-background-in-fundamental-elements-in-wildstar', '', '', '', '2', '0', 'Junior Member', '0', '1417051491', '0', '1417051491', '1417053481', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-13-1984', '1984-07-13', '-1', '-1', '42.116.139.34', '0', '1', '', '0', '0', '-1', '0', '0', 'pE;#OB]YKplTaQ!4IWY=05m0^tXl.x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9272', '2', '', '0', 'G8853', 'e0537ef0ad36ee38f23c14da116744e6', '2014-11-26', 'tanassistant616lk34@outlook.com', '0', '', 'http://Samhacker.com', '', '', '', '2', '0', 'Junior Member', '0', '1417041088', '0', '1417041088', '1417041437', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-15-1977', '1977-03-15', '-1', '-1', '186.91.223.89', '0', '1', '', '0', '0', '-1', '0', '0', 'a^|}yT\'e+!zcf5Oa0]}>AdnuEI(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9273', '3', '', '0', 'AMilner', '9f8671663d98d04b7465514b3aa6b1bf', '2014-11-26', 'stantonrummel@mailcatch.com', '0', '', 'http://www.lasvegasseoguru.com/', '', '', '', '2', '0', 'Junior Member', '0', '1417042208', '0', '1417042208', '1417044174', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1974', '1974-05-07', '-1', '-1', '107.161.85.195', '0', '1', '', '0', '0', '-1', '0', '0', 'C&&aOn9-yBW>P&siob[_RZEI[:#[}{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9274', '3', '', '0', 'A47N', '3ae58e93c7344fee67a6846dc5a2c5b2', '2014-11-26', 'philipplopresti@mailcatch.com', '0', '', 'http://restaurantsnewingtonct.blogspot.com/2014/11/pizza-in-newington-ct.html', '', '', '', '2', '0', 'Junior Member', '0', '1417043200', '0', '1417043200', '1417045353', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1972', '1972-05-17', '-1', '-1', '167.160.109.10', '0', '1', '', '0', '0', '-1', '0', '0', 'Pa=][_5x0;my,QUk$11LkJOHIL4jN&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9275', '3', '', '0', 'K05Y', '8f4cf1e96e2cd3f64e5055a6d3918415', '2014-11-26', 'onitakrouse8761@discardmail.com', '0', '', 'http://officialbravefrontierhack.com', '', '', '', '2', '0', 'Junior Member', '0', '1417044469', '0', '1417044469', '1417047248', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-15-1975', '1975-11-15', '-1', '-1', '221.178.54.51', '0', '1', '', '0', '0', '-1', '0', '0', 'k<5c\"]5D]8{q^{uEcJ}yE(Lz!u.6?J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9276', '3', '', '0', 'DOMVP', 'dc412868afc622e649111a6069995da8', '2014-11-26', 'lynseyfiojln@outlook.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417044641', '0', '1417044641', '1417047536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.75.51', '0', '1', '', '0', '0', '-1', '0', '0', '.Xq<|#unNG3rK=@IpO2uLiCk<|\'XSL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9277', '3', '', '0', 'UWHE', 'c6c54eba13cc0c8fa8c6a82e6d1a7690', '2014-11-26', 'marcelohannell3452@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417045181', '0', '1417045181', '1417045181', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.139.216.145', '0', '1', '', '0', '0', '-1', '0', '0', '-H`\\o*)%tV+dUqo35[&RV3]KL:vQyR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9278', '2', '', '0', 'HConnery', 'db7ae08296d0639e7458a35aeec6568a', '2014-11-27', 'apathetichacienl7o61@outlook.com', '0', '', 'http://Samhacker.com', '', '', '', '2', '0', 'Junior Member', '0', '1417046458', '0', '1417046458', '1417047996', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-16-1980', '1980-01-16', '-1', '-1', '186.93.202.254', '0', '1', '', '0', '0', '-1', '0', '0', ')J-L7HJ=\"|hx_mb]oNQahmfuT)Dd;B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9279', '3', '', '0', 'NJaramill', '34f799581a314fde238bf7f4d521b1ee', '2014-11-27', 'mindy.campbell@go2.pl', '0', '', 'http://legendry.net/?document_srl=190849', '', '', '', '2', '0', 'Junior Member', '0', '1417046689', '0', '1417046689', '1417903435', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1982', '1982-09-20', '-1', '-1', '176.31.199.100', '0', '1', '', '0', '0', '-1', '0', '0', '(\">f9F@1=Zd$EkMv`\\A+t09H?O?;y&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9280', '3', '', '0', 'RTylor', '00771da72f7f71494274172776a53513', '2014-11-27', 'sag.a.n.dr.ei.3@gmail.com', '0', '', 'http://godsrushhack.vodkahack.com', '', '', '', '2', '0', 'Junior Member', '0', '1417050128', '0', '1417050128', '1417053074', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-29-1975', '1975-08-29', '-1', '-1', '167.114.52.100', '0', '1', '', '0', '0', '-1', '0', '0', '#t\\M1F-AY\'oI~#W*~\\PCa4+rz\"5]Gn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9282', '3', '', '0', 'VLia', '9a163b0fc11ac3889c470e21a731fde7', '2014-11-27', 'juanhentze@mailcatch.com', '0', '', 'http://mightymidgets.dk/guestbook/mm2006.php', '', '', '', '2', '0', 'Junior Member', '0', '1417054116', '0', '1417054116', '1417056213', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-24-1971', '1971-11-24', '-1', '-1', '42.116.139.34', '0', '1', '', '0', '0', '-1', '0', '0', '&^`U(tY=58Rv\'jwfXp;x8xw4c!vW2M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1327', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9283', '3', '', '0', 'SRxg', 'fcb19d65a84152b0af213189cc57edb9', '2014-11-27', 'sag.a.nd.re.i.3@gmail.com', '0', '', 'http://godsrushhack.vodkahack.com', '', '', '', '2', '0', 'Junior Member', '0', '1417060146', '0', '1417060146', '1417063008', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1981', '1981-07-15', '-1', '-1', '69.12.64.195', '0', '1', '', '0', '0', '-1', '0', '0', 'ETY,$\'|#EUYIO}dNn/fl1~.WS.hen=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9284', '3', '', '0', 'AEady', 'e010bda65b127afec507b6dd4e25fc4e', '2014-11-27', 'sag.a.n.drei.3@gmail.com', '0', '', 'http://godsrushhack.vodkahack.com', '', '', '', '2', '0', 'Junior Member', '0', '1417060266', '0', '1417060266', '1417063353', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-19-1971', '1971-04-19', '-1', '-1', '69.12.64.195', '0', '1', '', '0', '0', '-1', '0', '0', 'ub-|rPgu]q7)T#Z{AqlH+Kr_$+G;S8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9285', '3', '', '0', 'SDFJ', '84d9cf401c556d2530982ab98aac18da', '2014-11-27', 'armando.stuart@tlen.pl', '0', '', 'http://i-showad.com/xe/?document_srl=1817989', '', '', '', '2', '0', 'Junior Member', '0', '1417061951', '0', '1417061951', '1417772540', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-28-1975', '1975-08-28', '-1', '-1', '37.59.77.81', '0', '1', '', '0', '0', '-1', '0', '0', '{.B#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9287', '3', '', '0', 'SLFS', '250ff745f49abc89ce05debc3ce47c3f', '2014-11-27', 'alba.vang@o2.pl', '0', '', 'http://www.liftreklama.ru/node/1474049', '', '', '', '2', '0', 'Junior Member', '0', '1417066160', '0', '1417066160', '1417860077', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-11-1985', '1985-10-11', '-1', '-1', '178.32.57.76', '0', '1', '', '0', '0', '-1', '0', '0', 'BBd#]L{E:g&^:l+SBN\\4M+>RI@M3l1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9288', '3', '', '0', 'WToomer', '655d879330cb5c7dffb9938a18765dac', '2014-11-27', 'gregory.vinson@o2.pl', '0', '', 'http://163.152.43.49/iamchan/xe/?document_srl=680740', '', '', '', '2', '0', 'Junior Member', '0', '1417068782', '0', '1417068782', '1417795942', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-10-1976', '1976-07-10', '-1', '-1', '37.59.202.89', '0', '1', '', '0', '0', '-1', '0', '0', 'rh*eA&6.XO`ls.Z8#T_MF,-G/pb}Ed', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9289', '3', '', '0', 'TGaudet', '19a2ad55143495abd8b4b2ff0dcafaed', '2014-11-27', 'jonaspinnock4185@mailcatch.com', '0', '', 'http://www.yonsei-chem-nanomat.com/xe/index.php?mid=picture&document_srl=366811', '', '', '', '2', '0', 'Junior Member', '0', '1417070227', '0', '1417070227', '1417072298', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1980', '1980-08-18', '-1', '-1', '42.119.130.82', '0', '1', '', '0', '0', '-1', '0', '0', '6Vgda,yX~G-$Uw%60W$:koer?gFqW{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9290', '3', '', '0', 'RKorner', '22d96697271fb9d2e721528aa39a0156', '2014-11-27', 'frederickashores7554@mailcatch.com', '0', '', 'http://restaurantsnewingtonct.blogspot.com/2014/11/pizza-in-newington-ct.html', '', '', '', '2', '0', 'Junior Member', '0', '1417070423', '0', '1417070423', '1417072574', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-02-1983', '1983-07-02', '-1', '-1', '107.161.85.195', '0', '1', '', '0', '0', '-1', '0', '0', '5DMlDsxGJqL_\"$c}I/)8p`m4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9293', '3', '', '0', 'HBohm', '0915f89da10ec931bb956ffd96df413f', '2014-11-27', 'sag.an.drei.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417077526', '0', '1417077526', '1417077526', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.53.169', '0', '1', '', '0', '0', '-1', '0', '0', 'NZd]#t\\FUa93W`.9&$\'N/sucO1i_715', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9307', '3', '', '0', 'IZxh', '8a1ddd436ddc5cc79b8489a30a8ef121', '2014-11-27', 'jose.foxerectsale882imce@o2.pl', '0', '', 'http://Dev.Bidvirtual.com/node/33832', '', '', '', '2', '0', 'Junior Member', '0', '1417110388', '0', '1417110388', '1417716679', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-03-1973', '1973-12-03', '-1', '-1', '178.32.190.135', '0', '1', '', '0', '0', '-1', '0', '0', '(Lsn6lYR1ndq*OerT0%r^,iBl$MV/C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9303', '3', '', '0', 'LZMSS', '29a83afe8ba2b4d4a372b01ebec772cf', '2014-11-27', 'linabeich@clan.schackmail.com', '0', '', 'http://Sn.qseventechnologies.net/index.php?do=/profile-81199/info/', '', '', '', '2', '0', 'Junior Member', '0', '1417106580', '0', '1417106580', '1417625112', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-09-1978', '1978-11-09', '-1', '-1', '192.3.61.36', '0', '1', '', '0', '0', '-1', '0', '0', 'Y(*s~).b({:fV1r[uh-wy!Mc-K/j^[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9301', '3', '', '0', 'MV90', '58786b327ffe5cdb17d515eb3abac559', '2014-11-27', 'majorhedges@clan.schackmail.com', '0', '', 'http://Inksale.co.kr/?document_srl=1177612', '', '', '', '2', '0', 'Junior Member', '0', '1417102318', '0', '1417102318', '1417628494', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-10-1979', '1979-10-10', '-1', '-1', '192.230.52.34', '0', '1', '', '0', '0', '-1', '0', '0', 'SH#aU}>6RWH>Lv&])J2kbU{~xf}a0+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9299', '3', '', '0', 'EVWW', '88ae2e33be616b8c956e4c2810c2bd13', '2014-11-27', 'norman.park@go2.pl', '0', '', 'http://www.shalom-church.com/?document_srl=430453', '', '', '', '2', '0', 'Junior Member', '0', '1417098973', '0', '1417098973', '1417741582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1975', '1975-10-08', '-1', '-1', '37.59.202.72', '0', '1', '', '0', '0', '-1', '0', '0', '>,1^U=b#A5!:z1#GHDvEbnir!\\7)\"M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9300', '2', '', '0', 'tomosjones11', 'a154d964199796ba63f4b8a893ce3f5e', '2014-11-27', '11tomosjones@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417099196', '0', '1417099196', '1417099842', '1417099366', '2', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '86.155.84.82', '0', '1', '', '0', '0', '-1', '0', '0', 'IR?#^Q`.jz;h5p:/GNCep(@rwa@{%*', '', '0', '82809', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9302', '3', '', '0', 'J43I', '2a80f928eb3b8dc614675aeba671f744', '2014-11-27', 'jaymeminchin@clan.schackmail.com', '0', '', 'http://i-showad.com/xe/?document_srl=2240686', '', '', '', '2', '0', 'Junior Member', '0', '1417103434', '0', '1417103434', '1417627649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-08-1972', '1972-12-08', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'Hp9k(xbBqa|%freWK|y{T.Bru,[scR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9306', '3', '', '0', 'T28T', '774e2104c6a7962a4782154f955747c5', '2014-11-27', 'terrenceoxley64@clan.schackmail.com', '0', '', 'http://chrizz.budan.net/index.php?mod=users&action=view&id=108045', '', '', '', '2', '0', 'Junior Member', '0', '1417108528', '0', '1417108528', '1417622861', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-02-1971', '1971-06-02', '-1', '-1', '192.3.176.220', '0', '1', '', '0', '0', '-1', '0', '0', 'q*vOh_\'zcc8Gw,vY]nCS#aG3%Qfp34', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9304', '3', '', '0', 'BWing', '41bb2cb8609223d9dc366b99c544d27b', '2014-11-27', 'bessiewing@clan.schackmail.com', '0', '', 'http://Thelamda.com/index.php?mod=users&action=view&id=168984', '', '', '', '2', '0', 'Junior Member', '0', '1417107133', '0', '1417107133', '1417621950', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-27-1973', '1973-01-27', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'w0(Y0\\E6]r?qQu_*G=\\}qe}oI.&FC<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9305', '3', '', '0', 'IPVOH', '4691978b7b1fe5ee923c0a1c31ce74ab', '2014-11-27', 'ilsefoley@clan.schackmail.com', '0', '', 'http://i-showad.com/xe/?document_srl=2245210', '', '', '', '2', '0', 'Junior Member', '0', '1417107366', '0', '1417107366', '1417620508', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1981', '1981-09-19', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', '5Xb5q.3X5YR`}>2y*11J11XDU$`-F[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9323', '3', '', '0', 'KYBVI', '12ea11e90f99a0127ea0254a19645b1f', '2014-11-27', 'kerrieworth32@clan.schackmail.com', '0', '', 'http://i-Showad.com/xe/?document_srl=2232422', '', '', '', '2', '0', 'Junior Member', '0', '1417123872', '0', '1417123872', '1417624117', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-02-1972', '1972-11-02', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'kdaK,.T&6;CX2fF}>KF&!/3>+_sUoP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9308', '3', '', '0', 'GPen', 'df9b6c0ad49cc7021f165da0cadc237e', '2014-11-27', 'graigschimmel@clan.schackmail.com', '0', '', 'http://gallery.followtalks.com/profile/ertyh', '', '', '', '2', '0', 'Junior Member', '0', '1417110434', '0', '1417110434', '1417623343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-23-1976', '1976-08-23', '-1', '-1', '192.3.176.221', '0', '1', '', '0', '0', '-1', '0', '0', '&u_W\'N|/r|!jjwVokS\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9310', '3', '', '0', 'F60Q', '130db0d90129a057fda92d3703e67e06', '2014-11-27', 'franklinlovelady@clan.schackmail.com', '0', '', 'http://www.inksale.co.kr/?document_srl=1181051', '', '', '', '2', '0', 'Junior Member', '0', '1417111282', '0', '1417111282', '1417619159', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-07-1981', '1981-03-07', '-1', '-1', '192.77.254.74', '0', '1', '', '0', '0', '-1', '0', '0', 'fX&/#Rv&ezlqC.Z5*#h4S2ml[{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9317', '2', '', '0', 'RGxNINJ4', 'f82cdb02a8e91bf003cbd8e43033a8b7', '2014-11-27', 'vgxh4zard@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417115886', '0', '1417115921', '1417154061', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.22.138.244', '0', '1', '', '0', '0', '-1', '0', '0', '2BS^h/twzPX{H9a9:#\"G|!N03`hKd<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9321', '3', '', '0', 'AG20', '56a9c6b7a637d7386dbfe8e63927f3f3', '2014-11-27', 'alexanderramirez14@clan.schackmail.com', '0', '', 'http://www.visions-Art.org/UserProfile/tabid/395/userId/379647/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1417123210', '0', '1417123210', '1417623031', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-16-1978', '1978-12-16', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', '\"0^6EN?KS5++;YG433q^S`0f.lc{8d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9318', '3', '', '0', 'E41A', '3aa54d34f70ed3600151fc87edb36764', '2014-11-27', 'ellishanley@clan.schackmail.com', '0', '', 'http://Gongjunoin.com/xe/?document_srl=1485524', '', '', '', '2', '0', 'Junior Member', '0', '1417121557', '0', '1417121557', '1417635041', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1970', '1970-02-22', '-1', '-1', '192.3.61.103', '0', '1', '', '0', '0', '-1', '0', '0', 'WE^@X2@uFwcVV_+,|+*mJ\\s&G@*6x`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9319', '3', '', '0', 'PNanney', '64a9411c563e71cc36a4db0c07b308ec', '2014-11-27', 'patricknanney@clan.schackmail.com', '0', '', 'http://Ntcrack.Realmind.net/?document_srl=1386603', '', '', '', '2', '0', 'Junior Member', '0', '1417121763', '0', '1417121763', '1417624737', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1977', '1977-06-07', '-1', '-1', '192.3.61.103', '0', '1', '', '0', '0', '-1', '0', '0', 's>!qSe7g||wB;:-gLjoNHx:F6IkN#&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9320', '3', '', '0', 'CYfz', 'cf032425c3cacd63403672d2534f7db3', '2014-11-27', 'clemmieheist87@clan.schackmail.com', '0', '', 'http://www.abadancity.com/profile/cagoddard', '', '', '', '2', '0', 'Junior Member', '0', '1417122055', '0', '1417122055', '1417621985', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-14-1972', '1972-02-14', '-1', '-1', '192.3.61.103', '0', '1', '', '0', '0', '-1', '0', '0', ',,;sp!b.0]/Y^jE8jyx.WeQeKj=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9322', '3', '', '0', 'NByrnes', '8245581aa662478daf869ba338ba18f7', '2014-11-27', 'nelsonbyrnes@clan.schackmail.com', '0', '', 'http://theswingerpass.com/index.php?m=member_blog&p=view&id=13046&sid=142291', '', '', '', '2', '0', 'Junior Member', '0', '1417123432', '0', '1417123432', '1417622770', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-06-1977', '1977-08-06', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'c&4[)$^GL*x)e>BuDllV&HfUg.>{LU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9324', '3', '', '0', 'BNna', '126854db3ed6ecf5c0ff2630d3ce4c39', '2014-11-27', 'beverlylawton@clan.schackmail.com', '0', '', 'http://I-showad.com/xe/?document_srl=2227885', '', '', '', '2', '0', 'Junior Member', '0', '1417124434', '0', '1417124434', '1417622678', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1979', '1979-10-21', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', '$MptOxBUO_yIU^])=&GAAM*mWq,&tw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9325', '3', '', '0', 'KQch', '2f49a67a51f99ef38cf1e5c400551f55', '2014-11-27', 'kaseylawrenson@clan.schackmail.com', '0', '', 'http://kdfw.de.vu/index/users/view/id/127028', '', '', '', '2', '0', 'Junior Member', '0', '1417124609', '0', '1417124609', '1417628133', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-28-1970', '1970-12-28', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'M@>\\r@=\\Km*\'5:@cLA{T`m#Qv.g@7G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9326', '3', '', '0', 'AWtg', '505955e4781753be1531321cc5d84ab1', '2014-11-27', 'roger.black@go2.pl', '0', '', 'http://www.talexpo.com/groups/une-analyse-utile-sur-plans-rudimentaires-de-lit-de-camp-revolutionnai', '', '', '', '2', '0', 'Junior Member', '0', '1417124794', '0', '1417124794', '1417741448', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-14-1983', '1983-04-14', '-1', '-1', '107.190.163.18', '0', '1', '', '0', '0', '-1', '0', '0', '@ZE]8pLBv`[7D)XA\\:0_k(lTG$z/gb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9327', '3', '', '0', 'EFAHH', '3912bde9e1820e77c765dcd18c72166b', '2014-11-27', 'albamonsoor4008@mailcatch.com', '0', '', 'http://www.primecinematix.com/', '', '', '', '2', '0', 'Junior Member', '0', '1417124982', '0', '1417124982', '1417126889', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-21-1972', '1972-07-21', '-1', '-1', '192.230.43.163', '0', '1', '', '0', '0', '-1', '0', '0', 'TJ3vBrRY8[3X8Lhv9odl8hhFQKZYh5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9333', '3', '', '0', 'OMuriel', 'f495293cdbda3f487f3a587ec19f900d', '2014-11-27', 'beatriz.oneill@go2.pl', '0', '', 'http://Legendry.net/?document_srl=205090', '', '', '', '2', '0', 'Junior Member', '0', '1417131869', '0', '1417131869', '1417741393', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-15-1972', '1972-04-15', '-1', '-1', '176.31.199.100', '0', '1', '', '0', '0', '-1', '0', '0', '-13$]l~j,6jb^3Emz~([ylai}\'iWsB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9328', '3', '', '0', 'KHRGU', '748ab4cf0052d2be474adbff2bfcd9bf', '2014-11-27', 'karennorthcott100@clan.schackmail.com', '0', '', 'http://www.Mawoi.de/index/users/view/id/100902', '', '', '', '2', '0', 'Junior Member', '0', '1417126728', '0', '1417126728', '1417625920', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-06-1979', '1979-02-06', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'BVVi\\E?=&wh&^p#49nz-/V}5yM:Tfl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9329', '3', '', '0', 'BQqp', '968dbfa884911403293d390b95f8d8e6', '2014-11-27', 'bethanydemaio86@clan.schackmail.com', '0', '', 'http://sch0l0ka.de/index.php?mod=users&action=view&id=122811', '', '', '', '2', '0', 'Junior Member', '0', '1417127202', '0', '1417127202', '1417631921', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1975', '1975-07-03', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'diLfwj!Z[d2BtxR7ddpJt:?(8%pRGK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9330', '3', '', '0', 'IMackella', '4ce17e2eaadae993311174c0c77b5657', '2014-11-27', 'ivorymackellar@clan.schackmail.com', '0', '', 'http://Www.Thebattle.eu/index.php?mod=users&action=view&id=141732', '', '', '', '2', '0', 'Junior Member', '0', '1417127552', '0', '1417127552', '1417623370', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-19-1976', '1976-11-19', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'v^TEhZxRSOPdsJ$Hx?2D*5B[\'m5<=b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9331', '3', '', '0', 'HPannell', '451132ef101e4b34b3b8117b76b92da8', '2014-11-27', 'hannahpannell26@clan.schackmail.com', '0', '', 'http://www.Virilitygaming.com/index.php?mod=users&action=view&id=109741', '', '', '', '2', '0', 'Junior Member', '0', '1417127659', '0', '1417127659', '1417621163', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-04-1976', '1976-05-04', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', '~oFSFxtivzwK`ay?Lg,_!k!_iLz^)|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9332', '3', '', '0', 'A4753', '2c42ed3276906bb140b56fbb64e5e591', '2014-11-27', 'anibaltraill@clan.schackmail.com', '0', '', 'http://Moodle.Clackesd.K12.Or.us/user/view.php?id=446008&course=1', '', '', '', '2', '0', 'Junior Member', '0', '1417128161', '0', '1417128161', '1417621879', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1976', '1976-01-21', '-1', '-1', '104.218.197.162', '0', '1', '', '0', '0', '-1', '0', '0', 'J^fy>WIv,\"1.\"|O#Oj(nHD\'/)bPCN:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9334', '3', '', '0', 'BJnf', '3614f6490f226e3479454e7acac4f4b7', '2014-11-27', 'billyhung@clan.schackmail.com', '0', '', 'http://nachteulentv.bplaced.net/index.php?mod=users&action=view&id=66008', '', '', '', '2', '0', 'Junior Member', '0', '1417132195', '0', '1417132195', '1417627313', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-14-1982', '1982-12-14', '-1', '-1', '104.218.197.162', '0', '1', '', '0', '0', '-1', '0', '0', 'l=m$gJ8-#~]]Q~o$>X(Tr,U)Je6\"^4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9345', '3', '', '0', 'FStruther', '7bb336b0b399177ee0dc9364bd2491b6', '2014-11-28', 'tom.gordon@o2.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417159623', '0', '1417159623', '1417159623', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.45.13.188', '0', '1', '', '0', '0', '-1', '0', '0', 'CouRC_tjiymyja\"RAxv~{F0asqS5#;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9335', '2', '', '0', 'RLHI', 'b1f364b137ca8a2228be04c6879a70da', '2014-11-28', 'sag.a.n.d.re.i.3@gmail.com', '0', '', 'http://godsrushhack.vodkahack.com', '', '', '', '2', '0', 'Junior Member', '0', '1417135954', '0', '1417135954', '1417135996', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-08-1981', '1981-03-08', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', 'UvC7CC6o@w7|~x)1@4(Sk[[et+j;_5JM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9339', '3', '', '0', 'DLDLI', 'c76fb8031f65ab3425db97b42da5c9b0', '2014-11-28', 'delorassidaway@clan.schackmail.com', '0', '', 'http://Www.soonersource.com/UserProfile/tabid/95/userId/370946/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1417137223', '0', '1417137223', '1417619092', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-21-1979', '1979-11-21', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'k{v$_zb\\/h5N&PM@z!,\':0I689jbr!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9340', '3', '', '0', 'VFrantz', 'c203df29788b6f12e769e49b326b541d', '2014-11-28', 'virginiafrantz@clan.schackmail.com', '0', '', 'http://Blthorvilsonstudios.com/ActivityFeed/MyProfile/tabid/60/userId/184586/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1417137612', '0', '1417137612', '1417624041', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-26-1981', '1981-04-26', '-1', '-1', '192.3.61.116', '0', '1', '', '0', '0', '-1', '0', '0', 'wtW>.ZM\\,b[+8U+wVDg!qpb-\\9GIN^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9341', '3', '', '0', 'SQ77', 'd06574c260f7a54dca66cdbc16fb88d0', '2014-11-28', 'inezcleary4178@mailcatch.com', '0', '', 'http://nomorelonelynights.info/choose-the-axiom-project-to-get-more-knowledge/', '', '', '', '2', '0', 'Junior Member', '0', '1417138926', '0', '1417138926', '1417141284', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-08-1975', '1975-03-08', '-1', '-1', '167.160.115.159', '0', '1', '', '0', '0', '-1', '0', '0', '1Vt@s@1AlCR=BL#/Klh4~wF!V|8ano', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9353', '3', '', '0', 'AFFC', 'fcf992d57b6acbcb00865e4a22bbb310', '2014-11-28', 'lillian.stafford@go2.pl', '0', '', 'http://Www.Bandloot.com/community/22123/localisant-aide-en-choisissant-des-d%C3%A9tails-pour-lit-gre', '', '', '', '2', '0', 'Junior Member', '0', '1417209926', '0', '1417209926', '1417714972', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1970', '1970-12-09', '-1', '-1', '5.39.32.96', '0', '1', '', '0', '0', '-1', '0', '0', 'Pc1i\".x7,~y@7r:V}8{PEKWqh-&b8+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9342', '3', '', '0', 'CPOQ', '2ff764b6ec5ecf63724b4469d457c75b', '2014-11-28', 'isaac.powers@o2.pl', '0', '', 'http://Test.Mygoyang.net/?document_srl=52560', '', '', '', '2', '0', 'Junior Member', '0', '1417139529', '0', '1417139529', '1417766863', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-24-1977', '1977-12-24', '-1', '-1', '5.175.192.47', '0', '1', '', '0', '0', '-1', '0', '0', '~rj}DDWWva7*t;tmnMhQiL4&7w1/`i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9351', '3', '', '0', 'GHDN', '76e68319466c2a28f104dad325ace9d6', '2014-11-28', 'sag.a.nd.rei.3@gmail.com', '0', '', 'http://godsrushhack.dublincityjazzorchestra.com', '', '', '', '2', '0', 'Junior Member', '0', '1417199400', '0', '1417199400', '1417201550', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-07-1973', '1973-07-07', '-1', '-1', '69.12.64.195', '0', '1', '', '0', '0', '-1', '0', '0', '91p4DYi=RbBq~L%i41~SP3c>Ku<%BQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9347', '3', '', '0', 'KSweetapp', 'a4678e09e8dd01e7979d047d87d9af04', '2014-11-28', 'sag.a.n.drei3@gmail.com', '0', '', 'http://godsrushhack.vodkahack.com', '', '', '', '2', '0', 'Junior Member', '0', '1417173860', '0', '1417173860', '1417176582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1974', '1974-12-27', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', '1gd~[7/y((MO)-_{(I6/L->eE;kk)k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9488', '3', '', '0', 'WFreel', '5c2bd4f66156bd469723f542a7e6c07a', '2014-12-04', 'darryl.hull@prokonto.pl', '0', '', 'http://newmexico-Wrestling.com/groups/a-helpful-a-to-z-on-efficient-secrets-of-lila-riad-guest-house', '', '', '', '2', '0', 'Junior Member', '0', '1417652739', '0', '1417652739', '1418104716', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-15-1985', '1985-11-15', '-1', '-1', '5.39.32.119', '0', '1', '', '0', '0', '-1', '0', '0', '%r`lxq}+%q@1l#S&rl(Ofb>xN*jB@[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9343', '3', '', '0', 'E65S', 'e9034d4d021ce819983a2b54103d713c', '2014-11-28', 'hugohuntington@mailcatch.com', '0', '', 'http://www.petitionbuzz.com/petitions/excavationdetails', '', '', '', '2', '0', 'Junior Member', '0', '1417150526', '0', '1417150526', '1417152575', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-06-1979', '1979-02-06', '-1', '-1', '23.232.137.73', '0', '1', '', '0', '0', '-1', '0', '0', 'Kyig{7NLCBD#|#Cxs#B[ZCQa\'Nlp:~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9412', '3', '', '0', 'NPrevost', '6449c838a374ebd91bd911fcd64e4693', '2014-11-30', 'declanhildebrant899@trash-mail.com', '0', '', 'http://willmed.co.kr/xe/?document_srl=1120228', '', '', '', '2', '0', 'Junior Member', '0', '1417347680', '0', '1417505301', '1417516724', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1978', '1978-06-07', '-1', '-1', '5.196.159.134', '0', '1', '', '0', '0', '-1', '0', '0', 'RY4Eiy0Kgq+h:[!4SKO.qV)akTV0J,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '247', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9344', '3', '', '0', 'S05H', '9ce4ebe0f5ed8318ad62a709f4519436', '2014-11-28', 'araceli.mckenzie@go2.pl', '0', '', 'http://www.namdaemoon.ca/?document_srl=672144', '', '', '', '2', '0', 'Junior Member', '0', '1417157892', '0', '1417157892', '1417862430', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-16-1977', '1977-11-16', '-1', '-1', '5.175.192.47', '0', '1', '', '0', '0', '-1', '0', '0', 'u?L|H>j]oxx\"`r:O);\\}eM;n($Z@+*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9346', '3', '', '0', 'NUOC', '53d661f61bb6eeb52dd6eebcfc050999', '2014-11-28', 'sag.an.d.rei.3@gmail.com', '0', '', 'http://godsrushhack.vodkahack.com', '', '', '', '2', '0', 'Junior Member', '0', '1417162257', '0', '1417162257', '1417164788', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-20-1985', '1985-10-20', '-1', '-1', '167.114.52.114', '0', '1', '', '0', '0', '-1', '0', '0', 'v/2uI%HLr~XWRm-H:6SpF+Uwkjw/Jq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9395', '3', '', '0', 'FTheriaul', '5155d805600407799ab067b45111fa24', '2014-11-29', 'maryannlowrance7310@mailcatch.com', '0', '', 'https://castleclashhack750.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1417267219', '0', '1417267219', '1417269422', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-10-1974', '1974-11-10', '-1', '-1', '107.161.83.229', '0', '1', '', '0', '0', '-1', '0', '0', 'U*w<2R3?Yh(rkrF?AvuK0+_B`LRdB>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9348', '3', '', '0', 'LXBC', 'bf96dd812cfe0ecea20ca654b148699f', '2014-11-28', 'stephen.lott@prokonto.pl', '0', '', 'http://Dev.bidvirtual.com/node/29975', '', '', '', '2', '0', 'Junior Member', '0', '1417175819', '0', '1417175819', '1417727962', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-21-1974', '1974-02-21', '-1', '-1', '5.39.32.96', '0', '1', '', '0', '0', '-1', '0', '0', 'e\")3L51?4e0mUD_FeH.&Sml~weB5?}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9396', '3', '', '0', 'NZBR', '690d7650b2dad51ba8545734e93e7e76', '2014-11-29', 'sag.an.dr.e.i3@gmail.com', '0', '', 'http://godsrushhack.dublincityjazzorchestra.com', '', '', '', '2', '0', 'Junior Member', '0', '1417277694', '0', '1417277694', '1417279791', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1980', '1980-10-21', '-1', '-1', '91.108.182.143', '0', '1', '', '0', '0', '-1', '0', '0', '`2g{r\\.L8FopXl6{5M9R~6/FgY|M`U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9349', '2', '', '0', 'AMays', 'e1143df436ffef07d6bd6b9d19e3b97e', '2014-11-28', 'offbeatweapon6565@mail.bg', '0', '', 'http://belecherefestival.com/UserProfile/tabid/61/userId/58579/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1417186406', '0', '1417186406', '1417962135', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1971', '1971-03-27', '-1', '-1', '46.22.217.198', '0', '1', '', '0', '0', '-1', '0', '0', 'Mt9z^jw{o?~{a=V)Q0X+&N\'jXp8=oS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9365', '3', '', '0', 'YSebastia', '9c51d50cf4f5b14e5e0a1fd3c97e3fb8', '2014-11-29', 'sagand.r.e.i3@gmail.com', '0', '', 'http://godsrushhack.dublincityjazzorchestra.com', '', '', '', '2', '0', 'Junior Member', '0', '1417227123', '0', '1417227123', '1417229262', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-30-1984', '1984-03-30', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', 'kQ!yodxI,7CQQH@4+!T!8X\"zHV:4\'N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9350', '3', '', '0', 'PUVJ', '76c25a4d248b9e149d4008fb7a828d47', '2014-11-28', 'brent.larson@go2.pl', '0', '', 'http://chri.math.snu.ac.kr/xe/?document_srl=2461305', '', '', '', '2', '0', 'Junior Member', '0', '1417196121', '0', '1417196121', '1418023814', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1976', '1976-03-28', '-1', '-1', '5.175.192.47', '0', '1', '', '0', '0', '-1', '0', '0', 'eh(cu&&w=N7=\'ueqg!p3TSV.D.aw4{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9352', '3', '', '0', 'SWink', 'c50feed98a37339ed8625c3c78cf2165', '2014-11-28', 'milton.hill@tlen.pl', '0', '', 'http://indiegree.com/salon/groups/quelque-information-sur-secrets-accessibles-dadolescent-de-bureau/', '', '', '', '2', '0', 'Junior Member', '0', '1417202182', '0', '1417202182', '1417799161', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-27-1977', '1977-07-27', '-1', '-1', '84.201.8.190', '0', '1', '', '0', '0', '-1', '0', '0', 'C.32y^&gE\'Y8tWQ~u9.1c:.f)ideB\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9354', '3', '', '0', 'NMancuso', 'a9cd00a3e92bda52e32cb6bc71a12d22', '2014-11-28', 'sag.a.n.d.r.e.i3@gmail.com', '0', '', 'http://godsrushhack.dublincityjazzorchestra.com', '', '', '', '2', '0', 'Junior Member', '0', '1417212684', '0', '1417212684', '1417214555', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1977', '1977-07-08', '-1', '-1', '167.114.52.100', '0', '1', '', '0', '0', '-1', '0', '0', '}W-\"iid):2#J:Kf^4X7)957{Qg/qbr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9355', '3', '', '0', 'NJVB', '1c66b9e3d885c789dd1b84566dd52a1b', '2014-11-28', 'lauri.garner@tlen.pl', '0', '', 'http://atsol.kau.ac.kr/xe/?document_srl=474132', '', '', '', '2', '0', 'Junior Member', '0', '1417214186', '0', '1417214186', '1417714657', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-16-1976', '1976-11-16', '-1', '-1', '84.201.8.191', '0', '1', '', '0', '0', '-1', '0', '0', 'K_Qci]0~qLg^}=Ys#_vuL=@co9zUIl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9356', '3', '', '0', 'SCroteau', '2bd31cea8b5c0100c70632fead90d7f6', '2014-11-28', 'sherrylcroteau@clan.schackmail.com', '0', '', 'http://109.230.254.127/index.php?mod=users&action=view&id=177720', '', '', '', '2', '0', 'Junior Member', '0', '1417214788', '0', '1417214788', '1417620476', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-13-1977', '1977-07-13', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', '+{Sj~a!pd(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9359', '3', '', '0', 'JDYEN', '1ecf548289d14e1557c8c5c6996058b3', '2014-11-28', 'jomccreary@clan.schackmail.com', '0', '', 'http://theswingerpass.com/index.php?m=member_blog&p=view&id=13046&sid=142342', '', '', '', '2', '0', 'Junior Member', '0', '1417216664', '0', '1417216664', '1417626047', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-28-1976', '1976-01-28', '-1', '-1', '192.3.176.221', '0', '1', '', '0', '0', '-1', '0', '0', 'jzlTspT{w~IAH89]=Eu>8?Mj]2q@+7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9360', '3', '', '0', 'CSES', 'cc10858075eb9155dc0cc070c5b95f36', '2014-11-28', 'colbyboos@clan.schackmail.com', '0', '', 'http://snakzstock.com/dressup4ever/profile/1085335/NiWSZL.html', '', '', '', '2', '0', 'Junior Member', '0', '1417216883', '0', '1417216883', '1417624108', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-14-1976', '1976-05-14', '-1', '-1', '192.3.176.221', '0', '1', '', '0', '0', '-1', '0', '0', 'K(j!$b~M%Hd>&#bz@y:mew~W8+nD!\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9361', '3', '', '0', 'CARZW', 'ea746825e26889c6761cd92d5d9fdb66', '2014-11-28', 'cyrilbenitez@clan.schackmail.com', '0', '', 'http://Www.archiplanet.org/wiki/Locating_The_Answers_For_Choosing_Major_Factors_Of_Corrective_Lens', '', '', '', '2', '0', 'Junior Member', '0', '1417217370', '0', '1417217370', '1417625180', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1972', '1972-07-03', '-1', '-1', '192.3.176.221', '0', '1', '', '0', '0', '-1', '0', '0', '\'>RD?2Y=77>WWRTH:WgQ8>xq%(ADI[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9363', '3', '', '0', 'HUNQD', '7babe8861f550f01dcc6a7e1c6b63194', '2014-11-29', 'sag.a.n.d.re.i3@gmail.com', '0', '', 'http://godsrushhack.dublincityjazzorchestra.com', '', '', '', '2', '0', 'Junior Member', '0', '1417225807', '0', '1417225807', '1417228377', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1974', '1974-09-28', '-1', '-1', '178.216.54.88', '0', '1', '', '0', '0', '-1', '0', '0', '.~ky--SjKKg~Sm>h6ny36?-w-OH2)I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9364', '3', '', '0', 'RWZK', 'aa7181332b3c29c002b0ce8aa950df88', '2014-11-29', 'sag.and.r.ei3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417225941', '0', '1417225941', '1417225941', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.216.54.88', '0', '1', '', '0', '0', '-1', '0', '0', 'Ao0|.AQMZJ\"0eg(Qxj8__\'-iDK\\`|j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9409', '3', '', '0', 'MRede', '29e0ba25192d0d6d91d1deb0bfd95379', '2014-11-30', 'maryannerede75@clan.schackmail.com', '0', '', 'http://www.samsungsoccer.com/profile/871203/HoDunagan.html', '', '', '', '2', '0', 'Junior Member', '0', '1417317814', '0', '1417317814', '1417619033', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1983', '1983-10-08', '-1', '-1', '192.3.61.103', '0', '1', '', '0', '0', '-1', '0', '0', 'Pzh3Hqs?KM,HGACX^og-A,Syl@u!`,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9366', '3', '', '0', 'CZZE', '743c01ebec167cd95fadf69adca64bc1', '2014-11-29', 'cortezroman86@clan.schackmail.com', '0', '', 'http://theswingerpass.com/index.php?m=member_blog&p=view&id=12823&sid=138115', '', '', '', '2', '0', 'Junior Member', '0', '1417229024', '0', '1417229024', '1417630949', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-08-1975', '1975-04-08', '-1', '-1', '104.218.197.162', '0', '1', '', '0', '0', '-1', '0', '0', '#U6:gNv|?|3,#00evGk*+Ymlnt^xsw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9367', '3', '', '0', 'LXdi', '7c4ed4dd81d1f8c0eeda3c9a33bccbfa', '2014-11-29', 'leathaboddie13@clan.schackmail.com', '0', '', 'http://Obrazkynaplochu.sk/profile/bopolen', '', '', '', '2', '0', 'Junior Member', '0', '1417229537', '0', '1417229537', '1417629080', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1973', '1973-07-26', '-1', '-1', '104.218.197.162', '0', '1', '', '0', '0', '-1', '0', '0', 'M}-%\\.pnh?18]FT_QM3+-&]UMm3?J2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9368', '3', '', '0', 'SWillison', 'd5916f2509f992e2c1463e913621d6ea', '2014-11-29', 'susannahwillison14@clan.schackmail.com', '0', '', 'http://lipt.Korea.ac.kr/xe/index.php?mid=News&page=1&document_srl=116632', '', '', '', '2', '0', 'Junior Member', '0', '1417229727', '0', '1417229727', '1417633664', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1975', '1975-03-27', '-1', '-1', '104.218.197.162', '0', '1', '', '0', '0', '-1', '0', '0', 'ts7s-3DQ^zDG)J*@Ty(D{Z5,&=GP?\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9369', '3', '', '0', 'ECYBR', 'ed15ac99f808656a086f6794c4506eb9', '2014-11-29', 'emilieharpur@clan.schackmail.com', '0', '', 'http://Shackletondukecreative.com/groups/tips-for-2013-on-wise-systems-of-eyesight/', '', '', '', '2', '0', 'Junior Member', '0', '1417230209', '0', '1417230209', '1417619075', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-03-1983', '1983-06-03', '-1', '-1', '104.218.197.162', '0', '1', '', '0', '0', '-1', '0', '0', '~r:S&mb1HjH/ay]4Z[cbH\'zl\'(gbFC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9370', '3', '', '0', 'MJ73', '52e01bcee6bd0d89671c8f272d661fbc', '2014-11-29', 'myrnarandall@clan.schackmail.com', '0', '', 'http://appbutton.co.kr/vp/xe/index.php?mid=vp&search_target=tag&search_keyword=e&sort_in', '', '', '', '2', '0', 'Junior Member', '0', '1417236889', '0', '1417236889', '1417621062', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-03-1970', '1970-02-03', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', '@xHU:`~o8)RdU>{T|BmAW`_C`9txqC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9371', '3', '', '0', 'JSeitz', 'f29fcaec1c76f4f68a50b3f40f352233', '2014-11-29', 'janinaseitz56@clan.schackmail.com', '0', '', 'http://xisbook.com.br/index.php?do=/profile-10261/info/', '', '', '', '2', '0', 'Junior Member', '0', '1417236936', '0', '1417236936', '1417621247', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1976', '1976-11-20', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'OVkgytWCKv,iZhBmni|25R#@&BWigJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9372', '3', '', '0', 'GFergerso', 'd5d79e85020dd2eca23d355906e89881', '2014-11-29', 'garnetfergerson90@clan.schackmail.com', '0', '', 'http://Ing.Ohseon.com/xe/?document_srl=46600', '', '', '', '2', '0', 'Junior Member', '0', '1417237126', '0', '1417237126', '1417627798', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-12-1979', '1979-10-12', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', 'UoyP!C~!spwy?J+0RI]Q)|;b6c7.vq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9373', '3', '', '0', 'CHYF', '6e2133bdadb35a9422d3001e6d579f85', '2014-11-29', 'cristinesadleir@clan.schackmail.com', '0', '', 'http://www.inksale.co.kr/?document_srl=1181719', '', '', '', '2', '0', 'Junior Member', '0', '1417237941', '0', '1417237941', '1417629784', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-02-1983', '1983-12-02', '-1', '-1', '104.218.197.156', '0', '1', '', '0', '0', '-1', '0', '0', '*7[RUU8upNyoW;8=\"@<=pFeu#IQ5S~Vy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9377', '3', '', '0', 'MSIOM', 'f779ada81965c7c122710bc4015454c2', '2014-11-29', 'matthiasfitzsimmons87@clan.schackmail.com', '0', '', 'http://I-Showad.com/xe/?document_srl=2242149', '', '', '', '2', '0', 'Junior Member', '0', '1417238783', '0', '1417238783', '1417625840', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1971', '1971-10-21', '-1', '-1', '192.3.61.103', '0', '1', '', '0', '0', '-1', '0', '0', 'tr%\\8~8w!A\'w{\\l&-iD@Z+V4!l0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9379', '3', '', '0', 'ITZG', 'ae7d2730a9f15806d84c409ff23e644f', '2014-11-29', 'gabrielecoy7@clan.schackmail.com', '0', '', 'http://kfta.korea.com/xe/?document_srl=1860901', '', '', '', '2', '0', 'Junior Member', '0', '1417242189', '0', '1417242189', '1417627263', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-24-1985', '1985-01-24', '-1', '-1', '192.3.176.222', '0', '1', '', '0', '0', '-1', '0', '0', '\\W(8-+QR~L$cr2cS4\",-k*P8E_mitT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9380', '3', '', '0', 'OXGLE', '8c9a7db0d54ee1e38e56594c90b706e2', '2014-11-29', 'sagandre.i.3@gmail.com', '0', '', 'http://godsrushhack.dublincityjazzorchestra.com', '', '', '', '2', '0', 'Junior Member', '0', '1417242624', '0', '1417242624', '1417245486', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-19-1977', '1977-04-19', '-1', '-1', '91.108.182.143', '0', '1', '', '0', '0', '-1', '0', '0', '3SI560hN+QOhH?:s#]-gC_MHYYEZ:j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9381', '3', '', '0', 'JLack', 'baacd419279a36f07c86ed5e983dcd17', '2014-11-29', 'lauri.garner@o2.pl', '0', '', 'http://wikihookah.org/index.php?title=Quelques_occasions_croissantes_dans_choisir_des_aspects_cl%C3%', '', '', '', '2', '0', 'Junior Member', '0', '1417242875', '0', '1417242875', '1417713026', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-11-1976', '1976-02-11', '-1', '-1', '84.201.8.191', '0', '1', '', '0', '0', '-1', '0', '0', '2OIqKvto2nRONx3RnF)?E\"X\\o*?AJp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9382', '3', '', '0', 'LLCXK', '0ecfc13ca600766dccbc29a728b2d33b', '2014-11-29', 'luigipilkington77@clan.schackmail.com', '0', '', 'http://Dotnetnuke.Joinernetworks.com/ActivityFeed/MyProfile/tabid/61/UserId/345627/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1417244762', '0', '1417244762', '1417630743', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-26-1971', '1971-03-26', '-1', '-1', '192.3.176.222', '0', '1', '', '0', '0', '-1', '0', '0', 'rG3*z$o_):O|+aXwn^i]oSB2lXg.X$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9383', '3', '', '0', 'P4603', '42481aafae73a9ec5580d0116173ef03', '2014-11-29', 'pearlinejaime@clan.schackmail.com', '0', '', 'http://Hdbabes.biz/profile/kapfg', '', '', '', '2', '0', 'Junior Member', '0', '1417246124', '0', '1417246124', '1417627335', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-01-1981', '1981-03-01', '-1', '-1', '192.3.61.36', '0', '1', '', '0', '0', '-1', '0', '0', '2[3uyKC*Ja#V\"dGFxbr~co(x*[CTP4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9384', '3', '', '0', 'KXcm', '1db1dfc47fcb3948fe4f4e1a3c36e2b9', '2014-11-29', 'karissaseay48@clan.schackmail.com', '0', '', 'http://www.freshwidewallpapers.com/profile/alsalley', '', '', '', '2', '0', 'Junior Member', '0', '1417246424', '0', '1417246424', '1417623276', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-28-1981', '1981-08-28', '-1', '-1', '192.3.176.214', '0', '1', '', '0', '0', '-1', '0', '0', '{3\\%0A@uba(WIPvO\'.%T$;=qe5d0$U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9385', '3', '', '0', 'AYKOY', '47bd0c45c6c1df4e6835e2474c3066a4', '2014-11-29', 'beulah.castaneda@go2.pl', '0', '', 'http://bbs.hscu.ac.kr/index.php?mid=video&sort_index=regdate&order_type=desc&document_sr', '', '', '', '2', '0', 'Junior Member', '0', '1417246516', '0', '1417246516', '1418104331', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-05-1985', '1985-12-05', '-1', '-1', '185.45.13.188', '0', '1', '', '0', '0', '-1', '0', '0', 'H2)I&6Ip0V}cAI/)IbvgK-VE@kcMcp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9386', '3', '', '0', 'L5805', '4da0d442e955c220b4006d028d21a6aa', '2014-11-29', 'linniedionne100@clan.schackmail.com', '0', '', 'http://Letsplaydelay.com/index.php?mod=users&action=view&id=96426', '', '', '', '2', '0', 'Junior Member', '0', '1417248210', '0', '1417248210', '1417624049', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-05-1981', '1981-09-05', '-1', '-1', '192.3.61.103', '0', '1', '', '0', '0', '-1', '0', '0', '$k>oqID^Ya{l^[AiONrZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9387', '3', '', '0', 'JKilleen', '8df74c1e3a0365fe54f86ff040abed1d', '2014-11-29', 'sag.an.dr.ei.3@gmail.com', '0', '', 'http://godsrushhack.dublincityjazzorchestra.com', '', '', '', '2', '0', 'Junior Member', '0', '1417248520', '0', '1417248520', '1417251054', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1976', '1976-10-14', '-1', '-1', '69.12.64.220', '0', '1', '', '0', '0', '-1', '0', '0', '>CV~v7MX[CxTxwBif\\b2nmn;qx]#2Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9388', '3', '', '0', 'M1650', '1b1b3af1c2739f85addfb96c531be481', '2014-11-29', 'margaritalukis@clan.schackmail.com', '0', '', 'http://www.mad-factory.de/index.php?mod=users&action=view&id=107151', '', '', '', '2', '0', 'Junior Member', '0', '1417250490', '0', '1417250490', '1417626345', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-12-1978', '1978-12-12', '-1', '-1', '192.3.176.222', '0', '1', '', '0', '0', '-1', '0', '0', ')[8e~KcB;_|PASrj*[vAcZKD9cn**RcZPB)P9)1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9400', '3', '', '0', 'SZVW', '4e167e50983df91a7fdb92acc6954dda', '2014-11-29', 'maxheadley@hulapla.de', '0', '', 'http://enleverlescernes.santeavis.net/', '', '', '', '2', '0', 'Junior Member', '0', '1417287867', '0', '1417287867', '1417293609', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-05-1977', '1977-06-05', '-1', '-1', '197.205.122.96', '0', '1', '', '0', '0', '-1', '0', '0', '%4pxmypMUD@`ffgK))3Zb=RpYKaqrLg6\\f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9410', '3', '', '0', 'RZtz', '3316d0fa5bcea1450f0b31c891978e7a', '2014-11-30', 'sag.a.n.dr.e.i3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417341343', '0', '1417341343', '1417341343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.79.121', '0', '1', '', '0', '0', '-1', '0', '0', '&`OsSN_e45iI(i2ODHz]hTYCiq>@2,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9392', '3', '', '0', 'RElkin', '8d3dd20c5fa35c02a65b028a5882a707', '2014-11-29', 'rickeyelkin39@clan.schackmail.com', '0', '', 'http://sch0l0ka.de/index.php?mod=users&action=view&id=122811', '', '', '', '2', '0', 'Junior Member', '0', '1417262150', '0', '1417262150', '1417620739', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1978', '1978-08-18', '-1', '-1', '192.3.176.220', '0', '1', '', '0', '0', '-1', '0', '0', 'T.vm*2v^x,dD-c?Nd_Xi2l)ev1O&5z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9393', '3', '', '0', 'R39Z', '8cc5c5e0d5e72c8666b0f6b5eb5dbd8e', '2014-11-29', 'ronnysowell@clan.schackmail.com', '0', '', 'http://Ikzouhetnietweten.nl/index.php?mod=users&action=view&id=275325', '', '', '', '2', '0', 'Junior Member', '0', '1417262496', '0', '1417262496', '1417625566', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-04-1973', '1973-07-04', '-1', '-1', '192.3.176.220', '0', '1', '', '0', '0', '-1', '0', '0', 'Gm|;ANRya6>?##*6#j(~HQ)DI6kbH=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9394', '3', '', '0', 'FMcMahan', '73d37cd8ad2ef9f729bdbba744ad1cb3', '2014-11-29', 'federicomcmahan70@clan.schackmail.com', '0', '', 'http://godofindia.com/profile/misilvia', '', '', '', '2', '0', 'Junior Member', '0', '1417262637', '0', '1417262637', '1417622258', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-16-1970', '1970-03-16', '-1', '-1', '192.3.176.220', '0', '1', '', '0', '0', '-1', '0', '0', '+Lq\\GSqdqtg{,jg4i0eqT/(AqP^8@i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9402', '3', '', '0', 'L6880', 'a7277c4f3969a88a2573aa9896432f20', '2014-11-29', 'sagand.rei.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417300493', '0', '1417300493', '1417300493', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', '5_O[O/\\Zh?TC6Dx*t\'h7m-pj(LT[yp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9397', '3', '', '0', 'P4253', 'ff49f7c9771869207f6c851ff8015c1e', '2014-11-29', 'polchinski@highspeedmail.info', '0', '', 'http://cornpuff.com/__media__/js/netsoltrademark.php?d=spilleautomater.com', '', '', '', '2', '0', 'Junior Member', '0', '1417280039', '0', '1417280039', '1417284449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1981', '1981-07-17', '-1', '-1', '167.160.110.140', '0', '1', '', '0', '0', '-1', '0', '0', 'aL2z;=R;J)rWvR:E3v7KVES6@iPW(z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9398', '3', '', '0', 'L86E', 'c1611736109c4b7427f11d5897a67d35', '2014-11-29', 'beulah.castaneda@o2.pl', '0', '', 'http://www.1omarion.com/forum/background-analysis-valuable-secrets-marrakech-riad-bahja-449456', '', '', '', '2', '0', 'Junior Member', '0', '1417283259', '0', '1417283259', '1417862815', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-13-1982', '1982-11-13', '-1', '-1', '46.105.243.172', '0', '1', '', '0', '0', '-1', '0', '0', 'x29p_nPTreA/()uQt_#Y]Qm7w[5`gM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9399', '2', '', '0', 'JKnotts', '86dcb4f8bfa4ddd182c7c7035e3a423e', '2014-11-29', 'equableruler3772@mail.bg', '0', '', 'http://snsoil.com/UserProfile/tabid/650/userId/78137/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1417284187', '0', '1417284187', '1419237971', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1973', '1973-10-08', '-1', '-1', '165.231.27.191', '0', '1', '', '0', '0', '-1', '0', '0', '?f$rYi4gq=^D3>GkzwZ3o7GQ}t/`T\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9401', '3', '', '0', 'KDonoghue', '01820088fc834b0ee1a5416347b52ba9', '2014-11-29', 'malissatruman@mailcatch.com', '0', '', 'http://baisch.com/About-Us/about-us-our-approach.html', '', '', '', '2', '0', 'Junior Member', '0', '1417290467', '0', '1417290467', '1417293151', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-06-1970', '1970-07-06', '-1', '-1', '204.44.112.164', '0', '1', '', '0', '0', '-1', '0', '0', 'w1\'`DNS8m}dyF-;iexZM\'zYYuGxkGY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9446', '2', '', '0', 'ESeibert', 'f9f39408e852413487b18e6c52ef2643', '2014-12-02', 'permissibleransahf@freemail.hu', '0', '', 'http://85.214.206.118/index.php?mod=users&action=view&id=97194', '', '', '', '2', '0', 'Junior Member', '0', '1417504654', '0', '1417504654', '1417505256', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1976', '1976-01-18', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', 'l6Fs~(%/Ei>Zc!s\"3\\9>.>c[Jvx?Te', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9403', '2', '', '0', 'CDwyer', '5a62db702fe0dee15e1c8453a0308724', '2014-11-29', 'czzx@wyh.nl', '0', '', 'http://paleo-recepten.blogspot.com/', '', '', '', '2', '0', 'Junior Member', '0', '1417300764', '0', '1417300764', '1417301378', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-16-1980', '1980-07-16', '-1', '-1', '37.59.216.200', '0', '1', '', '0', '0', '-1', '0', '0', 'YRD$ME1?i.`k0WS*8Nb?M2ac<,<99Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9404', '3', '', '0', 'M13X', 'e0c559866fbaab418d06323b0da9162b', '2014-11-29', 'cooperativejunkak894@outlook.com', '0', '', 'http://waffenbrueder-kassel.de.dd16032.kasserver.com/index.php?mod=users&action=view&id=1683', '', '', '', '2', '0', 'Junior Member', '0', '1417304811', '0', '1417304811', '1417305819', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-01-1984', '1984-03-01', '-1', '-1', '111.10.37.129', '0', '1', '', '0', '0', '-1', '0', '0', ')ye>n6R?\\0JrB]r/}@qn9!8{^Ql(1T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9405', '3', '', '0', 'PCrosby', 'f0d0d03662dc6cfa785a2dd6a419c52b', '2014-11-29', 'sagand.r.e.i.3@gmail.com', '0', '', 'http://godsrushhack.dublincityjazzorchestra.com', '', '', '', '2', '0', 'Junior Member', '0', '1417305084', '0', '1417305084', '1417307530', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1974', '1974-09-20', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', 'Dq\\([^k*qr{KR/[^VOKeNjX%,\"*9\',', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9406', '3', '', '0', 'S41K', 'a1bc03d2f2416888362dd37eefe8d8bd', '2014-11-29', 'sa.gandre.i.3@gmail.com', '0', '', 'http://godsrushhack.dublincityjazzorchestra.com', '', '', '', '2', '0', 'Junior Member', '0', '1417305151', '0', '1417305151', '1417307935', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-24-1975', '1975-07-24', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', 'ALj#frWEY~1>gnqiN^fk{Q2Jp`3_|T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9407', '3', '', '0', 'E8107', '130d07ba5410b0956a8d5c6f9de2e0d5', '2014-11-30', 'sag.a.ndre.i3@gmail.com', '0', '', 'http://godsrushhack.dublincityjazzorchestra.com', '', '', '', '2', '0', 'Junior Member', '0', '1417307749', '0', '1417307749', '1417311230', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-21-1974', '1974-06-21', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', 'k.[Tk2PN?DK}|^0{[vR/T$GoIB3Nn|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9408', '8', '', '0', 'DWanganee', '646c21602635b13ab3886eacd1407652', '2014-11-30', 'aaronqgyiabkls@outlook.com', '0', '', 'http://www.fightclub-online.de/index.php?mod=users&action=view&id=103297', '', '', '', '2', '0', 'Banned', '0', '1417313678', '0', '1418652374', '1418657207', '1417465185', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-01-1971', '1971-09-01', '-1', '-1', '23.95.34.21', '0', '1', '', '0', '0', '-1', '0', '0', 'Q;)`%4pxmypMUDA}8q~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '254', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9413', '3', '', '0', 'IAiston', 'cad26a2c312dbb289a5aa94c082e6d85', '2014-11-30', 'brent.larson@o2.pl', '0', '', 'http://www.justineskye.com/forum/what-you-need-know-about-no-hassle-solutions-riad-marrakech-marocco', '', '', '', '2', '0', 'Junior Member', '0', '1417353878', '0', '1417353878', '1417760154', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-20-1973', '1973-06-20', '-1', '-1', '178.32.6.159', '0', '1', '', '0', '0', '-1', '0', '0', 'L\"~jeq,J9FpH2W;NM7{=+aI2\\sNd!V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9414', '3', '', '0', 'CHpt', '45d8f5e3f1275fafbef37ac1aa66f113', '2014-11-30', 'bernadine.burt@tlen.pl', '0', '', 'http://gongjunoin.com/xe/go_board/1478312', '', '', '', '2', '0', 'Junior Member', '0', '1417354994', '0', '1417354994', '1417737927', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1982', '1982-12-11', '-1', '-1', '178.32.190.135', '0', '1', '', '0', '0', '-1', '0', '0', 'dX(.3dE3mUAGtzi&v18dWSE[AcE~|5vV4-oT6o{b\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9422', '3', '', '0', 'L2988', '2ca1b640acf08aa6767424b343d49b95', '2014-12-01', 'billy.starktestednerve96e@go2.pl', '0', '', 'http://61.96.111.231/cftmad/xe/?document_srl=2168954', '', '', '', '2', '0', 'Junior Member', '0', '1417397074', '0', '1417397074', '1419595152', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1983', '1983-12-27', '-1', '-1', '178.32.190.135', '0', '1', '', '0', '0', '-1', '0', '0', 'cK2QA%p\\+RkA[v/Nk8,>c#$5xw`\'D!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9433', '3', '', '0', 'WMjq', 'b5c1b9f2f9aff67070222ce55fdeac43', '2014-12-02', 'emersonparer@mailcatch.com', '0', '', 'http://netmax.isa.ru/netmax/view_profile.php?userid=2665236', '', '', '', '2', '0', 'Junior Member', '0', '1417483067', '0', '1417483067', '1417490262', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-28-1971', '1971-10-28', '-1', '-1', '192.240.212.120', '0', '1', '', '0', '0', '-1', '0', '0', '4|&XK9#V^~o{\'joZbI|!pdD(yyEmRz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9416', '2', '', '0', 'TMEF', 'c103ea57d2bd8929a76dfac7c928d853', '2014-11-30', 'voicelessroster44@mail.bg', '0', '', 'http://www.yamato-Huerth.de/new/index.php?option=com_blog&view=comments&pid=7608&Itemid=', '', '', '', '2', '0', 'Junior Member', '0', '1417364996', '0', '1417364996', '1417930964', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-18-1971', '1971-02-18', '-1', '-1', '46.22.217.197', '0', '1', '', '0', '0', '-1', '0', '0', '8=4M(>VN<(+^iE~*R:vMD-e42uv\\vU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9417', '3', '', '0', 'M1776', 'fba7310f99694207ac37d909f5d3fb54', '2014-11-30', 'annmarie.langley@prokonto.pl', '0', '', 'http://www.ucdeal.com/blogs/35463/125110/les-options-naissantes-pour-stra', '', '', '', '2', '0', 'Junior Member', '0', '1417366883', '0', '1417366883', '1418740009', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-18-1983', '1983-03-18', '-1', '-1', '5.175.192.47', '0', '1', '', '0', '0', '-1', '0', '0', 'O^WPF\"6c\\ov7MT%Q(c_HUlwggTJK\\B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9418', '3', '', '0', 'RGQXE', 'b70d453095547b70fde4eab3e536dd4c', '2014-11-30', 'jose.foxerectsale882imce@go2.pl', '0', '', 'http://petshareaustralia.com/groups/recevoir-les-faits-sur-les-details-necessaires-pour-mangeoire-de', '', '', '', '2', '0', 'Junior Member', '0', '1417367467', '0', '1417367467', '1417737705', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1982', '1982-11-20', '-1', '-1', '5.39.32.119', '0', '1', '', '0', '0', '-1', '0', '0', 'm`==\'B4x[+4$AzMDBK!&\'<^p\'n}tMx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9425', '3', '', '0', 'C53R', 'f76650e817afbee0ab51c17d9894eb31', '2014-12-01', 'araceli.mckenzie@tlen.pl', '0', '', 'http://www.tbest.com/?document_srl=2198863', '', '', '', '2', '0', 'Junior Member', '0', '1417432482', '0', '1417432482', '1417863024', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-09-1971', '1971-02-09', '-1', '-1', '178.32.57.76', '0', '1', '', '0', '0', '-1', '0', '0', '&S(Gle1PJXPed1hvrokpn\\wP]8o(TV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9420', '8', '', '0', 'LXIN', '0bd512212a1469fbe7861fd362d8ab22', '2014-11-30', 'seth35002@outlook.com', '0', '', 'http://money.zc.bz/?document_srl=722001', '', '', '', '2', '0', 'Banned', '0', '1417379452', '0', '1417996315', '1418068789', '1417604325', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-04-1970', '1970-08-04', '-1', '-1', '23.95.94.170', '0', '1', '', '0', '0', '-1', '0', '0', '!]G@d2q[C>-U!Ke9RZ0]Tc(GsK#qAo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '198', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9440', '3', '', '0', 'LStLedger', 'a306430b31b61d031adc602255e4a5ac', '2014-12-02', 'davegoldstein@mailcatch.com', '0', '', 'http://www.hitovye.ru/profile.php?u=JoJDV', '', '', '', '2', '0', 'Junior Member', '0', '1417486120', '0', '1417486120', '1417493333', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1974', '1974-12-06', '-1', '-1', '192.3.61.91', '0', '1', '', '0', '0', '-1', '0', '0', 'lu3>E0}b#UnH5{UQ%}y%kaCa1#>;qJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9421', '3', '', '0', 'L2149', '50a83fc032a0dfe3ae3131a206ef0873', '2014-11-30', 'jaol.k.eg.o.ero@gmail.com', '0', '', 'https://Www.facebook.com/DragonAgeInquisitionCrack', '', '', '', '2', '0', 'Junior Member', '0', '1417391925', '0', '1419538783', '1419540134', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1985', '1985-05-17', '-1', '-1', '192.230.41.216', '0', '1', '', '0', '0', '-1', '0', '0', '+GQfI6DnY(x`wiF3bl|4]!o)=2Gk}A,o:s', '', '0', '82822', '0', '0', '0', '0', '', '0', '0', '', '2494', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9431', '3', '', '0', 'TSolander', '7b5cd1a8ef140a8d793a0ffde7fd385e', '2014-12-01', 'lillian.stafford@tlen.pl', '0', '', 'http://www1.si.mahidol.Ac.th/education/postgraduate/node/789608', '', '', '', '2', '0', 'Junior Member', '0', '1417456682', '0', '1417456682', '1418739979', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-11-1972', '1972-01-11', '-1', '-1', '176.31.199.100', '0', '1', '', '0', '0', '-1', '0', '0', '!?AQFW((k1E0F#d_fAL5nKe|\"b8P%G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9428', '3', '', '0', 'SFUZ', '8463a1f76c5202fce4df81ac7d3bf20c', '2014-12-01', 'willard.vang@tlen.pl', '0', '', 'http://www.body-go.com/content/excellent-new-guidance-hotel-ryad-mogador-kasbah-marrakech-4', '', '', '', '2', '0', 'Junior Member', '0', '1417447515', '0', '1417447515', '1417863234', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-17-1976', '1976-12-17', '-1', '-1', '107.190.163.187', '0', '1', '', '0', '0', '-1', '0', '0', 'f~x3_7S&}/$tIzrr\\Ch\\Q|x4JLtw8T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9429', '2', '', '0', 'L59S', 'bc15ac7cde944ebd74809f5922a18759', '2014-12-01', 'louvenia3044@ams008.com', '0', '', 'https://www.youtube.com/watch?v=NcbXmBjdGR0', '', '', '', '2', '0', 'Junior Member', '0', '1417451574', '0', '1417466274', '1417474744', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1982', '1982-01-18', '-1', '-1', '196.196.20.95', '0', '1', '', '0', '0', '-1', '0', '0', '6M(P_zmf9(`I}~BQm9}pZwhr*71:9J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4567', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9430', '3', '', '0', 'MH91', '1b36e77051b867927770da3bd1e161f4', '2014-12-01', 'alba.vang@go2.pl', '0', '', 'http://www.tbest.com/?document_srl=2168365', '', '', '', '2', '0', 'Junior Member', '0', '1417456230', '0', '1417456230', '1417845310', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-22-1981', '1981-01-22', '-1', '-1', '185.45.13.188', '0', '1', '', '0', '0', '-1', '0', '0', '^JgiwqAOQ#^S,G4`)O9>zum=|||>rU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9553', '3', '', '0', 'SilasQ70v', '195413564281a6bee42330bbcca3d51b', '2014-12-06', 'beatriz.oneill@prokonto.pl', '0', '', 'http://www.bredalmemorial.com/groups/les-faits-naissants-sur-les-methodes-de-la-piece-du-bebe-de-laf', '', '', '', '2', '0', 'Junior Member', '0', '1417898763', '0', '1417898763', '1418098576', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-13-1984', '1984-03-13', '-1', '-1', '37.59.202.72', '0', '1', '', '0', '0', '-1', '0', '0', 'T=vYV1^T73t(7L\\~{{9G`45nr$nJ%6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9451', '2', '', '0', 'GA74', '49d7ec5cab5dff75b4e95b1a3e6142b5', '2014-12-02', 'needyeyewitnessul@freemail.hu', '0', '', 'http://jogosonline.xp3.biz/profile/jaapplegat.html', '', '', '', '2', '0', 'Junior Member', '0', '1417532899', '0', '1417532899', '1417533280', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-14-1979', '1979-08-14', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', '2^0j,`xpcXp&uPZ;*fi5?;+A(]/%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9434', '3', '', '0', 'JNba', '6a2a678d6462676c114ced004e127c7b', '2014-12-02', 'adalbertodane1886@mailcatch.com', '0', '', 'http://www.productvid.com/users/LKittredg', '', '', '', '2', '0', 'Junior Member', '0', '1417483178', '0', '1417483178', '1417490419', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-18-1980', '1980-03-18', '-1', '-1', '23.94.148.96', '0', '1', '', '0', '0', '-1', '0', '0', 'LwOGVo328i]:#R;<8!y\'_R9-\\G=MO5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9435', '3', '', '0', 'MWOLD', 'ca256d9895be768a131a86e9346f1c35', '2014-12-02', 'keiragilfillan@mailcatch.com', '0', '', 'http://www.naadagam.com/profile.php?u=HaLiebe', '', '', '', '2', '0', 'Junior Member', '0', '1417483454', '0', '1417483454', '1417490643', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-26-1978', '1978-10-26', '-1', '-1', '5.153.237.68', '0', '1', '', '0', '0', '-1', '0', '0', 'i?-@B)HQgll/oLXw8s$hkAiBq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9437', '3', '', '0', 'MPDM', 'da7f4e8a3ebde4f57e605321f7ac91cb', '2014-12-02', 'melisamccullough@mailcatch.com', '0', '', 'http://www.telefonsakalari.net/profile.php?u=MaPYP', '', '', '', '2', '0', 'Junior Member', '0', '1417484432', '0', '1417484432', '1417491640', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-09-1984', '1984-01-09', '-1', '-1', '192.240.212.120', '0', '1', '', '0', '0', '-1', '0', '0', 'cr~+r$}%N]A(w>.Gtv!)0O:^5gAU!m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9445', '3', '', '0', 'JYYGI', '6bb000f0e821617e6a7c4cbdf3c2c9b1', '2014-12-02', 'lillian.stafford@o2.pl', '0', '', 'http://media.skku.ac.kr/core/?document_srl=1055855', '', '', '', '2', '0', 'Junior Member', '0', '1417495313', '0', '1417495313', '1418895370', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-12-1984', '1984-02-12', '-1', '-1', '84.201.8.191', '0', '1', '', '0', '0', '-1', '0', '0', 'O.Ov($=mS=YXdmeM)j{>b!~5TC39KHWK@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '366', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9472', '3', '', '0', 'WeldonKump', '10e528d478df7453297781884707d856', '2014-12-03', 'charliemccall@mailcatch.com', '0', '', 'http://www.thumbtack.com/Orlando-hypnosis-center-Orlando-FL/service/1379809', '', '', '', '2', '0', 'Junior Member', '0', '1417603241', '0', '1417603241', '1417605354', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-17-1978', '1978-10-17', '-1', '-1', '167.160.115.159', '0', '1', '', '0', '0', '-1', '0', '0', 'y6\\MFn(!qa5b&&7\'*/4iV$9`-($;F@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9449', '2', '', '0', 'WRollesto', '52ebe3a4d221ded853d9b315f7da1f11', '2014-12-02', 'nonstopoutfit18vihe@freemail.hu', '0', '', 'http://www.vietcity.com/home/modules.php?name=Your_Account&op=userinfo&username=SDarwin', '', '', '', '2', '0', 'Junior Member', '0', '1417529714', '0', '1417529714', '1417530072', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-13-1971', '1971-07-13', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', 'xyosK9QxI$%zrgQVi7N#=5k%h\'loFVS?TQ,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9456', '3', '', '0', 'GShenton', '6c144fc024cfaf52be214e5280d5bd27', '2014-12-02', 'tyreefortenberry682@mailcatch.com', '0', '', 'http://mymarketingcorner.com/the-empower-network-scam-review/', '', '', '', '2', '0', 'Junior Member', '0', '1417550544', '0', '1417550544', '1417553132', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-23-1974', '1974-10-23', '-1', '-1', '167.160.109.32', '0', '1', '', '0', '0', '-1', '0', '0', '6Rj~^B>]Uo7UWLIh;RJ{h:fL|*.>gj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9585', '3', '', '0', 'JasperBunc', '678895833e075a8c3cb87c2a4195c707', '2014-12-08', 'tom.gordon@prokonto.pl', '0', '', 'http://bestdaon.com/xe/index.php?mid=board_tohim&page=1&document_srl=14390', '', '', '', '2', '0', 'Junior Member', '0', '1418016382', '0', '1418016382', '1418106465', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-26-1972', '1972-10-26', '-1', '-1', '178.32.57.76', '0', '1', '', '0', '0', '-1', '0', '0', '_\\?bkP~|3H`sJ=rE\\6&zAD(P$=FU8{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9457', '3', '', '0', 'JoyceHinz', '2e368545e750d8294ea13dcf35b29f2b', '2014-12-02', 'meialbrecht@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417555118', '0', '1417555118', '1417555118', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.43.144', '0', '1', '', '0', '0', '-1', '0', '0', 'O=;B+/,@+Gd\"z=J|qyW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9458', '3', '', '0', 'JakeUazmtz', '559497eb4b34302bbbdcd9b3863803f3', '2014-12-02', 'bobafford@mailcatch.com', '0', '', 'http://mymarketingcorner.com/what-is-wealthy-affiliate-about/', '', '', '', '2', '0', 'Junior Member', '0', '1417557668', '0', '1417557668', '1417559677', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-18-1978', '1978-05-18', '-1', '-1', '167.160.103.191', '0', '1', '', '0', '0', '-1', '0', '0', '{1)sIo0Rg=Ij#_yHex', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9459', '3', '', '0', 'LornaReyna', '856a39b927aa69ebdaf166b3c53e803b', '2014-12-02', 'nellystansberry@mailcatch.com', '0', '', 'http://mymarketingcorner.com/the-empower-network-scam-review/', '', '', '', '2', '0', 'Junior Member', '0', '1417557669', '0', '1417557669', '1417559673', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1983', '1983-07-15', '-1', '-1', '107.158.7.186', '0', '1', '', '0', '0', '-1', '0', '0', '4H~]z]b6_NF^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9473', '3', '', '0', 'I56H', '189251025b2d3015f48f66f8b31fbdf0', '2014-12-03', 'willard.vang@o2.pl', '0', '', 'http://www.iabsent.com/node/430', '', '', '', '2', '0', 'Junior Member', '0', '1417607917', '0', '1417607917', '1417775976', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1971', '1971-10-01', '-1', '-1', '37.59.202.89', '0', '1', '', '0', '0', '-1', '0', '0', 'IGSR-i7U@}ewmn)^@E+A&xEs\\40[(U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9554', '3', '', '0', 'QWGHazelme', 'f1b8726666c5bd5c276d1c62c0b8776d', '2014-12-06', 'laylabest7842@mailcatch.com', '0', '', 'http://www.coocoonhome.com/immobilier/widget/service-immobilier-wikimmo/mediawiki/index.php/Lesbian_', '', '', '', '2', '0', 'Junior Member', '0', '1417903823', '0', '1417903823', '1417908488', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1985', '1985-03-19', '-1', '-1', '167.160.109.10', '0', '1', '', '0', '0', '-1', '0', '0', ']S-`WW2hHCHw2q!b&f+i<=M%>kDNq}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9474', '3', '', '0', 'VGascoign', '5f561c879a9f5f2af414859985f244bf', '2014-12-03', 'darryl.hull@tlen.pl', '0', '', 'http://wiki.akademiet.no/groups/iktservicefagaalesund/wiki/6c899/Some_Background_Questions_For_Locat', '', '', '', '2', '0', 'Junior Member', '0', '1417613841', '0', '1417613841', '1417855773', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-11-1981', '1981-02-11', '-1', '-1', '178.33.146.109', '0', '1', '', '0', '0', '-1', '0', '0', 'zDs7oLSv-bE>I`af]drVn-u#pe}Un\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9475', '2', '', '0', 'LashayMacG', 'a12a37bb38023cfeb5dd79000a1572b2', '2014-12-03', 'broadcliffhange2ick@freemail.hu', '0', '', 'http://www.elcontador.com.ar/modules.php?name=Your_Account&op=userinfo&username=ETFE', '', '', '', '2', '0', 'Junior Member', '0', '1417613858', '0', '1417613858', '1417614272', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1974', '1974-08-17', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', '$6kOqd|0>XxAu^v0yO:XV97{jg/z}e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9478', '3', '', '0', 'JennaSwan', '9e284925bb3fc0bb4c9fb6f7970dc449', '2014-12-03', 'laurencandelaria2559@mailcatch.com', '0', '', 'http://vimeo.com/111551789', '', '', '', '2', '0', 'Junior Member', '0', '1417624270', '0', '1417624270', '1417627976', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1978', '1978-08-05', '-1', '-1', '167.160.103.215', '0', '1', '', '0', '0', '-1', '0', '0', 'HB>5_4pS:rY#.Z;vEpaytxcb>Nl]}d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9477', '2', '', '0', 'FerminToot', '1a37ee8e1ad53849f8ef04fc90d4ca60', '2014-12-03', 'picayunerevenuekw3@freemail.hu', '0', '', 'http://www.c2hsquad.com/index.php?mod=users&action=view&id=173315', '', '', '', '2', '0', 'Junior Member', '0', '1417622607', '0', '1417622607', '1417622995', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-02-1980', '1980-01-02', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', 'cfGt-2%eZX?mCa\'g:i@:k0Zxp3Zr)4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9479', '3', '', '0', 'C27V', '8380c80cfaf7c4ee000b3fc1df6e6d01', '2014-12-03', 'tom.gordon@go2.pl', '0', '', 'http://ntcrack.realmind.net/?document_srl=2181176', '', '', '', '2', '0', 'Junior Member', '0', '1417625958', '0', '1417625958', '1417856258', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-28-1977', '1977-08-28', '-1', '-1', '107.190.163.18', '0', '1', '', '0', '0', '-1', '0', '0', '3+oiSuW39}}k.MSrQUY/B!C|4LAEVq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9480', '2', '', '0', 'FreemanSta', 'df3cf1c86cb24f3bcc411fec585e809f', '2014-12-03', 'ickyincident6kwnhq@freemail.hu', '0', '', 'http://picyou.com/user/wish0giant', '', '', '', '2', '0', 'Junior Member', '0', '1417637100', '0', '1417637100', '1417637930', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-17-1971', '1971-06-17', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', 'jSy4KUHVOqr^O@f~i`9^L:w@R_}.]3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9481', '2', '', '0', 'TeddyKeigh', '23c6fd704f49c335bd3fd512567ae2e6', '2014-12-03', 'drynutrient26fla@freemail.hu', '0', '', 'http://mylikes.com/china5beef', '', '', '', '2', '0', 'Junior Member', '0', '1417637416', '0', '1417637416', '1417637722', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-12-1971', '1971-07-12', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', '3%GdJ_{a\'gYeGnb/w\'c>Rx4VNf,sF^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9482', '2', '', '0', 'CollinCoan', '30254ce868cf1851815c9b21ee9b3bde', '2014-12-03', 'endurableyard37yy@freemail.hu', '0', '', 'http://zipcodeflea.com/author/column8milk/', '', '', '', '2', '0', 'Junior Member', '0', '1417637704', '0', '1417637704', '1417638198', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1978', '1978-05-01', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', 'c.5lf0\'im>s\"&z+#lR2I3,0Ot@+3?_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9483', '3', '', '0', 'MagdaCuste', '09fd515e8373c375c8e33998883bd401', '2014-12-03', 'adamdennys7980@spambog.com', '0', '', 'https://plus.google.com/b/108632596993073500876/+RobuxgeneratorBlogspothack/posts', '', '', '', '2', '0', 'Junior Member', '0', '1417638556', '0', '1417638556', '1417640706', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-14-1973', '1973-05-14', '-1', '-1', '192.230.43.163', '0', '1', '', '0', '0', '-1', '0', '0', 'ZDR^m,nzbI;\'cN^B\"{}c2q~2;_}AhJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9484', '3', '', '0', 'ShaniStich', 'a271ba5559bc7b2bd1bbeee8bf910220', '2014-12-03', 'rosariopridgen@mailcatch.com', '0', '', 'http://cameronparkzoo.com/visit/directions/', '', '', '', '2', '0', 'Junior Member', '0', '1417639363', '0', '1417639363', '1417641761', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-26-1985', '1985-12-26', '-1', '-1', '23.232.137.73', '0', '1', '', '0', '0', '-1', '0', '0', 'cT~MPu3+IZ_m:CkySuSixU$*:6Tpfn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9485', '2', '', '0', 'ReggieSayw', 'a05db1d8829ebaa14cbfe1cf23896959', '2014-12-03', 'brieflexicon633p@freemail.hu', '0', '', 'http://njlocalinfo.com/author/china9monkey/', '', '', '', '2', '0', 'Junior Member', '0', '1417639666', '0', '1417639666', '1417640261', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-20-1976', '1976-08-20', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', 'XznfV\"FaWEUQ&0Ly-}qPE+_>;Iw*3D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9497', '3', '', '0', 'Hershe4073', 'bc6bb8172775b6d276be657e75858565', '2014-12-04', 'pansyhernandez6139@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417684929', '0', '1417684929', '1417684929', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.228.92.33', '0', '1', '', '0', '0', '-1', '0', '0', 'KPi]i?M\"8^.=f9/x.vQIE_{&=9%L#d\\id[NJCgWojad', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9493', '3', '', '0', 'SallyPasco', 'f8ef5c9bb0371c19d642a2568e8c9c47', '2014-12-04', 'maribeligo@mailcatch.com', '0', '', 'http://www.gardeninghowtovideos.com/indoor-gardening-videos', '', '', '', '2', '0', 'Junior Member', '0', '1417670019', '0', '1417670019', '1417735957', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1970', '1970-07-03', '-1', '-1', '209.161.99.140', '0', '1', '', '0', '0', '-1', '0', '0', 'g8+pHgT;XrUwVzh?/j4\\-,|FDj~E\\\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9490', '3', '', '0', 'LQWMA', '242bf1f18af655896b82da28b406ac6c', '2014-12-04', 'anntheriault@mailcatch.com', '0', '', 'http://bart-12.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1417658054', '0', '1417719066', '1417722393', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1973', '1973-02-22', '-1', '-1', '69.12.73.206', '0', '1', '', '0', '0', '-1', '0', '0', 'BJbEA@0xKbYRJE)~X8m}WAyaK[V#ds', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9492', '3', '', '0', 'LeonelKry', '8334624455a981765c77c6dd4eee49a7', '2014-12-04', 'leonelsimson20@shreddedabs.com', '0', '', 'https://www.youtube.com/watch?v=JngcwTJSCh8', '', '', '', '2', '0', 'Junior Member', '0', '1417667253', '0', '1417667253', '1417670125', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-09-1974', '1974-03-09', '-1', '-1', '107.183.229.57', '0', '1', '', '0', '0', '-1', '0', '0', ')Fd#|-|pq>cT{b\"~g\"4&b\'*F4nH6=\"f>/0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9500', '3', '', '0', 'NoahFreela', '215fb2063c7461b112df09ac170c538d', '2014-12-04', 'dominicgaskins@mailcatch.com', '0', '', 'http://www.gardeninghowtovideos.com/indoor-gardening-videos', '', '', '', '2', '0', 'Junior Member', '0', '1417689545', '0', '1417689545', '1417736965', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-06-1980', '1980-07-06', '-1', '-1', '167.160.99.171', '0', '1', '', '0', '0', '-1', '0', '0', 'RHJ0<`pt4M3DuS;qm!G{q9>HAcHn9;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9501', '3', '', '0', 'KellyeClem', 'd59d76dbfafda756bd4ffed2e141efcf', '2014-12-04', 'gavinaquino@mailcatch.com', '0', '', 'http://www.amazon.com/Retirement-Costa-Rica-Discover-What-ebook/dp/B00GCUXKM2', '', '', '', '2', '0', 'Junior Member', '0', '1417705985', '0', '1417705985', '1417708069', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-16-1985', '1985-11-16', '-1', '-1', '198.52.231.221', '0', '1', '', '0', '0', '-1', '0', '0', '?sEt\"Z{\\p:`|yT+m}+cXIYs0(z\'f/u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9502', '3', '', '0', 'GeniaDeGar', '474a5fff228060eefb48c5eebe03e492', '2014-12-04', 'billy.starktestednerve96e@tlen.pl', '0', '', 'http://Skbs.kr/?document_srl=12777', '', '', '', '2', '0', 'Junior Member', '0', '1417706725', '0', '1417706725', '1417815791', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-22-1975', '1975-07-22', '-1', '-1', '46.105.243.186', '0', '1', '', '0', '0', '-1', '0', '0', 'TRO`_9,r_{5ntcY.eUaW(>gzMmL9X?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9503', '3', '', '0', 'RandellUss', 'ac74190fa3e923008626258465e3e28f', '2014-12-04', 'johnlowery@mailcatch.com', '0', '', 'http://www.amazon.com/Retirement-Costa-Rica-Discover-What-ebook/dp/B00GCUXKM2', '', '', '', '2', '0', 'Junior Member', '0', '1417707375', '0', '1417707375', '1417709550', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-20-1984', '1984-08-20', '-1', '-1', '107.158.7.186', '0', '1', '', '0', '0', '-1', '0', '0', '(:Jx(f~@7RK:(|Gao3Y5B#:.0Z4YBO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9504', '3', '', '0', 'JuanaSETz', 'f298153e289f3c91ecb08656cdcbd930', '2014-12-04', 'standingferry453688@laposte.net', '0', '', 'http://bit.ly/1Bo77FQ', '', '', '', '2', '0', 'Junior Member', '0', '1417719553', '0', '1421550319', '1421577499', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-23-1974', '1974-02-23', '-1', '-1', '91.108.180.149', '0', '1', '', '0', '0', '-1', '0', '0', 'CmTa(-UR2=Ee-2{5d\\A9)\"TAR.l~u3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9505', '3', '', '0', 'Gabriel914', 'e016b01595667ed52425953c7194b6c6', '2014-12-04', 'chassidydupuy9884@mailcatch.com', '0', '', 'http://mymarketingcorner.com/google-sniper-2-the-george-brown-scam/', '', '', '', '2', '0', 'Junior Member', '0', '1417723434', '0', '1417723434', '1417725246', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-23-1974', '1974-02-23', '-1', '-1', '107.161.83.229', '0', '1', '', '0', '0', '-1', '0', '0', 'oi0`6gjc/!fS$Jb4I4+`ujq!/C5H!y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9506', '2', '', '0', 'NathaniPri', '8f290620c8966035164b89cb6359daee', '2014-12-04', 'mnb2@diyshoerack.com', '0', '', 'http://4allforum.com/away.php?to=http://dhwhpcqvn.ptfkpx.vtre.qvofj.qypvthu.loqu.forum.mythem.es/gro', '', '', '', '2', '0', 'Junior Member', '0', '1417725221', '0', '1417725221', '1417725433', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-12-1982', '1982-03-12', '-1', '-1', '188.208.5.18', '0', '1', '', '0', '0', '-1', '0', '0', '!e2QSYI\\m6#,+{JquBK\\}[6&>KX.}m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9507', '3', '', '0', 'ToneyZeax', '925de771d2971ca82aab21ae8163e0e0', '2014-12-04', 'bernadine.burt@o2.pl', '0', '', 'http://www.rfws.org/groups/quelques-conseils-sur-secrets-indolores-denfants-de-lit/', '', '', '', '2', '0', 'Junior Member', '0', '1417735127', '0', '1417735127', '1417818882', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-06-1980', '1980-03-06', '-1', '-1', '37.59.202.72', '0', '1', '', '0', '0', '-1', '0', '0', 'C|j%{*(;qn|UK1z2fk*l-QDWU,Qu0r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9508', '2', '', '0', 'turnloy', 'd168dec67dd34d865f78931e94e28c57', '2014-12-05', 'sneakyryan1994@live.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417741181', '0', '1417741591', '1417816202', '1417815877', '1', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '24.75.166.251', '0', '1', '', '0', '0', '-1', '0', '0', '7G)b%Vm+xAprZ0E:/R!Q1gPffx9l`K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9512', '2', '', '0', 'ElidaRosan', '8a478b82fbebeeeb03879374b7377e65', '2014-12-05', 'actuallycommodios@freemail.hu', '0', '', 'http://www.graficabrasil.com.br/top/index.php?a=stats&u=catalinsessions', '', '', '', '2', '0', 'Junior Member', '0', '1417748648', '0', '1417748648', '1417749107', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-27-1977', '1977-11-27', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', '#mY6%JfI3vHN6FsbuJk|ymQWHy\'_[Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9509', '2', '', '0', 'PearlinFBJ', '0735cc063d313045133318acf76b85df', '2014-12-05', 'savoyexclusion5sxj7@freemail.hu', '0', '', 'http://shaneandreesesmom.com/?author=29764', '', '', '', '2', '0', 'Junior Member', '0', '1417745528', '0', '1417745528', '1417745738', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-23-1975', '1975-08-23', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', 'A~\'d5-l(*O-={MR`fOBIHvdbLxN9T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9515', '2', '', '0', 'TawnyaEspi', 'cf73288e3a0ea9a87c9e0e114d59bb1b', '2014-12-05', 'acousticmarsh96rf37@freemail.hu', '0', '', 'http://www.santeck.eu/mod_forum/profile.php?id=256416', '', '', '', '2', '0', 'Junior Member', '0', '1417756193', '0', '1417756193', '1417756460', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-24-1972', '1972-06-24', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', '~.-&G#_3[K06N}xDGD1zMev|YEPG${qI7m+F41MQfeUa+L*2W6!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9518', '3', '', '0', 'CortneDiam', 'd50b51adcd783fa8a3b3162507053631', '2014-12-05', 'araceli.mckenzie@prokonto.pl', '0', '', 'http://www.tamadarom.ru/content/helpful-answers-choosing-aspects-riad-marrakech-medina-purple', '', '', '', '2', '0', 'Junior Member', '0', '1417760778', '0', '1417760778', '1417863716', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-10-1977', '1977-10-10', '-1', '-1', '5.39.32.119', '0', '1', '', '0', '0', '-1', '0', '0', '?5-r$SV)G8(`7I66pR1ko[\'[<-K2,L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9519', '3', '', '0', 'CarmineHor', '9a3b23e34307fad8ef0d81bdf79d860e', '2014-12-05', 'carminehornsby@shreddedabs.com', '0', '', 'https://www.youtube.com/watch?v=b-tHsTaZmok', '', '', '', '2', '0', 'Junior Member', '0', '1417761513', '0', '1417761513', '1417763946', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-18-1973', '1973-02-18', '-1', '-1', '107.183.229.57', '0', '1', '', '0', '0', '-1', '0', '0', 'Afh=l-)^4rus51Gg[69WLxVB~*6WHx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9520', '2', '', '0', 'Jeanet1144', '44144e96d8eefeaecbc35bad21e5745c', '2014-12-05', 'derangedlimbo27y8@freemail.hu', '0', '', 'http://www2.tku.edu.tw/~tacx/html/userinfo.php?uid=430453', '', '', '', '2', '0', 'Junior Member', '0', '1417763147', '0', '1417763147', '1417763622', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-23-1973', '1973-02-23', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', 'C4h9\'z6%7zi140vY)x;$j&A,>/\"Pp4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '345', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9521', '2', '', '0', 'MollyAmadi', '48e5c8be0251510f1a7e531e1285b2b7', '2014-12-05', 'impartialbulletjdbl@freemail.hu', '0', '', 'http://segnalo.virgilio.it/profile/Coupon251', '', '', '', '2', '0', 'Junior Member', '0', '1417766243', '0', '1417766243', '1417766599', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-09-1971', '1971-01-09', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', 'anf(.PCS/\"VJinrK9+2znXru*/Y^Ld', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9522', '2', '', '0', 'Hildeg0170', '98638feaaab8c8857eba56cc63997ee3', '2014-12-05', 'vulgarlogic66lzru@freemail.hu', '0', '', 'http://jazztimes.com/community/profiles/427996-david-coupon', '', '', '', '2', '0', 'Junior Member', '0', '1417767005', '0', '1417767005', '1417767303', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-01-1980', '1980-11-01', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', '52M.D2fG\\s.kc}wQ_WXq!xIaf,i#dU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9523', '2', '', '0', 'ChristiRea', 'd202a475606603dbce8ee81baa5c1cbd', '2014-12-05', 'humdrumbedding4o4@freemail.hu', '0', '', 'http://glitter-graphics.com/users/demicaiser93', '', '', '', '2', '0', 'Junior Member', '0', '1417768009', '0', '1417768009', '1417769411', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-14-1976', '1976-11-14', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', 'J-mhYHwzV*,)v~sIdS>hj<:1kNFl!a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9524', '2', '', '0', 'MuhammaMat', 'a57d248842311e9a6caac67284eff510', '2014-12-05', 'overconfidentaf1j2@freemail.hu', '0', '', 'http://www.interbasket.net/forums/member.php?87363-demicaiser11', '', '', '', '2', '0', 'Junior Member', '0', '1417769331', '0', '1417769331', '1417769898', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1977', '1977-11-20', '-1', '-1', '212.129.31.70', '0', '1', '', '0', '0', '-1', '0', '0', ')eJx`1v#Ty<7\\\'+|;Y^`lJ9Lu)Nhb{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9526', '3', '', '0', 'KirstenMcc', '51ad8cd13edbb010fa6e1d83761c005c', '2014-12-05', 'kayla.brewer@tlen.pl', '0', '', 'http://www.tbest.com/?document_srl=2176228', '', '', '', '2', '0', 'Junior Member', '0', '1417775106', '0', '1417775106', '1417863368', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1976', '1976-06-15', '-1', '-1', '37.59.202.89', '0', '1', '', '0', '0', '-1', '0', '0', '%hZa\\2CQD\\r{Ho5J]xsW#y^:X~\\L&g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9527', '2', '', '0', 'ClayTpsgi', 'da84fbbe5206149df7c364330f7a80a6', '2014-12-05', 'a.ar.on.divasdew@twitteold.info', '0', '', 'http://www.youtube.com/watch?v=TTy8WfDfw6Q', '', '', '', '2', '0', 'Junior Member', '0', '1417776230', '0', '1417776230', '1417778785', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1977', '1977-09-28', '-1', '-1', '204.44.83.66', '0', '1', '', '0', '0', '-1', '0', '0', 'DK?7Z%4m%^Zu~KquH,^#!?uuM@!jRb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9528', '2', '', '0', 'tricks2125', 'ac88620b17b53e5aa124309b82f623b5', '2014-12-05', 'ohtricks@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417779910', '0', '1418221705', '1418309595', '1418178379', '2', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '85.234.144.92', '0', '1', '', '0', '0', '-1', '0', '0', '`<[&ABJ1fW;!9l$Xv%B-#B*iBA6*z*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9529', '2', '', '0', 'XiomarCall', '68b511ab257f637457a2e874aa20403f', '2014-12-05', 'eagerransom711@mail.bg', '0', '', 'http://support.thejerseycompany.co.uk/entries/40914613-Horse-Power-LaserJet-P2055dn-Cartridge-Toner-', '', '', '', '2', '0', 'Junior Member', '0', '1417788881', '0', '1417788881', '1417807536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-12-1971', '1971-12-12', '-1', '-1', '204.152.211.75', '0', '1', '', '0', '0', '-1', '0', '0', '{v`zi?uJ-drYyP@}%#R\\{;/jo1:&R.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9530', '3', '', '0', 'Leonie06Vv', 'fac8d77bb90ac474da395c06eb54e328', '2014-12-05', 'shermansheehan@mailcatch.com', '0', '', 'http://www.neriton.apnet.pl/index.php?cPath=42', '', '', '', '2', '0', 'Junior Member', '0', '1417798853', '0', '1417798853', '1417802768', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-16-1985', '1985-12-16', '-1', '-1', '167.160.103.215', '0', '1', '', '0', '0', '-1', '0', '0', 'kDB\"UO6$GCu6H(sN~Yk8>s)wnNjBF!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9534', '3', '', '0', 'Shela37Hgx', '9cafcd05c9334024170cca7cd7ccd5ce', '2014-12-05', 'latequagmire4967@mail.bg', '0', '', 'http://Www.Scserc.com/UserProfile/tabid/321/userId/13551/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1417811607', '0', '1417811607', '1419763114', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1974', '1974-03-27', '-1', '-1', '155.94.130.179', '0', '1', '', '0', '0', '-1', '0', '0', 'xR>1ZDk4ffl-P]0D{kN1i0a\\cq6bCX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9531', '3', '', '0', 'RaulAlbert', 'fb1a15d9f2bb9c7d29d102ce1b364736', '2014-12-05', 'clemmiefinnan@trash-mail.com', '0', '', 'http://pandachute.com/users/TDenning', '', '', '', '2', '0', 'Junior Member', '0', '1417805812', '0', '1417805812', '1417819292', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-11-1979', '1979-06-11', '-1', '-1', '107.183.1.72', '0', '1', '', '0', '0', '-1', '0', '0', '&v.t6I1:\\aKpMquZGIp2+Dr:F\"_bd&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9532', '3', '', '0', 'ChristGuar', '0e0e24fd9c6554cf4baf118a0f977c61', '2014-12-05', 'cyrilbroinowski@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=ak62Kr0sbF4', '', '', '', '2', '0', 'Junior Member', '0', '1417805824', '0', '1417805824', '1417808855', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-06-1985', '1985-10-06', '-1', '-1', '23.232.137.73', '0', '1', '', '0', '0', '-1', '0', '0', 'xWXI$LEIpxHm@P%&R4YKiB~JFkMR@tt#]gohIlK%;^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9541', '8', '', '0', 'DEKZR', '83e5c444f8c0048987913b700ed2312b', '2014-12-06', 'monserrate1164@ams008.com', '0', '', 'http://www.youtube.com/watch?v=5N-sMTRCD-c', '', '', '', '2', '0', 'Banned', '0', '1417845092', '0', '1422510342', '1422511514', '1419223385', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1983', '1983-05-20', '-1', '-1', '196.196.20.136', '0', '1', '', '0', '0', '-1', '0', '0', ';\"-\".VgChU%:rrAR}o37\\sR&=W#|[j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1436', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9547', '3', '', '0', 'spotfn_com_scam_frank_', '4381726abbbc4a03b077044639b2e9f2', '2014-12-06', 'f.goldman@spotfn.es', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417855187', '0', '1417855187', '1417855187', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '69.12.91.140', '0', '1', '', '0', '0', '-1', '0', '0', 'N;L*`OED~=\"/Tou,Rs{PCwkUqjdeiM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9542', '3', '', '0', 'ThorstMcCo', '1cd595c681a9a0dd748f146904681e0b', '2014-12-06', 'tom.gordon@tlen.pl', '0', '', 'http://www.tbest.com/?document_srl=2199290', '', '', '', '2', '0', 'Junior Member', '0', '1417847548', '0', '1417847548', '1418185191', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1974', '1974-03-19', '-1', '-1', '5.39.32.96', '0', '1', '', '0', '0', '-1', '0', '0', 'qi@fO2B}`/5Zl\'5;zv`]`|`/@!df3\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9543', '3', '', '0', 'Louisa9472', '6111669674f5cd35fc5420b9fad7d3a2', '2014-12-06', 'darryl.hull@go2.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417849163', '0', '1417849163', '1417849163', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.190.163.187', '0', '1', '', '0', '0', '-1', '0', '0', '76\'#,^W#OE)AENF~b2\'wOm8G1k;%Rc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9544', '3', '', '0', 'TyrellTIHP', '01203a90db8db00b1218e81a25305b59', '2014-12-06', 'brent.larson@prokonto.pl', '0', '', 'http://www.rf-Dimension.com/forum/entry.php?313117-New-Guidelines-For-Sensible-Riad-In-Marrakech-9-R', '', '', '', '2', '0', 'Junior Member', '0', '1417851892', '0', '1417851892', '1418105623', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-13-1975', '1975-09-13', '-1', '-1', '37.59.77.81', '0', '1', '', '0', '0', '-1', '0', '0', '!\"mqiW#?Tfi(sQ\'`rlt+n^NEm#BYQB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9545', '3', '', '0', 'FernandGre', '3841c5ae578c34c5437d47b6c8a99e43', '2014-12-06', 'brent.larson@tlen.pl', '0', '', 'http://bestdaon.com/xe/index.php?mid=board_tohim&page=1&document_srl=15699', '', '', '', '2', '0', 'Junior Member', '0', '1417851964', '0', '1417851964', '1418108822', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-04-1984', '1984-10-04', '-1', '-1', '5.39.32.119', '0', '1', '', '0', '0', '-1', '0', '0', 'o~1N9:}`!KvVC=jJf2X0h]8oedBEn3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9546', '8', '', '0', 'FDundas', '6116b8d3b23bcc9a9d2e793ffa3f515b', '2014-12-06', 'lourdes2412@ams008.com', '0', '', 'http://www.youtube.com/watch?v=5N-sMTRCD-c', '', '', '', '2', '0', 'Banned', '0', '1417853362', '0', '1422508053', '1422509813', '1417988433', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-09-1983', '1983-08-09', '-1', '-1', '216.231.133.247', '0', '1', '', '0', '0', '-1', '0', '0', '#P%+(VlYHqPBMESFu4Nh*(A$D8bX44', '', '0', '82842', '0', '0', '0', '0', '', '0', '0', '', '1783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9548', '3', '', '0', 'PhilliEnye', '95a5f5ad58dc2585d4a55fd37cf4859f', '2014-12-06', 'nelson.harrison@o2.pl', '0', '', 'http://lottokorean.net/xe/?document_srl=7018956', '', '', '', '2', '0', 'Junior Member', '0', '1417859474', '0', '1417859474', '1418027955', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1980', '1980-08-21', '-1', '-1', '5.175.192.47', '0', '1', '', '0', '0', '-1', '0', '0', 'Tna}CQF@`LR4EZWiUGO%yPG(pv,g%t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9549', '3', '', '0', 'LizaZollxl', '91f330ac4ba40c68537bb63f1964e708', '2014-12-06', 'kristen.campbell@prokonto.pl', '0', '', 'http://funatfun.com/groups/fast-tactics-for-riad-in-marrakech-hotel-ksours/', '', '', '', '2', '0', 'Junior Member', '0', '1417862637', '0', '1417862637', '1418105862', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-27-1981', '1981-07-27', '-1', '-1', '178.32.190.135', '0', '1', '', '0', '0', '-1', '0', '0', 'dK[@W!MM`cKw^N_x4!W7{L4=4b3t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9558', '3', '', '0', 'TaniaY66v', 'ff45d5087a6beab8ed735b0dc2170623', '2014-12-07', 'melisagoheen8885@mailcatch.com', '0', '', 'https://www.facebook.com/CreditCardGenerator2015', '', '', '', '2', '0', 'Junior Member', '0', '1417911841', '0', '1417911841', '1417913899', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1982', '1982-10-01', '-1', '-1', '198.23.216.127', '0', '1', '', '0', '0', '-1', '0', '0', 'aEAAng#l9<^_T3nCg)6r?/g$PC*90N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '184', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9559', '3', '', '0', 'Milagro960', '887d34492633737fde8ecdf18bae2eea', '2014-12-07', 'smallnosh995@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417912422', '0', '1417912422', '1417912422', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.131.228', '0', '1', '', '0', '0', '-1', '0', '0', ';LTk\\\'yL-=,WGr8Ey&,%E48}MyEWQy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9571', '3', '', '0', 'AlexisFabi', '63343742c624848c885e891073e7c1b7', '2014-12-07', 'leoniehardaway3497@mailcatch.com', '0', '', 'http://paleodietplanning.blogspot.com/', '', '', '', '2', '0', 'Junior Member', '0', '1417957237', '0', '1417957237', '1417959598', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-09-1978', '1978-04-09', '-1', '-1', '192.171.255.51', '0', '1', '', '0', '0', '-1', '0', '0', '&7b7Uk}\'l}mDcinsPQ4G*J>D23.,cL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9560', '3', '', '0', 'TonyYCHRir', 'c52009c212a15f9780d46b21652f6229', '2014-12-07', 'aleishalittleton304@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417914100', '0', '1417914100', '1417914100', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.161.85.231', '0', '1', '', '0', '0', '-1', '0', '0', ',05>|+nlgmb,CID-H3o{ob?^,(Ho9e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9561', '3', '', '0', 'LowellAnge', '6cabbdb42a565786e70a228da835a348', '2014-12-07', 'emilywithers7470@trash-mail.com', '0', '', 'http://www.igre247.org/profile/ercxu', '', '', '', '2', '0', 'Junior Member', '0', '1417927783', '0', '1417927783', '1417940430', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-15-1979', '1979-03-15', '-1', '-1', '198.55.112.73', '0', '1', '', '0', '0', '-1', '0', '0', 'c!E!`6D)Y8F\'n]*y26+\\n+l-nt4GOB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9563', '3', '', '0', 'CandaceWil', '3c5286b8e506a9528b5b2f765afa300f', '2014-12-07', 'paulsimpkinson7370@spambog.com', '0', '', 'https://www.youtube.com/watch?v=ZBmgGsrFLiY', '', '', '', '2', '0', 'Junior Member', '0', '1417931151', '0', '1417989355', '1417992968', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-19-1976', '1976-06-19', '-1', '-1', '69.12.73.222', '0', '1', '', '0', '0', '-1', '0', '0', 'P9\'},nQ?v+zG-gfWnB$o%7]xxg|7v,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9564', '3', '', '0', 'JimmieVEM', '63bdc9b444380001c1bf2f5c733696a9', '2014-12-07', 'alicehenning4340@discardmail.com', '0', '', 'https://www.youtube.com/watch?v=QPrnaPbb2no', '', '', '', '2', '0', 'Junior Member', '0', '1417932260', '0', '1417989720', '1417992898', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-24-1981', '1981-03-24', '-1', '-1', '192.240.218.100', '0', '1', '', '0', '0', '-1', '0', '0', '_[aO}~Y6/GvrV/\"(,n;6$?mV-z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9565', '3', '', '0', 'EmmaComerm', 'd804e7fe8bd55176a2047156ed5f4be1', '2014-12-07', 'ly.man.negron8378077@gmail.com', '0', '', 'https://facebook.com/DroneShadowStrikeHackToolCheatsAndroidiOS', '', '', '', '2', '0', 'Junior Member', '0', '1417937124', '0', '1417937124', '1417980401', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1974', '1974-12-11', '-1', '-1', '31.220.112.120', '0', '1', '', '0', '0', '-1', '0', '0', 'ZkH\'nIgZ[>[.*\\>f\\/CJk\'[jPx@NYR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9573', '3', '', '0', 'FreyaF39t', '7079d4507fbee8e49fa5ad3a3e7c30c8', '2014-12-07', 'sidneystarns@spambog.com', '0', '', 'http://youtu.be/BxrYw_W72cQ', '', '', '', '2', '0', 'Junior Member', '0', '1417958552', '0', '1417983485', '1417993400', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-20-1978', '1978-10-20', '-1', '-1', '192.240.218.100', '0', '1', '', '0', '0', '-1', '0', '0', 'FjN@Z~v-I{6;~*|,2mda!wc948B;~<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9567', '3', '', '0', 'TiffanBowe', 'fa23bc7b2f5394b5466b7bb6808783ea', '2014-12-07', 'clarissacyril@mailcatch.com', '0', '', 'http://beforeitsnews.com/health/2014/10/daniel-olson-of-orlando-hypnosis-center-is-helping-people-ov', '', '', '', '2', '0', 'Junior Member', '0', '1417944562', '0', '1417944562', '1417946607', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-26-1981', '1981-01-26', '-1', '-1', '192.171.255.51', '0', '1', '', '0', '0', '-1', '0', '0', 'WYfhORU9I[Qj?S1Id5Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9569', '3', '', '0', 'Vallie0236', '18da3a47738ddfd505bc771b07125e62', '2014-12-07', 'dyanbales8285@mailcatch.com', '0', '', 'http://paleodietplanning.blogspot.com/', '', '', '', '2', '0', 'Junior Member', '0', '1417948721', '0', '1417948721', '1417951075', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-07-1979', '1979-11-07', '-1', '-1', '167.160.115.159', '0', '1', '', '0', '0', '-1', '0', '0', 'D\"6rC%h@l\'7$<5/)Fu+O/^Eze;*?To', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9572', '3', '', '0', 'DelilaGrov', '658da9a8cc3b72b34b39c8bb7d22f0e2', '2014-12-07', 'kazukohawk4301@mailcatch.com', '0', '', 'https://www.academia.edu/9538414/A_Paleo_Diet_Meal_Plan_And_What_You_Need_To_Know', '', '', '', '2', '0', 'Junior Member', '0', '1417957933', '0', '1417957933', '1417960009', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-02-1976', '1976-08-02', '-1', '-1', '107.161.83.239', '0', '1', '', '0', '0', '-1', '0', '0', '~5VinhH7^l6HUY6J,xLlx|2[qv6=W60|K#a]IGrLh=5|6@BIE\\Oz~E#|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9577', '3', '', '0', 'DesireWeis', '606f50dc85378f4e514b3106121fa845', '2014-12-07', 'margeryshelton2138@hulapla.de', '0', '', 'https://www.facebook.com/LegendOfMir2HeroesTheGoldenAge', '', '', '', '2', '0', 'Junior Member', '0', '1417972655', '0', '1417972655', '1417979843', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-14-1976', '1976-05-14', '-1', '-1', '223.86.102.186', '0', '1', '', '0', '0', '-1', '0', '0', '!i^~yeG%PbR,RZRp!u@nDVf#139..a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9610', '3', '', '0', 'NQSScotttz', '7a658d769a94932fd4f593dc88a83a6b', '2014-12-10', 'scottboulton63@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418179460', '0', '1418179460', '1418179460', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.180', '0', '1', '', '0', '0', '-1', '0', '0', '|CO]P!P(*)d|v,i]w)G4>j$B;WZG[|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9578', '2', '', '0', 'Shando664', '837ab8d4f2865c0f7566857effa70d3b', '2014-12-07', 'lawrencejhatch@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1417980677', '0', '1417980677', '1417980756', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.239.233.241', '0', '1', '', '0', '0', '-1', '0', '0', '_3`1yH$&BZf=<3+N?=/\"Ug*~s/pF^K%aiXH8;07eNV,z1$Ad', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9583', '3', '', '0', 'JosefinDeC', 'd8d63f0ad5994f0343a42e1c82e78b61', '2014-12-08', 'manuel.mcguire@go2.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418012193', '0', '1418012193', '1418012193', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.201.8.191', '0', '1', '', '0', '0', '-1', '0', '0', 'IPC=&9N[}QI3amfv-\\?mC?r`.)6O)r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9581', '3', '', '0', 'JoseN05vmw', '598d9d3d56fe5a6367e380a6d88da599', '2014-12-08', 'anyaflorence1115@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=ClsUrIHB3yk', '', '', '', '2', '0', 'Junior Member', '0', '1418003670', '0', '1418003670', '1418012987', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-22-1972', '1972-06-22', '-1', '-1', '110.136.226.188', '0', '1', '', '0', '0', '-1', '0', '0', 'MSKx%Z4!`2w&7oAC#>!?8;dcSnDg<=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9582', '3', '', '0', 'LeonelHGQA', 'b9cdebdffcdf3781104280ad9a1b6885', '2014-12-08', 'claudia.mosley@tlen.pl', '0', '', 'http://legendry.net/?document_srl=310247', '', '', '', '2', '0', 'Junior Member', '0', '1418004224', '0', '1418004224', '1418037020', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-13-1978', '1978-10-13', '-1', '-1', '107.190.163.187', '0', '1', '', '0', '0', '-1', '0', '0', '4F3<5_[sN>U[!U~}<(PpTha>b5QKVT1+}0\\b1+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9588', '2', '', '0', 'KristoMerr', 'c8f504ff2d6276246ad207658c3a15fb', '2014-12-08', 'tivunova_lara@mail.ua', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418022412', '0', '1418022412', '1418022412', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '221.178.77.188', '0', '1', '', '0', '0', '-1', '0', '0', 'n}PTF||\\v%D\\{/Y>Q|2Kx7^\\ViSmJe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9589', '3', '', '0', 'CoreyFowle', '7649a952c2d68ff0919ecc1985a0681f', '2014-12-08', 'arnulfoblaxland5864@mailcatch.com', '0', '', 'https://vimeo.com/113840757', '', '', '', '2', '0', 'Junior Member', '0', '1418022831', '0', '1418022831', '1418030432', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-04-1984', '1984-06-04', '-1', '-1', '123.0.236.34', '0', '1', '', '0', '0', '-1', '0', '0', '6w&\'~med_px{w@98zDYCDXwxy?wi*A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9590', '3', '', '0', 'ArnulfoXav', '67fe15d632b932020042f93000980040', '2014-12-08', 'willard.vang@prokonto.pl', '0', '', 'http://goldnomer.com/content/plain-advice-important-factors-marrakech-riad-sara?nocache=1', '', '', '', '2', '0', 'Junior Member', '0', '1418025273', '0', '1418025273', '1418108393', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-02-1974', '1974-08-02', '-1', '-1', '178.32.6.172', '0', '1', '', '0', '0', '-1', '0', '0', '0nw;4uRWz~nP\\k20+$2,J`d/Y%O1Nn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9591', '3', '', '0', 'Melvin9260', '6bea62dfda92fd3ef67b2387e45574f0', '2014-12-08', 'josie.orr@prokonto.pl', '0', '', 'http://Www.1omarion.com/forum/locating-no-hassle-methods-riad-marrakech-hotel-nakhla-430796', '', '', '', '2', '0', 'Junior Member', '0', '1418025478', '0', '1418025478', '1418108583', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1984', '1984-09-28', '-1', '-1', '107.190.163.174', '0', '1', '', '0', '0', '-1', '0', '0', 'qzKJuK9G)%Y80\\J<(,\"6d&etSU\"24\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9592', '3', '', '0', 'ErmaHalsey', 'c33d6435b3435ed1b6a9f93ac73d83b0', '2014-12-08', 'meridithburbank7365@trash-mail.com', '0', '', 'http://nike-paobu.com/contact.html', '', '', '', '2', '0', 'Junior Member', '0', '1418053356', '0', '1418053356', '1418056954', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-10-1985', '1985-02-10', '-1', '-1', '183.220.240.42', '0', '1', '', '0', '0', '-1', '0', '0', '68+gRr?@ddQ(;p|s-kKhiWcn*0;tja', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9593', '3', '', '0', 'RobHagueh', '09ebbb477c294c26f3314ccf8cb3dd50', '2014-12-08', 'quincyduby4576@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418060076', '0', '1418060076', '1418062004', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.49.231', '0', '1', '', '0', '0', '-1', '0', '0', '\"I?YR*(*4~Uf0ze/`WuO/uX71wb*2D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9594', '3', '', '0', 'freddy29', '46eaaff026f686c7904a9912ce7a1d6a', '2014-12-08', 'freddy.img@mail.ee', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418066544', '0', '1418500905', '1418832412', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.245.226.224', '0', '1', '', '0', '0', '-1', '0', '0', '\\m^:=dv]\\4;#97@BTr;pAx\\Cn1fN\'$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9595', '2', '', '0', 'Alphared6', 'bea89f4dc504c37652def3df238984b1', '2014-12-08', 'alphared65@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418071325', '0', '1418071325', '1418071438', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '94.8.198.223', '0', '1', '', '0', '0', '-1', '0', '0', 'MfLiv,zzpotS(4{\\6c(~o;2tKY8es9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9597', '2', '', '0', 'Forres6351', 'ce069416fffaa035c43140ad3ec578fd', '2014-12-09', 'impartialformulg@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418092356', '0', '1418092356', '1418092356', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.71', '0', '1', '', '0', '0', '-1', '0', '0', 'M`7))`6VGmsBh+X8M*QeDS}]q9(ZTV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9596', '3', '', '0', 'HenrietBla', '3a4465bce82e493c70c178c41b743260', '2014-12-09', 'abasheddancer23v4t@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418091779', '0', '1418091779', '1418091779', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.22.219.219', '0', '1', '', '0', '0', '-1', '0', '0', 'N+NxvM8=BtuvcDeYN+{8#u;Em2DJ@x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9598', '3', '', '0', 'MaribelBoo', '2b50e19dad06ffe62c37882f45c528df', '2014-12-09', 'beulah.castaneda@prokonto.pl', '0', '', 'http://wiki.carkids.de/Quick_Tactics_Of_Riad_In_Marrakech_107_Reviews_Under_Scrutiny', '', '', '', '2', '0', 'Junior Member', '0', '1418100328', '0', '1418100328', '1418183207', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-18-1975', '1975-04-18', '-1', '-1', '107.190.163.187', '0', '1', '', '0', '0', '-1', '0', '0', 't)*)|$\"\\uqG9f7)hy*8pb/`i>,Lj?7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9600', '3', '', '0', 'ErikCJKTnh', '6793269bcc4f2377841356513d201f9f', '2014-12-09', 'jamesk.erd.so.s@gmail.com', '0', '', 'https://Www.Facebook.com/DragonAgeInquisitionCrack', '', '', '', '2', '0', 'Junior Member', '0', '1418137438', '0', '1418147069', '1418668070', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-18-1970', '1970-06-18', '-1', '-1', '94.249.242.44', '0', '1', '', '0', '0', '-1', '0', '0', '5u][b$Q^ED5\\gV29!^*~{K\'N2cJ$DQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9665', '3', '', '0', 'DianneTipt', '0b758e2717fa9b2c4a346205e02b39f4', '2014-12-12', 'thurmanbyerly5283@spambog.com', '0', '', 'http://roajprovgitiq.blog.com/2014/10/03/you-can-find-good-information-and-discover-more-about-vacat', '', '', '', '2', '0', 'Junior Member', '0', '1418391547', '0', '1418507675', '1418510280', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1972', '1972-07-08', '-1', '-1', '78.129.131.34', '0', '1', '', '0', '0', '-1', '0', '0', 'A2~\"`ErQ0%-#GzLwAg_\\(FuZ9%u@!B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '209', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9599', '3', '', '0', 'T16D', 'cfbac9fcdbe688a2c7fe7990d0e43866', '2014-12-09', 'cletafrith4716@mailcatch.com', '0', '', 'http://Tovabbitott.hu/191036', '', '', '', '2', '0', 'Junior Member', '0', '1418115735', '0', '1418115735', '1418118028', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-13-1976', '1976-04-13', '-1', '-1', '94.249.241.78', '0', '1', '', '0', '0', '-1', '0', '0', 'AbbEqUDdR&I#eP>mOdJM}IfW7BF)v=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9601', '3', '', '0', 'MyrtisKrg', '1a81477738d83b04d1dda2e9a02001a0', '2014-12-09', 'myrtishudd@shreddedabs.com', '0', '', 'http://www.yesgarciniacambogia.com', '', '', '', '2', '0', 'Junior Member', '0', '1418140504', '0', '1418140504', '1418143488', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-16-1982', '1982-05-16', '-1', '-1', '23.89.160.218', '0', '1', '', '0', '0', '-1', '0', '0', 'x9Qq9.FcI]2(77tP\"8R~;D~4X3~Q-)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9602', '3', '', '0', 'ShaylaPorr', '4626e82278f68a44b256f0a2b1c0adab', '2014-12-09', 'johnniegadsden1358@mailcatch.com', '0', '', 'https://vimeo.com/113672836', '', '', '', '2', '0', 'Junior Member', '0', '1418150681', '0', '1418150681', '1418157833', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-24-1972', '1972-11-24', '-1', '-1', '117.173.246.158', '0', '1', '', '0', '0', '-1', '0', '0', 'vw`{?8RmOX5BrC&,$!7=Dh!:z>q9g\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '74', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9603', '3', '', '0', 'LanceSchre', '6f1c689945c450345a678da168b6e597', '2014-12-09', 'saullouise@spamavert.com', '0', '', 'http://bcyvboyzxub.blog.com/2014/10/01/really-feel-more-comfortable-in-the-home-after-by-using-these', '', '', '', '2', '0', 'Junior Member', '0', '1418152980', '0', '1418280809', '1418281872', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-22-1978', '1978-05-22', '-1', '-1', '5.157.51.179', '0', '1', '', '0', '0', '-1', '0', '0', 'E;Z=2@XZ63J#giRt!eNv5R.rMs61;I\\ixGQgz@\"7\"4*?@[m1ryH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9605', '2', '', '0', 'H3A', '90edd8a834182108600e2eee81563c72', '2014-12-09', 'misjudging@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418155180', '0', '1418193637', '1419278765', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.51.56.184', '0', '1', '', '0', '0', '-1', '0', '0', '4?/jxa?&011950fl=^(FR7~)}V<4\"(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9606', '3', '', '0', 'ChasHindwo', '735888a711a665108e8946e0891befff', '2014-12-09', '3wetesgdxb@mailcatch.com', '0', '', 'http://shemalechatlivelove.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418155309', '0', '1418155309', '1418157216', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-13-1981', '1981-12-13', '-1', '-1', '183.222.173.236', '0', '1', '', '0', '0', '-1', '0', '0', '7&l8p$+5q;V+:Dwp+=GFLEbBV\'NlCF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9607', '3', '', '0', 'Meridit783', 'a5186d80df6445f0dbd5d372a8934235', '2014-12-09', 'meridith-lyles83@15yard.co', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418158076', '0', '1418158076', '1418158076', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.221.224', '0', '1', '', '0', '0', '-1', '0', '0', 'ffz5{ZV>G\\J\'DnXAM>gW;~[I-KG~_P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9608', '3', '', '0', 'KathieHebe', '245e2bd0c74d947bef003ed7f828868a', '2014-12-09', 'stefaniethynne8681@mailcatch.com', '0', '', 'https://vimeo.com/113840757', '', '', '', '2', '0', 'Junior Member', '0', '1418158882', '0', '1418159065', '1418166653', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1984', '1984-07-15', '-1', '-1', '117.173.18.185', '0', '1', '', '0', '0', '-1', '0', '0', 'rSRt2fnvf;0!QAyDz~LiJ_^U!d:>ND', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9609', '3', '', '0', 'RLOFQ', '4aed0780dbbca0305316f1ceda408f95', '2014-12-09', 'laurenearredondo5455@mailcatch.com', '0', '', 'https://vpnreviewer.com/btguard-review', '', '', '', '2', '0', 'Junior Member', '0', '1418166460', '0', '1418166460', '1418169025', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1978', '1978-10-01', '-1', '-1', '37.203.212.31', '0', '1', '', '0', '0', '-1', '0', '0', '1{Viv&GlG&t1b8RFG)!^l\\E,UAcGoX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9618', '3', '', '0', 'GiaBynumhw', 'c518d0c33dfd9140e19e2485f49424f5', '2014-12-10', 'mikebritton4928@mailcatch.com', '0', '', 'http://www.gardeninghowtovideos.com/organic-gardening-videos', '', '', '', '2', '0', 'Junior Member', '0', '1418198731', '0', '1418198731', '1418254599', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-05-1979', '1979-12-05', '-1', '-1', '104.222.192.175', '0', '1', '', '0', '0', '-1', '0', '0', 'ZNz7oc>%fG;1U&Tts_c(VdIDVQA7DV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9611', '3', '', '0', 'HATGabriel', '0de7e99e4df2d19b910326e87a64f0a7', '2014-12-10', 'gabrielegist@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418179918', '0', '1418179918', '1418179918', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.180', '0', '1', '', '0', '0', '-1', '0', '0', '>$mC[B2Y^L,i2csHUMlirwT\\@:tlL6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9612', '3', '', '0', 'TomasCanch', '31010d0c94688a99d91acdfc7996601a', '2014-12-10', 'tomascanchola26@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418181082', '0', '1418181082', '1418181082', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '196.196.20.200', '0', '1', '', '0', '0', '-1', '0', '0', '7Xou4WXQh:H&0Tp3K6{j^Sa(V~q2_1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9613', '3', '', '0', 'ChanelHals', 'f9b67235aacd77364635e3bbd294adf6', '2014-12-10', 'josie.orr@go2.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418182559', '0', '1418182559', '1418207551', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '46.105.243.172', '0', '1', '', '0', '0', '-1', '0', '0', 'n/XyT6Rwv\"NW4vji:*dJbaXNZN0:*%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9614', '2', '', '0', 'Marisa62Nq', '768a681111917692840027b4b549bf49', '2014-12-10', 'jaggedtariff61mc@abv.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418185546', '0', '1418185546', '1418185546', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.220.113.99', '0', '1', '', '0', '0', '-1', '0', '0', 'mwtq%-)W@3oOzK^P6?^f8&@9=<=CT-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9615', '3', '', '0', 'DaniloSelp', 'a5f78d3bcd0df7dc2b7b31950dd9c3d7', '2014-12-10', 'frederickhooker2392@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418185747', '0', '1418185747', '1418185747', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '174.114.14.101', '0', '1', '', '0', '0', '-1', '0', '0', ')_>`~PQNL{.{3L[yda:|}U;B+G!MLS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9616', '2', '', '0', 'ChrisNolte', '3caa9de910128b69c3e0c8ab9b101cb8', '2014-12-10', 'diligentpavillikd@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418185989', '0', '1418185989', '1418185989', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.21', '0', '1', '', '0', '0', '-1', '0', '0', '3Pga{dnxv;Up!7,|6a9Wk_X:--za@z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9617', '3', '', '0', 'EzequieShe', '1c125cde46f3e7b498d70d7159c4fd13', '2014-12-10', 'tamaramassey6424@mailcatch.com', '0', '', 'http://webermvrr.jigsy.com/entries/general/here-is-the-report-for-you-personally-if-you-want-to-lear', '', '', '', '2', '0', 'Junior Member', '0', '1418190716', '0', '1418232526', '1418234433', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-02-1978', '1978-04-02', '-1', '-1', '5.175.175.211', '0', '1', '', '0', '0', '-1', '0', '0', 'QWC@}SXG7o)OO%?n=t67AYw;iK/Aep', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9619', '3', '', '0', 'IndiraP15', '47cca02cd6c9ab564469ba28e76a869e', '2014-12-10', 'rustygreenwell364@mailcatch.com', '0', '', 'http://lyziut61iroluz.blog.com/2014/09/28/best-ways-to-make-car-maintenance-much-less-issues/', '', '', '', '2', '0', 'Junior Member', '0', '1418200220', '0', '1418200220', '1418207451', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-10-1971', '1971-01-10', '-1', '-1', '5.175.175.163', '0', '1', '', '0', '0', '-1', '0', '0', '>eu2Ew$Dm#(U0#Qw:)Z/Xm?_[%j41!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9620', '3', '', '0', 'VirginiCar', 'e83c6d0b74e39085f8732bb835c31ca8', '2014-12-10', 'tarahbouton@mailcatch.com', '0', '', 'http://www.gardeninghowtovideos.com/organic-gardening-videos', '', '', '', '2', '0', 'Junior Member', '0', '1418200262', '0', '1418200262', '1418252089', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-28-1984', '1984-07-28', '-1', '-1', '198.23.216.209', '0', '1', '', '0', '0', '-1', '0', '0', '^~8W66`(~[7a2KBPe%mqJx!NrJ|up)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9621', '3', '', '0', 'AnnisMintz', '14df4b44403da42e94497faca755d981', '2014-12-10', 'betteweir6295@mailcatch.com', '0', '', 'http://www.gardeninghowtovideos.com/organic-gardening-videos', '', '', '', '2', '0', 'Junior Member', '0', '1418201328', '0', '1418201328', '1418253847', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-23-1985', '1985-02-23', '-1', '-1', '209.161.99.140', '0', '1', '', '0', '0', '-1', '0', '0', 'l41}Fz;TXY$LS%:\'44TgAawp\'Ah*\\%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9622', '3', '', '0', 'L46U', '0e3796e3c526212ed5a2ea9682794ee7', '2014-12-10', 'melvinperryman@mailcatch.com', '0', '', 'https://s3-us-west-2.amazonaws.com/privateinternetaccess-test/PrivateInternetAccess.html', '', '', '', '2', '0', 'Junior Member', '0', '1418201816', '0', '1418201816', '1418203719', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-19-1972', '1972-02-19', '-1', '-1', '37.59.216.8', '0', '1', '', '0', '0', '-1', '0', '0', 'TJ--<6q~_/hE?;JUaeBg/0AJ|P*c5&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9625', '3', '', '0', 'TillyGulle', 'dfa87bdcbb2a1b047411948d0105cd57', '2014-12-10', 'ginny7@c.blog-stuff.com', '0', '', 'https://www.Rebelmouse.com/delphialawson/warning-what-can-you-do-about-n-33-right-now-1271241166.htm', '', '', '', '2', '0', 'Junior Member', '0', '1418215374', '0', '1439427670', '1439667269', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1977', '1977-05-17', '-1', '-1', '183.223.34.78', '0', '1', '', '0', '0', '-1', '0', '0', '`Lx{_LT_,+^w.*B.-Y{Rk6SseS&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9628', '3', '', '0', 'LeoVickers', '13df45bff60a90862cb21c13f9b09c13', '2014-12-10', 'redasuper@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=8XKW7O978a0', '', '', '', '2', '0', 'Junior Member', '0', '1418221288', '0', '1418221288', '1418223748', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-21-1984', '1984-06-21', '-1', '-1', '5.196.5.99', '0', '1', '', '0', '0', '-1', '0', '0', '(FSL3*2Ki\"a3-a-4(9%mIP~^e`Es^@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9629', '3', '', '0', 'StefanGlaz', '96a2875e84b70d94683dfb7c18268627', '2014-12-10', 'ellisstockdill6075@discardmail.com', '0', '', 'http://landed.at/travel-blog/entry/things-to-do-in-jacksonville-florida', '', '', '', '2', '0', 'Junior Member', '0', '1418222801', '0', '1418222801', '1418225229', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-10-1977', '1977-06-10', '-1', '-1', '93.118.70.186', '0', '1', '', '0', '0', '-1', '0', '0', 'Ot67h[[_}T\"IOh@6{ih$LDT[Dkzh<\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9630', '3', '', '0', 'FayYQHVgjf', '643c481c100e4b71b5bc22743a7fd4f0', '2014-12-10', 'valerierhea@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418225108', '0', '1418225108', '1418225108', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.157.51.94', '0', '1', '', '0', '0', '-1', '0', '0', 'e`J]ATZCtk;H2`J\\A)j8p/sd6pIghg\"?bf)^QVqSUW;\\948?-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9633', '3', '', '0', 'SanfordMof', '0f5c711b0810481dfea8298f1500b945', '2014-12-10', 'ezekieloatley1844@spamavert.com', '0', '', 'https://www.rebelmouse.com/rachelejeffreys/techniques-the-professionals-w-870031008.html', '', '', '', '2', '0', 'Junior Member', '0', '1418244555', '0', '1418264025', '1418266860', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-18-1983', '1983-07-18', '-1', '-1', '178.32.155.111', '0', '1', '', '0', '0', '-1', '0', '0', '#KPq(w_.rQk9iH\'WY6$Jf7V9BkWWuCZZ\'=E;;ht[^$upvcb\\OeL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9641', '3', '', '0', 'GregoryNob', 'bf96458f6ef194da45d6e93567d9c5a2', '2014-12-11', 'rowenahanslow172@spamavert.com', '0', '', 'http://parsaran.ir/forum/member.php?action=profile&uid=13022', '', '', '', '2', '0', 'Junior Member', '0', '1418269820', '0', '1418494536', '1418496073', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1976', '1976-05-07', '-1', '-1', '83.143.242.98', '0', '1', '', '0', '0', '-1', '0', '0', 'EG[{$.Ok3j\"0LgqCjG&Hrj*PPuKKm8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '197', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9644', '3', '', '0', 'KathleeHel', '9d77661fa0c6c6065355acb6a0630608', '2014-12-11', 'shawnaromilly1142@spamavert.com', '0', '', 'http://henrys-dreampage.de/topsites/index.php?a=stats&u=edythe1934', '', '', '', '2', '0', 'Junior Member', '0', '1418314988', '0', '1418404619', '1418407093', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-20-1975', '1975-03-20', '-1', '-1', '5.175.176.144', '0', '1', '', '0', '0', '-1', '0', '0', 'Iop`:!\\$*bBxB}V&tMi#ZK1Nm`u`c?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '563', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9643', '3', '', '0', 'NormanMcKe', 'b44f61c4dfa345c018cda7cf23a5c0f5', '2014-12-11', 'anthonycasiano2033@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418303472', '0', '1418303472', '1418303472', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.254.179', '0', '1', '', '0', '0', '-1', '0', '0', 'r@i(:fzu{O])#)?2mk`HiY(7Mj[eIk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9645', '2', '', '0', 'apassuflano', '92e39839fa4d477deb6a2f58b338efc5', '2014-12-11', 'willis.robby@o2.pl', '0', '', 'http://caws.ws/forum/user/108312-naromar/', '54108955', '', '', '2', '0', 'Junior Member', '0', '1418315869', '0', '1418315869', '1418318568', '0', '0', '10', '5', '-4', '1', '0', '0', '0', '45108503', '09-22-1985', '1985-09-22', '-1', '-1', '83.25.114.148', '0', '1', '', '0', '0', '-1', '0', '0', 'S~#Ktrn-8uQk*Q4/P*,q~RjLvjQap*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9646', '3', '', '0', 'Ruben3848', '7f230916b2a7c412bb85696ef22bda87', '2014-12-11', 'cornellkoenig@hulapla.de', '0', '', 'http://forum.kotomi.de/index.php?page=User&userID=6017', '', '', '', '2', '0', 'Junior Member', '0', '1418315983', '0', '1418333512', '1418337653', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1983', '1983-12-11', '-1', '-1', '5.157.36.217', '0', '1', '', '0', '0', '-1', '0', '0', '5dkAykv_}la}oxR@dCP#EhQ4vtv12>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '367', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9649', '2', '', '0', 'xXGman1113Xx', '7b13c143d36c4e92728b142bfe9f32de', '2014-12-11', 'garymaker1113@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418332537', '0', '1418332637', '1418333361', '1418333354', '1', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.65.186.131', '0', '1', '', '0', '0', '-1', '0', '0', '*v@ED45e/>x;,96>U##\'q{Xpa=4OuZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9683', '3', '', '0', 'AhmedGyles', '3775bad11d0ab8f759c05c522674b2f0', '2014-12-13', 'ahmed.gyles@teesfire.com', '0', '', 'http://www.dailymotion.com/v2mediaa', '', '', '', '2', '0', 'Junior Member', '0', '1418438992', '0', '1418438992', '1418441937', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-14-1980', '1980-02-14', '-1', '-1', '37.203.210.107', '0', '1', '', '0', '0', '-1', '0', '0', 'V0xK)`&)T\\B?OoM.-Ho+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9655', '3', '', '0', 'ShennaSGS', 'd4ce06dd3f7740821f7b7be6ab98232a', '2014-12-12', 'caroline.rodriguez@o2.pl', '0', '', 'http://wiki.internationalwomenshealth.org/wiki/index.php?title=Conseils_plaine_Produits_rapides_immo', '', '', '', '2', '0', 'Junior Member', '0', '1418355066', '0', '1419972972', '1419978535', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-18-1983', '1983-10-18', '-1', '-1', '178.216.54.109', '0', '1', '', '0', '0', '-1', '0', '0', 'XGRf:HZTBen\'rm9T7/.suJH{+0g!_E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1416', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9647', '3', '', '0', 'Janet3380', '925a94027641cd50d1432b67538bb24e', '2014-12-11', 'garrysledge3461@trash-mail.com', '0', '', 'http://www.tabletpcbuzz.com/member.php?u=64502-UlyssesRalph', '', '', '', '2', '0', 'Junior Member', '0', '1418322748', '0', '1418383207', '1418398476', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1977', '1977-09-20', '-1', '-1', '83.143.242.98', '0', '1', '', '0', '0', '-1', '0', '0', 'o$_Ek6*GO16Nm-g/V-`iGCZ@\"5^mp)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9648', '3', '', '0', 'TwilaHefne', '10976ee1c834ed40efa1e82757f8a6e6', '2014-12-11', 'morgantiegs@mailcatch.com', '0', '', 'http://bluecorner2.hubweb.net/xe/?document_srl=50767', '', '', '', '2', '0', 'Junior Member', '0', '1418322796', '0', '1418555060', '1418559684', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1973', '1973-08-16', '-1', '-1', '37.203.211.239', '0', '1', '', '0', '0', '-1', '0', '0', 'p,wBUl2FkV/1Q&x~12@_B!``12F/7-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10257', '3', '', '0', 'FParra', 'd456355abf570e71e4f170c20aea8954', '2014-12-25', 'octaviomellor@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419521214', '0', '1419521214', '1419521405', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.165.34', '0', '1', '', '0', '0', '-1', '0', '0', 'M;E|NOfl1P24Pcic*Q&k+Y!P+]e9.>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9679', '3', '', '0', 'AlphonsICI', '200ca5dfe231088a3c2c19f4d2f4c3b6', '2014-12-12', 'gretchencaron542@mailcatch.com', '0', '', 'https://vimeo.com/114353712', '', '', '', '2', '0', 'Junior Member', '0', '1418418295', '0', '1418725943', '1418731157', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-09-1979', '1979-07-09', '-1', '-1', '223.86.208.151', '0', '1', '', '0', '0', '-1', '0', '0', 'hdAB.]NJ[&1PNrAVxPnsX|]Z&EE+pn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9650', '3', '', '0', 'Florent066', 'cc195f142b6c9558d937dfac5b898349', '2014-12-11', 'alice.kelly@o2.pl', '0', '', 'http://Wiki.Fsairlines.net/index.php/Les_meilleurs_conseils_pour_2012_sur_les_plans_non_compliqu%C3%', '', '', '', '2', '0', 'Junior Member', '0', '1418336279', '0', '1419967744', '1420300497', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-02-1971', '1971-09-02', '-1', '-1', '37.203.212.31', '0', '1', '', '0', '0', '-1', '0', '0', 'FLv!iU{+Y~]hS8dVJ\"^NVa>BU90=pl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1301', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9657', '3', '', '0', 'HymanJacob', 'ef691e9d0f4d9346d7135b97145d83b0', '2014-12-12', 'janellewell@brennendesreich.de', '0', '', 'http://applix.bget.ru/forum/student-education-loans-ideal-expert-tips-those-who-want-succes.html', '', '', '', '2', '0', 'Junior Member', '0', '1418357874', '0', '1420362177', '1420376593', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1981', '1981-09-20', '-1', '-1', '5.175.176.209', '0', '1', '', '0', '0', '-1', '0', '0', '`wgx(U2\\3]R\"RP.;|OQG`~j<9$hRL#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '492', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9651', '3', '', '0', 'ElenaWinkl', 'dc6d649c70a9318602db0b757ce8141e', '2014-12-11', 'elenawinkler78@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418338232', '0', '1418338232', '1418338232', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.247.173.91', '0', '1', '', '0', '0', '-1', '0', '0', '.`mx~\\]tZfpn-]6nr[>Si:UM)g>|$l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9653', '3', '', '0', 'Hulda71Xzl', '9ed5b99a033f9408296ed451e80e36b7', '2014-12-12', 'randolphlayman@mailcatch.com', '0', '', 'https://vimeo.com/113882027', '', '', '', '2', '0', 'Junior Member', '0', '1418347946', '0', '1418649055', '1418654217', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-23-1979', '1979-01-23', '-1', '-1', '114.45.42.141', '0', '1', '', '0', '0', '-1', '0', '0', 'dq!i0EcB{|*.QkSGTV}r!>>M}mr\"TO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9652', '3', '', '0', 'HoracioSto', '93672557787e5ceb40e7b5f692823252', '2014-12-12', 'byron.perez@o2.pl', '0', '', 'http://www.thfoxs.com/wiki/D%C3%83_couvrir_les_r%C3%83_ponses_aux_crit%C3%83%C2%A8res_de_l_%C3%83_ta', '', '', '', '2', '0', 'Junior Member', '0', '1418344346', '0', '1419972506', '1419978315', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-27-1985', '1985-08-27', '-1', '-1', '91.108.183.98', '0', '1', '', '0', '0', '-1', '0', '0', '_j2Qma2uCe&%+#w(+o:GL}p?}ugVag', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1377', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9654', '3', '', '0', 'VernonSiev', '1321f2e162c7e60ddde5273b61867614', '2014-12-12', 'ida.roach@go2.pl', '0', '', 'http://www.tamadarom.ru/content/trouver-des-programmes-rapides-de-limmobilier-dans-les-h%C3%B4tels-%', '', '', '', '2', '0', 'Junior Member', '0', '1418350358', '0', '1419971572', '1419978218', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1982', '1982-02-16', '-1', '-1', '37.203.210.80', '0', '1', '', '0', '0', '-1', '0', '0', '*o-`7\\QnEf5k[f[c;\'*JCqIOesuOZ\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1339', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9656', '3', '', '0', 'TroyBerger', '3cfdfe5ac99c63f6c220623903527df4', '2014-12-12', 'alice.delacruz@prokonto.pl', '0', '', 'http://stdsouza.com/MediaWiki/index.php/Trouver_les_faits_sur_Trouver_aspects_de_l_immobilier_%C3%A0', '', '', '', '2', '0', 'Junior Member', '0', '1418355089', '0', '1419968669', '1419979479', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1985', '1985-04-21', '-1', '-1', '178.216.54.104', '0', '1', '', '0', '0', '-1', '0', '0', '\'9Z[ZAJ`49ygO)uC~@jzJzcK[*hsuY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1453', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9762', '2', '', '0', 'EvaVXOUznf', '72ed8f659bce8ec3fa0aac15261f5c22', '2014-12-14', 'trickyfurvor22hst@freemail.hu', '0', '', 'http://www.joannmaher.com/index.php/member/13945/', '', '', '', '2', '0', 'Junior Member', '0', '1418531528', '0', '1418531528', '1418532129', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-10-1983', '1983-07-10', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '{um:mYpf?}ms2ULbOdg`[Nq;dBmmpH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9658', '3', '', '0', 'RubenLocke', '2937ca29c4cb0e2d65c6ec13ad669872', '2014-12-12', 'hope.meltoncurlyfactory44@go2.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418359451', '0', '1418359451', '1418359451', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '185.45.13.164', '0', '1', '', '0', '0', '-1', '0', '0', '`/w;UA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1290', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9660', '3', '', '0', 'RheaBarrin', '755fd656e0ce6bd21d85f62d56a1d810', '2014-12-12', 'ida.roach@tlen.pl', '0', '', 'http://wiki.digitala11ies.org/index.php?title=Les_faits_%C3%83_mergents_sur_le_bon_sens_M%C3%83_thod', '', '', '', '2', '0', 'Junior Member', '0', '1418359506', '0', '1419973226', '1419979227', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-11-1973', '1973-08-11', '-1', '-1', '37.203.212.237', '0', '1', '', '0', '0', '-1', '0', '0', 'n[H*J>o0v[qi=|r8Urs6!:eFS,EVEK^&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9698', '3', '', '0', 'K99F', '21af386d9aa0d61470698b64bbf8f572', '2014-12-13', 'ioana.asd.e2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418465000', '0', '1418465000', '1418465000', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', '_?%uJ/x)K&,7z.Za1R8/_h#X|s9D,|Z`?&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1434', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9668', '3', '', '0', 'VenettEut', 'eee56968a2ee72af1bde9523c626a1ac', '2014-12-12', 'rosellaclutter@mailcatch.com', '0', '', 'https://vimeo.com/114334998', '', '', '', '2', '0', 'Junior Member', '0', '1418399787', '0', '1418651833', '1418654854', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-10-1978', '1978-03-10', '-1', '-1', '183.222.67.233', '0', '1', '', '0', '0', '-1', '0', '0', 'D%7~5y{zkRsCnvDX{e{{,pG$tfdRW4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9676', '3', '', '0', 'GabrielJam', '99317ab7287a6016d424c440e5b8157e', '2014-12-12', 'gabriellejames53@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418414152', '0', '1418414152', '1418414152', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.151.163.72', '0', '1', '', '0', '0', '-1', '0', '0', 'p\\6xr,S7tm%ScJG%BOROl|}\"J\'BWgV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9664', '3', '', '0', 'ChastitSle', 'c7159f8f67346bee53d7933f06fa6e5d', '2014-12-12', 'denagraziani@bund.us', '0', '', 'http://walkerazgg.blog.com/2014/10/01/dont-buy-costly-retailer-ordered-drinks-packed-with-sweets-com', '', '', '', '2', '0', 'Junior Member', '0', '1418386666', '0', '1418494647', '1418496569', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-04-1974', '1974-06-04', '-1', '-1', '5.175.176.209', '0', '1', '', '0', '0', '-1', '0', '0', 'cCBM;ZsOE1{47m;iJXm9U)^EDLz;6A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '255', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9667', '3', '', '0', 'MerrilCand', 'dd74dc060c4c44664a00e2d93217bd67', '2014-12-12', 'ciaratheriot2427@mailcatch.com', '0', '', 'http://sam.ysc.ac.kr:8080/phpinfo.php?a%5B%5D=%3Ca+href%3Dhttps%3A%2F%2Fwww.facebook.com%2FJungleHea', '', '', '', '2', '0', 'Junior Member', '0', '1418396788', '0', '1418396788', '1418399038', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-18-1978', '1978-09-18', '-1', '-1', '104.37.56.171', '0', '1', '', '0', '0', '-1', '0', '0', 'uzWaB$CBeShG-\\<51swbMcIL(WIigj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9666', '3', '', '0', 'FabianMann', '993dc5089c65acba590ed5b77df79718', '2014-12-12', 'keiraflores@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418393818', '0', '1418393818', '1418393818', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.90.86', '0', '1', '', '0', '0', '-1', '0', '0', 'evjFikGt}iGvTnP)!YJY77.Nc$s?dc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9669', '3', '', '0', 'NMLFlortte', '854e2ec48bb81d2e47b8da71aa559cd6', '2014-12-12', 'tahlialinville5593@mailcatch.com', '0', '', 'https://www.facebook.com/SurveyBypasser2015', '', '', '', '2', '0', 'Junior Member', '0', '1418403514', '0', '1418403514', '1418405997', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1983', '1983-07-17', '-1', '-1', '173.44.40.232', '0', '1', '', '0', '0', '-1', '0', '0', 'bjHJI+iIgnZ6jO&Kn+,u3?IZbY?X:e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9670', '3', '', '0', 'DawnaYork', 'a2fb2d74138a525ad81abfdc4362e28e', '2014-12-12', 'holisticposterisdcr@freemail.hu', '0', '', 'http://www.scooterchinois.fr/userinfo.php?uid=319982', '', '', '', '2', '0', 'Junior Member', '0', '1418404398', '0', '1418404398', '1418406574', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-17-1977', '1977-12-17', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'A6W:neR{TRmXlcMA:u\"CwFXi`oWa[r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9671', '3', '', '0', 'GailDulloh', '6147a9fa69422b600b8fc565317d4ea4', '2014-12-12', 'gladysrenfro3130@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=2qczq4HZYcY', '', '', '', '2', '0', 'Junior Member', '0', '1418405323', '0', '1424390436', '1424396140', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1978', '1978-09-17', '-1', '-1', '198.52.224.248', '0', '1', '', '0', '0', '-1', '0', '0', 'Z}YPIwZo-Y:bQgL~%zNRE(G8p~r%T.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1467', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9673', '3', '', '0', 'HHPLeewwu', '41f084e12fa5dff3d612bbb9d7b611e1', '2014-12-12', 'bawdyoverview25mm@freemail.hu', '0', '', 'http://www.bibleonline.org.uk/modules.php?name=Your_Account&op=userinfo&username=BOsburne', '', '', '', '2', '0', 'Junior Member', '0', '1418407245', '0', '1418407245', '1418409323', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-28-1983', '1983-04-28', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'M1DH?~+ORB^2+ai)U#L`~(B?.eAz.E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9674', '3', '', '0', 'SvenPerron', '62ee1a3b23c1add3dd8b6a9f533a0ab7', '2014-12-12', 'inafredericksen8202@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418407838', '0', '1418407838', '1418407838', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.171', '0', '1', '', '0', '0', '-1', '0', '0', 'MC\"qARuP/[JruF$qB<0\\a49$F:M4qD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9675', '3', '', '0', 'MJFMinnaz', '84408811b549bea4b4e536b9b9a733c4', '2014-12-12', 'christatreasure2000@mailcatch.com', '0', '', 'http://Desertgardencare.com/desertplants/', '', '', '', '2', '0', 'Junior Member', '0', '1418408955', '0', '1418408955', '1418415959', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-03-1974', '1974-11-03', '-1', '-1', '167.160.102.104', '0', '1', '', '0', '0', '-1', '0', '0', 'm[9+UVZj?u$_ZqHa?r;VTw\'$`9;ROl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9677', '3', '', '0', 'WendelSode', 'f775dab6635e47d4c4d30b1ae38f8c3b', '2014-12-12', 'wendellsodeman@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418414765', '0', '1418414765', '1418414765', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.180', '0', '1', '', '0', '0', '-1', '0', '0', '&>srCHWln\\/?/^,-].VcP/L\'k%:_VA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9678', '3', '', '0', 'DeniceHosk', '64f4beba2d6a23eaa9bc37a8a804af4e', '2014-12-12', 'denicehoskins@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418414845', '0', '1418414845', '1418414845', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.83.40', '0', '1', '', '0', '0', '-1', '0', '0', '\"y\'nhc|(q\\4}:BU}qcJxPO30&Sma2@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9682', '3', '', '0', 'CortezCalk', '45855a267b8ff4c860a5856c6fe653a8', '2014-12-13', 'kashamarch4293@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=2qczq4HZYcY', '', '', '', '2', '0', 'Junior Member', '0', '1418433013', '0', '1424394999', '1424395945', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1984', '1984-03-28', '-1', '-1', '167.114.52.179', '0', '1', '', '0', '0', '-1', '0', '0', '^*h;Ud$>M\'+S$09I;c?wP>?JHX;i~u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1400', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9681', '3', '', '0', 'ElsaBXNkc', '6ae3e85ada61001ea0da3e3ca091a7dd', '2014-12-12', 'katricechase2357@spamavert.com', '0', '', 'https://www.youtube.com/watch?v=kjFy_V09c3s', '', '', '', '2', '0', 'Junior Member', '0', '1418427616', '0', '1418495227', '1418496693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-03-1970', '1970-11-03', '-1', '-1', '192.240.218.100', '0', '1', '', '0', '0', '-1', '0', '0', 'xF_X1z.s=J;dM3{[N$lbP-Zl-_L:D1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '220', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9699', '3', '', '0', 'FSuid', 'af7791599922e8cdad286142482d6925', '2014-12-13', 'ioanaa.s.d.e.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418465921', '0', '1418465921', '1418465921', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', 'Rzv$\")2KMW2m#)[qhAdNq1b#$&bkWV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9712', '3', '', '0', 'JVOK', '8a1a68319af1d3fbc2e82274515da8a1', '2014-12-13', 'ioan.aasde.2.3@gmail.com', '0', '', 'http://familyguythequestforstuffhacking.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1418478377', '0', '1418478377', '1418480825', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-08-1981', '1981-09-08', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', '&fFE>sQ[r@rX2bh*%QcHc[#;CCrjvR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9680', '3', '', '0', 'DemetrBain', 'd15e38235c5a04c47224223ffa5bfe8b', '2014-12-12', 'demetria-baines@optimuslinks.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418423314', '0', '1418423314', '1418423314', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '186.94.176.189', '0', '1', '', '0', '0', '-1', '0', '0', '-Ab::o<*C!^Vw}l(bVFro-Nc4YUsd3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9782', '3', '', '0', 'IsidraJaeg', 'd81c42d678e14d12b97ef27c567302c4', '2014-12-14', 'snottydiva76j@freemail.hu', '0', '', 'http://freeflashgamesnow.com/profile/659354/Da7305', '', '', '', '2', '0', 'Junior Member', '0', '1418559735', '0', '1418559735', '1418561823', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-21-1975', '1975-12-21', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'gLLR>YCcsaoCS0`~$4FE\\WS&wU;dKX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9692', '3', '', '0', 'NancyFelts', 'd4dbea82ff5434b18db44df6d3b32f54', '2014-12-13', 'edgardoferry3881@spamavert.com', '0', '', 'https://www.youtube.com/watch?v=Q8YviGoFPRI', '', '', '', '2', '0', 'Junior Member', '0', '1418449063', '0', '1418488685', '1418490373', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1977', '1977-07-08', '-1', '-1', '192.240.218.139', '0', '1', '', '0', '0', '-1', '0', '0', ',w7ozWiEh7km~k4+}>451Zu%!K^Pq\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '266', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9684', '3', '', '0', 'VelvaVerga', 'a4e801e85b2bd12449dad13d3f7c1705', '2014-12-13', 'velva_vergara@teesfire.com', '0', '', 'http://v2media.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418442847', '0', '1418442847', '1418446480', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-16-1980', '1980-04-16', '-1', '-1', '198.52.223.197', '0', '1', '', '0', '0', '-1', '0', '0', 'u|}1y\"+m~D09Y^bshWY=2i2Bap{L\'<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9685', '3', '', '0', 'REIW', '523a1a68749f400722315e050fc2421b', '2014-12-13', 'ioana.asd.e.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418443767', '0', '1418443767', '1418443767', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', '|mh\'`y/3QW*4_a\\7:^.cE&IGQ`ldS0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9686', '3', '', '0', 'J7259', 'aa61c4062d6b14ea6999265c3bf822d1', '2014-12-13', 'ioana.asde.23@gmail.com', '0', '', 'http://familyguythequestforstuffhacker.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418443817', '0', '1418443817', '1418446119', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1979', '1979-11-20', '-1', '-1', '167.114.53.169', '0', '1', '', '0', '0', '-1', '0', '0', '=KRF]&p8\'E&=34_\'&eI1Wc!6tR~kvI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9687', '3', '', '0', 'IDell', 'b7c0ec671d5d4174b963429e8fd52f65', '2014-12-13', 'ioana.asd.e.23@gmail.com', '0', '', 'http://familyguythequestforstuffhacker.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418444036', '0', '1418444036', '1418446129', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-02-1980', '1980-09-02', '-1', '-1', '23.232.151.182', '0', '1', '', '0', '0', '-1', '0', '0', 'v1P>S&]e&Oxe\"c`Ej]cY$L#K_UX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9689', '3', '', '0', 'CLQA', '0244f76f279b067d205c47cc69423aa3', '2014-12-13', 'ioana.as.d.e.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418447013', '0', '1418447013', '1418447013', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', 't`FZfJcwi0(rBXC0pf$$,~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '312', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9693', '3', '', '0', 'AliciaJWYK', '2cb5138bb011ec1865bd777d1f74d61b', '2014-12-13', 'ambroseseese9301@spamavert.com', '0', '', 'https://www.youtube.com/watch?v=1ZhnfjHZD0A', '', '', '', '2', '0', 'Junior Member', '0', '1418450921', '0', '1418477864', '1418881389', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-14-1971', '1971-05-14', '-1', '-1', '192.240.218.100', '0', '1', '', '0', '0', '-1', '0', '0', 'P=Ajb5%SdZSI@t.6r\\b+H5@<]`cp!p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '242', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9701', '3', '', '0', 'MaryannSei', '461ba412eada0b4f2f7b3a7007c945d1', '2014-12-13', 'maryanne-seiffert99@optimuslinks.com', '0', '', 'http://vituniversityadmissions.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418471847', '0', '1418471847', '1418474893', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-23-1971', '1971-03-23', '-1', '-1', '117.200.75.46', '0', '1', '', '0', '0', '-1', '0', '0', 'nDMnlkY[qR40\'{8Bv=.kr7@5dcf9>@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9694', '3', '', '0', 'LVug', 'ad01cc4ac7355c40a1780c49618d817d', '2014-12-13', 'ioana.asde2.3@gmail.com', '0', '', 'http://familyguythequestforstuffhacker.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418461889', '0', '1418461889', '1418463735', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-16-1977', '1977-12-16', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', '9I\'RP?ur1(!\\)=2~YYN]$2NthL0d\\`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9695', '2', '', '0', 'AltaDevann', '6b0f5f03c3f19ce733679f8bf0cf3dd1', '2014-12-13', 'alta.devanny@teesfire.com', '0', '', 'https://plus.google.com/+V2MediaAdvertisingPrintingPressDubai/posts', '', '', '', '2', '0', 'Junior Member', '0', '1418462056', '0', '1418462056', '1418463772', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-26-1978', '1978-06-26', '-1', '-1', '198.52.223.201', '0', '1', '', '0', '0', '-1', '0', '0', '^OzNn0NNZPJ=C\\,@0aygpPHLT*ih4T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9696', '3', '', '0', 'S6330', '8e5c7c47967113b8cb6eb885e18aed47', '2014-12-13', 'ioana.as.de23@gmail.com', '0', '', 'http://familyguythequestforstuffhacker.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418462578', '0', '1418462578', '1418465130', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-18-1977', '1977-12-18', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', 'oG%YV`iBg0lORw$\'\\AE8<]uKPkiK2K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9697', '3', '', '0', 'HMcBride', 'fd9ef1f6d49ec7ea9fd397ff20a7d6d8', '2014-12-13', 'ioana.as.de.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418463243', '0', '1418463243', '1418463243', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.142', '0', '1', '', '0', '0', '-1', '0', '0', 'c%M:UmVJ@3>~Q]:BL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9702', '3', '', '0', 'CKQBQ', 'a01d1511690eb2e6b589ba60c694d808', '2014-12-13', 'po.p.aa.l.i.n2.3.8@gmail.com', '0', '', 'http://familyguythequestforstuffhacking.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1418473703', '0', '1418473703', '1418476132', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-25-1977', '1977-07-25', '-1', '-1', '167.114.52.187', '0', '1', '', '0', '0', '-1', '0', '0', 'h<[>c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9705', '2', '', '0', 'MCIVJ', '085d188ea049ae5d4fadc73d37516b6d', '2014-12-13', 'ioana.as.de2.3@gmail.com', '0', '', 'http://familyguythequestforstuffhacker.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418475644', '0', '1418475644', '1418475665', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-28-1973', '1973-07-28', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', '3*q6aZs(cwRz>}0*dZrx?a6Uo@=g.o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9706', '3', '', '0', 'A26S', 'd460573de9925009d8d43cf9110eb883', '2014-12-13', 'ioana.asde23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418475841', '0', '1418475841', '1418475841', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', '?BA.WjL2a9=F7dc8c!uttdV;s@zzL+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9707', '3', '', '0', 'DPullman', '48b7a67f13c518f488c7699108b45381', '2014-12-13', 'ioana.as.de.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418475849', '0', '1418475849', '1418475849', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', ':DBS4zW~mKF]k]l:%KlVcXsL#FaDC*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9898', '3', '', '0', 'NicolaMann', '763230ae460d289105fb3aa8f00ab7ac', '2014-12-14', 'abashedjug63vk@freemail.hu', '0', '', 'http://forums.feplanet.net/member.php?action=profile&uid=4007', '', '', '', '2', '0', 'Junior Member', '0', '1418599463', '0', '1418599463', '1418601705', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-11-1976', '1976-01-11', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'irF+Y#152v{;t-CxE+;:$G\'I409WOJk|Au(1wWhHp{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9716', '3', '', '0', 'GZODL', 'bd5d24189fd9308ab204011e0a3f50a1', '2014-12-13', 'po.p.a.al.in23.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418479511', '0', '1418479511', '1418479511', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.151.182', '0', '1', '', '0', '0', '-1', '0', '0', '7INvf-~9&8|\'BW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9720', '3', '', '0', 'I84R', '4ceed1e498096a84227d033ae10fe44e', '2014-12-13', 'po.p.a.alin.23.8@gmail.com', '0', '', 'http://familyguythequestforstuffhacker.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418479771', '0', '1418479771', '1418481944', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-23-1971', '1971-04-23', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', 'G,Ek2ASx@}Uc=l.kctxc.}z+&=bBv8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9721', '3', '', '0', 'HJAZR', '53d674e7c5a70e7dfd4fbbdf52d8fa7f', '2014-12-13', 'ioana.a.s.d.e.2.3@gmail.com', '0', '', 'http://familyguythequestforstuffhacking.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1418480014', '0', '1418480014', '1418482599', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-17-1974', '1974-10-17', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', ',4at2n\\S*(q$\\1%FM0lmPlXA,+-:?h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9722', '3', '', '0', 'JO87', 'a1d925069f20000ed5d4476dec7197db', '2014-12-13', 'ki.ji.a.d.snr.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418480365', '0', '1418480365', '1418480365', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'Z6~4D=HLLD<1~j.Ew?ah\"X_.@L!;Ee', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9933', '3', '', '0', 'LuciaRumse', 'c0afc4a5941603dd7cebbe5c287cf7fb', '2014-12-15', 'caragutierrez5035@mailcatch.com', '0', '', 'https://vimeo.com/114334998', '', '', '', '2', '0', 'Junior Member', '0', '1418642915', '0', '1418642915', '1418650183', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1984', '1984-09-07', '-1', '-1', '223.87.114.62', '0', '1', '', '0', '0', '-1', '0', '0', '}?~3:j6V\\9g-C;d{_R,ODpdsU*k]aR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9723', '3', '', '0', 'AQNKZ', '05f45f6f613b0e749ad42a2290cc3f33', '2014-12-13', 'po.p.aal.in23.8@gmail.com', '0', '', 'http://familyguythequestforstuffhacking.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1418480767', '0', '1418480767', '1418483408', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-23-1985', '1985-07-23', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 's`3:LU.;_\"q%7]*W1R.`C$T8$hS60e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9725', '3', '', '0', 'ZQBK', '47fa3bb66526774496d46f518ce8731f', '2014-12-13', 'po.p.aa.li.n.2.3.8@gmail.com', '0', '', 'http://familyguythequestforstuffhacker.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418481019', '0', '1418481019', '1418483388', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-18-1985', '1985-11-18', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', 'yocasl=g^1(VBaLs%l\'bCW62AOr{:G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9726', '3', '', '0', 'MDerr', '33d6a90b3f3e4f69b32e31f722656456', '2014-12-13', 'po.p.aali.n2.38@gmail.com', '0', '', 'http://familyguythequestforstuffhacking.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1418481033', '0', '1418481033', '1418483426', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-15-1980', '1980-02-15', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', 't,y3sYC{1d^\\XbJ_Fm8[~Y,rUE:~YR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9727', '3', '', '0', 'K2165', '2df753fee995c70748d82c39cf3bde31', '2014-12-13', 'po.p.aali.n.238@gmail.com', '0', '', 'http://familyguythequestforstuffhacking.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1418481098', '0', '1418481098', '1418483938', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-01-1984', '1984-07-01', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', '81Tvwv{@Cq=U7krbVvr;h-v.Y\\m9ZS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9728', '3', '', '0', 'CMJXJ', '68edd294ffe65b99c31b0783e94b41b2', '2014-12-13', 'po.p.aal.i.n.2.38@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418481261', '0', '1418481261', '1418481261', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.53.169', '0', '1', '', '0', '0', '-1', '0', '0', '3SwtY_Spf:,70hko:FJTMF~%rYCB=>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9729', '3', '', '0', 'LaraPalmor', '6006ad0ae6c488d4e3c6122a92125025', '2014-12-13', 'sulkybyword38jg@freemail.hu', '0', '', 'http://paket-c.net/index.php?a=member&m=593485', '', '', '', '2', '0', 'Junior Member', '0', '1418481571', '0', '1418481571', '1418483450', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-15-1974', '1974-09-15', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'K3vOA`2mKMZL(#Wgwj(dIzqQgtOSMN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9730', '3', '', '0', 'WarrenLope', '4e52bdadf2c52b7c0eeb9df91de5d6cf', '2014-12-13', 'wiryincident13jj@freemail.hu', '0', '', 'http://www.liceoscordia.it/nuke/modules.php?name=Your_Account&op=userinfo&username=MZVK', '', '', '', '2', '0', 'Junior Member', '0', '1418481576', '0', '1418481576', '1418483698', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-23-1985', '1985-05-23', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', ':jXUKNs`[6]CRrXW6Gc6)A_M`<}8Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9739', '3', '', '0', 'ROsv', '7a516e7950ef530fa8fcfbd33ae27e9b', '2014-12-13', 'ki.ji.a.ds.nr.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418485420', '0', '1418485420', '1418485420', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', '~^N\"22FJtU6BVAqCO4VQ[\\f@~}=\"+Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9740', '3', '', '0', 'D5409', 'c566aa92862e7430b1a6c7839bbd8d52', '2014-12-13', 'sa.gand.r.e.i3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418487976', '0', '1418487976', '1418487976', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', 'ISS{=prg@Ka(x{lPG8CiaY_buf%amw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9741', '3', '', '0', 'KCMM', '5bbe471a383b15dc3aa608c6df4a0dfa', '2014-12-13', 'sa.gand.r.ei.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418488144', '0', '1418488144', '1418488144', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.143', '0', '1', '', '0', '0', '-1', '0', '0', 'E<(uzY)c%89!m\'?/U8/h(v~XL/&:j\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9742', '3', '', '0', 'OEZS', '2c3aab948b613137dd6434a03c7aba8a', '2014-12-13', 'sa.gand.r.e.i.3@gmail.com', '0', '', 'http://familyguythequestforstuffhacking.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1418488193', '0', '1418488193', '1418490327', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-24-1984', '1984-01-24', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', '%?S8DQ?pl742v2lf^`\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9748', '3', '', '0', 'JocelynMac', 'afab9b59ef21bee50aad800a1503b4cf', '2014-12-13', 'jocelyn-maccallum@optimuslinks.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418491919', '0', '1418491919', '1418491919', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '111.10.137.7', '0', '1', '', '0', '0', '-1', '0', '0', 'LZ:\\rw7\"c4P8!H:B30mrT(p,q=8WhP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9749', '3', '', '0', 'PhilipVill', 'a629b6f766cd85c680099e0e0828e39f', '2014-12-13', 'pilardunhill@mailcatch.com', '0', '', 'https://vimeo.com/114245984', '', '', '', '2', '0', 'Junior Member', '0', '1418494882', '0', '1418494882', '1418496999', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1985', '1985-05-17', '-1', '-1', '223.86.211.249', '0', '1', '', '0', '0', '-1', '0', '0', 'E|zytgjF#czolLMw0Y^I(O}.(kkp#d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9750', '3', '', '0', 'GeraldoEwe', 'abc486d1e7fe0c813567b2e882aa4c42', '2014-12-13', 'geraldo-ewen26@teesfire.com', '0', '', 'http://www.magcloud.com/user/mohammedseyam', '', '', '', '2', '0', 'Junior Member', '0', '1418501239', '0', '1418501239', '1418505097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-03-1977', '1977-12-03', '-1', '-1', '170.130.111.151', '0', '1', '', '0', '0', '-1', '0', '0', '~\"C>^k~{!G3;qlo6?^BDGY^j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9754', '3', '', '0', 'MelvinEddy', 'aacf353c6b560ecd6d39037cb6c6d965', '2014-12-13', 'jacobkroemer3763@trash-mail.com', '0', '', 'https://www.myquickcashloan-au.com/?a=credit', '', '', '', '2', '0', 'Junior Member', '0', '1418510893', '0', '1418510893', '1418513970', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-23-1981', '1981-01-23', '-1', '-1', '165.231.22.22', '0', '1', '', '0', '0', '-1', '0', '0', 'cH0,2C6F~[1lV>t4.@DPZ}]Dp=D%,/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9753', '2', '', '0', 'SelinaChin', '900d2a6b24a7b0429f31457b7bc3493e', '2014-12-13', 'psychedeliclesir1@freemail.hu', '0', '', 'http://mcdm.ntcu.edu.tw/tzeng/userinfo.php?uid=290907', '', '', '', '2', '0', 'Junior Member', '0', '1418506785', '0', '1418506785', '1418507027', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-14-1979', '1979-01-14', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'Br$X\'xad)H?Pfo6I[:04(tgm&v0\"<1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9755', '3', '', '0', 'AlineN35q', '9561e50439e27a183450e86ad8fcb6d9', '2014-12-13', 'variouspan97iby@freemail.hu', '0', '', 'http://www.cruzenews.com/wp-content/plugins/zingiri-forum/mybb/member.php?action=profile&uid=109', '', '', '', '2', '0', 'Junior Member', '0', '1418512056', '0', '1418512056', '1418514109', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-03-1973', '1973-05-03', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '#9U*W|BNf]f54u^!-Ag*F2%Ks', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9757', '3', '', '0', 'MAdj', 'e9d1a46258dec252df0fc0615547b412', '2014-12-14', 'ioan.aasd.e2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418516456', '0', '1418516456', '1418516456', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', '0A,t]T79/SF$|,<|KD!,}Vv*I|?lbS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9758', '3', '', '0', 'DBeebe', 'b7f7667dd6606ef35ef6bda88cf90234', '2014-12-14', 'ioan.aasde2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418516714', '0', '1418516714', '1418516714', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.53.169', '0', '1', '', '0', '0', '-1', '0', '0', '_pC$wSWin|n6_Q23dQP1g,vMO\\Ofn0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9759', '3', '', '0', 'DeidreRafi', '4dd6a2a501924a0545c1dca4ad1620d3', '2014-12-14', 'sulkywedge48rvhy@freemail.hu', '0', '', 'http://2004.rnlweb.org/modules.php?name=Your_Account&op=userinfo&username=J55M', '', '', '', '2', '0', 'Junior Member', '0', '1418520924', '0', '1418520924', '1418522973', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-19-1981', '1981-08-19', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'kk\'\"j1&Y)M!CCb\'kgTft]\"z$2!6/KM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9760', '3', '', '0', 'LenardLutw', '677de7adbcf4e7064b721bb6568ccbb8', '2014-12-14', 'donniefuller@mailcatch.com', '0', '', 'https://href.li/?https://www.facebook.com/Wizard101CrownGenerator2015', '', '', '', '2', '0', 'Junior Member', '0', '1418523027', '0', '1418523027', '1418525033', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-03-1980', '1980-12-03', '-1', '-1', '104.37.56.217', '0', '1', '', '0', '0', '-1', '0', '0', '(O$!{{_70W:C2oC^GwC\\pGTc8h/(i1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9761', '3', '', '0', 'DAdamson', '5e42ff83d2ce017348cbfaa11917ccfc', '2014-12-14', 'joellenmackenzie@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418530488', '0', '1418530488', '1418532104', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.221.99', '0', '1', '', '0', '0', '-1', '0', '0', 'Pjbs>lfP?M)gE:}!Lj~g9uVyJWf2v;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9763', '3', '', '0', 'MargherHep', 'cf600bc290edeb8b511f79020ec37e3d', '2014-12-14', 'crediblereligios@freemail.hu', '0', '', 'http://forum.soft2base.com/profile.php?id=10607', '', '', '', '2', '0', 'Junior Member', '0', '1418531643', '0', '1418531643', '1418533522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-05-1978', '1978-01-05', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'HA%gJGjLXyjp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9765', '3', '', '0', 'DonnellTUO', 'b7452621df9daa29704b2f4ce95e4616', '2014-12-14', 'giantseries44sjz@freemail.hu', '0', '', 'http://www.pnrfc.com/forum/member.php?239938-RStonge', '', '', '', '2', '0', 'Junior Member', '0', '1418532072', '0', '1418532072', '1418534104', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-07-1977', '1977-12-07', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '\'!lz3k)gU8suIA{NR91^aJ~vj:LTu&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9766', '3', '', '0', 'SteffenDal', '4279b0b005737c9d7b80a4cd446a79a0', '2014-12-14', 'lindseymccubbin@mailcatch.com', '0', '', 'http://qos-web3.exigo.ch/phpinfo.php?a%5B%5D=%3Ca+href%3Dhttps%3A%2F%2Fwww.facebook.com%2FCreditCard', '', '', '', '2', '0', 'Junior Member', '0', '1418532314', '0', '1418532314', '1418534494', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-18-1977', '1977-09-18', '-1', '-1', '104.37.56.217', '0', '1', '', '0', '0', '-1', '0', '0', 'w9^\"\"59t+a7(0iAAH#jGxVaF,WK1TQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9993', '3', '', '0', 'MichaeForn', 'cb4f4205f01023728a6b183704f0cc84', '2014-12-15', 'tiffaniclatterbuck@mailcatch.com', '0', '', 'http://clashofclans-hackgems.com', '', '', '', '2', '0', 'Junior Member', '0', '1418687374', '0', '1418687374', '1418694543', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1975', '1975-04-11', '-1', '-1', '192.240.198.78', '0', '1', '', '0', '0', '-1', '0', '0', 'm/%E|73T-cfK/[O?J7Z~oU%w?t~BWt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9768', '3', '', '0', 'LADD', '2f70ae846dd02d4c16783435ae88cd83', '2014-12-14', 'po.p.a.ali.n.238@gmail.com', '0', '', 'http://familyguythequestforstuffhacker.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418550327', '0', '1418550327', '1418552334', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-11-1971', '1971-05-11', '-1', '-1', '167.114.52.187', '0', '1', '', '0', '0', '-1', '0', '0', 'AzE$FZC]{wPKbwb-{i7}R%5feGptg2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9767', '3', '', '0', 'CKASamaram', '8a9de6836ca6570b5be1824f902ba215', '2014-12-14', 'samara.cousens@optimuslinks.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418549667', '0', '1418549667', '1418549667', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '58.214.19.126', '0', '1', '', '0', '0', '-1', '0', '0', '(=K+iOLe9nNdo~-eKw%SW}IZ^she1n:8Bfx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9778', '3', '', '0', 'DonteTovar', '80e1896f1438940497e095f4481a595f', '2014-12-14', 'taboojar52xql@freemail.hu', '0', '', 'http://www.vodnikov.ru/modules.php?name=Your_Account&op=userinfo&username=PMcduffie', '', '', '', '2', '0', 'Junior Member', '0', '1418556601', '0', '1418556601', '1418558822', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-14-1970', '1970-06-14', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'x5h&o%DMmchPwi\"MCA4yW=B%2;6i1r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9779', '3', '', '0', 'KORLemuelq', 'bf66ff35ad927b7afb713762a3fa8904', '2014-12-14', 'actuallystudenty@freemail.hu', '0', '', 'http://gallery.naryanian.com/profile/trrku', '', '', '', '2', '0', 'Junior Member', '0', '1418556864', '0', '1418556864', '1418559116', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-24-1978', '1978-01-24', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'VssN-#v=yAz6,lKMz$sh-1u%?\\ss&}_G{rj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9786', '3', '', '0', 'CruzRBDggm', '33a922f522ded6b32073fa30842b819a', '2014-12-14', 'po.p.a.a.lin2.3.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418563756', '0', '1418563756', '1418563756', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.124', '0', '1', '', '0', '0', '-1', '0', '0', '3^D]Z<5o;f\'{4S6\\3Mp=m*!LmFz>\\t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9788', '3', '', '0', 'MalcolmSMY', '86476adb673bedd28368025229ed1042', '2014-12-14', 'ki.j.iad.snr.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418563946', '0', '1418563946', '1418563946', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', 'CgSHE9Nt34vus!-rY9}H,G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9789', '3', '', '0', 'BernadBlue', '5db5c4bb99db3b2fc67540b77c328ad0', '2014-12-14', 'ki.j.iad.snr.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418564157', '0', '1418564157', '1418564157', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', 'T/I}U$@rQ|pRZ,)cc_y/oIXH%IH0JC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9790', '3', '', '0', 'KristaHawk', 'cf41af00591e85b0bec4e82c531ee5e2', '2014-12-14', 'p.opaal.in238@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418565036', '0', '1418565036', '1418565036', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', 'Baiw`mAwoB@@lVq/!|%?Pj4x`W7#hRD~$RAtd`R1oo?.b=j`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9913', '3', '', '0', 'ShawnaSwan', 'cbf8080e0c3d5a6ae99371b478bcce4b', '2014-12-15', 'daffyhairstyle3s@freemail.hu', '0', '', 'http://www.tamilstar.tv/profile.php?u=FrShapcott', '', '', '', '2', '0', 'Junior Member', '0', '1418616616', '0', '1418616616', '1418618728', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-13-1970', '1970-12-13', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '5cMf,R-PKW^=~Rp^B~kz\'Tf,~=Y_k0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9806', '3', '', '0', 'MarcelJ75', '0f49a222b88ceee9866b4743b831af30', '2014-12-14', 'ki.j.i.ads.nr2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418568240', '0', '1418568240', '1418568240', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', '\"tR=1lU!\"7Xu$.s|v+98.0UI]4Xevl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9807', '3', '', '0', 'FredricMcC', '32747bafd888b5ca0829928c1cc7bbe1', '2014-12-14', 'ioan.a.as.de23@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418568409', '0', '1418568409', '1418570765', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-20-1977', '1977-04-20', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', 'U>!\'1O<=m\\ssugP(D&b1JrJ*zBWl=[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9808', '3', '', '0', 'EmelyA36eo', '998fc308178cc02843d159f2ca55de31', '2014-12-14', 'p.opaal.i.n2.3.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418568412', '0', '1418568412', '1418568412', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'rUlrW$LN\'YB%QM=h[M?%+R]pJK\'D.o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9809', '3', '', '0', 'Jeffery811', 'bcac7ea1e25f614f79c57345ec3567ff', '2014-12-14', 'sa.g.a.nd.re.i.3@gmail.com', '0', '', 'http://www.reddit.com/r/FamilyGuyHacking/', '', '', '', '2', '0', 'Junior Member', '0', '1418568534', '0', '1418568534', '1418571197', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-09-1970', '1970-01-09', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', 'Ng,<^!\'g}kK.\'joy\\DE|Zk12w9mr\'r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9810', '3', '', '0', 'LeannaVanz', '4d82a77e04094cd71197f32c49d3cf4e', '2014-12-14', 'sa.g.a.n.drei.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418568675', '0', '1418568675', '1418568675', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.143', '0', '1', '', '0', '0', '-1', '0', '0', 'R6$:qW|DpdgTd}nj)R|r%x\"O>vQ`Y<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9811', '3', '', '0', 'Vonnie81Ty', '08dea97ceef6cff981aa84b4916f67f5', '2014-12-14', 'ioan.a.asde.2.3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418568687', '0', '1418568687', '1418571241', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-19-1972', '1972-10-19', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', 'Iy}u3\"O{!TQkGOz,YU^RZRuexCo}L+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9812', '3', '', '0', 'EstherTrib', 'fbbf32aeb8184639745213c29f60b25a', '2014-12-14', 'sa.g.a.n.dr.ei.3@gmail.com', '0', '', 'http://www.reddit.com/r/FamilyGuyHacking/', '', '', '', '2', '0', 'Junior Member', '0', '1418568802', '0', '1418568802', '1418570818', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-09-1981', '1981-08-09', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', 'y/iC|LX$cT}u\\l\\Z^,Ik/z>[\\g-(}z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9813', '3', '', '0', 'EbonyChick', '4297860cdd9d17e55cd0f9f0d7ad437c', '2014-12-14', 'ioan.a.asd.e2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418568884', '0', '1418568884', '1418568884', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.216.54.88', '0', '1', '', '0', '0', '-1', '0', '0', 'CgEgX*O.nM{YVOWJTQK$nBTO{o\\*Bl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9814', '3', '', '0', 'TristanCro', '7966ba0a65a0724d61f3b860a0a19a8f', '2014-12-14', 'ioan.a.a.sde.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418569166', '0', '1418569166', '1418569166', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', '-|#ijzcs.yG8#qNW)vF5.MxbqQK#<3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9815', '3', '', '0', 'TobyGladeh', '28545440a72919c2d690f06fe4b30970', '2014-12-14', 'ioa.naasde23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418569310', '0', '1418569310', '1418569310', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', 'M.~|;nJ8I\"f!L;Rv?A:sp7dMA\';pln', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9816', '3', '', '0', 'HwaDonleyo', 'ac7cee9f2fbb7f72f7f4641eb468558a', '2014-12-14', 'ioan.a.a.sde.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418569343', '0', '1418569343', '1418569343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.100', '0', '1', '', '0', '0', '-1', '0', '0', 'K`v<@%0igv7%t[R@P_vBy`bj[/VSV^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9817', '3', '', '0', 'MairaBrass', 'e0e762e6037a4f8916ac6ef273e5faa0', '2014-12-14', 'po.p.a.a.li.n.238@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418569642', '0', '1418569642', '1418569642', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', 'tF\\#`Z6{6oy\"Cf>KIjDdlTBh<$|*(#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9818', '3', '', '0', 'GabrieCove', 'a47411386dff4f10ec17d661a47130f6', '2014-12-14', 'gabrielacoveny26@net.zonerig.com', '0', '', 'http://linux268.php.xdomain.jp/profile/evawvsxcph', '', '', '', '2', '0', 'Junior Member', '0', '1418571103', '0', '1418571103', '1418578273', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-16-1973', '1973-10-16', '-1', '-1', '196.196.20.247', '0', '1', '', '0', '0', '-1', '0', '0', '*g5&}&~~If>t1)9ttm8^*;\\4C^d@(q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9819', '3', '', '0', 'Aretha5181', 'f25e45e0a8245c3f81bdc58985fc8020', '2014-12-14', 'ki.j.iad.s.nr23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418571525', '0', '1418571525', '1418571525', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.187', '0', '1', '', '0', '0', '-1', '0', '0', 'W_kUUdcTugIu$|!Z.>T{Ans6H|dV>k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9820', '3', '', '0', 'DelorisDan', '152f78e1fdf6532cb435a7f7f3c4f5ac', '2014-12-14', 'sa.ga.nd.r.e.i.3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418571535', '0', '1418571535', '1418573801', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-14-1981', '1981-06-14', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', 'omFg%Zyb_o0bNjG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9822', '3', '', '0', 'CelsaSalce', 'a3c3e940285c19bfc0629afbc5b0ba65', '2014-12-14', 'sa.ga.ndr.ei.3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418571613', '0', '1418571613', '1418573807', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1970', '1970-07-15', '-1', '-1', '167.114.53.169', '0', '1', '', '0', '0', '-1', '0', '0', '9Xj0hhc4iTl|C/qG7kQfBLfqC.J*CH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9823', '3', '', '0', 'DallasCulb', '29df39864791344ea3b7434f4dbef901', '2014-12-14', 'sa.ga.nd.re.i3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418571639', '0', '1418571639', '1418571639', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', '6TM7Ei\\,zwUd-Kvj6\'vlt(/^~D>ma5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9824', '3', '', '0', 'Cole84Lswh', '5e8d845c6e9fcc91d9f0c1c057d86624', '2014-12-14', 'ki.j.iad.s.n.r.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418571765', '0', '1418571765', '1418571765', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.187', '0', '1', '', '0', '0', '-1', '0', '0', 'l>A1XK@g{J];f&x{CDqG}V\\qLJW/rR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9825', '3', '', '0', 'RafaelaRos', 'f4e129bd23a8e6558efb3e53f973b398', '2014-12-14', 'po.p.a.al.in.238@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418572028', '0', '1418572028', '1418572028', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.216.54.88', '0', '1', '', '0', '0', '-1', '0', '0', '8;CL/)u*M\"CUu\'HuCGh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9837', '3', '', '0', 'GenevieChi', '46754d20f33f255b6f64ae98cbdd51a1', '2014-12-14', 'ki.j.iads.n.r23@gmail.com', '0', '', 'http://familyguythequestforstuffhackcheats0.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418575774', '0', '1418575774', '1418577977', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-14-1973', '1973-09-14', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', 'NZ*s5g1iNet-a_KtS!d]IsX+TtNE-,q1.Tvp\\,i\'z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9841', '3', '', '0', 'MoseRSIvdr', '79c86535717e2ba3c8c02324dae8201d', '2014-12-14', 'kristiwhaley8193@mailcatch.com', '0', '', 'https://vimeo.com/114353712', '', '', '', '2', '0', 'Junior Member', '0', '1418575894', '0', '1418654787', '1418731461', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-19-1983', '1983-06-19', '-1', '-1', '117.173.20.145', '0', '1', '', '0', '0', '-1', '0', '0', 'N1>S+aoHbt\"dX\'s|\"?#iV)[5szGTF@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9842', '3', '', '0', 'NicholDido', 'a32d3eb30d645f52332950e92fcef400', '2014-12-14', 'lyricalcore97auq@freemail.hu', '0', '', 'http://wot.su/index/users/view/id/75845', '', '', '', '2', '0', 'Junior Member', '0', '1418576894', '0', '1418576894', '1418579126', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1982', '1982-09-28', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'kNjV+[A`JoQK:73~x9%D-3M%7h.kQQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9843', '3', '', '0', 'Major5966c', '575570b5ba0ed96dfd660470e0e38fdb', '2014-12-14', 'patheticlimbo70f@freemail.hu', '0', '', 'http://www.tournamatch.com/demo/modules.php?name=Your_Account&op=userinfo&username=MadgeMark', '', '', '', '2', '0', 'Junior Member', '0', '1418577099', '0', '1418577099', '1418579158', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-09-1985', '1985-06-09', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '5Z$?Jw@!0rZ>AfUmXd^Xgl9E_%QsN~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9844', '3', '', '0', 'AvaPaulfbo', 'da9fdc22b15905bc6d906241b1314a99', '2014-12-14', 'ioan.a.a.s.d.e.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418577212', '0', '1418577212', '1418577212', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.187', '0', '1', '', '0', '0', '-1', '0', '0', 'LouG@)ae;oB&r+(lAm?\"Fn]22r;ImX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9846', '3', '', '0', 'HymanG75nj', 'f6b6b96fde3050b1c5a17c6a74308f17', '2014-12-14', 'hymaneldred@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418578631', '0', '1418578631', '1418578631', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.85.126', '0', '1', '', '0', '0', '-1', '0', '0', '6e!8}/I_Ay*\'/_0]z~|i\\uec^(,QPa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9847', '3', '', '0', 'MarcelHalp', '7ae47e47a742e4db44c90db4f5dc711d', '2014-12-14', 'ioa.na.as.d.e.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418578649', '0', '1418578649', '1418578649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', 'p_\":rkldFs7I^;g_?7!g>e\\$PiR%[8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9848', '3', '', '0', 'StacyOsull', 'e7c4cad7875c488dacb35d7a65d068b8', '2014-12-14', 'lowlaziness65oxi@freemail.hu', '0', '', 'http://forum.rolo.vn:8080/member.php?u=73112', '', '', '', '2', '0', 'Junior Member', '0', '1418579562', '0', '1418579562', '1418581644', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-11-1978', '1978-11-11', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'u7fyLRlJB\\I~8\'WL=)KkL\'S)s\'@(hS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9849', '3', '', '0', 'DelphiaBea', 'e732f6cf752d9d367530473a4d69a801', '2014-12-14', 'joshpinkney@mailcatch.com', '0', '', 'http://www.yellowbot.com/choice-automotive-group-valdosta-ga-1.html', '', '', '', '2', '0', 'Junior Member', '0', '1418579721', '0', '1418579721', '1418587239', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-11-1975', '1975-06-11', '-1', '-1', '50.31.109.236', '0', '1', '', '0', '0', '-1', '0', '0', '7zGa=$,=<3sgO{49', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9850', '3', '', '0', 'NolaR53xgj', 'fa510901264f7c926c062ff4c5ec6e4d', '2014-12-14', 'cooingspoof28rre@freemail.hu', '0', '', 'http://www.cine4ever.com/modules/profile/userinfo.php?uid=85974', '', '', '', '2', '0', 'Junior Member', '0', '1418580146', '0', '1418580146', '1418581978', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-26-1973', '1973-05-26', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'WC7t_IhGxdZ6.t&_${Q:[w2y)QrQk3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9851', '3', '', '0', 'CortneyMac', 'b7ca0b4fc6ac8a274a35057440adb619', '2014-12-14', 'cortney-macgregor@optimuslinks.com', '0', '', 'http://vituniversityadmissions.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418580455', '0', '1418580455', '1418583357', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1980', '1980-05-01', '-1', '-1', '190.198.172.17', '0', '1', '', '0', '0', '-1', '0', '0', ':lz$UE{7Qlmx%fK1nkclg(tk^gV\"mg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9852', '3', '', '0', 'TristaWool', '17c286147d9912effff7732a486c739e', '2014-12-14', 'wisebyte12ssey@freemail.hu', '0', '', 'http://www.rosegaspar.org/siteantigo/userinfo.php?uid=164105', '', '', '', '2', '0', 'Junior Member', '0', '1418580642', '0', '1418580642', '1418582473', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-19-1984', '1984-06-19', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '+\')AXt0Ryv|+fhmSQtI=T1sV~\\<)2|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9853', '3', '', '0', 'CarinaSwee', 'f27a531ddf604287058cb18e4777bdcb', '2014-12-14', 'sa.ga.n.dre.i3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418580773', '0', '1418580773', '1418580773', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', 'X/|=2y;U>SL>~yMOungArfvzgT82u>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9888', '3', '', '0', 'KathriVqx', '3f5d2ac9effa30ab4062d6058508df06', '2014-12-14', 'kathrin.regan63@optimuslinks.com', '0', '', 'http://vituniversityadmissions.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418594264', '0', '1418594264', '1418596966', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-17-1984', '1984-01-17', '-1', '-1', '183.220.195.206', '0', '1', '', '0', '0', '-1', '0', '0', 'A5wf<5z)Cx9tU89wwfFVDD\\8%s(AW1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9854', '3', '', '0', 'NanMancini', '0c212e3cee3e751047d980f3c374b7fc', '2014-12-14', 'lyndonlentz1885@mailcatch.com', '0', '', 'http://bpdominator.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418581303', '0', '1418581303', '1418597855', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1984', '1984-08-17', '-1', '-1', '187.84.187.8', '0', '1', '', '0', '0', '-1', '0', '0', 'T#V0aXj=(tmFg_XAIe`f,3xn4[~_)m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9855', '3', '', '0', 'CharliGolo', 'b402ed7ac2a69206027141db3246c8e6', '2014-12-14', 'massivebackpackq@freemail.hu', '0', '', 'http://top.lenakatina.nl/index.php?a=stats&u=brigittjsaz', '', '', '', '2', '0', 'Junior Member', '0', '1418581312', '0', '1418581312', '1418583477', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-26-1977', '1977-01-26', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '=:fAK!uU]u?!k(L+~V!&/{j==fZd<$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '63', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9856', '3', '', '0', 'Ursula34Na', '690641de874cc6149bdeeed41e12fbeb', '2014-12-14', 'sa.ga.n.d.re.i.3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418581698', '0', '1418581698', '1418583651', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-18-1977', '1977-05-18', '-1', '-1', '178.216.54.88', '0', '1', '', '0', '0', '-1', '0', '0', '}$U)4^cge,%F_NwhlKRCEYjI4%NNC3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9857', '3', '', '0', 'MarlonSecr', '6d87323551532d944c6275c2902979a3', '2014-12-14', 'sa.ga.n.d.r.e.i.3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418581788', '0', '1418581788', '1418584597', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-25-1980', '1980-10-25', '-1', '-1', '167.114.53.169', '0', '1', '', '0', '0', '-1', '0', '0', '(^p)g2oH#z8m\",\\m:yymTBtQ~WOn(#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9858', '3', '', '0', 'QUYTonifea', '2f43cdb657287564c90c39ce773a6323', '2014-12-14', 'sa.g.andr.ei3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418582056', '0', '1418582056', '1418584985', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-28-1973', '1973-10-28', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', '.fPl=8J0O-|{PFKA\'PgvJFWp%xxfkp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9859', '3', '', '0', 'KareemETSQ', 'ca16420b522840b3be4c3ea6376a86ba', '2014-12-14', 'ioa.naasd.e.2.3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418582163', '0', '1418582163', '1418585328', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-23-1977', '1977-09-23', '-1', '-1', '178.216.54.88', '0', '1', '', '0', '0', '-1', '0', '0', '$gr>~s9dl|734-{%m0(SqY\\fj(q1{H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9860', '3', '', '0', 'CherylLour', '8664d78e8a772a30102b80b346dc4d32', '2014-12-14', 'luckykey70n@freemail.hu', '0', '', 'http://forum.alldayruckoff.com/user-arronbeich', '', '', '', '2', '0', 'Junior Member', '0', '1418582171', '0', '1418582171', '1418584226', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-11-1973', '1973-10-11', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 't\"1&P>$MmJx0PIvHr>~dBw]*cOC](-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9861', '3', '', '0', 'AhmadDrumn', 'e0d4fc070b4b4efe22c4215d9a98d114', '2014-12-14', 'ioan.a.a.s.d.e2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418582181', '0', '1418582181', '1418582181', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', '?02Xt~V,2j9/n\'>vZ0Q7v=>hM;1w.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9864', '3', '', '0', 'JulietCtp', '67a9065ff1202c846d16ff137585ca28', '2014-12-14', 'domin.icla.lo.w.e@gmail.com', '0', '', 'https://Www.Facebook.com/TheCrewKeygenPc', '', '', '', '2', '0', 'Junior Member', '0', '1418582809', '0', '1418582809', '1418586559', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-05-1972', '1972-02-05', '-1', '-1', '178.216.53.118', '0', '1', '', '0', '0', '-1', '0', '0', 'dIyz$7\"~mP%.\\aqr(eg%&Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9866', '3', '', '0', 'ShannoDamo', 'ba6f472dab78b49ec5f4ef9ebb1f40c3', '2014-12-14', 'sa.g.an.d.r.e.i3@gmail.com', '0', '', 'http://www.reddit.com/r/FamilyGuyHacking/comments/2p40i6/family_guy_the_quest_for_stuff_hack/', '', '', '', '2', '0', 'Junior Member', '0', '1418583134', '0', '1418583134', '1418585202', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-02-1980', '1980-01-02', '-1', '-1', '167.114.52.187', '0', '1', '', '0', '0', '-1', '0', '0', '??gDqnCsuR4`}}2^kfY1z9r%W!Mv1K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9867', '3', '', '0', 'NathanDln', '278506d23f87431c66af19615b75ed37', '2014-12-14', 'sa.g.a.ndrei3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418583185', '0', '1418583185', '1418583185', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.53.169', '0', '1', '', '0', '0', '-1', '0', '0', '\\b7PXhc:gaKFN3!_.:R3pS_hd+r5te', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9868', '3', '', '0', 'EmmaGerste', '7ae23420a8a227a81545e5736852c1d4', '2014-12-14', 'sa.g.a.ndr.e.i3@gmail.com', '0', '', 'http://www.reddit.com/r/FamilyGuyHacking/comments/2p40i6/family_guy_the_quest_for_stuff_hack/', '', '', '', '2', '0', 'Junior Member', '0', '1418583246', '0', '1418583246', '1418585197', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-23-1985', '1985-05-23', '-1', '-1', '167.114.52.124', '0', '1', '', '0', '0', '-1', '0', '0', 'XXU[F&hnc<(;O^`ev*%~nk$sF\'jRYV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9869', '3', '', '0', 'KatricHuon', 'bbf3a90ac23dae97d956a0ab2778cae9', '2014-12-14', 'leantask77s@freemail.hu', '0', '', 'http://www.s364936538.onlinehome.us/member.php?action=profile&uid=112318', '', '', '', '2', '0', 'Junior Member', '0', '1418583907', '0', '1418583907', '1418585759', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-05-1975', '1975-09-05', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '\'7Sqe|3w~j2fhmn[Ci/gUkfUu>\"5-V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9870', '3', '', '0', 'ErmeliSibl', 'c04ed9523e486cf283ed7d48fb81dd57', '2014-12-14', 'dynamicbliss28qb@freemail.hu', '0', '', 'http://xn--80aakz3e.com/modules/profile/userinfo.php?uid=18124', '', '', '', '2', '0', 'Junior Member', '0', '1418584395', '0', '1418584395', '1418586519', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-24-1979', '1979-07-24', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', ',6J|^15V+L.2}9LAvFM;KLrF1Tr?VB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9871', '3', '', '0', 'Penny39Pgf', '6e2103522da5a3baa1c71ef2a87408e7', '2014-12-14', 'p.opaa.li.n238@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418584475', '0', '1418584475', '1418584475', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', '5L<`;?>p-i6UXF-0+PNFj,b9tU&r7b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9872', '3', '', '0', 'BrockGillu', '493b24851d4dcb055ce44dada7d8948a', '2014-12-14', 'p.opaal.i.n.2.3.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418584634', '0', '1418584634', '1418584634', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.143', '0', '1', '', '0', '0', '-1', '0', '0', '}{R]3$q\"z4!}&NFb(QXV3Tx+33O!^!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9873', '3', '', '0', 'LavadaZamo', '8032db2dffeab8436dec12d604f187db', '2014-12-14', 'p.opaa.lin.238@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418584660', '0', '1418584660', '1418584660', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', '(2Vy)1GE~T\'IU|Y{gxIX@ZDsW\\hug=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9874', '3', '', '0', 'KatherPurt', '2a93bcd5fa56b3d1fbfeb30bd8543d76', '2014-12-14', 'alikeswamp91qsd@freemail.hu', '0', '', 'http://tonyhakim.com/top/index.php?a=stats&u=patrick3677', '', '', '', '2', '0', 'Junior Member', '0', '1418585528', '0', '1418585528', '1418587607', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-16-1984', '1984-03-16', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'S?1J_Q`6AUc$bG?Z8XV~z.%EFxZ|SU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9875', '3', '', '0', 'ChandaDalg', 'c65423a092b7a1dc232e107d7847e08c', '2014-12-14', 'sa.g.an.d.r.e.i.3@gmail.com', '0', '', 'http://www.reddit.com/r/FamilyGuyHacking/comments/2p40i6/family_guy_the_quest_for_stuff_hack/', '', '', '', '2', '0', 'Junior Member', '0', '1418585921', '0', '1418585921', '1418588630', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-22-1973', '1973-08-22', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', '{aC9^B&DO`TQy1;%.F$YJ\"zaczhrJL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9876', '3', '', '0', 'RoseSNPkel', 'dbb15b19fba7ba8bdbc51deb8d635fbc', '2014-12-14', 'nastylatch81rk@freemail.hu', '0', '', 'http://www.cocula.org/modules.php?name=Your_Account&op=userinfo&username=AHayter', '', '', '', '2', '0', 'Junior Member', '0', '1418586342', '0', '1418586342', '1418588197', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-19-1977', '1977-06-19', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '_LP!WX\"oz3O\"}I3W2BG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9877', '3', '', '0', 'MarcusBone', 'a7d797d32561f741ad28b53d993ec78a', '2014-12-14', 'smallace77crdbk@freemail.hu', '0', '', 'http://ujianpaketc.com/index.php?a=member&m=516747', '', '', '', '2', '0', 'Junior Member', '0', '1418586528', '0', '1418586528', '1418588733', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-11-1970', '1970-11-11', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'QXa1RX::8]++,xPe%wiy\',?*,lpSI`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9879', '3', '', '0', 'MartyTvoil', '10b52c661e82f68de8183621cecc1888', '2014-12-14', 'ki.j.iad.sn.r.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418588901', '0', '1418588901', '1418588901', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.151.182', '0', '1', '', '0', '0', '-1', '0', '0', '\\r8i91^\'k3tHLoET#P=!3GFAk]JVIC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9880', '3', '', '0', 'AvaKirchzl', '534e6c498bfeeb4aa381a70a960f1d6c', '2014-12-14', 'ioa.naa.sd.e23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418589818', '0', '1418589818', '1418589818', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.53.169', '0', '1', '', '0', '0', '-1', '0', '0', 'd.TzkMUYAY05N?7m%3JH\'a]y+lB~jn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10004', '3', '', '0', 'JackiJqraa', 'bb4409826bc7a0de5d589084094ff3e6', '2014-12-16', 'manielovelace@mailcatch.com', '0', '', 'http://jeuxhack.net/clash-of-clans-hack/', '', '', '', '2', '0', 'Junior Member', '0', '1418756494', '0', '1418756494', '1418764117', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-21-1974', '1974-11-21', '-1', '-1', '192.99.116.62', '0', '1', '', '0', '0', '-1', '0', '0', 'lpyeUHU]\'612)xv$/[t:_4f0#gd)_i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9881', '3', '', '0', 'DamarisVUR', 'b0aabb20797ef3070c5bb9b19f96e38e', '2014-12-14', 'bettyenewton@mailcatch.com', '0', '', 'https://vimeo.com/114353712', '', '', '', '2', '0', 'Junior Member', '0', '1418590032', '0', '1418726054', '1418731626', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-05-1975', '1975-09-05', '-1', '-1', '183.221.185.88', '0', '1', '', '0', '0', '-1', '0', '0', '1bhq.x!HOceUb%n)iJ;,O$vv?gUEIb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '162', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9882', '3', '', '0', 'IGraebner', 'b5ae8d4fd2827d697b905dcc019e5827', '2014-12-14', 'crystalclaflin9896@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418592607', '0', '1418592607', '1418592687', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.180.249', '0', '1', '', '0', '0', '-1', '0', '0', 'w=vQ{-Ax~F^_dA$z%)l2Etw\\j?o]A*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9883', '3', '', '0', 'EwanPruett', '1bf0d5885953713a9faaf894a440c6a8', '2014-12-14', 'ki.j.iad.s.n.r23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418592828', '0', '1418592828', '1418592828', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', 'Zy8l5PCZ\'#tJVw7Sde7zVj=tz&!l.M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9884', '3', '', '0', 'AlissaLyel', 'de9218ac210496c627eb6dd99e4bcecf', '2014-12-14', 'sa.ga.ndr.e.i3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418593017', '0', '1418593017', '1418593017', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', '?M1kupb@~7d,,a;,kaxt(<5Pt=2-qE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9885', '3', '', '0', 'ShonaNzbpn', 'e1321d696978702855a7359366e7b0d9', '2014-12-14', 'ki.j.ia.d.sn.r.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418593180', '0', '1418593180', '1418593180', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', '3t1^w1vlC~:eO]IdTxpPvlz1JiBFmy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9886', '3', '', '0', 'AlejanZepe', '9813e188cedcb390069849e69749c0d4', '2014-12-14', 'ki.j.ia.d.s.n.r.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418593307', '0', '1418593307', '1418593307', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', '{1N4iK?k}C&&-%DpZMq\'QxRC0K~.k]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9887', '3', '', '0', 'SusanaVare', '3d444b0ece29d7fab732a2b8dc787a00', '2014-12-14', 'ki.j.ia.d.s.n.r.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418593335', '0', '1418593335', '1418593335', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', '_gQVUsVoY\'M$k#|]RtJN&s8H;&BJ\'3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9889', '3', '', '0', 'FannieWill', 'ff90a4776812947649d736d23e517cb0', '2014-12-14', 'sa.g.and.rei3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418596026', '0', '1418596026', '1418596026', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', '/F-\':4X]-^u)O%3RlqbE%XM-F\\&JKW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9890', '3', '', '0', 'SiennaChin', '7a330c5f4628c3f56a30f5099c885751', '2014-12-14', 'sa.g.andr.e.i3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418596135', '0', '1418596135', '1418597999', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1978', '1978-10-21', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'i4nLuyA3MT;T&q{-(apGUNxn.$(%;T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9891', '3', '', '0', 'GastonRowl', '9851f18a34dcbf102dc921036868820c', '2014-12-14', 'sa.g.and.rei.3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418596208', '0', '1418596208', '1418597993', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-09-1973', '1973-09-09', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', ']wqoEG,yL|uY&WJM-wF{\'I%+dX9iA8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9892', '3', '', '0', 'DebbraBarr', 'df8e5cf8827a855993e60400a9f43af0', '2014-12-14', 'ki.j.i.ads.n.r.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418596738', '0', '1418596738', '1418596738', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', 'qDgmrif9Dd6I1@F$GI?QW@6~+:^1=M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9893', '2', '', '0', 'RheaJ43oif', 'fbf4de1809995a23d484f900ca2b2229', '2014-12-14', 'rhea.macdonell81@sochi2014photo.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418597218', '0', '1418597218', '1418597218', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.73.133', '0', '1', '', '0', '0', '-1', '0', '0', '_qI&I$+mZnoR7#GAL/~b~Q\',p5)gK#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9894', '3', '', '0', 'ImaShirley', '4ef26d01036e3fe6b5e4cffe4229e2fb', '2014-12-14', 'craiglovelace3827@mailcatch.com', '0', '', 'http://www.clashofclans-hackgems.com', '', '', '', '2', '0', 'Junior Member', '0', '1418597527', '0', '1418597527', '1418599479', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-03-1982', '1982-03-03', '-1', '-1', '192.99.176.9', '0', '1', '', '0', '0', '-1', '0', '0', '\\LBBW>Zx<;\\f*@swT)pYQsGFwqFqDW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9895', '3', '', '0', 'QuincyOter', '0319b78c553fd7560addbf145f142512', '2014-12-14', 'raspysaga15pdg@freemail.hu', '0', '', 'http://s294570070.onlinehome.fr/xoops/userinfo.php?uid=137791', '', '', '', '2', '0', 'Junior Member', '0', '1418597693', '0', '1418597693', '1418599820', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-08-1980', '1980-06-08', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'euc}:I5bZU)]{R|N+=c*H|gX;6|K(*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9896', '3', '', '0', 'Angela21Zn', '4cf0c4dfc2f23a61524c5eaf79bfe676', '2014-12-14', 'lowmerchant32ip@freemail.hu', '0', '', 'http://spicyteamthailand.com/forum/index.php?action=profile&u=41623', '', '', '', '2', '0', 'Junior Member', '0', '1418598212', '0', '1418598212', '1418600347', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-15-1976', '1976-08-15', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '{t,aDAx;[\"y~,VqV_UGG\"QvK1~{Ow*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9897', '3', '', '0', 'SibylFergu', '4923a379f8ac7e06c8bf9705241e14e1', '2014-12-14', 'ioa.naasde.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418598743', '0', '1418598743', '1418598743', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', ':V\"|2V\'nRXl\"c+dlRbU+}k)Ir2qa2~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9899', '3', '', '0', 'RondaSigle', '40da6a65f2f09aba5234548480567536', '2014-12-14', 'workableroad3701@freemail.hu', '0', '', 'http://www.chukono1.com/userinfo.php?uid=475753', '', '', '', '2', '0', 'Junior Member', '0', '1418600020', '0', '1418600020', '1418602097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-16-1975', '1975-07-16', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'R~0+*Sdu##P$%_0%ZDMJjhyC$wHsEw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9900', '3', '', '0', 'Lena06Eutu', '2886261c79e362462bf9c041384fe27e', '2014-12-14', 'economictact61i@freemail.hu', '0', '', 'http://www.1on1ultimatefitness.com/index.php?/member/463996/', '', '', '', '2', '0', 'Junior Member', '0', '1418601578', '0', '1418601578', '1418603710', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-21-1973', '1973-09-21', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '|}FJMxs?/p/?x\'W1E\'Vuq5Lw4/h\"YG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10018', '3', '', '0', 'AmandaHall', 'c11ce7aa7e12035bf12cc1f2b67d7307', '2014-12-17', 'ioan.a.a.s.d.e23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418798522', '0', '1418798522', '1418798522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.1', '0', '1', '', '0', '0', '-1', '0', '0', '\"mLq`000c?.m2o3{Yq4Rq{HZx\\:dKd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9901', '3', '', '0', 'AnitraJeff', '06086b43df5700d68d0e19f5159dcbc1', '2014-12-15', 'sloppyruin64yp@freemail.hu', '0', '', 'http://statystyki.webserwer.net/index.php?a=stats&u=paulinek12', '', '', '', '2', '0', 'Junior Member', '0', '1418602132', '0', '1418602132', '1418604049', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-21-1977', '1977-03-21', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '\\$-cL$o2h]a^C>F(!8)@FMK3ux\"P#5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9902', '2', '', '0', 'IngridBrin', '035d91d9f03e5259ca02d9b3e793e9ab', '2014-12-15', 'fadedjunk29naxi@freemail.hu', '0', '', 'http://soft.korea.ac.kr/QNA/29823', '', '', '', '2', '0', 'Junior Member', '0', '1418602542', '0', '1418602542', '1418604165', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1983', '1983-05-17', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '\"xR\",}abL21e!8|:A,AKB70k\'qq`U9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9903', '3', '', '0', 'AndraA69qm', 'ae0fc4bb2e712c0d8df0965a94137151', '2014-12-15', 'ki.j.i.adsnr2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418603004', '0', '1418603004', '1418603004', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'X><:\"hL2NMJLgjX*7y@FfG8X(mprE#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9904', '2', '', '0', 'LupitaDaro', 'a768cd90efba202971a0460eff27e5bc', '2014-12-15', 'lethalkismet53h0@freemail.hu', '0', '', 'http://mc-beckum.zenbits.de/member.php?action=profile&uid=28164', '', '', '', '2', '0', 'Junior Member', '0', '1418604176', '0', '1418604176', '1418606139', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1972', '1972-09-20', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '#$3Y}MsObNU,(]:Ig.KfX`b?E85p_?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '60', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9905', '3', '', '0', 'ElouisPaul', 'f4ffe0317ff2cb1315955fa426bc020b', '2014-12-15', 'ki.j.ia.ds.n.r2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418604392', '0', '1418604392', '1418604392', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.132', '0', '1', '', '0', '0', '-1', '0', '0', '@I0o,^E8e$Q0j_ZR8<5W`MlQ-,:nN6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9906', '3', '', '0', 'Stella79A', '87fd94b5cf636ecef4bd9a08cf76704e', '2014-12-15', 'ki.j.ia.d.snr.2.3@gmail.com', '0', '', 'http://www.reddit.com/r/FamilyGuyHacking/comments/2p40i6/family_guy_the_quest_for_stuff_hack/', '', '', '', '2', '0', 'Junior Member', '0', '1418604445', '0', '1418604445', '1418606647', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-08-1975', '1975-06-08', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', 'Ep_AnznStAOZhtkF5by;&oUMk:/h&w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9907', '3', '', '0', 'BelleHyett', '3502e67151d3ffc1c0275550557709e8', '2014-12-15', 'ki.j.ia.d.snr23@gmail.com', '0', '', 'http://www.reddit.com/r/FamilyGuyHacking/comments/2p40i6/family_guy_the_quest_for_stuff_hack/', '', '', '', '2', '0', 'Junior Member', '0', '1418604512', '0', '1418604512', '1418607071', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-20-1972', '1972-09-20', '-1', '-1', '167.114.52.1', '0', '1', '', '0', '0', '-1', '0', '0', '&kFmJ,1x%-TQ,CN\\:H\"v]Tj$q6EX6/7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9910', '3', '', '0', 'DrewGould', 'fe3ad8fd061f542c6026796924d6f8f4', '2014-12-15', 'drew_gould@optimuslinks.com', '0', '', 'http://vituniversityadmissions.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418605817', '0', '1418605817', '1418608867', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-14-1973', '1973-12-14', '-1', '-1', '113.105.224.95', '0', '1', '', '0', '0', '-1', '0', '0', 'oZDd+G#x#|&3ep1e,JWKjxoswH!zZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9918', '3', '', '0', 'ChristiFli', 'eb74f4da0a9a4b7ede8da56cebc9c4ef', '2014-12-15', 'proudshell30d7p@freemail.hu', '0', '', 'http://xn--72cb5cej4afz4cgu7cc0tob9cxae4d.com/blog/index.php?action=profile&u=116844', '', '', '', '2', '0', 'Junior Member', '0', '1418625043', '0', '1418625043', '1418627053', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-02-1975', '1975-10-02', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'Rs>uR%>|xGI;>3)N#;&J*?sk/%|w#O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9919', '3', '', '0', 'FranklMcMa', 'c6733c20312e8ecfbc2f169216ec9507', '2014-12-15', 'ki.j.ia.ds.nr2.3@gmail.com', '0', '', 'http://www.reddit.com/r/FamilyGuyHacking/comments/2p40i6/family_guy_the_quest_for_stuff_hack/', '', '', '', '2', '0', 'Junior Member', '0', '1418626800', '0', '1418626800', '1418629266', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-19-1974', '1974-05-19', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', 'F.qI?=Chz:/2s.#\"mjRVV,K?MP#hW#i!q&/k]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5168', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9926', '2', '', '0', 'AugustNAB', '6c59c39193659747c5f353cf74aaa47c', '2014-12-15', 'aa.ron.di.vasdew@twitteold.info', '0', '', 'https://Www.Youtube.com/watch?v=XLy05XilbQw', '', '', '', '2', '0', 'Junior Member', '0', '1418636120', '0', '1418636120', '1418643306', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-21-1982', '1982-05-21', '-1', '-1', '204.44.83.66', '0', '1', '', '0', '0', '-1', '0', '0', 'YGRc/cmq(m]z;~lwW)=6][b-E8U=o2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9927', '3', '', '0', 'DavisMcMan', 'c39739a14360b20915db7e0e05a3e021', '2014-12-15', 'davis-mcmann@optimuslinks.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418636198', '0', '1418636198', '1418636198', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.175.50.210', '0', '1', '', '0', '0', '-1', '0', '0', 'X=[j-_Zj\'C)SRJY.u$Ca6$Q={0LeKo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9928', '3', '', '0', 'Gladis35Qu', 'fd59ab4a3273d4b0d2c708ef70d39351', '2014-12-15', 'dominicl.a.l.o.we@gmail.com', '0', '', 'https://Facebook.com/callofdutyadvancedwarfarehackupdated', '', '', '', '2', '0', 'Junior Member', '0', '1418639430', '0', '1418639430', '1418641894', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-10-1983', '1983-03-10', '-1', '-1', '191.101.116.75', '0', '1', '', '0', '0', '-1', '0', '0', 'oj1?,+RJTN6HRk*,0#R~[=BIW4&(q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9934', '3', '', '0', 'JacksoLamb', '1430af9aaf04923cd1cde10153c536e6', '2014-12-15', 'p.opaa.l.in.2.3.8@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418649561', '0', '1418649561', '1418651776', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1975', '1975-10-21', '-1', '-1', '167.114.52.124', '0', '1', '', '0', '0', '-1', '0', '0', 'bcU{O]n2GBP7\'f\'RoXEds1!v0^_?jf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9935', '3', '', '0', 'AletheErvi', '03cb1a81acdb61e1d0214f68a6ad0db2', '2014-12-15', 'p.opaa.l.in2.38@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418649623', '0', '1418649623', '1418652584', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-03-1972', '1972-09-03', '-1', '-1', '23.232.151.182', '0', '1', '', '0', '0', '-1', '0', '0', '0pssUi`9%g>,t>D~9Mh_NQq<,L[~xO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9936', '3', '', '0', 'GeraldPTUY', '1f65ac99940b37128cf81259a70edcc3', '2014-12-15', 'p.opaa.li.n.2.3.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418649748', '0', '1418649748', '1418649748', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', ',Z>NyIqJ`f9>0qZu&yzn+dA&BPS$^2K1jX6\'TX@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9940', '3', '', '0', 'CameronNan', '9252761ceb7b4ebbc155949380518ee0', '2014-12-15', 'p.opaa.li.n.23.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418652596', '0', '1418652596', '1418652596', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.124', '0', '1', '', '0', '0', '-1', '0', '0', 'i>G!g92P]~QU\\Nbug>Bf@9#u$lbRv+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9941', '3', '', '0', 'FranceLafl', 'a4979d9551998eb99b856dea15d4f370', '2014-12-15', 'bettyeballow9442@trash-mail.com', '0', '', 'https://www.youtube.com/watch?v=dqBFBOABTZA', '', '', '', '2', '0', 'Junior Member', '0', '1418653241', '0', '1418653241', '1418655152', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-10-1983', '1983-05-10', '-1', '-1', '107.158.22.162', '0', '1', '', '0', '0', '-1', '0', '0', 'RqkL?Rg?Mc&c+3%F~-}F`D<-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9943', '3', '', '0', 'MagdaClend', 'c81b95420f81900b553a79929eda8b2e', '2014-12-15', 'k.ijiads.n.r2.3@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418654002', '0', '1418654002', '1418656441', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-22-1976', '1976-06-22', '-1', '-1', '167.114.52.142', '0', '1', '', '0', '0', '-1', '0', '0', 'aq!a~8fP#mX\\Xxow^0fN74LQg9G;~_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9944', '3', '', '0', 'DelorasWhi', '454a60330a5d241ccdbd294810206cc3', '2014-12-15', 'k.ijiads.nr2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418654076', '0', '1418654076', '1418654076', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', '\\+ki%!?g!(y]O(BA:RJ6G`}t!~MT=J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9945', '3', '', '0', 'RoxannLang', '1ed39baff97bad51458e3a434da0b14c', '2014-12-15', 'k.ijiadsn.r2.3@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418654365', '0', '1418654365', '1418656463', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-03-1982', '1982-12-03', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', '`C1$+(;n4u\\WKnPLoS|+0F>Mv2l7qc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9946', '3', '', '0', 'RachelQuin', '7dd18442d51ae5b311d5a688e48f9be1', '2014-12-15', 'ki.j.i.ad.s.nr23@gmail.com', '0', '', 'http://familyguyhack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418654925', '0', '1418654925', '1418656864', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1972', '1972-10-14', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'Auahm/[~Y)G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9947', '3', '', '0', 'DeonCadell', '6a799fc35feb59d3870290206dbd5d7d', '2014-12-15', 'ki.j.i.a.dsn.r23@gmail.com', '0', '', 'http://familyguyhack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418655096', '0', '1418655096', '1418657260', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-21-1979', '1979-05-21', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', '=^VI_PJ?+)}GQ)h*iht?E9I!Q60C?`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9948', '3', '', '0', 'David9448i', '4343d1fe46dc327a95632bcd1478ab13', '2014-12-15', 'ki.j.i.ad.s.n.r.23@gmail.com', '0', '', 'http://familyguyhack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418655306', '0', '1418655306', '1418657731', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-23-1982', '1982-08-23', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', '/[JE/Ij4vqfSa-1hLcJn~Wm3MmG{`G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9949', '3', '', '0', 'EvieChippe', '6233541fbd1f6d92d86a06c54311dbc6', '2014-12-15', 'illegaltimetablp@freemail.hu', '0', '', 'http://www.uretendanismanlik.com/modules.php?name=Your_Account&op=userinfo&username=A35T', '', '', '', '2', '0', 'Junior Member', '0', '1418657693', '0', '1418657693', '1418659861', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-17-1977', '1977-10-17', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'W.PfL:oHcD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9951', '3', '', '0', 'ShanteTurp', 'd1faaeb11d095e9edce732c0947c3994', '2014-12-15', 'p.opa.ali.n23.8@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418659733', '0', '1418659733', '1418662699', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-21-1985', '1985-07-21', '-1', '-1', '167.114.52.1', '0', '1', '', '0', '0', '-1', '0', '0', '4+|76UA$K[lk>FM?1V[X%9~PI39k?v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9952', '3', '', '0', 'LloydChamp', '7582c5d053bac9a8b1516dccc727f93e', '2014-12-15', 'p.opa.al.in2.38@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418659911', '0', '1418659911', '1418662705', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-16-1975', '1975-01-16', '-1', '-1', '167.114.52.114', '0', '1', '', '0', '0', '-1', '0', '0', '8!+;Le(9$MfB^=}8B77q`I,Lg$y;%F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9953', '3', '', '0', 'AdelaidCag', 'efae9d25074f3501674a18802252df2b', '2014-12-15', 'p.opa.alin.23.8@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418659924', '0', '1418659924', '1418662029', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-02-1974', '1974-03-02', '-1', '-1', '167.114.52.100', '0', '1', '', '0', '0', '-1', '0', '0', 'Pd;C#wfxaDyq%D^_\"T-Q|d8@3`S!Lw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9954', '2', '', '0', 'NoellaBti', 'f5aa9f44a97f1627a7d1916d5aee415e', '2014-12-15', 'ioa.n.a.asd.e23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418660095', '0', '1418660095', '1418660095', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.187', '0', '1', '', '0', '0', '-1', '0', '0', 'AK^6-xu7M\'i}%i>g$7@AQ\']i5e3aL%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9955', '3', '', '0', 'GlenMsstaa', '9d6ceaae55a1181afc9127365b5e2cfc', '2014-12-15', 'niftyevent41b@freemail.hu', '0', '', 'http://www.katstron.pl/index.php?a=stats&u=krystynfkw', '', '', '', '2', '0', 'Junior Member', '0', '1418660293', '0', '1418660293', '1418662582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-12-1973', '1973-12-12', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 't?/0`~Yco!{L$:!\\,TRLwR/\\D)i33t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9956', '3', '', '0', 'LazaroFoli', '1a5b4acb43e4f52d7d5e80461bc67801', '2014-12-15', 'p.opa.ali.n.238@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418660315', '0', '1418660315', '1418660315', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.187', '0', '1', '', '0', '0', '-1', '0', '0', '}wsK~]I$HgkK},kP3I:H0M*[ROI#TK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9957', '3', '', '0', 'TanishaDod', 'dd7c3807b790655eb89c921d33290b54', '2014-12-15', 'p.opa.alin238@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418660893', '0', '1418660893', '1418663500', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1976', '1976-11-20', '-1', '-1', '91.108.182.143', '0', '1', '', '0', '0', '-1', '0', '0', '`!&?FJqe!]lA)NEIQ9nB+-p,B(B)`%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9958', '3', '', '0', 'Bereni60N', 'a98f5dfb2f47fb738cca2f430d49c2de', '2014-12-15', 'levelcoward88sf@freemail.hu', '0', '', 'http://proffproject.com/top/index.php?a=stats&u=russelgeoghegan', '', '', '', '2', '0', 'Junior Member', '0', '1418661796', '0', '1418661796', '1418663628', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-22-1970', '1970-01-22', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '$CX]:|Zq?3z\"QasaH!(7&e9Db^^H&E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9959', '3', '', '0', 'DanielaMcA', '383f5f07db0044c1488883c0ebb70982', '2014-12-15', 'p.opa.al.in.238@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418662730', '0', '1418662730', '1418664866', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1981', '1981-03-19', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', '5iYc0As3gDai!IpN5X\"|_i-aMMN!3-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9960', '3', '', '0', 'Ronald82V', '1a39596e635c2af51c633c773ae00c7f', '2014-12-15', 'glossyyacht4c@freemail.hu', '0', '', 'http://www.klongchan.com/modules.php?name=Your_Account&op=userinfo&username=HUVD', '', '', '', '2', '0', 'Junior Member', '0', '1418663131', '0', '1418663131', '1418664972', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1981', '1981-12-11', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'vdOVt,{hww>3XDQ!.RI\')Gg,n|y$5o4Fqlc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9963', '3', '', '0', 'SteffenMul', '430130733300692d7f9d0bfe0ac9453f', '2014-12-15', 'sa.gan.d.rei3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418664649', '0', '1418664649', '1418664649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.151.182', '0', '1', '', '0', '0', '-1', '0', '0', 'Wo=2n\"-^TpVPht\\XrV\\(GpM9]2oMu!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9964', '3', '', '0', 'RashadVxhw', 'a74868f017cf01ac21caedcb4e688b0e', '2014-12-15', 'sa.gan.dre.i3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418664736', '0', '1418664736', '1418664736', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', '`Sl?(]uXGj5!^k\\e4M4L,E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9965', '3', '', '0', 'SunnyD89kf', '02f9c1c7f1074399a8a9de530d94ccca', '2014-12-15', 'ioa.n.aasd.e.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418665220', '0', '1418665220', '1418665220', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', 'wu&Q>of>OSy5fHI3SnO-+lxtz7@i)X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9966', '2', '', '0', 'ClaudeX11', '1254932b0eba574b3914e9961793ba12', '2014-12-15', 'ioa.n.aas.de23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418665262', '0', '1418665262', '1418665262', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.100', '0', '1', '', '0', '0', '-1', '0', '0', 'cMcQi|A$+k\'R4,W09B!e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9972', '3', '', '0', 'GudrunTull', '4a9774f3d2f25082cbc4c60051229313', '2014-12-15', 'absorbedmovie62g@freemail.hu', '0', '', 'http://www.jinzai-lab.com/xoops/userinfo.php?uid=452472', '', '', '', '2', '0', 'Junior Member', '0', '1418670521', '0', '1418670521', '1418672307', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-28-1972', '1972-10-28', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '\'<:RV2Q>m6x$]+vtt+(`ZYH\'$`rKYY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9971', '2', '', '0', 'AudraBoliv', '18aafd58a2a4b6384fd26db81ad5bc9b', '2014-12-15', 'aaron.di.vasdew@twitteold.info', '0', '', 'https://www.Youtube.com/watch?v=XLy05XilbQw', '', '', '', '2', '0', 'Junior Member', '0', '1418669610', '0', '1418669610', '1418676811', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1980', '1980-07-03', '-1', '-1', '167.160.127.38', '0', '1', '', '0', '0', '-1', '0', '0', 'uuYsw{)aGT%W-$N}\'R(X+mBJg)-O&\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9973', '3', '', '0', 'LouiseSach', 'd61b83420be33f54ce6a0c149c28bdaa', '2014-12-15', 'costar.o.d.e.r.s.os@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418670868', '0', '1418670868', '1418670868', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.249.242.44', '0', '1', '', '0', '0', '-1', '0', '0', 'GfWcc),oF.no/x+!Va.CPIXVhb[y4B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9974', '3', '', '0', 'AngeloHXCe', 'c582aa2a06c34a9ab3aab05fc4dbc991', '2014-12-15', 'ioa.n.aasde.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418671188', '0', '1418671188', '1418671188', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', 'aU!j&>^umIJ@k>5|ob;Y\\\'>&oT,&\\U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9975', '3', '', '0', 'MargarRom', 'd4b6e5b1e8b66fa36c69c7c23411a6e4', '2014-12-15', 'a.a.r.o.ndi.vasdew@twitteold.info', '0', '', 'https://youtube.com/watch?v=XLy05XilbQw', '', '', '', '2', '0', 'Junior Member', '0', '1418673165', '0', '1418673165', '1418680349', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-14-1981', '1981-12-14', '-1', '-1', '204.44.83.66', '0', '1', '', '0', '0', '-1', '0', '0', 'g8sb&q;;6*_k]3=xVJxStR\\VB)2[/J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9991', '3', '', '0', 'SantoLindr', '7d7c6eb75fd0ec7e1014d209b20b9fdf', '2014-12-15', 'honggreenway@mailcatch.com', '0', '', 'http://www.clashofclans-hackgems.com', '', '', '', '2', '0', 'Junior Member', '0', '1418684326', '0', '1418684326', '1418691483', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-07-1985', '1985-10-07', '-1', '-1', '204.44.92.151', '0', '1', '', '0', '0', '-1', '0', '0', '$H=d\"ug-%?b~c7}mL):`Z+\'Z!$Pxt|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9976', '3', '', '0', 'FeliciHorn', 'd8ad3850d3effc3250933e538572d8c0', '2014-12-15', 'sa.gan.d.r.e.i.3@gmail.com', '0', '', 'http://familyguyhack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418674325', '0', '1418674325', '1418677328', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-28-1979', '1979-11-28', '-1', '-1', '167.114.52.124', '0', '1', '', '0', '0', '-1', '0', '0', '~VT\";:u-4sc:kk*~#yYrK:>-D~5^h|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9982', '3', '', '0', 'EvanBonnet', '18c956f3373233180bd79c424de8f20b', '2014-12-15', 's.agandr.e.i.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418678596', '0', '1418678596', '1418678596', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.216.54.88', '0', '1', '', '0', '0', '-1', '0', '0', '?QW@9ur[S\\P{c0wDM/gqGQ|4]\\o]7K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9977', '3', '', '0', 'JustinaRhy', 'cdd36f0c4c93e4a4163a7600801b1a0a', '2014-12-15', 'ki.j.i.a.d.s.n.r.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418676188', '0', '1418676188', '1418676188', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', ']m4+r#a\"f*a?(kN\'o>_Ae5aWBu{\"U!XS?1F6e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9979', '3', '', '0', 'BradGreenw', '58300fef205ee2b713ac272e052ca0c8', '2014-12-15', 'ki.j.i.a.d.s.nr.2.3@gmail.com', '0', '', 'http://familyguyhack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418676314', '0', '1418676314', '1418679257', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-23-1979', '1979-03-23', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'K?v0rE}F>/SD9nLUn#~IhxfcvbzGoZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9980', '3', '', '0', 'LeahMatthe', '660c6b2ddd166975244a113d59208f0a', '2014-12-15', 's.agandrei.3@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418677879', '0', '1418677879', '1418680632', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1977', '1977-03-28', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', 'Apu)Jm-0-c+QEjC.tXl*XOb^r_cG5k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9981', '3', '', '0', 'RoryRancou', 'b5bbb53b0e3a40750d05abc0955c2631', '2014-12-15', 's.agandre.i.3@gmail.com', '0', '', 'http://bit.ly/1z21xHX', '', '', '', '2', '0', 'Junior Member', '0', '1418677984', '0', '1418677984', '1418680208', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-27-1978', '1978-08-27', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', 'tJd\'Q/V:wk7EXVgBv_-o,6y|UhMt{u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9983', '3', '', '0', 'IDHLucill', '46350bdcae4beb2003623bcf449c3c21', '2014-12-15', 'alannastarke6061@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418680493', '0', '1418680493', '1418680493', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.118.220', '0', '1', '', '0', '0', '-1', '0', '0', ':M0WA9qVZucj6yxbEDj*,}sCi|6=wk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9984', '3', '', '0', 'OpheliMcCu', '827fdd36bc010a35551e8e8f72464d50', '2014-12-15', 'bryonrenner3112@mailcatch.com', '0', '', 'http://clashofclans-hackgems.com', '', '', '', '2', '0', 'Junior Member', '0', '1418680717', '0', '1418680717', '1418687883', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-18-1978', '1978-10-18', '-1', '-1', '192.99.176.9', '0', '1', '', '0', '0', '-1', '0', '0', 'ia{4FPWT[#1Z%+~}7XEzNQ^Dfu(Jb.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9985', '3', '', '0', 'ColumbBorr', '671b32ba69bdb9bf3661c5d6d00746bc', '2014-12-15', 'hymanlampungmeiua5884@mailcatch.com', '0', '', 'http://www.clashofclans-hackgems.com', '', '', '', '2', '0', 'Junior Member', '0', '1418681016', '0', '1418681016', '1418688254', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-13-1970', '1970-01-13', '-1', '-1', '192.99.116.62', '0', '1', '', '0', '0', '-1', '0', '0', 'rpi-j]s%j/UT\"g~nty$\'S$&*W@4Im>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9986', '3', '', '0', 'TaniaWrefo', '8130297ea55e25a95c2b7991417f375b', '2014-12-15', 'walkermcnutt@mailcatch.com', '0', '', 'http://clashofclans-hackgems.com', '', '', '', '2', '0', 'Junior Member', '0', '1418681437', '0', '1418681437', '1418688646', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-14-1971', '1971-03-14', '-1', '-1', '192.240.198.78', '0', '1', '', '0', '0', '-1', '0', '0', 'a8^*[r>H|AK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9987', '3', '', '0', 'EulaDacomb', 'a7215343081022389a625a170579125b', '2014-12-15', 'faren.marco.so.d@gmail.com', '0', '', 'https://www.Facebook.com/farmingsimulator2015crack', '', '', '', '2', '0', 'Junior Member', '0', '1418681534', '0', '1419513731', '1419520828', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-28-1975', '1975-04-28', '-1', '-1', '198.52.201.253', '0', '1', '', '0', '0', '-1', '0', '0', 'lGoJCrtVbf@[ksRk7&u~d._bvN*nYi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9989', '3', '', '0', 'Jeffer9346', '42ca0f1eaafaccdee792218ef5abeae1', '2014-12-15', 'phillippmcclemans@mailcatch.com', '0', '', 'http://www.clashofclans-hackgems.com', '', '', '', '2', '0', 'Junior Member', '0', '1418683831', '0', '1418683831', '1418691041', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-16-1983', '1983-07-16', '-1', '-1', '204.44.92.151', '0', '1', '', '0', '0', '-1', '0', '0', ':dp|7eq$(YJ_7OJ-]8kqqu]eot\'zAO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9990', '3', '', '0', 'Kellie3720', '7078a178ed6513c2a15e579a8443af3e', '2014-12-15', 'ki.j.i.a.d.snr23@gmail.com', '0', '', 'http://familyguyhack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418683946', '0', '1418683946', '1418686611', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-04-1976', '1976-04-04', '-1', '-1', '167.114.52.114', '0', '1', '', '0', '0', '-1', '0', '0', 'F{@b:;ClP\\OASTTIll}%ea,A|GD2N&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9992', '3', '', '0', 'MerleZRLin', '41fe018d17af3345335416670489cfb9', '2014-12-15', 'sa.g.a.n.d.r.e.i.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418684719', '0', '1418684719', '1418684719', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'S]Tl7r\\ZPshzqMAvXJ0uB\\3p8[l:t)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9995', '2', '', '0', 'zJager', '8109c296610300faf17c9c88774c5bac', '2014-12-16', 'helmutlopez@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418703027', '0', '1418703027', '1418703146', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '108.236.58.8', '0', '1', '', '0', '0', '-1', '0', '0', '?ZJIife0RK.h2aCWI;9t=\\$*=CXui2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10015', '3', '', '0', 'GladisXpa', 'abae7d5f09f2e89b3d2e9506abcf0931', '2014-12-17', 'sa.ga.ndr.e.i.3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418785691', '0', '1418785691', '1418788144', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-26-1976', '1976-12-26', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', '*9M1xS!?vkQ]#s85wb\'~\'5bt^m4S^T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9994', '3', '', '0', 'ToniaTromb', 'ac5e93648b97d73b2c55070469528b82', '2014-12-16', 'tonia.trombley@optimuslinks.com', '0', '', 'http://vituniversityadmissions.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418692094', '0', '1418692094', '1418695293', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-03-1977', '1977-06-03', '-1', '-1', '112.15.95.29', '0', '1', '', '0', '0', '-1', '0', '0', 'mw|:SkEl>l0aFgR3,P8`%c>ruhCM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9997', '3', '', '0', 'TristaFry', '640b0654732a9555a947f4db1604470a', '2014-12-16', 'tristanfry@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418718854', '0', '1418718854', '1418718854', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.247.173.182', '0', '1', '', '0', '0', '-1', '0', '0', 'Heb}Q[RQm9KUb&8+?tIaM_!sK6\\!Gm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10000', '3', '', '0', 'MarisaBays', '9f8726b4d018716b90887f47858497d9', '2014-12-16', 'ceciliamalcolm@mailcatch.com', '0', '', 'http://user462.cp.isp169.com/?document_srl=1071309', '', '', '', '2', '0', 'Junior Member', '0', '1418722027', '0', '1418722027', '1418729723', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-15-1979', '1979-02-15', '-1', '-1', '5.175.175.134', '0', '1', '', '0', '0', '-1', '0', '0', 'w\\6g2.[k9nk&\"wLb(CKsQ$\"zv]FC,}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9996', '3', '', '0', 'WallyVenab', '46bef01f293d12ee123d9933a8d04826', '2014-12-16', 'angelika.j.o.r.e.ls@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418712898', '0', '1418712898', '1418712898', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.41.243', '0', '1', '', '0', '0', '-1', '0', '0', 'nn|09l^.AA\",\"WFs4Zus7a_|rBo45y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9998', '3', '', '0', 'KathryDura', '0d3b8e97fa907627e5baa8238a0a30ad', '2014-12-16', 'kathrynduras@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418719310', '0', '1418719310', '1418719310', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.247.173.150', '0', '1', '', '0', '0', '-1', '0', '0', 'CL*\\sN{eg,Isijs_`KfD:mfXi%^6|3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('9999', '3', '', '0', 'JacelynEas', '04100bb585e4c64a7c225c949a1fa46d', '2014-12-16', 'jacelyneasterby99@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418719520', '0', '1418719520', '1418719520', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '216.107.157.156', '0', '1', '', '0', '0', '-1', '0', '0', 'D`M@Kt@_HB(8a:Ob:BUi#sS3diltKO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10001', '3', '', '0', 'JacobMitte', 'e42f19ae404020610b1e1ad6203e8e4a', '2014-12-16', 'jacobmitten46@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418722185', '0', '1418722185', '1418722185', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.151.163.72', '0', '1', '', '0', '0', '-1', '0', '0', 'OxDQNW72#h{@hua\\sUxo#rteUd|d:D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10045', '3', '', '0', 'IsobelStar', 'e77e128250ac1423d94af953a46fc6b9', '2014-12-17', 'p.op.aali.n2.3.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418840907', '0', '1418840907', '1418840907', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', 'lk\'7+:W)^prta,ILgG=Bj}_d=$?/be', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10002', '3', '', '0', 'FredriHous', 'f18697ce18460d1a56d615888287f6e3', '2014-12-16', 'dariosloane@mailcatch.com', '0', '', 'http://basiliskpatronus.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1418728318', '0', '1422434925', '1422436599', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1975', '1975-06-15', '-1', '-1', '198.167.138.113', '0', '1', '', '0', '0', '-1', '0', '0', '+~_{^vxY0CL]5@3SFt;A@MF,vp#loa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '424', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10003', '3', '', '0', 'RoseHqsxci', 'ca3db80731adc900382a0ee3d0407295', '2014-12-16', 'ellisstocker455@discardmail.com', '0', '', 'http://www.divorcelawyertorontohq.com', '', '', '', '2', '0', 'Junior Member', '0', '1418731855', '0', '1418731855', '1418734208', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-02-1981', '1981-05-02', '-1', '-1', '93.118.68.101', '0', '1', '', '0', '0', '-1', '0', '0', 'E~0^T;4vj/xq=)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10009', '3', '', '0', 'AlexisRanc', 'e3174ea197cb43da7358d3d4ad8dde5e', '2014-12-16', 'ioan.a.a.sd.e2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418767711', '0', '1418767711', '1418767711', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.187', '0', '1', '', '0', '0', '-1', '0', '0', '5U@1`~}deY~l*FD!OU{yWU:%Uc_6[+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10010', '3', '', '0', 'RaymonGogg', 'e4411cbe7d2a53a30f49afdf4423c600', '2014-12-16', 'ioan.a.a.s.de23@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418768338', '0', '1418768338', '1418770640', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1974', '1974-08-18', '-1', '-1', '167.114.52.141', '0', '1', '', '0', '0', '-1', '0', '0', 'w<`h^=i[5\\%gam+,xxFZW4wTqomdNm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10011', '3', '', '0', 'France89O', 'a099d79bb648edab913eb0e5fdc026dc', '2014-12-16', 'ioan.a.a.s.de.2.3@gmail.com', '0', '', 'http://tinyurl.com/paqahmo', '', '', '', '2', '0', 'Junior Member', '0', '1418769840', '0', '1418769840', '1418771901', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-02-1977', '1977-09-02', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', '~u&!k`@$Y1sD)!U.rY=*2O.yO=3>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10026', '2', '', '0', 'AmelieStac', 'b8fe3918d1b2248b2c017a22fdf981ed', '2014-12-17', 'exultantphobia1kd@freemail.hu', '0', '', 'http://www.israeliaffiliates.co.il/modules.php?name=Your_Account&op=userinfo&username=VMcKin', '', '', '', '2', '0', 'Junior Member', '0', '1418825244', '0', '1418825244', '1418825564', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-02-1979', '1979-05-02', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '^j<3NdwudRnN*AfA}DIB)E/%b)\'9t$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10022', '2', '', '0', 'TereseFewi', '99116ce40d249e544ec7aa576bd01a0e', '2014-12-17', 'tellinghypocritmt@freemail.hu', '0', '', 'http://www.seofriendly.net/user_detail.php?u=juliann33u', '', '', '', '2', '0', 'Junior Member', '0', '1418823634', '0', '1418823634', '1418823702', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1976', '1976-07-17', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'kIb|.*^v%>u1,Ra7W+gd5sm6,@xbE<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `skype`, `adminoptions`, `lastpostid`, `sigpicrevision`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `threads`, `favcache`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `importuserid`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `mediafaves`, `dbtech_infopanels_blocks`, `dbtech_infopanels_settings`, `arcade_ban`, `times_played`, `is_arcade_mod`, `fav_games`, `user_sort`, `user_order`, `user_g_pp`, `user_s_pp`, `def_g_cat`, `game_skin`, `arcade_mod_privs`, `arcade_pmactive`, `games_played`, `time_played`, `arcade_points`, `arcade_spent`, `arcade_won`, `arcade_high`, `create_tourney`, `arcade_sess_gid`, `arcade_sess_start`, `arcade_gtype`, `arcade_session`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `creditspermissions`, `xperience_ppd7`, `xperience_ppd30`, `xperience_achievements`, `xperience_lastupdate`, `xperience_awardcount`, `xperience_promotioncount`, `xperience_achievementcount`, `dbtech_status_status`, `dbtech_status_mood`, `dbtech_vbactivity_achievementcount`, `dbtech_vbactivity_points`, `dbtech_vbactivity_pointscache`, `dbtech_vbactivity_pointscache_day`, `dbtech_vbactivity_pointscache_week`, `dbtech_vbactivity_pointscache_month`, `dbtech_vbactivity_rewardscache`, `dbtech_vbactivity_trophycount`, `dbtech_vbactivity_medalcount`, `dbtech_vbactivity_settings`, `dbtech_vbactivity_autocollapse_stats`, `dbtech_vbactivity_autocollapse_bar`, `dbtech_vbactivity_excluded`, `dbtech_vbactivity_medalmoderatecount`, `ezircvb4_username`) VALUES ('10042', '3', '', '0', 'HarveyCaba', '9c60a0ae6c4982be593f9c9c8ad66a81', '2014-12-17', 'p.opa.a.lin23.8@gmail.com', '0', '', 'http://tinyurl.com/kj4afke', '', '', '', '2', '0', 'Junior Member', '0', '1418838946', '0', '1418838946', '1418841642', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-06-1971', '1971-04-06', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', '[HwF)aZzu+H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10031', '2', '', '0', 'ShelleyBla', 'a08fdfdaae7d0fde60c7cd9b681c9b01', '2014-12-17', 'wantingquery92ub0q@freemail.hu', '0', '', 'http://mcdm.ntcu.edu.tw/tzeng/userinfo.php?uid=290846', '', '', '', '2', '0', 'Junior Member', '0', '1418828476', '0', '1418828476', '1418829064', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-22-1981', '1981-06-22', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'b>0wZ{5\'hnw0;P%`Mp~##u?eO6x36qi]H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10023', '2', '', '0', 'BennettFra', '67abcba5ebb7d6e684b30bbe88fc81be', '2014-12-17', 'orangepenitentiaonj@freemail.hu', '0', '', 'http://kutscherhof.com/index.php?mod=users&action=view&id=247081', '', '', '', '2', '0', 'Junior Member', '0', '1418823748', '0', '1418823748', '1418824325', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-04-1974', '1974-08-04', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'mj0aDtbU%c~KL*tH^t@uh[c++xudzt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '87', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10024', '2', '', '0', 'NorberIlif', '0f863d262a32c20b8bf6e2fe5638940d', '2014-12-17', 'knowngimmick69ql7@freemail.hu', '0', '', 'http://www.kiofin.ru/modules.php?name=Your_Account&op=userinfo&username=MFong', '', '', '', '2', '0', 'Junior Member', '0', '1418824127', '0', '1418824127', '1418824671', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1975', '1975-06-27', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'Pc3;|?zHW/U&ym=J:Hh{^GXXKPz`-I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10025', '2', '', '0', 'ShannonNem', 'db00d9f7a48081a6b16f712f35e13505', '2014-12-17', 'assortedseer83yues@freemail.hu', '0', '', 'http://www.bukmacherskierady.pl/forum/member.php?action=profile&uid=23832', '', '', '', '2', '0', 'Junior Member', '0', '1418824234', '0', '1418824234', '1418824695', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-28-1979', '1979-05-28', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '-\'8qy/qnWSbHeH!YwhVR97\\])Ddzlz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10055', '2', '', '0', 'GNXGradywx', 'b2e0a2208f38090b0ff10a38d0497411', '2014-12-17', 'ioa.n.a.a.sd.e.2.3@gmail.com', '0', '', 'http://killshothacking.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418845432', '0', '1418845432', '1418847552', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1979', '1979-08-18', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', 'h<(o[J\"1v^1T|jePRf#S`Q^aDmY2Q4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10027', '2', '', '0', 'ColemanRio', 'd51418c0db9ff6de0097238fd8dfaef3', '2014-12-17', 'stakingcyst69l4wm@freemail.hu', '0', '', 'http://www.ilrinc.com/forums/membership/290712/', '', '', '', '2', '0', 'Junior Member', '0', '1418825382', '0', '1418825382', '1418825434', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-23-1976', '1976-09-23', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '94lr&FxC*t*Kf1bAr^&`R`3C15|@w#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10028', '3', '', '0', 'Kazuko7366', '56bfad254767de322e62125822cca8d2', '2014-12-17', 'petitemaniac4j@freemail.hu', '0', '', 'http://teruperu.net/koko_fee8/userinfo.php?uid=160914', '', '', '', '2', '0', 'Junior Member', '0', '1418826067', '0', '1418826067', '1418827954', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-06-1973', '1973-08-06', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '6W-]y]<#3-#xVk%m),*?SR._WU\"/>%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10029', '2', '', '0', 'EldenBalso', 'a06e3054d68f33134f3cfe2f2036bbf0', '2014-12-17', 'fadedspectator2cj@freemail.hu', '0', '', 'http://asiandigital.com/main/userinfo.php?uid=84862', '', '', '', '2', '0', 'Junior Member', '0', '1418826146', '0', '1418826146', '1418826321', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-26-1978', '1978-09-26', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'c9H{*4,jO1uVqI7Y?$tO:dZVn3~qWv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10030', '2', '', '0', 'MargerMcco', '91ac1d94c471f2d5682983b70718ea5c', '2014-12-17', 'alcoholicnarratjhgb@freemail.hu', '0', '', 'http://www.hotspot-zone.com/hsz/userinfo.php?uid=816948', '', '', '', '2', '0', 'Junior Member', '0', '1418827321', '0', '1418827321', '1418827495', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1983', '1983-09-19', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '0Z^12gbh?a??yRi}TAMyw?4`BuDVj+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10084', '3', '', '0', 'CarrolYUZS', '6188f27c76750a0c90b122c582007873', '2014-12-18', 's.aga.nd.r.ei.3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418863746', '0', '1418863746', '1418865258', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-02-1978', '1978-06-02', '-1', '-1', '167.114.52.132', '0', '1', '', '0', '0', '-1', '0', '0', '2`}a4]Q-qzDG]h`-@.F-MDg9XV)3-c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10037', '3', '', '0', 'JaxonSocha', '50438dc2d8ef0605fd2324ec6f50417a', '2014-12-17', 'p.op.aal.in238@gmail.com', '0', '', 'http://tinyurl.com/kj4afke', '', '', '', '2', '0', 'Junior Member', '0', '1418837433', '0', '1418837433', '1418839919', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-28-1973', '1973-06-28', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', '\\he[~qy>PN8B:CSJwS/{nEbvKz*1sT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10032', '2', '', '0', 'ElmaFreame', '75315fe33213f68be50f579361b423a2', '2014-12-17', 'acousticabdomenorknx@freemail.hu', '0', '', 'http://checkmyrenter.com/rentercomplaints/profile.php?id=35586', '', '', '', '2', '0', 'Junior Member', '0', '1418829792', '0', '1418829792', '1418829877', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1982', '1982-10-08', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'Pr5l0Ay$\"TQ\\/f|,:*.*23l(5q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10035', '3', '', '0', 'ZCWRoxiezo', 'a1f0bbd8ac241b7045afa2ab8b265406', '2014-12-17', 'io.anaasde23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418834678', '0', '1418834678', '1418834678', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', '*3p@8<_TXQ#4YOF/174`V!+7KdL7F,*1fB7C8S>chM]^qm3+],N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10039', '3', '', '0', 'MarciaChan', '9c493445a91bd51cba14e88c06fd653f', '2014-12-17', 'ioa.n.a.a.s.d.e2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418838080', '0', '1418838080', '1418838080', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', 'u7KA!)>_A/Lh1+*r8\"(abw(9s0HMA0!PZEip%PSfEw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10052', '3', '', '0', 'RuthieLong', 'd16016e3d233b794d95c6c7ab26b6aae', '2014-12-17', 'io.anaas.d.e23@gmail.com', '0', '', 'http://killshothacking.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418843753', '0', '1418843753', '1418845834', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-17-1980', '1980-12-17', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', 'a#r^QoKV`8|s={uhqBle{Ie+v6`CiT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10053', '3', '', '0', 'Maricr6213', '5ebc7fb4623fa92da3627f9d642fc138', '2014-12-17', 'io.anaas.d.e2.3@gmail.com', '0', '', 'http://killshothacking.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418843887', '0', '1418843887', '1418845457', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-07-1977', '1977-03-07', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'GQ4sgF!K8@^Vg[f5*KH{\'pX!\\+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10054', '3', '', '0', 'CallumCFJa', 'c83f1a6adbfadb4908456c26f59c0a48', '2014-12-17', 'p.opa.a.l.i.n23.8@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418844643', '0', '1418844643', '1418844643', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.151.182', '0', '1', '', '0', '0', '-1', '0', '0', '8BkJ!|L3#jx[V.ugurLww[NwYJ\'qfd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10056', '3', '', '0', 'FreemaSchr', 'f8167ab8548dde67517039447d304942', '2014-12-17', 'io.anaasd.e23@gmail.com', '0', '', 'http://killshothacking.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418846377', '0', '1418846377', '1418848306', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-12-1985', '1985-01-12', '-1', '-1', '167.114.53.169', '0', '1', '', '0', '0', '-1', '0', '0', 'au&3,d?P9H)1$1rZujvM2%T/F;W7[A3}yvZm1bhbygQw>/p&!P0_T+0t{y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10060', '3', '', '0', 'Essie6300y', 'de2c267d47e7c5886bbee9c868d9949b', '2014-12-17', 'io.anaa.s.d.e23@gmail.com', '0', '', 'http://killshothacking.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418850945', '0', '1418850945', '1418852923', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-28-1971', '1971-12-28', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', 'ce4uqMK2nD>i;}eF$d,,]\'C0u9zn9[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10062', '2', '', '0', 'attha', 'ed32519507c5507b6292a4180e9d71e1', '2014-12-17', 'attha702@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418851454', '0', '1418851454', '1418851883', '1418851879', '1', '10', '5', '0', '1', '0', '0', '0', '45108695', '', '0000-00-00', '-1', '-1', '84.193.212.248', '0', '1', '', '0', '0', '-1', '0', '0', 'g~=v[68i\\)j-9?\'x|.=Jm0wx?b5Z-J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10066', '3', '', '0', 'HungMcInty', 'e3d0018375c4baddef72db05632f8cfa', '2014-12-17', 'sa.gan.dre.i.3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418852973', '0', '1418852973', '1418855826', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-09-1974', '1974-03-09', '-1', '-1', '167.114.52.114', '0', '1', '', '0', '0', '-1', '0', '0', 'gU>dCL[a7@QM{TwUEU\'u~5cp1~0#J{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10067', '3', '', '0', 'NidiaDrum', '39ed98c63af5aa8aa26847a5a6079247', '2014-12-17', 'k.ijia.dsn.r2.3@gmail.com', '0', '', 'http://bit.ly/1Gn9ee3', '', '', '', '2', '0', 'Junior Member', '0', '1418853048', '0', '1418853048', '1418855904', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1984', '1984-08-16', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', 'HLS)Hf`nI1ou{&,0nH6yzIoloxCD<8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10068', '3', '', '0', 'RowenaBrog', 'bb5b61e6d07eca62dc6445a2bf1e45c9', '2014-12-17', 'k.iji.a.d.sn.r.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418853232', '0', '1418853232', '1418853232', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.79', '0', '1', '', '0', '0', '-1', '0', '0', 'L=]9c\\`hKh?mB3hc.(ALvGm\\G.MD>$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10069', '3', '', '0', 'SherlyHytt', 'cba071a53aac04db7ea3a7713d6fa734', '2014-12-17', 'k.iji.a.d.sn.r23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418853336', '0', '1418853336', '1418853336', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', '4%|>+|3-N}\'PN)jrR*}\"8r!zz7VB{o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10070', '3', '', '0', 'ChesteToli', 'e4b1cdf02af17c3de6bfad0fff29067c', '2014-12-17', 'sa.gan.d.r.e.i3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418853381', '0', '1418853381', '1418855851', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-04-1976', '1976-03-04', '-1', '-1', '167.114.52.124', '0', '1', '', '0', '0', '-1', '0', '0', 'M}Q`,!^3Q.;8ddA\"q,,(?}|kQqw?|eg7X7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10072', '3', '', '0', 'ToniaOldak', '7187bc94f7bdb6715ff6749fc35df579', '2014-12-17', 'k.ijia.ds.nr2.3@gmail.com', '0', '', 'http://bit.ly/1Gn9ee3', '', '', '', '2', '0', 'Junior Member', '0', '1418853698', '0', '1418853698', '1418856304', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1979', '1979-04-11', '-1', '-1', '155.254.112.44', '0', '1', '', '0', '0', '-1', '0', '0', 'P|gB0TUD3sdxP#\\xq3;\"eCwO$\'4x}d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10073', '3', '', '0', 'DustySalle', 'd769ca019adf50acad91a254423655bf', '2014-12-17', 'k.iji.a.d.s.nr2.3@gmail.com', '0', '', 'http://bit.ly/1Gn9ee3', '', '', '', '2', '0', 'Junior Member', '0', '1418854013', '0', '1418854013', '1418856649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-24-1985', '1985-09-24', '-1', '-1', '23.232.151.182', '0', '1', '', '0', '0', '-1', '0', '0', ')\'RG<+]\"CwT=]!dh,l@18\"=L#tg(,{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10074', '3', '', '0', 'MozellSkir', '9de3271868b3fd93d8c79751979e3a33', '2014-12-17', 'k.ijia.d.sn.r.2.3@gmail.com', '0', '', 'http://bit.ly/1Gn9ee3', '', '', '', '2', '0', 'Junior Member', '0', '1418854242', '0', '1418854242', '1418856828', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-21-1985', '1985-03-21', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', 'hF35q;Z\">-\\;1_8*fK.ilEJWu3(ske', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10075', '3', '', '0', 'JessieChew', '7a4d8145b2e6cf57d68d09827a8f1c48', '2014-12-17', 's.agan.d.re.i.3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418854254', '0', '1418854254', '1418856870', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-15-1977', '1977-04-15', '-1', '-1', '178.216.54.88', '0', '1', '', '0', '0', '-1', '0', '0', 'zpeH`D!@wHYNNm6I{Md+)+?6VG(,c=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10076', '3', '', '0', 'FannyClary', 'b3f868264c25bac2d910380088ce9cc9', '2014-12-17', 'sa.gan.d.r.ei.3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418854277', '0', '1418854277', '1418856773', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-05-1981', '1981-06-05', '-1', '-1', '167.114.52.141', '0', '1', '', '0', '0', '-1', '0', '0', '[4)##jB\'J0@6L}V\\gQf/)49\"`g@IyC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10077', '3', '', '0', 'EuniceMeeh', 'b6d31771e5d5c0cd70fc0554c6376c65', '2014-12-17', 's.aga.ndrei.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418854341', '0', '1418854341', '1418854341', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '178.216.54.88', '0', '1', '', '0', '0', '-1', '0', '0', 'm3(/,PhY}VnHS=.]F8{[nDcy(!#e/p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10078', '3', '', '0', 'MoisesVZZF', '63be4384db367838d7735fe92bf4a6fd', '2014-12-17', 's.agan.d.r.ei3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418854456', '0', '1418854456', '1418854456', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.141', '0', '1', '', '0', '0', '-1', '0', '0', '>G8V}t6_m\\!o/E;P~YjqNJmYo$?YqU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10097', '3', '', '0', 'Bradly54Ul', '5cc340b42829d69d8c4db164dbfad536', '2014-12-18', 'p.op.aal.i.n.2.38@gmail.com', '0', '', 'http://tinyurl.com/kj4afke', '', '', '', '2', '0', 'Junior Member', '0', '1418872659', '0', '1418872659', '1418874544', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1971', '1971-12-27', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'MmQOq7WC[\'\"#a0I8kgH\'@4[fy+,ka6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10079', '3', '', '0', 'YolandaOld', '9c932ee972e5abcf4b36cc864534e754', '2014-12-17', 'k.iji.a.d.s.n.r2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418856796', '0', '1418856796', '1418856796', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', '?oH6=jof2UnY\"?M2V$Qb5$Gn\\VTl)*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10080', '3', '', '0', 'LatoyaT64x', '35403ded9d0350a03e7a4bcc6f8ffc55', '2014-12-17', 'p.op.aali.n23.8@gmail.com', '0', '', 'http://tinyurl.com/kj4afke', '', '', '', '2', '0', 'Junior Member', '0', '1418859794', '0', '1418859794', '1418861906', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-10-1978', '1978-02-10', '-1', '-1', '167.114.52.142', '0', '1', '', '0', '0', '-1', '0', '0', 'RzJZ8VxIb0.peTI{\\b&hO/8QSXJ)`P>O`v%p?x,2ip~XfB-fh3wpkIJyb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10087', '3', '', '0', 'RickieMino', '2147ee4a50a10aed5fab4ee8e4b04fc9', '2014-12-18', 'rickieminor@net.zonerig.com', '0', '', 'http://www.aua-spanien.com/index.php?mod=users&action=view&id=205336', '', '', '', '2', '0', 'Junior Member', '0', '1418865042', '0', '1419847667', '1420304714', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-13-1976', '1976-10-13', '-1', '-1', '192.240.198.77', '0', '1', '', '0', '0', '-1', '0', '0', 'kXqMB,ZLfR#v[iON9.UL[WIj-S+DY1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10092', '3', '', '0', 'WilliaHRQ', '02c36745927843735baff75fe7350e87', '2014-12-18', 'williantenney91@net.zonerig.com', '0', '', 'http://nursing.mokpo-c.ac.kr/?document_srl=606122', '', '', '', '2', '0', 'Junior Member', '0', '1418867341', '0', '1421584098', '1422356711', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-19-1985', '1985-05-19', '-1', '-1', '192.77.242.204', '0', '1', '', '0', '0', '-1', '0', '0', 'xO~[~:maKwhq:LjJig*FI~Kw%B-g7l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10095', '3', '', '0', 'MargariDos', '3ca790251b8d7e9904bf6fc964c500df', '2014-12-18', 'p.opa.a.li.n.23.8@gmail.com', '0', '', 'http://tinyurl.com/kj4afke', '', '', '', '2', '0', 'Junior Member', '0', '1418870737', '0', '1418870737', '1418874589', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-11-1978', '1978-09-11', '-1', '-1', '167.114.52.142', '0', '1', '', '0', '0', '-1', '0', '0', '~+zn[O)jbsOQ{qroV7f]YS)`c29`7O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10085', '3', '', '0', 'HarleyJPJX', '6f8e148560040974d22a51cb561f7795', '2014-12-18', 's.aga.n.dr.ei3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418863916', '0', '1418863916', '1418865635', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-15-1981', '1981-01-15', '-1', '-1', '167.114.53.169', '0', '1', '', '0', '0', '-1', '0', '0', 's/Q^EE!y2j?/~r;cG20N;!Zc%H*O-!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10086', '3', '', '0', 'Leila6984r', 'fca6b78d1c7689912b2215ea286816d5', '2014-12-18', 's.aga.nd.r.e.i.3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418864169', '0', '1418864169', '1418866148', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1980', '1980-08-21', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'bRfEy\'~t~^,5WWDooIfXPr[!:5^cD{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10088', '2', '', '0', 'DeanPicotj', '70e5113047617e2769267b4af7cd85d8', '2014-12-18', 's.ag.andrei.3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418865220', '0', '1418865220', '1418867847', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1975', '1975-07-15', '-1', '-1', '91.108.182.143', '0', '1', '', '0', '0', '-1', '0', '0', ',2MWw~Zn[D>*]L_*)8SsD\'}g`0z&x!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10089', '3', '', '0', 'Burton66E', '4a1e667fb0fa39cd59b62ff48f0f691a', '2014-12-18', 'io.ana.a.sde.23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418865518', '0', '1418865518', '1418865518', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.94', '0', '1', '', '0', '0', '-1', '0', '0', 'G8x#\\8,:dkDl$v`G}_/^o*dh+]n=&L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10090', '2', '', '0', 'LDDNaomivx', 'b549f84832b423d44dedf477a04c8fe5', '2014-12-18', 's.ag.andr.e.i.3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418865618', '0', '1418865618', '1418867841', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-03-1974', '1974-08-03', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', ']=xtsu}\"D<=SOyM|#kw75\'VYiNLOTf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10091', '2', '', '0', 'YTDLeonida', '1476149dbe9f6adb9db465198a4a85be', '2014-12-18', 's.ag.andrei3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418866097', '0', '1418866097', '1418866097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', 'ZY>F}+ItkosL}R<)7&3tsOz@vG$8tD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10093', '3', '', '0', 'Daniel56J', 'b07e89ac14393899c0d0e661e94f0b24', '2014-12-18', 'p.opa.a.l.in238@gmail.com', '0', '', 'http://tinyurl.com/kj4afke', '', '', '', '2', '0', 'Junior Member', '0', '1418869376', '0', '1418869376', '1418871647', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-28-1972', '1972-08-28', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', 'C-$/4@wR9-z])&qInbJ-}IG\"i5yTi-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10094', '3', '', '0', 'Adrian04R', 'c19848f44beffc7d261610b2e08ea316', '2014-12-18', 'p.opa.a.l.in2.38@gmail.com', '0', '', 'http://tinyurl.com/kj4afke', '', '', '', '2', '0', 'Junior Member', '0', '1418869624', '0', '1418869624', '1418871673', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-22-1980', '1980-03-22', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', 'Y=#Gylpl?L(QW6v3]uOdF;ghu}JWrN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10104', '3', '', '0', 'DominiWhin', '6bc3ff5c1b7d5fd9371fbe02ff4555c2', '2014-12-18', 'angeli.ka.j.or.e.l.s@gmail.com', '0', '', 'https://www.facebook.com/HunterPrimalDownload', '', '', '', '2', '0', 'Junior Member', '0', '1418884781', '0', '1418884781', '1418892047', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-12-1970', '1970-02-12', '-1', '-1', '5.153.237.52', '0', '1', '', '0', '0', '-1', '0', '0', 'yb9(1<0*Mr7vQ#c5mtnAA:I=/2ElM52;!<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10105', '3', '', '0', 'Ima3998dci', '9caf01a43d6cc20b40f32a4a645b3de6', '2014-12-18', 'ioa.n.a.a.s.d.e.2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418885056', '0', '1418885056', '1418885056', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.254.112.44', '0', '1', '', '0', '0', '-1', '0', '0', '5z[r\'G_Ej?j%UwgG%5)}Pc3unY&ZS3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10106', '3', '', '0', 'VallieStjo', '0ca534308a66f5e6ce45a1f1851e953a', '2014-12-18', 's.agand.r.ei.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418894309', '0', '1418894309', '1418894309', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.52.124', '0', '1', '', '0', '0', '-1', '0', '0', 'I?9#xF=*tg2$(Gv!f0![(SRv7=z-AV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10107', '3', '', '0', 'MarshaAwad', 'c8849c7a90b69ca76ac993c7fa1f88f6', '2014-12-18', 's.agand.r.e.i3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418894435', '0', '1418894435', '1418894435', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', '\\EtE3TL:K+8.//z|Gn&k]%H?\"&QGA@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10108', '3', '', '0', 'MamieBligh', '2d1c7c5dca4838fe53134e8936af6490', '2014-12-18', 'k.iji.a.d.s.n.r23@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418894695', '0', '1418894695', '1418894695', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', 'jOn/7C4\'Pt{_#|\\8/ntQ=LLG;]-*Wn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10109', '2', '', '0', 'SangFinch', '715be5174b405648a963cbad03f15ea8', '2014-12-18', 'spectacularsnitypgl@freemail.hu', '0', '', 'http://www.programaciongrafica.com/modules.php?name=Your_Account&op=userinfo&username=EMorre', '', '', '', '2', '0', 'Junior Member', '0', '1418895641', '0', '1418895641', '1418896194', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-11-1985', '1985-05-11', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'TQ_S?\'XrM;:*&E29]\\Y?~)?:0WFiJ*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10110', '3', '', '0', 'HesterWhee', '1b27993514fd9a2f1220a65d654e475e', '2014-12-18', 's.agan.drei.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418895991', '0', '1418895991', '1418895991', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.27.77.104', '0', '1', '', '0', '0', '-1', '0', '0', 'nH>#@auX$L=%1[gD~J[5hNbLmo|TWQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10111', '2', '', '0', 'BryantGoss', 'f478f8d7448802adc194be6d7f8fa3ab', '2014-12-18', 'functionalmirth6uu1@freemail.hu', '0', '', 'http://gamesvote.nutzwerk.net/index.php?a=stats&u=andreabermudez', '', '', '', '2', '0', 'Junior Member', '0', '1418897361', '0', '1418897361', '1418897690', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-02-1984', '1984-05-02', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'O8A7A4s\"x&u=ZNvT8{\\oAJra^Yq>(v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10112', '2', '', '0', 'MayaUxtgr', 'f194c4cd5bbd066dafa8a5e9c795de2d', '2014-12-18', 'chillydemonstrawpld@freemail.hu', '0', '', 'http://www.bloggregistret.se/index.php?a=stats&u=jasminsmorgon', '', '', '', '2', '0', 'Junior Member', '0', '1418902146', '0', '1418902146', '1418902675', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-01-1977', '1977-09-01', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '9V|^FW5o@hn$]Z.dAX.,{VKr$E/V2i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10114', '2', '', '0', 'KlaraStans', '014abdc0521c4d43f434f9e65bf1a2f5', '2014-12-18', 'whisperingnetwomrgum@freemail.hu', '0', '', 'http://www.iom.jp/userinfo.php?uid=448292', '', '', '', '2', '0', 'Junior Member', '0', '1418905352', '0', '1418905352', '1418905706', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1973', '1973-05-07', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'A2K6,jOs965weNEI~&oh=X$NcL[EmG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10115', '3', '', '0', 'AnnieZ23ys', '29898c43eba9c1f56c38163321e41651', '2014-12-18', 'annie.archie2903@evasionteam.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418906368', '0', '1418906368', '1418906368', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.171.255.45', '0', '1', '', '0', '0', '-1', '0', '0', '!D96!BccihKrJ%R:dOsuOq.5eUc?y^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10116', '3', '', '0', 'HansStanle', '9de964333625acb5e7b59c57d28dd8ad', '2014-12-18', 'omniscientparispu@freemail.hu', '0', '', 'http://www.anaisnin.com/community/userinfo.php?uid=687839', '', '', '', '2', '0', 'Junior Member', '0', '1418907386', '0', '1418907386', '1418907511', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1983', '1983-12-01', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'I5ov1b(;OWBakCe(%\\M>yB3ZN);$E(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10117', '3', '', '0', 'AlexanFva', '549a3c20b54dc090b055e03df60a26f1', '2014-12-18', 'marciawaring@trash-mail.com', '0', '', 'http://j8olsztyn.uniterre.com', '', '', '', '2', '0', 'Junior Member', '0', '1418907933', '0', '1418907933', '1418911311', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-27-1977', '1977-11-27', '-1', '-1', '165.231.22.22', '0', '1', '', '0', '0', '-1', '0', '0', '*hhL9q8R$DKk\\b0u}y~wzDw\'@$n[&+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10118', '2', '', '0', 'HanneloTom', '0166ab9a8cfbe904f4b03c5c003c935b', '2014-12-18', 'culturedbudget5aowc@freemail.hu', '0', '', 'http://sims3.inlimite.com/modules.php?name=Your_Account&op=userinfo&username=RLumholtz', '', '', '', '2', '0', 'Junior Member', '0', '1418908499', '0', '1418908499', '1418908613', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1978', '1978-06-25', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'eu9pM`\'K-kBL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10119', '2', '', '0', 'CaridaFosd', '14e8327cf83a2e6b059482efaa63bc37', '2014-12-18', 'optimalbonfire5yg@freemail.hu', '0', '', 'http://top-ro.xhost.ro/index.php?a=stats&u=mwjjanniemlwmhk', '', '', '', '2', '0', 'Junior Member', '0', '1418909138', '0', '1418909138', '1418909608', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1985', '1985-12-15', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '5!HJb:J\\8s~./_x`23siv4-}~|-Rf6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10120', '2', '', '0', 'Lamont78C', '36e2f5573f333d84d90031d2a84bc83f', '2014-12-18', 'materialisticzipc3@freemail.hu', '0', '', 'http://superflashgame.ru/profile/hetrumble', '', '', '', '2', '0', 'Junior Member', '0', '1418909239', '0', '1418909239', '1418909349', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-14-1985', '1985-09-14', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'S6F86Cyb^W*63TlSeRdp.=7e-;#Bs|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10121', '8', '', '0', 'OOVValorie', '8f479f8706a80c7a1f59a659b4b8baeb', '2014-12-18', 'valorie-chadwick43@jh32.com', '0', '', 'http://aro.ru/asiangirlsdating899226', '', '', '', '2', '0', 'Banned', '0', '1418911847', '0', '1425919636', '1425954696', '1418914322', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-06-1978', '1978-06-06', '-1', '-1', '192.171.255.38', '0', '1', '', '0', '0', '-1', '0', '0', '\'(^tqgDn8+`G*%/gA![&iTwUMP?j.u/+TZe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10123', '2', '', '0', 'EstelaBett', '6c4646177d086eebbd8e9f9d22568fe3', '2014-12-18', 'yellowmuseum46yxp@freemail.hu', '0', '', 'http://riders-club.ru/modules.php?name=Your_Account&op=userinfo&username=GBraund', '', '', '', '2', '0', 'Junior Member', '0', '1418912981', '0', '1418912981', '1418913418', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-07-1981', '1981-04-07', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '[eb;ve`jlXuoUdAw$LV}=&1XMTJc8\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10124', '2', '', '0', 'JaneHynes', '95c9c6233a8ae1102191066281009d8f', '2014-12-18', 'incompetentleafd4p2@freemail.hu', '0', '', 'http://worldradiolabs.com/content/modules.php/modules.php?name=Your_Account&op=userinfo&user', '', '', '', '2', '0', 'Junior Member', '0', '1418915745', '0', '1418915745', '1418915887', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1975', '1975-12-27', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', 'm$7\\FUqu\\y.inTTb>p]\\\\T@[>LG\'?YOn+1%es_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10126', '2', '', '0', 'JacquelNea', '8dc300347fd395cd1ff5f089399ea11d', '2014-12-18', 'somberformula95at@freemail.hu', '0', '', 'http://gallery.followtalks.com/profile/eloldfield', '', '', '', '2', '0', 'Junior Member', '0', '1418917620', '0', '1418917620', '1418917794', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-12-1983', '1983-09-12', '-1', '-1', '212.129.0.80', '0', '1', '', '0', '0', '-1', '0', '0', '^%$}J4tZf[j2_=(=\",UvW/|v,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10130', '3', '', '0', 'MariaBrune', 'ed105c172404e9a96e67af308bb8b3dd', '2014-12-18', 'ioa.n.a.asd.e.2.3@gmail.com', '0', '', 'http://killshothacking.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418921121', '0', '1418921121', '1418924245', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1984', '1984-07-17', '-1', '-1', '167.114.52.132', '0', '1', '', '0', '0', '-1', '0', '0', '>6[Kap&T7`-NR1,c`u\"7lYFiPQ3mrA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10131', '2', '', '0', 'WallaceMix', 'f5608cbbd0e6cda2440c916ce58f606d', '2014-12-18', 'ioa.n.a.as.de.2.3@gmail.com', '0', '', 'http://killshothacking.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418921288', '0', '1418921288', '1418921355', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-18-1973', '1973-02-18', '-1', '-1', '167.114.52.132', '0', '1', '', '0', '0', '-1', '0', '0', '9,bmCCypu,{Ykq[$_6IIez[Tm|4~TO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10132', '2', '', '0', 'DemetrYanc', '830625c7118121932c2bb47381e23191', '2014-12-18', 'crabbybevy8x5k@gmx.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418922748', '0', '1418922748', '1418922748', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.0.60.172', '0', '1', '', '0', '0', '-1', '0', '0', '{|ODzPfMhlGF@T%NBtX5s?mpd*E7L1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10133', '3', '', '0', 'KaitlynGys', 'dada1537d5f2c657c9171e3561211537', '2014-12-18', 'ioa.n.a.as.d.e2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418924414', '0', '1418924414', '1418924414', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.208.59', '0', '1', '', '0', '0', '-1', '0', '0', '1hjjU+}C%$5.H}U3X#&=a*GJC9e\"\"4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10134', '3', '', '0', 'Tara64Weld', '39caad321e7c459d5e471bc101ae0c24', '2014-12-18', 'ioa.n.a.a.sde.23@gmail.com', '0', '', 'http://killshothacking.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1418926301', '0', '1418926301', '1418930021', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-19-1980', '1980-08-19', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', 'q40~Iq+.i!\'\'`Y|u*c:hyH.ui(REZ_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10135', '3', '', '0', 'LoganGPWrx', '012f2e07f37db58a55675f620f559cb6', '2014-12-18', 'logan-jeanneret1@jh32.com', '0', '', 'http://url.gen.in/asianwomandating843419', '', '', '', '2', '0', 'Junior Member', '0', '1418928794', '0', '1420176962', '1420177924', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-07-1975', '1975-02-07', '-1', '-1', '204.44.112.13', '0', '1', '', '0', '0', '-1', '0', '0', '>Rv)78pPa$Fu\'rJN_I~o&0JriBIC^a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2242', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10136', '3', '', '0', 'LindsaYFS', '940f32aade812d947c749e2842d2294e', '2014-12-18', 'k.iji.ads.nr23@gmail.com', '0', '', 'http://bit.ly/1Gn9ee3', '', '', '', '2', '0', 'Junior Member', '0', '1418928980', '0', '1418928980', '1418931194', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-02-1983', '1983-12-02', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', 'Wc\\Sg_ceV5R~N_RqI1+:Z-h218,j4P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10137', '3', '', '0', 'BelleDugan', '46980fe38a34684e6ba14a5966fcd9bd', '2014-12-18', 'k.iji.ad.sn.r2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418930487', '0', '1418930487', '1418930487', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.153', '0', '1', '', '0', '0', '-1', '0', '0', '2Ql@]eV6~R[NX%G\".>zz%;*!E01?y8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10138', '3', '', '0', 'ArtDTQhhvb', '46eba9ac17b7bc086f18186adf5e2071', '2014-12-18', 'k.iji.ad.snr.2.3@gmail.com', '0', '', 'http://bit.ly/1Gn9ee3', '', '', '', '2', '0', 'Junior Member', '0', '1418930729', '0', '1418930729', '1418934154', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-20-1983', '1983-12-20', '-1', '-1', '167.114.52.100', '0', '1', '', '0', '0', '-1', '0', '0', '9%^|$&_?Kz6hT>O7eYiMs)0ISTvgwxk!AzLsF2D`~u', '', '0', '82866', '0', '0', '0', '0', '', '0', '0', '', '1553', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10143', '3', '', '0', 'ToryDMEJw', 'b9b99fbcb4a116bb832dac47fb4a1dc6', '2014-12-18', 's.agan.dr.e.i.3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418934373', '0', '1418934373', '1418937068', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-10-1973', '1973-02-10', '-1', '-1', '107.168.64.71', '0', '1', '', '0', '0', '-1', '0', '0', 'LC+0bUx8e\'\\vcl\\pxw|OH[qbg|7@=9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10144', '3', '', '0', 'AntoniEiff', '857c759af563980e31fb5ed2501355fb', '2014-12-18', 's.aga.ndr.e.i3@gmail.com', '0', '', 'http://killshothackscheats.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1418935004', '0', '1418935004', '1418937845', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-18-1970', '1970-04-18', '-1', '-1', '192.200.24.141', '0', '1', '', '0', '0', '-1', '0', '0', 'D*mX#\"d^#M-|0WH9^d\'L!*ZWFWw>M1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10146', '3', '', '0', 'DustinDigg', '680eaaff5bed8a96b47adb6948bb903d', '2014-12-18', 'k.iji.ads.n.r2.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418936134', '0', '1418936134', '1418936134', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.168.64.90', '0', '1', '', '0', '0', '-1', '0', '0', 'C?l4V|nV}0*nnZ\"c\'yk$)W99tj,KkY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10174', '3', '', '0', 'Breanna62H', '3458c93e85878fe5171e213ad3098d5b', '2014-12-21', 'breanna.nix17@my-ears-ringing.com', '0', '', 'http://zapit.nu/whatdoesitmeanifyourearsareringing984269', '', '', '', '2', '0', 'Junior Member', '0', '1419133253', '0', '1419133253', '1419140464', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-23-1982', '1982-11-23', '-1', '-1', '107.153.64.70', '0', '1', '', '0', '0', '-1', '0', '0', 'TvM?4[*;7hRPlYh]]#)Z\"$U{;nW<(}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '895', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10147', '3', '', '0', 'BeauLavend', '6ced6e56aea0c2a02753463d40759408', '2014-12-18', 'beau_lavender77@jh32.com', '0', '', 'http://hpr.is/asianladiesdating739223', '', '', '', '2', '0', 'Junior Member', '0', '1418939929', '0', '1420176764', '1420177800', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-25-1982', '1982-11-25', '-1', '-1', '167.160.110.26', '0', '1', '', '0', '0', '-1', '0', '0', 'dns>hdS[!^1+^z!&y%*8X$Vt>c*=<]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2321', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10148', '2', '', '0', 'jakethejake', '90c70c7cf02f7a530f928227a4f7b26c', '2014-12-18', 'jakeloader1999@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418942209', '0', '1418942209', '1418942209', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '90.213.116.93', '0', '1', '', '0', '0', '-1', '0', '0', 'fhHd@x#C=vgu{ey~a4AEe!oD*[^?yn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10149', '3', '', '0', 'SheltoReic', '803f2575b101b58721e17fc5bb0a50d3', '2014-12-19', 's.aga.n.d.r.e.i.3@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418952804', '0', '1418952804', '1418952804', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '91.108.182.143', '0', '1', '', '0', '0', '-1', '0', '0', 'To<`G%U$6H^K\\B12T%f|[H2V|fjBzI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10195', '2', '', '0', 'theheadonbeast', 'd8a258eae5312ebb44308caca83875fb', '2014-12-21', 'headonbeast@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419197224', '0', '1419197224', '1419197880', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108295', '', '0000-00-00', '-1', '-1', '90.193.135.208', '0', '1', '', '0', '0', '-1', '0', '0', 'AJM1elNh\"ajyB*!A6oq\'X)b]F^F~dj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10159', '3', '', '0', 'ShaunteBal', '1bb6edb86af46f666bac17f9815ffd81', '2014-12-19', 'lashondaleverett@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419010891', '0', '1419010891', '1419010891', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '176.31.18.246', '0', '1', '', '0', '0', '-1', '0', '0', 'FJU<|_c#@iqcqg@,MF~ka,EA=:!^c,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10153', '2', '', '0', 'Caleb39Hmh', '28b92f0197fdc01848d3757e21deaf81', '2014-12-19', 'caleb.eichmann92@my-ears-ringing.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419001357', '0', '1419001357', '1419001357', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.143.86', '0', '1', '', '0', '0', '-1', '0', '0', '~53H_X]GvX+Cu]if*<7X=GutoC]0-J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10150', '3', '', '0', 'RefugiXbi', 'b390b7a496742667178686b16cca07c9', '2014-12-19', 'carltonbuckman1010@mailcatch.com', '0', '', 'http://www.migente.com/your_page/blog/view_posting.html?pid=5434209&profile_id=8556132&profi', '', '', '', '2', '0', 'Junior Member', '0', '1418976310', '0', '1418976310', '1418990325', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-06-1985', '1985-06-06', '-1', '-1', '212.114.240.34', '0', '1', '', '0', '0', '-1', '0', '0', 'PQ>rA1Ect)_}eGm`lSn&;*zn-k>S]N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10152', '3', '', '0', 'LidaWhitla', '2db1a2cd04559b56bf057ca6c08b1959', '2014-12-19', 'vallieeames4690@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1418986873', '0', '1418986873', '1418986873', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.133.133', '0', '1', '', '0', '0', '-1', '0', '0', '`#vM)1Or1Y:t2RO=H}(c{=`|l+Za,|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10168', '3', '', '0', 'WaylonY46', '164d47464609ea11d4d5457f8018e25b', '2014-12-20', 'waylon-godley63@sex-video-rencontre.fr', '0', '', 'http://www.sex-video-rencontre.fr', '', '', '', '2', '0', 'Junior Member', '0', '1419052983', '0', '1419770708', '1419779525', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1985', '1985-06-27', '-1', '-1', '198.12.117.252', '0', '1', '', '0', '0', '-1', '0', '0', '+:(6A/arX9lQW:X{6[gM-5;cf6lN#1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10154', '3', '', '0', 'EveretCovi', 'fec99454a3689c50b4436894dbc9a701', '2014-12-19', 'everette-covington79@my-ears-ringing.com', '0', '', 'http://www.kiwibox.com/anjaaxbmvpq/blog/entry/118610159/most-tinnitus-treatment-sellers-wish-you-wil', '', '', '', '2', '0', 'Junior Member', '0', '1419003018', '0', '1419003018', '1419010200', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-01-1970', '1970-04-01', '-1', '-1', '37.72.189.98', '0', '1', '', '0', '0', '-1', '0', '0', 'exNz7,Svwl0{14N8/8L6h0@^8n+1q~lQ\\Y(-vVB;qWFrQF:2l!1O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10185', '3', '', '0', 'AlbertMack', '74bdb3477fc5a7526e9c22cf7b97d618', '2014-12-21', 'bradfordseale6918@trash-mail.com', '0', '', 'http://www.lixe.eu', '', '', '', '2', '0', 'Junior Member', '0', '1419169575', '0', '1419169575', '1419172116', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1985', '1985-08-21', '-1', '-1', '165.231.22.22', '0', '1', '', '0', '0', '-1', '0', '0', '1J/7{K>;~QNVz0GZB,o6(8:W2,sCg8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10156', '3', '', '0', 'AlbertiJrt', '1df7dc02a4d36a5467cb83e2e61a0888', '2014-12-19', 'charmainsylvester2813@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419007571', '0', '1419007571', '1419007571', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.23.109.179', '0', '1', '', '0', '0', '-1', '0', '0', 'Lpe:bDv#7x`-S>e9R(g%*D,4Pz\"/F~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10157', '3', '', '0', 'IolaHalsey', '1829f07619f9950a48993801a3c19745', '2014-12-19', 'unequaledknack9k8aro@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419008834', '0', '1419008834', '1419008834', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.131.145', '0', '1', '', '0', '0', '-1', '0', '0', '\"$m.sPe7\\Tfk\\cC)P|!Jw:BXG!D\\Ia', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10158', '2', '', '0', 'TobiasEwer', '3efc28444ae6a20252786f0031443e29', '2014-12-19', 'glorioustail25xei@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419009897', '0', '1419009897', '1419009897', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.210.144.50', '0', '1', '', '0', '0', '-1', '0', '0', 'DmR|N!+G:[J\"hOuWaq$LqP9v*h<]%Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10160', '2', '', '0', 'Blonde2261', 'fb4e88dfb94a5c82d20983c6924361d4', '2014-12-19', 'blondell_dietz10@freesamplepacks.info', '0', '', 'http://recruitment-software.comprendo.co.uk/eploy-recruitment-software/', '', '', '', '2', '0', 'Junior Member', '0', '1419027165', '0', '1419027165', '1419034305', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-26-1976', '1976-11-26', '-1', '-1', '216.170.126.173', '0', '1', '', '0', '0', '-1', '0', '0', '\'{IC=ZZ;v_s)A/:Iw-jeg\"H!EI!dHG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10170', '2', '', '0', 'mardmental', '870b324bcd09dc7ce492d843e2ed0452', '2014-12-20', 'somelongpointies@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419077396', '0', '1419077396', '1419077797', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '109.255.78.92', '0', '1', '', '0', '0', '-1', '0', '0', 'r_Q``0+f3\\in:k:hdC^}=&5QZ=\"W7[XH/jVl]lQMcW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10162', '2', '', '0', 'SwenRobeyx', '41fb27e8ab8201cc2fccb938b731795e', '2014-12-20', 'swen_robey33@freesamplepacks.info', '0', '', 'http://www.top75casinos.com/index.php?a=stats&u=israelcfnmehuky', '', '', '', '2', '0', 'Junior Member', '0', '1419034709', '0', '1419034709', '1419041867', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-23-1981', '1981-02-23', '-1', '-1', '216.170.126.173', '0', '1', '', '0', '0', '-1', '0', '0', '?G^l*p&K2j,g+EfZI=v+_e:f-!Dc5V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10163', '2', '', '0', 'IsabelBodn', '1e9d68220b3b497b644d68c76fb0944d', '2014-12-20', 'isabelle-bodnar@freesamplepacks.info', '0', '', 'http://hpcgi1.nifty.com/croquette/g_book.cgi', '', '', '', '2', '0', 'Junior Member', '0', '1419034811', '0', '1419034811', '1419041995', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-09-1978', '1978-10-09', '-1', '-1', '216.170.126.173', '0', '1', '', '0', '0', '-1', '0', '0', 've2*O0La\'l>kX0>f8e5C.@HQD8Zx\\\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10173', '3', '', '0', 'Lolita80Ol', '65e33c49187e4a83a6f21387e03311a9', '2014-12-21', 'emilebetz2119@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419125311', '0', '1419125311', '1419125311', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '165.231.22.22', '0', '1', '', '0', '0', '-1', '0', '0', 'U&OezE>%h8mhu^OE6[:9*:CiyIV\\ko', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10164', '3', '', '0', 'WyattGMEXn', 'c37c402337c37932a6fad7e9a2c5d401', '2014-12-20', 'toshacoull@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419037658', '0', '1419037658', '1419037658', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '125.164.39.1', '0', '1', '', '0', '0', '-1', '0', '0', 'FospGUw%Z}V:rc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10198', '3', '', '0', 'MargartWil', 'e281abc7431188cb43a6123d31b97480', '2014-12-22', 'mairees@mailcatch.com', '0', '', 'http://balthazar-vs-the-staff-of-moses.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1419212117', '0', '1419361190', '1419362180', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1972', '1972-09-07', '-1', '-1', '162.218.236.3', '0', '1', '', '0', '0', '-1', '0', '0', '~]sQ\"-_otcoK~Q;/F=d2Btvo%R\"(4+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '238', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10166', '8', '', '0', 'HermanShim', '321a8e7f41c70cbeddf061100feecb3e', '2014-12-20', 'rmbsie@rencontresexywebcam.fr', '0', '', 'http://www.rencontresexywebcam.fr', '', '', '', '2', '0', 'Banned', '0', '1419042165', '0', '1419787057', '1419788914', '1419052656', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-24-1983', '1983-10-24', '-1', '-1', '172.245.226.192', '0', '1', '', '0', '0', '-1', '0', '0', '0``*M*v+URJ]/qQZtKCQVM=1-\\yx!.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10167', '3', '', '0', 'CassanLebr', '728253a82389d7a6357401cf3b2f94bf', '2014-12-20', 'laceylabonte9634@mailcatch.com', '0', '', 'http://ztbl.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1419043358', '0', '1421027756', '1421030715', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1982', '1982-05-20', '-1', '-1', '167.160.98.73', '0', '1', '', '0', '0', '-1', '0', '0', '+^tv+($o!r|8Zt0@|RYPiiM!BUJ_G!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '296', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10169', '3', '', '0', 'R4165', 'c28e63cb494c3c051d8bb09865b14219', '2014-12-20', 'taylabolling@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419058009', '0', '1419058009', '1419060063', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '36.251.6.27', '0', '1', '', '0', '0', '-1', '0', '0', '%h=ffn0-6pp;ZenG&kdi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10171', '3', '', '0', 'GeniaBurba', 'd0078fe7b0830b5f3811b0f9c3589c9e', '2014-12-20', 'genia-burbank@anitaramsey.com', '0', '', 'https://www.youtube.com/watch?v=y2wLFgGHan8', '', '', '', '2', '0', 'Junior Member', '0', '1419085283', '0', '1419085283', '1419088240', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1978', '1978-09-28', '-1', '-1', '181.214.58.145', '0', '1', '', '0', '0', '-1', '0', '0', 'V}a!Di+^LUt2]+-!jPZ|;71xhk>pJ^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10182', '3', '', '0', 'LeopolW89', 'd365729b68057ecc0cd47f87276948dd', '2014-12-21', 'leopoldo.ogrady70@my-ears-ringing.com', '0', '', 'http://il-bu.ch/ringinginrightear271539', '', '', '', '2', '0', 'Junior Member', '0', '1419153676', '0', '1419153676', '1419160928', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1971', '1971-01-18', '-1', '-1', '107.153.64.70', '0', '1', '', '0', '0', '-1', '0', '0', 'bJ=Kiw4]GMdhk18`e6.rW:CjQRP_W!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10177', '3', '', '0', 'JodieDAOAp', '20ca73c8a233cc1b9089832870979139', '2014-12-21', 'braincram@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=NVBZDev2IvI', '', '', '', '2', '0', 'Junior Member', '0', '1419145689', '0', '1419145689', '1419156739', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1981', '1981-10-03', '-1', '-1', '66.160.172.114', '0', '1', '', '0', '0', '-1', '0', '0', 'fu%dM,MKp16Tr*bmr8\'5\'](D5OUXtO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10175', '3', '', '0', 'JaquelKirs', '318febac1660a08cc3c81a03e13c7982', '2014-12-21', 'jaqueline.kirsova@ma-rencontre-sex.fr', '0', '', 'http://www.ma-rencontre-sex.fr', '', '', '', '2', '0', 'Junior Member', '0', '1419134061', '0', '1419747655', '1419782527', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-26-1977', '1977-06-26', '-1', '-1', '198.12.117.128', '0', '1', '', '0', '0', '-1', '0', '0', '*nvw-kl\\QihCP2Mg\'@=hL?kPTZx4C|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10176', '2', '', '0', 'LeviBrydo', '03be88d99ca524d6854eda22441dc138', '2014-12-21', 'premiumgraveyarqrw@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419135337', '0', '1419135337', '1419135337', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.212.132', '0', '1', '', '0', '0', '-1', '0', '0', 'Ga\\#3j|%buR%1`O08\"65Tk/y(9!97x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10178', '3', '', '0', 'FrankieAUD', '682685dc53fc5703ce321906bbbc2ef6', '2014-12-21', 'frankie-herrod88@my-ears-ringing.com', '0', '', 'http://s2p.at/pulsatiletinnitustreatment114043', '', '', '', '2', '0', 'Junior Member', '0', '1419149836', '0', '1419149836', '1419157094', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-15-1976', '1976-11-15', '-1', '-1', '107.153.64.122', '0', '1', '', '0', '0', '-1', '0', '0', 'ow6\'mGnN7\']qrGM;,S%\\|j[*M+\\sbK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '889', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10245', '2', '', '0', 'JSQG', '4f415773687d2ba5461c358cb066ceaf', '2014-12-23', 'taylor_skateboard@mailnesia.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419365777', '0', '1419365777', '1419368089', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.184.86.213', '0', '1', '', '0', '0', '-1', '0', '0', '84Hanp`BVqSiCv~)6L8tSsZ\"xPk#uL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10179', '2', '', '0', 'HiramFabel', 'da1119de2396eba9781d8879c7726534', '2014-12-21', 'hiram.fabela62@my-ears-ringing.com', '0', '', 'http://shrnk.in/pulsatiletinnitustreatment593206', '', '', '', '2', '0', 'Junior Member', '0', '1419150670', '0', '1419150670', '1419158372', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-17-1981', '1981-02-17', '-1', '-1', '107.153.64.70', '0', '1', '', '0', '0', '-1', '0', '0', 'm)1^?KR/8^FSY;l97z/Jk&o8}X^;[O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10180', '3', '', '0', 'KatriceFur', '9c2a8188fa82c35fad7f1cba9ddeea74', '2014-12-21', 'tamidees1994@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419150900', '0', '1419150900', '1419150900', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.221.217.82', '0', '1', '', '0', '0', '-1', '0', '0', 'tVhMjb;k?R{Ff`O7([.B^PHZbE&gRA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10181', '3', '', '0', 'ShirleP65', '5d4aa649372f6c1aab7e8fbd1cca4d23', '2014-12-21', 'lixeeu5@caramail.com', '0', '', 'http://bezbiku.ebrokerpartner.pl', '', '', '', '2', '0', 'Junior Member', '0', '1419153494', '0', '1419153494', '1419155407', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-24-1983', '1983-08-24', '-1', '-1', '165.231.22.22', '0', '1', '', '0', '0', '-1', '0', '0', 'z!TGDFuqtt.OL&0q$d{zz6*t_y,fZ/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10196', '3', '', '0', 'MarjorieL', '8239695ee193dab05e2179bbd36682f4', '2014-12-21', 'onerousspecies8em@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419200873', '0', '1419200873', '1419200873', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.215.52', '0', '1', '', '0', '0', '-1', '0', '0', 'SFca-^73Xix$e~STM?5B{G)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10189', '3', '', '0', 'PhilTimmer', '88cbf1b8d350fcfadbd59ad611f13721', '2014-12-21', 'phil.timmerman79@my-ears-ringing.com', '0', '', 'http://brofi.st/highpitchedringinginears18866', '', '', '', '2', '0', 'Junior Member', '0', '1419176560', '0', '1419176560', '1419183713', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-10-1978', '1978-09-10', '-1', '-1', '192.227.191.174', '0', '1', '', '0', '0', '-1', '0', '0', '50a+r77[BG9PCl]eb2t^PCN?gzO\\Ly', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '878', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10190', '3', '', '0', 'ElbaHustem', 'efdae53e77c338efa3f898b959f0de3a', '2014-12-21', 'elba-hust37@my-ears-ringing.com', '0', '', 'http://v.af/leftearringing727125', '', '', '', '2', '0', 'Junior Member', '0', '1419181361', '0', '1419181361', '1419188674', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-03-1980', '1980-11-03', '-1', '-1', '104.218.196.85', '0', '1', '', '0', '0', '-1', '0', '0', '0GYpbImTfyDt4Ho1h}iVo48f}FJ{)d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10191', '3', '', '0', 'AnnisStrot', '45fc14e50f82bdbaa182e8a224ff7352', '2014-12-21', 'antonio6@g.blog-stuff.com', '0', '', 'http://Www.vidyotube.com/profile.php?u=RalfRunyank', '', '', '', '2', '0', 'Junior Member', '0', '1419191205', '0', '1426239153', '1427615827', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-22-1984', '1984-07-22', '-1', '-1', '200.55.243.199', '0', '1', '', '0', '0', '-1', '0', '0', 'g-1wZu)oO50-Q92.\"hDj^24|No6L$7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10192', '2', '', '0', 'BettyZPL', '63922743f478e21edd1fcdd49401557d', '2014-12-21', 'venomousailmentld06@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419191741', '0', '1419191741', '1419235270', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.215.39', '0', '1', '', '0', '0', '-1', '0', '0', 'T2dn2$8;OD>2Vd=8?`d@hxcb?=Z?s9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10193', '3', '', '0', 'ShastaBer', 'f6804e0c5ac74072aef036f376357d26', '2014-12-21', 'noxiouspraise992kz@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419192792', '0', '1419192792', '1419192792', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.212.132', '0', '1', '', '0', '0', '-1', '0', '0', 'qF3X6A}U06btvAI\'oUBXkt\"8v;>6~O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10194', '3', '', '0', 'QWPRobert', 'af2cc657be6a55871871545f5b190069', '2014-12-21', 'roberto_dame@freesamplepacks.info', '0', '', 'http://khodroshop.ir/user/CarriCorona/', '', '', '', '2', '0', 'Junior Member', '0', '1419196380', '0', '1419196380', '1419417069', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1978', '1978-05-13', '-1', '-1', '192.200.24.215', '0', '1', '', '0', '0', '-1', '0', '0', 'bPlB0?N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10200', '3', '', '0', 'LashawnTon', '6446dbb554bc93d3ec665a05122e4ce7', '2014-12-22', 'quackdoll650@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419226454', '0', '1419226454', '1419230388', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-27-1973', '1973-01-27', '-1', '-1', '183.228.243.110', '0', '1', '', '0', '0', '-1', '0', '0', 'KAZkotxA/q&q@vzdME#pS;{Qb|I3}D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4111', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10201', '3', '', '0', 'ShanaKnagg', '10bd8852a245feafa8ae5b3553786cc6', '2014-12-22', 'substantialcelery554@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419226459', '0', '1419226459', '1419230783', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-12-1977', '1977-05-12', '-1', '-1', '183.228.243.110', '0', '1', '', '0', '0', '-1', '0', '0', '7#N`VPKa;\\-|!yJ=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2705', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10204', '2', '', '0', 'TressaSchu', 'defe9a320193804f326f05769f59f708', '2014-12-22', 'differentsound920@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419226499', '0', '1419226499', '1419230126', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-01-1982', '1982-11-01', '-1', '-1', '183.228.243.110', '0', '1', '', '0', '0', '-1', '0', '0', '\"cPR<^\\^+C|AEK\"zzM]7+j4+e]G;zp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2235', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10205', '3', '', '0', 'EloyJanes', 'a86d0db69a99463c72fcbfe3176bc11e', '2014-12-22', 'honorablecomfort621@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419226570', '0', '1419226570', '1419230258', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1980', '1980-07-17', '-1', '-1', '183.223.170.243', '0', '1', '', '0', '0', '-1', '0', '0', 'l17{04)uS)@yJrJ}$>aA9Q7ML*2{]:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3909', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10206', '3', '', '0', 'AgnesSaler', '0504f4fbef9d59b78f570243588afbc4', '2014-12-22', 'malerabbit069@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419226582', '0', '1419226582', '1419230305', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-21-1973', '1973-07-21', '-1', '-1', '183.223.170.243', '0', '1', '', '0', '0', '-1', '0', '0', 'QG0zTEDH\"]IjE@&w(M5qjqOI[;L>mmx|.,7VcI_B&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10209', '3', '', '0', 'BrettSbtl', 'e05f185a4e77ac28e9f8361e4c4b59ac', '2014-12-22', 'wateryduck187@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419233079', '0', '1419233079', '1419236736', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-07-1971', '1971-07-07', '-1', '-1', '112.18.1.44', '0', '1', '', '0', '0', '-1', '0', '0', '9z8cYC/+=*\'*BPp##k4u9ilt@}drc#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '179', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10210', '3', '', '0', 'ValencKTQ', 'b86d254ad6f8fb123ac07f53e6bf51a8', '2014-12-22', 'chemicalwound214@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419233100', '0', '1419233100', '1419236693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-09-1973', '1973-02-09', '-1', '-1', '112.18.1.44', '0', '1', '', '0', '0', '-1', '0', '0', 'j/5KkZZsTcnhSm!.\\hWW~oZu0t(NBt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2939', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10211', '2', '', '0', 'JorgeMacKi', '3ab1deec93b9675808b3f8abb9ad57c0', '2014-12-22', 'roughpeace568@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419233235', '0', '1419233235', '1419236862', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-03-1972', '1972-09-03', '-1', '-1', '112.18.1.44', '0', '1', '', '0', '0', '-1', '0', '0', 'n&kuFW@m0$H5|s,@MEg\\$q&tRo1,w-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1685', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10212', '3', '', '0', 'LiliaRancl', 'fb644d9d40a183246074491c6214a183', '2014-12-22', 'stupendousdesign670@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419233331', '0', '1419233331', '1419236997', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-19-1980', '1980-06-19', '-1', '-1', '112.18.1.44', '0', '1', '', '0', '0', '-1', '0', '0', 'oTJ]yH3-M(L.DF\'IJ$^d8v3*+hwC}\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '153', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10213', '2', '', '0', 'DarrenSchr', '9e1e673b26c980e2896714754e9d2533', '2014-12-22', 'sulkygame797@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419233342', '0', '1419233342', '1419237023', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-05-1980', '1980-10-05', '-1', '-1', '112.18.1.44', '0', '1', '', '0', '0', '-1', '0', '0', ';:qTm5:dBV[$$*7Phs.P#HaW|JV]Bp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10214', '3', '', '0', 'JacquesOld', 'fc4b1cff3074bca36380ed67781048db', '2014-12-22', 'dearevent111@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419233359', '0', '1419233359', '1419237012', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-08-1975', '1975-02-08', '-1', '-1', '112.18.1.44', '0', '1', '', '0', '0', '-1', '0', '0', 'W*obFxhO;:@==-Q3F%bZ14mVOmq-kp\\NrZ.q?NJ-^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '724', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10216', '3', '', '0', 'HoustoMcda', 'c17aa14f7a587936192bee212fd48fcc', '2014-12-22', 'secondcord231@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419233545', '0', '1419233545', '1419237118', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-23-1980', '1980-09-23', '-1', '-1', '91.212.124.58', '0', '1', '', '0', '0', '-1', '0', '0', 'x|K]@#9C&BYV,Mc\\P,?()h]f+O]gZF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '441', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10217', '2', '', '0', 'ChristVese', '70f2473a5bde2e9796d70cd1cf025d16', '2014-12-22', 'abledirection775@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419233670', '0', '1419233670', '1419237284', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-15-1973', '1973-11-15', '-1', '-1', '91.212.124.58', '0', '1', '', '0', '0', '-1', '0', '0', 'q8{roBq,b0WERpJm}jSnUoS=w$QpxY0t1*5f2?:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '385', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10219', '3', '', '0', 'BrandoBarr', 'ff81455a4c2e64338d487bacfc86234b', '2014-12-22', 'elatedend169@puntorosa.net', '0', '', 'http://www.ready4read.com', '', '', '', '2', '0', 'Junior Member', '0', '1419234337', '0', '1419234337', '1419237911', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-08-1971', '1971-01-08', '-1', '-1', '112.44.240.175', '0', '1', '', '0', '0', '-1', '0', '0', 'gu~@P2aDnakONB3jI4LB8XwqYs>G;3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1490', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10225', '3', '', '0', 'LO80', 'd5a3661fb3985df45c5e500c461ace72', '2014-12-22', 'roypfeifer@trash-mail.com', '0', '', 'http://www.awmaa.com', '', '', '', '2', '0', 'Junior Member', '0', '1419256294', '0', '1419256294', '1419258449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1985', '1985-05-06', '-1', '-1', '70.185.237.202', '0', '1', '', '0', '0', '-1', '0', '0', '!vzjwDLnvbqu%L4bOK/}p,50%BzloT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10287', '3', '', '0', 'CassieMacy', '27d82c095dcfc8a84ef5e275d26cb06d', '2014-12-28', 'joshuaconnors@mailcatch.com', '0', '', 'http://softdroid.net/peters-fos-overview', '', '', '', '2', '0', 'Junior Member', '0', '1419800127', '0', '1419800127', '1419886146', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-09-1972', '1972-01-09', '-1', '-1', '192.240.198.28', '0', '1', '', '0', '0', '-1', '0', '0', 'xuUD6%5Wbv99lKqOo7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10222', '2', '', '0', 'BookerAnde', 'd02491ea58da2b123bd9a22aa1d50b60', '2014-12-22', 'pastoralmountain141@puntorosa.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419239635', '0', '1419239635', '1419239635', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.177.27.244', '0', '1', '', '0', '0', '-1', '0', '0', 'IIj4~.6@F:FEwSZ`tot]S3q(*#V&1R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10223', '3', '', '0', 'ConsuelIaq', '5f39b63e77636206b3a575c16d2912b9', '2014-12-22', 'reminiscentlook285@puntorosa.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419239672', '0', '1419239672', '1419239672', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.177.27.244', '0', '1', '', '0', '0', '-1', '0', '0', 'L6LX}J*lX||-O>>08{&$7h-k%XJ[EA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10234', '3', '', '0', 'Shasta92V', 'be11a5b7f409fc384d8130ac6ad72bee', '2014-12-23', 'blondellburg@mailcatch.com', '0', '', 'http://Bashfulcatcall180.Blox.pl/2014/08/Scams-Affiliate-Fraud-Is-It-Worth-It.html', '', '', '', '2', '0', 'Junior Member', '0', '1419297114', '0', '1421366506', '1422566809', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-13-1972', '1972-09-13', '-1', '-1', '90.224.43.254', '0', '1', '', '0', '0', '-1', '0', '0', '32T1r49DAfh9T`bwq9t;wR?w?Chw4y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10294', '3', '', '0', 'Jaunita94D', 'c957273cd72083fccc6678acfce21e26', '2014-12-29', 'calebdemko4232@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=qGHTowXQWCk', '', '', '', '2', '0', 'Junior Member', '0', '1419846224', '0', '1420185848', '1420187406', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1982', '1982-04-21', '-1', '-1', '173.0.49.230', '0', '1', '', '0', '0', '-1', '0', '0', '8ov7[!7G??]&i|FK72ar];39&y;IF&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '851', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10226', '3', '', '0', 'LeviDayton', '97016a9ae94ce1c49bb312a621df1ddd', '2014-12-22', 'bernardcabiguna23@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=dZp6t6f-axU', '', '', '', '2', '0', 'Junior Member', '0', '1419265837', '0', '1419265837', '1419268533', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-09-1984', '1984-04-09', '-1', '-1', '23.232.143.117', '0', '1', '', '0', '0', '-1', '0', '0', 'BIVHrEMNP7]Sdmkw+[}(x^vnVq(VmN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '854', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10310', '3', '', '0', 'TyrellMayb', '4ae73bedf22f3f25e43c96e2b148f530', '2014-12-30', 'tyrell_mayberry64@beautywellnessfestival.com', '0', '', 'http://forum.ms-egypt.com/member.php?u=1564', '', '', '', '2', '0', 'Junior Member', '0', '1419922185', '0', '1420278655', '1420476342', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1974', '1974-02-16', '-1', '-1', '104.243.39.62', '0', '1', '', '0', '0', '-1', '0', '0', '~KuZeqb`Thh6]Ll.}$/Z)\'U/pVr9c%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '299', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10227', '2', '', '0', 'LouisaMall', 'e8d63fa6f4c331b197548898db4a9810', '2014-12-22', 'a.arond.i.v.asdew@twitteold.info', '0', '', 'http://Www.youtube.com/watch?v=FMdwjvUNMq0', '', '', '', '2', '0', 'Junior Member', '0', '1419272931', '0', '1419272931', '1419280182', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-10-1979', '1979-09-10', '-1', '-1', '167.160.127.31', '0', '1', '', '0', '0', '-1', '0', '0', 'JWh!\\wZRUj`3Xd3umi^bu}{U1qF0O15cD3H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '979', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10230', '3', '', '0', 'Jenna37Pbw', 'a8da0ca81caf546a8fc22e57bc40a54b', '2014-12-22', 'aar.o.n.di.v.asdew@twitteold.info', '0', '', 'http://www.youtube.com/watch?v=FMdwjvUNMq0', '', '', '', '2', '0', 'Junior Member', '0', '1419283389', '0', '1419283389', '1419290590', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-21-1984', '1984-06-21', '-1', '-1', '167.160.127.38', '0', '1', '', '0', '0', '-1', '0', '0', 'riQZ5D!0B-aF)S*YA/\\w8eM6-oTg5B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10231', '3', '', '0', 'CedricUnai', '3b303ea3218324afb96ad17907a8a465', '2014-12-22', 'cedric_unaipon@18cutes.com', '0', '', 'http://get-free-instagram-followers.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1419285086', '0', '1419285086', '1419292669', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-15-1970', '1970-03-15', '-1', '-1', '46.22.215.167', '0', '1', '', '0', '0', '-1', '0', '0', 'sn\\C@Hs{HWFA&Zj{Dc226Vj83>zqbh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10232', '2', '', '0', '76infanteriedivision', 'abdb5d070b5e007f95b15245108cb847', '2014-12-22', '76infanteriedivision@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419289302', '0', '1419289302', '1419289610', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '82.67.89.153', '0', '1', '', '0', '0', '-1', '0', '0', 'jCScG:[6U1I!nge\'t=(ySrN-dM<7q;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10233', '3', '', '0', 'IRLDomini', '1357c7dd679b35a4f4c9e7bfc676c4f6', '2014-12-23', 'michelinebirmingham9357@mailcatch.com', '0', '', 'http://myvdopl.blogspot.com/2014/11/gravure-printing-machine-manufacturer-8.html', '', '', '', '2', '0', 'Junior Member', '0', '1419295821', '0', '1421265733', '1421366067', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-24-1972', '1972-09-24', '-1', '-1', '93.61.35.135', '0', '1', '', '0', '0', '-1', '0', '0', '!aO,t9lv/$]wo/^8PtiHbj!+,^z3q>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '265', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10241', '3', '', '0', 'Roxann3544', '961c5bd470790372d9dc79c120128d5b', '2014-12-23', 'gisellemccallum3469@spambog.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419319710', '0', '1419319710', '1419319710', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.39.32.117', '0', '1', '', '0', '0', '-1', '0', '0', '%H^}U1?}~{oOtjuxqQ_5:/a#49|T-`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10235', '2', '', '0', 'RaymundPie', '3e1c2f7cd553eb2fb90a5ae156092d73', '2014-12-23', 'lushspectator0f@freemail.hu', '0', '', 'http://www.myrachelroxxx.com/', '', '', '', '2', '0', 'Junior Member', '0', '1419297839', '0', '1419297839', '1419298197', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-26-1972', '1972-11-26', '-1', '-1', '192.3.131.182', '0', '1', '', '0', '0', '-1', '0', '0', '7rQy\',kGHrZDl?f7cQX6gjTXWOj?,}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '128', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10236', '3', '', '0', 'BrianFhhsu', 'b15ceb64766611df668266e62e15fde5', '2014-12-23', 'tommysheil@mailcatch.com', '0', '', 'http://meribvideos.blogspot.com/2014/11/gravure-printing-machine-manufacturer-8.html', '', '', '', '2', '0', 'Junior Member', '0', '1419298778', '0', '1422403421', '1423270429', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-18-1982', '1982-03-18', '-1', '-1', '31.174.116.175', '0', '1', '', '0', '0', '-1', '0', '0', 'zgOzs&n3Ls{WyD\"I^~HYIdyN/-H\'&<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '239', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10238', '3', '', '0', 'TiffinMear', '946e6191d45078969d7aa840548d31e7', '2014-12-23', 'aracelyroderick7665@mailcatch.com', '0', '', 'http://devilishjungle752.page.tl/Yahoo-Rom%E2nia.htm', '', '', '', '2', '0', 'Junior Member', '0', '1419304207', '0', '1420536281', '1420542562', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-21-1985', '1985-05-21', '-1', '-1', '186.190.44.15', '0', '1', '', '0', '0', '-1', '0', '0', '\'}D{V,x\"!.5]Duj10{OlZ!WI\"aL!mW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10237', '3', '', '0', 'GregoryBo', '13ca4b8533052d80da87fddae495f08b', '2014-12-23', 'abrasivehealth9qt@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419301078', '0', '1419301078', '1419301078', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.215.39', '0', '1', '', '0', '0', '-1', '0', '0', 'mb4Tr^iGb\\J;!f_bSJoO1\"!E?S(=_o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10239', '3', '', '0', 'PhoebeNewm', 'ab66e1327eb4c9df4e53bed4c500953d', '2014-12-23', 'vonkwan1020@mailcatch.com', '0', '', 'http://vdojunct.blogspot.com/2014/11/automatic-carton-overwrapping-machine.html', '', '', '', '2', '0', 'Junior Member', '0', '1419308822', '0', '1421270399', '1421273071', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-12-1977', '1977-01-12', '-1', '-1', '184.105.237.254', '0', '1', '', '0', '0', '-1', '0', '0', 'v8d@W|>EKW4!t)\'`[E#7rqrjQ#&v=Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10244', '3', '', '0', 'WalterEast', '03986b1864ec374a9dfb2813e0cda037', '2014-12-23', 'walter.eastwood11@blackcloudpicture.com', '0', '', 'http://aktivity.tunis.cz/content/commercial-fridge-problems-and-restoration-providers-miami', '', '', '', '2', '0', 'Junior Member', '0', '1419358246', '0', '1419358246', '1419361340', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-23-1980', '1980-05-23', '-1', '-1', '181.214.58.207', '0', '1', '', '0', '0', '-1', '0', '0', '.\"gjq%$j&19>3h,1))6j&-^_SxPBQE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10240', '3', '', '0', 'WarnerAlpe', 'c19ee6bb1e17553a26afbc869cf0d362', '2014-12-23', 'pamalamcfall@trash-mail.com', '0', '', 'http://themepre.com/themepre/the7-2-v1-0-2-responsive-multi-purpose-wordpress-theme-I212b.html', '', '', '', '2', '0', 'Junior Member', '0', '1419319203', '0', '1419319203', '1419321335', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-22-1982', '1982-06-22', '-1', '-1', '14.162.152.135', '0', '1', '', '0', '0', '-1', '0', '0', 'ES1zKGz_uSf7o2(R,Mq0^`vV|K?O#O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10242', '2', '', '0', 'HansPilpel', '793e35b2dc11022c1ba6602270995e58', '2014-12-23', 'medipost299@medisl.com', '0', '', 'http://2fadmin.isaev.info/?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.mtclassificados.net%2Fsite%2Fuserinf', '', '', '', '2', '0', 'Junior Member', '0', '1419327413', '0', '1419327413', '1419328077', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-26-1974', '1974-11-26', '-1', '-1', '112.18.49.136', '0', '1', '', '0', '0', '-1', '0', '0', '\'?1\"V[K0eORL7M3UAo&^oaB6@<7w3<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10243', '3', '', '0', 'BerylBella', 'f0b9614885a605e3db4ddffe5908b272', '2014-12-23', 'dorisrehkop@spambog.com', '0', '', 'http://heaptshirtdesign.net', '', '', '', '2', '0', 'Junior Member', '0', '1419335033', '0', '1419335033', '1419337145', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-13-1982', '1982-11-13', '-1', '-1', '113.190.13.225', '0', '1', '', '0', '0', '-1', '0', '0', 'TR)Dga@G\\^!{A|9bavw~x*S~<\\Bdty', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10246', '3', '', '0', 'GertruGarl', 'ae8945750c711f5341a71d4cbe19a69b', '2014-12-24', 'marianocallinan@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=nMMtJ0GtKog', '', '', '', '2', '0', 'Junior Member', '0', '1419379628', '0', '1419379628', '1419382843', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-22-1985', '1985-08-22', '-1', '-1', '104.222.192.175', '0', '1', '', '0', '0', '-1', '0', '0', 'JMjw-P1T+%,9S7I@b.@K!l4fhUFzRD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10252', '3', '', '0', 'MollyRoyba', 'fd6b4c34b45dabfd2328b4e439701aa8', '2014-12-24', 'shawnaha5048@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419454626', '0', '1419454626', '1419454626', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.223.249', '0', '1', '', '0', '0', '-1', '0', '0', '(@^y6IV8DcGwZ:O5?N,<1*=rA)rud_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10249', '2', '', '0', 'JeffereE76', 'e533db24281bdcfa8eec7041b0565472', '2014-12-24', 'jeffereyoneill13@star.parlaban.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419395927', '0', '1419395927', '1419395927', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.240.220', '0', '1', '', '0', '0', '-1', '0', '0', '7g[r51&6qq)D=^l{Bgz5+=yt_}sM;9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10247', '3', '', '0', 'EllisPatti', '1d07fa17d99fe17c0bb5f6d3a3b2473c', '2014-12-24', 'nonamcmillan@spamavert.com', '0', '', 'https://www.youtube.com/watch?v=P3goUy3v_I4', '', '', '', '2', '0', 'Junior Member', '0', '1419386296', '0', '1419608118', '1419695580', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-26-1983', '1983-01-26', '-1', '-1', '216.107.157.28', '0', '1', '', '0', '0', '-1', '0', '0', 'K7!,\'~{~^$>Q&0pa|_4EZUjj80DxA$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '806', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10248', '2', '', '0', 'gonzo5040', '3cfabb21bdaca00810bf58db74515fa3', '2015-01-19', 'gonzalez5040@msn.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419390133', '0', '1424151037', '1424208633', '1424208631', '13', '10', '5', '-8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '64.237.239.225', '0', '1', '', '0', '0', '-1', '0', '0', '3C~xrivCJ^\"Y}2oxZa6lbo8OIhm:2>', '', '0', '82985', '0', '0', '0', '0', '', '0', '0', '', '183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10637', '3', '', '0', 'GuyBirchmv', 'a48dd2205e9ae9db8c8180535b543590', '2015-01-08', 'eulaliatiller3043@mailcatch.com', '0', '', 'https://vimeo.com/116120312', '', '', '', '2', '0', 'Junior Member', '0', '1420708311', '0', '1420708311', '1420710165', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1976', '1976-05-17', '-1', '-1', '117.149.246.60', '0', '1', '', '0', '0', '-1', '0', '0', 'hdpSb-T3TL%E$J9Ar\'htLR;Wv$d?pI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10250', '3', '', '0', 'DanaBoucha', '4f43c868228538bd2232702539b6dbda', '2014-12-24', 'dana-bouchard14@camsclear.18cutes.com', '0', '', 'http://get-free-instagram-followers.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1419397414', '0', '1419397414', '1419406089', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-22-1972', '1972-08-22', '-1', '-1', '5.255.81.142', '0', '1', '', '0', '0', '-1', '0', '0', '~(.aE?)kWkL==ycu?NjE&`ykA]J/k=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10251', '3', '', '0', 'Anitra5619', '3e02a67de95d99537b1e4a49d3eefd93', '2014-12-24', 'anitra_carney47@camsclear.18cutes.com', '0', '', 'http://get-free-instagram-followers.tumblr.com/', '', '', '', '2', '0', 'Junior Member', '0', '1419404243', '0', '1419404243', '1419411448', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-07-1972', '1972-04-07', '-1', '-1', '46.22.215.230', '0', '1', '', '0', '0', '-1', '0', '0', 'wbN8&p.}(r8};tKp.s94B]ZbU~\\T1U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10765', '3', '', '0', 'PHBEthelan', '82145ed11f6c846a00e9854a6940c3b2', '2015-01-11', 'ethelcanning@class.reopenetic.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420999081', '0', '1420999081', '1420999081', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.254.176', '0', '1', '', '0', '0', '-1', '0', '0', '}TZrs!jUmxdyE*;3\'drHWn1\"aXz[YQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10395', '3', '', '0', 'CaraSquire', '42151506165e87a22a172a0d8c6a9a21', '2015-01-02', 'carrabine56312@d.captchaeu.info', '0', '', 'https://Rebelmouse.com/samueleverard/five-ways-to-master-n-33-testosterone-without-breaking-a-sweat-', '', '', '', '2', '0', 'Junior Member', '0', '1420181197', '0', '1438592265', '1438605121', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-28-1978', '1978-12-28', '-1', '-1', '107.168.11.29', '0', '1', '', '0', '0', '-1', '0', '0', 'zuz|j^nTD]/p$y|rXKN4(#zV`N-t\\O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '464', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10260', '2', '', '0', 'LucillAtki', '63476f62c0694fe375acf98db9376e2c', '2014-12-26', 'lucille.atkinson@freesamplepacks.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419621916', '0', '1419621916', '1419621916', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.24.215', '0', '1', '', '0', '0', '-1', '0', '0', 'fWGU6mgfFc>mDYcs,#K^gnjz~Zd})%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10274', '2', '', '0', 'NoemiIHQS', '43a550bd146809a7c0485f1f00348779', '2014-12-28', 'gorgeousdye82e@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419731770', '0', '1419731770', '1419895271', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.212.136', '0', '1', '', '0', '0', '-1', '0', '0', '@OZQPu>c$V4{.F08Er+k^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10261', '2', '', '0', 'SadieJoine', '442a09468107730cf28d06e58ac3951d', '2014-12-27', 'sadiejoiner@nklbe.org', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419644917', '0', '1419644917', '1419644917', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.130.228', '0', '1', '', '0', '0', '-1', '0', '0', '`Cd8A};FhoJ4-V/^FvjL`{~\"gYx/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10267', '3', '', '0', 'EloiseMcsw', 'dff0382661bb7c89513c09bcaadca423', '2014-12-27', 'caitlineager6285@trash-mail.com', '0', '', 'https://dragonsworldcheatshack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1419677282', '0', '1419677282', '1419684575', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-16-1981', '1981-09-16', '-1', '-1', '179.43.130.57', '0', '1', '', '0', '0', '-1', '0', '0', '\'.\"(Nx{k%e#E7b/vXOo8Go[:9~$6Y\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10273', '2', '', '0', 'BaileySell', 'a41e7e390d666c8d911a51b8dd901c4b', '2014-12-28', 'baileysellars@nklbe.org', '0', '', 'http://korushr.org/?document_srl=404727', '', '', '', '2', '0', 'Junior Member', '0', '1419728715', '0', '1419728715', '1419736621', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-16-1974', '1974-10-16', '-1', '-1', '192.3.111.238', '0', '1', '', '0', '0', '-1', '0', '0', '$itb#I>BgA;Y26eD:rzE`_cZMiTw}*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10268', '3', '', '0', 'JeromeWRCZ', 'a956b18e976593c6da82e0ea84eac343', '2014-12-27', 'aa.r.ondiv.a.sdew@twitteold.info', '0', '', 'http://www.youtube.com/watch?v=ag0t6SS93as', '', '', '', '2', '0', 'Junior Member', '0', '1419698614', '0', '1419698614', '1419714520', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-28-1972', '1972-07-28', '-1', '-1', '104.128.23.149', '0', '1', '', '0', '0', '-1', '0', '0', 'gUP\",p@*I!NIvZXw9BCZ<}JA`uOjK;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10269', '3', '', '0', 'velesytvanov6956', '20915d65cf9f4aae933453916928d5f7', '2014-12-27', 'velesytvanov@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419701804', '0', '1419701804', '1419701804', '0', '0', '10', '5', '-10', '1', '0', '0', '0', '45108631', '', '0000-00-00', '-1', '-1', '111.0.55.202', '0', '1', '', '0', '0', '-1', '0', '0', 'q#Gs&/c\"l-8++Sn\"~_A]|Ka6+w}8wH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10270', '2', '', '0', 'Fronzii', '09bd3b07ff635084a0b7ed91b23b0d70', '2014-12-27', 'xrecplaysgamesx@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419707887', '0', '1419707887', '1419708068', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '92.232.140.33', '0', '1', '', '0', '0', '-1', '0', '0', 'CHq9~$B[:7}3RSN986w7^H<*U\"w-E(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10271', '3', '', '0', 'ReynalHeff', 'ecf69a66182a1d4cfdc080fd4e469978', '2014-12-27', 'a.a.ro.ndiv.a.sdew@twitteold.info', '0', '', 'http://www.youtube.com/watch?v=ag0t6SS93as', '', '', '', '2', '0', 'Junior Member', '0', '1419709166', '0', '1419709166', '1419716427', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-10-1981', '1981-06-10', '-1', '-1', '155.94.131.203', '0', '1', '', '0', '0', '-1', '0', '0', 'fg9G%G;&9VScV:pomb<#U|q@(eL[d8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10272', '3', '', '0', 'ZVGLorrai', 'd7145760dddca5d88cc8b169da7f1014', '2014-12-27', 'ramonstrickland601@mailcatch.com', '0', '', 'https://vimeo.com/115411886', '', '', '', '2', '0', 'Junior Member', '0', '1419715127', '0', '1419715127', '1419717287', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-20-1976', '1976-04-20', '-1', '-1', '190.73.125.185', '0', '1', '', '0', '0', '-1', '0', '0', '^\'}l=_HUmnN{6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10279', '3', '', '0', 'Dexter0205', 'ec87971ed09fdec23b1a23fdd452943a', '2014-12-28', 'dexterkirkland@nklbe.org', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419742694', '0', '1419742694', '1419742694', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.240.17', '0', '1', '', '0', '0', '-1', '0', '0', 'nQ})cdWzVrw{fnr*8|-iyA!$)fszXe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10278', '3', '', '0', 'KaceyReyno', '654f242663646e60c9ff437e181e0a55', '2014-12-28', 'kaceyreynolds2@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419742213', '0', '1419742213', '1419742213', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.244.63', '0', '1', '', '0', '0', '-1', '0', '0', 'I=>Nro[&R_g9@F*^W%P?G%-uVm##zE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10275', '3', '', '0', 'FlynnGrey', '2ae9554e056115566ff564947930949e', '2014-12-28', 'flynngrey83@net.zonerig.com', '0', '', 'http://midamericamktg.com/ActivityFeed/MyProfile/tabid/60/userId/84654/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1419738847', '0', '1420095694', '1420384227', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-16-1983', '1983-07-16', '-1', '-1', '198.52.244.67', '0', '1', '', '0', '0', '-1', '0', '0', 'AXDBm0EO7NmOuIf1b3#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10277', '3', '', '0', 'LeonEppssi', '416bff92ab0a1d1941d565758780338c', '2014-12-28', 'leonepps@net.zonerig.com', '0', '', 'http://www.gonzogames.com/profile/731532/dszvictorin.html', '', '', '', '2', '0', 'Junior Member', '0', '1419739251', '0', '1419747060', '1420957747', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-08-1975', '1975-04-08', '-1', '-1', '107.181.70.74', '0', '1', '', '0', '0', '-1', '0', '0', '\"\\bWCcZrEEGX6&{T>+89[4{03I%j;<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10297', '2', '', '0', 'JosefBorde', 'fa6758c49426b3fa08518746f3d66c2c', '2014-12-29', 'josefborden@net.zonerig.com', '0', '', 'http://www.neko.com.tr/Default.aspx?tabid=42&userId=23232', '', '', '', '2', '0', 'Junior Member', '0', '1419858430', '0', '1420103219', '1420689907', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-01-1974', '1974-08-01', '-1', '-1', '198.52.244.87', '0', '1', '', '0', '0', '-1', '0', '0', '9gGH)_!!FCo:U*`\'{f_/W(r\"uKdGxd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10286', '2', '', '0', 'fisho', 'a3d48ca4a2b1a89dca894d7d61806c85', '2014-12-28', 'ChadRHay@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419776309', '0', '1419776479', '1419978920', '0', '0', '10', '5', '-8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '71.160.17.161', '0', '1', '', '0', '0', '-1', '0', '0', 'K.\\*G/4re(gMxGGHVH1MTAG@0RDv7T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10280', '3', '', '0', 'SenaidShra', 'fcb5d2245f4844925d6115df2bcae9dc', '2014-12-28', 'tyreepittmann@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419747531', '0', '1419747531', '1419747531', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.61.242', '0', '1', '', '0', '0', '-1', '0', '0', 'elKFgC24q{5Vxh@fD;uc!_)$PFU)gf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10285', '8', '', '0', 'KindraStow', '67402d7d3a391327ad3d3fe88a4313b5', '2014-12-28', 'ossifiedhealth7pa@freemail.hu', '0', '', 'https://th-th.facebook.com/machaslimplus', '', '', '', '2', '0', 'Banned', '0', '1419767960', '0', '1419767960', '1419769326', '1419769320', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-24-1974', '1974-02-24', '-1', '-1', '77.232.21.8', '0', '1', '', '0', '0', '-1', '0', '0', 'CiU%WMWwF4I5P=,WYATTO:9\'i!M]r.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10281', '3', '', '0', 'NormanKric', '7e53a74e39ea0a9721915a5f49f38c39', '2014-12-28', 'jerrodmcknight5974@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419748523', '0', '1419748523', '1419748523', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.61.57', '0', '1', '', '0', '0', '-1', '0', '0', 'UB:qoK#(wkBsxLD,;pk@n^6gg4I?:9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10283', '3', '', '0', 'MitcheVale', '279f4ab863c377f25238a7cd6a24e369', '2014-12-28', 'caseyhugh4384@mailcatch.com', '0', '', 'http://youtu.be/g_ZPAtdqJQs', '', '', '', '2', '0', 'Junior Member', '0', '1419762356', '0', '1419762356', '1419764616', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-08-1978', '1978-03-08', '-1', '-1', '204.44.92.222', '0', '1', '', '0', '0', '-1', '0', '0', '(bVSj:5\"XrB|vi\"\'I8&[j3^QE8gB_@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '716', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10284', '3', '', '0', 'LamarYJUQr', 'ea2555766fb92a02e60423c2080bb366', '2014-12-28', 'lamarbacon@org.harboxed.com', '0', '', 'http://youtu.be/3B5eO98Fy5A', '', '', '', '2', '0', 'Junior Member', '0', '1419762872', '0', '1419762872', '1419765343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-03-1972', '1972-03-03', '-1', '-1', '204.44.92.54', '0', '1', '', '0', '0', '-1', '0', '0', 'S\"RFv/4+mt?a/Kv2Ix#uD,0N\"#qA\'G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10296', '3', '', '0', 'AntjeBraby', '1e401e086e40dbc34aab5502c5e343d0', '2014-12-29', 'emily.hampton@o2.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419850162', '0', '1419850162', '1419850162', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.175.64', '0', '1', '', '0', '0', '-1', '0', '0', '=`AYN{DA@0*/0G/HCN2>I7OwkApQ-G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10288', '3', '', '0', 'JoyMonkps', '7571741b13486d5db97a99a668d11892', '2014-12-28', 'joy.monk19@beautywellnessfestival.com', '0', '', 'http://Www.ucdeal.com/blogs/47550/111618/lies-you-ve-been-told-about-wiar', '', '', '', '2', '0', 'Junior Member', '0', '1419800154', '0', '1420143608', '1420486707', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-16-1973', '1973-12-16', '-1', '-1', '104.243.39.62', '0', '1', '', '0', '0', '-1', '0', '0', 'LQP$4G=L5g?P5B&hyA%\\5U{LR=CITn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '423', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10306', '3', '', '0', 'SebastCurr', 'eb2cff92a267482f426634f317acd271', '2014-12-30', 'elveraamey7005@mailcatch.com', '0', '', 'http://sanmiguelartworkshops.com/', '', '', '', '2', '0', 'Junior Member', '0', '1419910698', '0', '1419910698', '1419978355', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-26-1979', '1979-08-26', '-1', '-1', '167.160.112.23', '0', '1', '', '0', '0', '-1', '0', '0', 't\'M,J!kvSL/6%\'p#,4^z4]_hnAvB:3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10289', '3', '', '0', 'ErnestDren', '4e066dfc8697abd96db20fbab8d79f18', '2014-12-29', 'ernestdrennen@spot.pixymix.com', '0', '', 'http://www.royal-rp.de/index.php?page=User&userID=211200', '', '', '', '2', '0', 'Junior Member', '0', '1419819741', '0', '1419819741', '1419827712', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-20-1977', '1977-10-20', '-1', '-1', '107.181.70.143', '0', '1', '', '0', '0', '-1', '0', '0', 'X~Sm\"s/&IjcMt%6EUiiiv}\'od9=CQtA79', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10293', '3', '', '0', 'MargarRive', '7fea052d96df87fdfc72a5470b75190b', '2014-12-29', 'jefferyarchie@spambog.com', '0', '', 'https://www.facebook.com/candycrushsodasagahackz', '', '', '', '2', '0', 'Junior Member', '0', '1419835076', '0', '1419835076', '1419837184', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-07-1970', '1970-07-07', '-1', '-1', '191.101.116.107', '0', '1', '', '0', '0', '-1', '0', '0', 'qZ{9GgYyMTJT{xt>-uQfki85b4Lu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1632', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10303', '3', '', '0', 'SalGracevz', 'd7414aebae229238eb82fee0f26ce3ba', '2014-12-29', 'vincentfoster@brennendesreich.de', '0', '', 'http://linkstranslation.com/technology/a-guide-to-essential-factors-of-madbid/', '', '', '', '2', '0', 'Junior Member', '0', '1419889054', '0', '1419889054', '1419891222', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1982', '1982-09-17', '-1', '-1', '113.22.190.54', '0', '1', '', '0', '0', '-1', '0', '0', '=q$4Tc~`?we|*qr$6_4)q(c%P$klp2WGx!P/zA)o/k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10299', '3', '', '0', 'DebraJEBF', '895ba70c5ab246f29a7646f139e55564', '2014-12-29', 'niamhmchugh6253@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419878658', '0', '1419878658', '1419878658', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.218.192.176', '0', '1', '', '0', '0', '-1', '0', '0', 'miY@;w3(*2j,$rO7f9RWR*xW\\^S|p|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10302', '3', '', '0', 'JanieLinin', '9c4949970d9f3eb781190030a33e55ce', '2014-12-29', 'elmohumffray3005@discardmail.com', '0', '', 'http://wallpaper.mevn.net/profile/darby79iqoc', '', '', '', '2', '0', 'Junior Member', '0', '1419883156', '0', '1419883156', '1419885168', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-11-1982', '1982-02-11', '-1', '-1', '113.22.190.54', '0', '1', '', '0', '0', '-1', '0', '0', 'Y7hCXE6NTj@1#^HvjD9to4IJew\'N\'_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10304', '3', '', '0', 'GrantDevor', '6d5ba10d1a0030984ec284b53d2cea3d', '2014-12-30', 'grant_devore84@beautywellnessfestival.com', '0', '', 'http://www.phwattana.com/modules.php?name=Your_Account&op=userinfo&username=DPCN', '', '', '', '2', '0', 'Junior Member', '0', '1419900779', '0', '1420476823', '1420521712', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-10-1980', '1980-11-10', '-1', '-1', '104.243.39.62', '0', '1', '', '0', '0', '-1', '0', '0', 'Hyd=D[\\>n6Vo|X%Ti1M@3|C9vfa:D{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '346', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10307', '3', '', '0', 'Bridget23B', 'e4846d450ddca9908c4d89273a65481f', '2014-12-30', 'velmariegel590@mailcatch.com', '0', '', 'http://softdroid.net/peters-fos-overview', '', '', '', '2', '0', 'Junior Member', '0', '1419910940', '0', '1419910940', '1419972463', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-23-1977', '1977-06-23', '-1', '-1', '192.240.198.28', '0', '1', '', '0', '0', '-1', '0', '0', 'a}k7Qz|(kZb+k?\'HC!i=7\"3t@S3WI6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10317', '2', '', '0', 'AndyH', 'f1e0e2e98489fe0538eb0afd095aae80', '2014-12-30', 'andy.hughes73@sky.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419957870', '0', '1421279052', '1422799897', '1420330252', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '151.225.225.217', '0', '1', '', '0', '0', '-1', '0', '0', 'z.#_fF3IlNj(rp`JoI*Aqrrf{Ad?L<+xhwKi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10312', '3', '', '0', 'VernonABYn', 'c8ff265dbac98ec05db7f1ae8a775169', '2014-12-30', 'terriefitzgibbon@mailcatch.com', '0', '', 'http://smpn3tulungagung.com/halkomentar-125-lidah-1818.html', '', '', '', '2', '0', 'Junior Member', '0', '1419924794', '0', '1419924794', '1419927464', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-05-1982', '1982-12-05', '-1', '-1', '194.190.255.6', '0', '1', '', '0', '0', '-1', '0', '0', 'dq,Sd*|%p(<]2-N+5v)doiZJg[Y8yF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10313', '3', '', '0', 'HerminTrug', '6b0cb9a7a6a74d109c60271f9dfa0a09', '2014-12-30', 'wesley.doyle3722@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419926131', '0', '1419926131', '1419926131', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.99.114.63', '0', '1', '', '0', '0', '-1', '0', '0', '}hGt`if\"-3iZ-,?DR9\\T2*.h,},lJ/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10314', '3', '', '0', 'AlexanWert', '239297e2a39e463182fc548d5ee543b7', '2014-12-30', 'ineshueber@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419927042', '0', '1419927042', '1419927042', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '112.15.95.191', '0', '1', '', '0', '0', '-1', '0', '0', '~k\'_c%h\'\"jBVP=&B\'O8ouv)*zJ(Qke', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10315', '3', '', '0', 'ChassidJac', '85385607173653fb8655e18a2bfa0468', '2014-12-30', 'rockyebersbach8931@mailcatch.com', '0', '', 'http://eidim.com/ko/?document_srl=141274', '', '', '', '2', '0', 'Junior Member', '0', '1419927809', '0', '1419927809', '1419930141', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-23-1972', '1972-08-23', '-1', '-1', '186.193.23.3', '0', '1', '', '0', '0', '-1', '0', '0', 'BtcS\'\\OG#n18G(#ugLKP9;sHW<=wF)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10316', '3', '', '0', 'FloreneSom', '22668f8db9e0dbbc459b7fe317f59f7f', '2014-12-30', 'stevieautry3512@mailcatch.com', '0', '', 'http://gioitreviet.com/page/index.php?do=/LaurenHBLJczbdfwx/info/info/', '', '', '', '2', '0', 'Junior Member', '0', '1419930761', '0', '1419930761', '1419932738', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-04-1978', '1978-06-04', '-1', '-1', '12.201.108.185', '0', '1', '', '0', '0', '-1', '0', '0', ']=t`*/n8#kmE(dlp\'=_DgGc:0kt(QF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10321', '3', '', '0', 'ClarkGonza', '0430a92301df94fe6061dd3165c3c773', '2014-12-30', 'georgettastubbs@mailcatch.com', '0', '', 'http://rba.ru/content/news/archiv.php?where_archiv=vybor&date_vyb1=20121101&date_vyb2=201211', '', '', '', '2', '0', 'Junior Member', '0', '1419974443', '0', '1419974443', '1420063739', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-04-1970', '1970-11-04', '-1', '-1', '155.94.132.191', '0', '1', '', '0', '0', '-1', '0', '0', 'I)>;iU|9vL5))xZw_v]0`*8b@Q`$%v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10319', '2', '', '0', 'andrewr', 'fd04824a688dd3175e9f30bf7ae95f74', '2014-12-30', 'aroberts369.ar@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1419962944', '0', '1420041033', '1420065487', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '87.81.183.130', '0', '1', '', '0', '0', '-1', '0', '0', 'obyHQn~m&sH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10327', '2', '', '0', 'BarbraBayl', '6b7c84c3ae952eb71d0684e433c56c47', '2014-12-31', 'barbrabayley46@net.zonerig.com', '0', '', 'http://www.deathenergy.net/index.php?mod=users&action=view&id=289409', '', '', '', '2', '0', 'Junior Member', '0', '1420001808', '0', '1421152068', '1421584149', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-17-1978', '1978-06-17', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'ZWuM>juiB$43TfIPzNY<5)h}4d4q4i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10328', '2', '', '0', 'RevaQuille', 'c97b1522b6287fc5cd184814f069e290', '2014-12-31', 'revaquillen62@net.zonerig.com', '0', '', 'http://www.eg-clan.de/index.php?mod=users&action=view&id=33383', '', '', '', '2', '0', 'Junior Member', '0', '1420001868', '0', '1420001868', '1420009564', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1979', '1979-02-22', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '1S+`N3A1}\'%aIyoL~:=%k3bBhm6D8]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10379', '3', '', '0', 'OliverColb', '671a1bffc6ed999cb2a482b9705a9403', '2015-01-01', 'tanjahauslaib3599@mailcatch.com', '0', '', 'http://www.pre-hackedgames.net/psn-code-generator-free-psn-codes/', '', '', '', '2', '0', 'Junior Member', '0', '1420119560', '0', '1420119560', '1420129701', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-01-1978', '1978-11-01', '-1', '-1', '204.44.92.151', '0', '1', '', '0', '0', '-1', '0', '0', 'y\"ndII1\"}TjaFeZ;XgWK)9YMRX_2.j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10329', '2', '', '0', 'MargareGay', 'a548ba3c5e35f2f134412f146524ccb7', '2014-12-31', 'margaretgay@net.zonerig.com', '0', '', 'http://www.pmr.idknet.com/wiki/index.php/Check-Up_Inquiries_For_Your_Healthcare_Provider', '', '', '', '2', '0', 'Junior Member', '0', '1420008565', '0', '1421145532', '1421584200', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-27-1979', '1979-07-27', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'ih6maP4.tlsJ~q#y:xc~#6btI7$c*F', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10330', '2', '', '0', 'CarlHongbf', '1e859b74589cb8192e6e8bc7635d263b', '2014-12-31', 'carlhong@net.zonerig.com', '0', '', 'http://www.fewo-schumm.de/index.php?mod=users&action=view&id=164359', '', '', '', '2', '0', 'Junior Member', '0', '1420009256', '0', '1420302628', '1420373247', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1983', '1983-01-21', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '\\n+t2-6/C.W88nuDsU$EFO$K*AT~^I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10331', '2', '', '0', 'KerrieHunt', 'e7fa71b7a247d2833818c9f70a291aa1', '2014-12-31', 'kerriehuntingfield91@net.zonerig.com', '0', '', 'http://Www.Templebethsholomfl.org/UserProfile/tabid/43/userId/45247/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420009492', '0', '1420302663', '1420477642', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-22-1983', '1983-10-22', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '1K^GY\"T1:l!11se5:,c>Wm^,l=U4Xm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10332', '2', '', '0', 'CSKXiomara', '21bb1391a699010c376240e8d1bdae67', '2014-12-31', 'xiomararountree51@net.zonerig.com', '0', '', 'http://www.videomela.com/users/LinXBQThga', '', '', '', '2', '0', 'Junior Member', '0', '1420011437', '0', '1420011437', '1420209946', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-19-1982', '1982-01-19', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', ')bd1X!1F>~>@8q>C2^Vk;r{7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10335', '3', '', '0', 'RobertRich', '7b99723234b34ed7b0c9e2a1059ad63a', '2014-12-31', 'edenwinterbotham@bund.us', '0', '', 'http://evinrudejohnsonmanualdownload.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420012599', '0', '1420012599', '1420015434', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-03-1980', '1980-12-03', '-1', '-1', '23.229.77.166', '0', '1', '', '0', '0', '-1', '0', '0', 'uYrF/T.UT7/3wT-s^&WVhbR#,ZSX#u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10336', '2', '', '0', 'TommieJay', 'a269a643a512a785260aec6152dc17cb', '2014-12-31', 'tommiejay@net.zonerig.com', '0', '', 'http://clip.radionadlanu.com/profile/spencersmit', '', '', '', '2', '0', 'Junior Member', '0', '1420012636', '0', '1420012636', '1420021252', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1974', '1974-05-07', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '@6OzEQ/;>yu;\"cN{0M2:i>m^7HHp,b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10338', '3', '', '0', 'BrandenCo', 'c882b65e5e6c9875b5e9b3fc49d91c2f', '2014-12-31', 'fascinatedincuba2s@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420018105', '0', '1420018105', '1420018105', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.215.39', '0', '1', '', '0', '0', '-1', '0', '0', '3Xim!w+33:WW1+PI{X*/R9*GMBnZA~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10337', '3', '', '0', 'ChuGilling', '0b444ec32766c3bdde0c26edb6956043', '2014-12-31', 'chu.gillingham@18cutes.com', '0', '', 'http://www.blackebonycams.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420016397', '0', '1420016397', '1420023640', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-26-1973', '1973-12-26', '-1', '-1', '5.255.81.167', '0', '1', '', '0', '0', '-1', '0', '0', '~\\.<2p!0u$~jz,Ysk-M8:};QdWNu=f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10339', '2', '', '0', 'GayLivspkd', '93bec42367256cee4a589c262a242996', '2014-12-31', 'gayportus@net.zonerig.com', '0', '', 'http://www.nurcac.org/UserProfile/tabid/43/userId/262062/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420022759', '0', '1420022759', '1420209896', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1971', '1971-12-11', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '`(bAX!%A<:X3w54a>^{$w%1B>bg`ND', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10340', '2', '', '0', 'JulianMaco', '8196c37beaa6376a8eb482cd041fb50d', '2014-12-31', 'juliannmaconochie57@net.zonerig.com', '0', '', 'http://www.waffenbrueder-kassel.de.dd16032.kasserver.com/index.php?mod=users&action=view&id=', '', '', '', '2', '0', 'Junior Member', '0', '1420022841', '0', '1421149290', '1421584017', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-09-1972', '1972-01-09', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'qTQ?`Lx[3_!LSA/)!P5OY$6VZ|QDyD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10341', '2', '', '0', 'CarlosBelb', '94ce2074f6a4a143c6c654b3ef7f8c8f', '2014-12-31', 'carlosbelbin@net.zonerig.com', '0', '', 'http://www.fishfreegames.com/profile/1346105/ShavonneLda.html', '', '', '', '2', '0', 'Junior Member', '0', '1420022877', '0', '1421149366', '1421584142', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-10-1976', '1976-09-10', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'ACC~|z1\";)lO>t|!Dd3yiXi;KL\\G>_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10345', '2', '', '0', 'NicholHent', 'c1e9e0ca6631bf8b3f0f5c40570707fa', '2014-12-31', 'alyssa@mrinki.co.uk', '0', '', 'http://www.glutenfreecereallist.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420036359', '0', '1420036359', '1420036863', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1974', '1974-05-13', '-1', '-1', '23.247.237.141', '0', '1', '', '0', '0', '-1', '0', '0', 'mnyR1LD:q8&lFrTdkEbueF<@h[SNL1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10342', '2', '', '0', 'JannaMcCli', 'b4725b48c75c55c295916b8d5d445509', '2014-12-31', 'jannamcclinton@net.zonerig.com', '0', '', 'http://www.templebethsholomfl.org/UserProfile/tabid/43/userId/55132/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420028107', '0', '1420690545', '1420807629', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-24-1983', '1983-04-24', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'b1*LC7H;wO!Kp$R:$xBF^G>zJRXXs$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10343', '2', '', '0', 'MiaVWVBtra', 'b180a550438aa4100b1b3825b0da22e1', '2014-12-31', 'miawiese30@net.zonerig.com', '0', '', 'http://webpreview.ru/profile/reynabasket', '', '', '', '2', '0', 'Junior Member', '0', '1420028190', '0', '1420690419', '1421584047', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1984', '1984-04-11', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '*ojqeHm{`2ZTR7uG[mlF9Zj0[Q+^o]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10344', '3', '', '0', 'SFfr', '0a8548b0b246bc1105f8f1757f6973ee', '2014-12-31', 'dorieakhtar3232@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420034767', '0', '1420034767', '1420034767', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '118.172.97.63', '0', '1', '', '0', '0', '-1', '0', '0', 'H+8?!;Ie![f(qO4{-Hn+Ft>gJ{;}]s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10346', '2', '', '0', 'PrinceConc', '9bdb07d631b62184aacde8b5b1272895', '2014-12-31', 'frederique@goolen.co.uk', '0', '', 'http://www.ifd-sofia.com/erp-sistemi-i-reshenia/', '', '', '', '2', '0', 'Junior Member', '0', '1420038648', '0', '1420038648', '1420038834', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-28-1981', '1981-05-28', '-1', '-1', '172.245.226.165', '0', '1', '', '0', '0', '-1', '0', '0', '[_UB0%_*kD|v{s.%@*5qRy0.^ep9yT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10347', '3', '', '0', 'AleciaHoll', '7fcdb7a95d7dba5dabeb0ca97754dc66', '2014-12-31', 'wallacelearmonth@mailcatch.com', '0', '', 'http://triche-clashofclans.fr/', '', '', '', '2', '0', 'Junior Member', '0', '1420039433', '0', '1420039433', '1420041446', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1977', '1977-07-08', '-1', '-1', '192.99.207.21', '0', '1', '', '0', '0', '-1', '0', '0', '@!-\"ZHXyv]|K|K@5g|W)!Al)UBE`I>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10348', '2', '', '0', 'GarnetMagr', 'c6782387ea495bfabca0288c76b5dbe1', '2014-12-31', 'garnetmagrath90@net.zonerig.com', '0', '', 'http://www.cas-liga.de/index.php?mod=users&action=view&id=260698', '', '', '', '2', '0', 'Junior Member', '0', '1420039566', '0', '1420039566', '1420289537', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-19-1980', '1980-01-19', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'bVF\\,GHg7@VyE6PK8^5D3GVczRc~,y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10366', '3', '', '0', 'AntonyWeig', 'ba518239a5b65ce637a810eabc9b87c8', '2015-01-01', 'gildajett@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420087791', '0', '1420087791', '1420087791', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '186.88.227.156', '0', '1', '', '0', '0', '-1', '0', '0', '6h&ar[-j0t|2BLY3Z)a3@0Mq_UFZ6<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10349', '2', '', '0', 'Katheri06A', '23bcf69ac08fa2836c7138f5ddf795c7', '2014-12-31', 'nomacorpus@steadydiets.com', '0', '', 'https://www.miraclegarciniacambogia.ca/', '', '', '', '2', '0', 'Junior Member', '0', '1420051366', '0', '1420051366', '1420051906', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-23-1979', '1979-12-23', '-1', '-1', '69.80.98.198', '0', '1', '', '0', '0', '-1', '0', '0', 'P5\'\\eP?M\"', '', '0', '83532', '0', '0', '0', '0', '', '0', '0', '', '108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10351', '3', '', '0', 'Saundr36X', '0635126c43ce96e75a1c028ac20c4e44', '2014-12-31', 'merlitaisay@gmail.com', '0', '', 'http://www.ustream.tv/channel/times-square-ball-drop-2015-live-stream-online', '', '', '', '2', '0', 'Junior Member', '0', '1420058401', '0', '1420058401', '1420066076', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-05-1984', '1984-02-05', '-1', '-1', '198.52.231.222', '0', '1', '', '0', '0', '-1', '0', '0', 'yS((6VY+PnaC?i5T_QND3~iB&\'FDO%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10352', '2', '', '0', 'ZEisenber', '7edd6197932aa7399f525c27f689e82c', '2015-01-01', 'energeticplaza662@mail.bg', '0', '', 'http://javly.com/?p=56158', '', '', '', '2', '0', 'Junior Member', '0', '1420073410', '0', '1420073410', '1420074289', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-25-1970', '1970-08-25', '-1', '-1', '209.161.98.89', '0', '1', '', '0', '0', '-1', '0', '0', '}u(^wh9:84.&6[MW?*~E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10361', '2', '', '0', 'EWGP', '5818c330ee21885ff1f43fe38291bf53', '2015-01-01', 'delightfulviewp57@mail.bg', '0', '', 'http://acaao.com/index.php?do=/blog/114/give-your-house-internal-a-facelift-with-these-swift-tips/', '', '', '', '2', '0', 'Junior Member', '0', '1420084552', '0', '1420084552', '1420085448', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-02-1975', '1975-01-02', '-1', '-1', '209.161.102.99', '0', '1', '', '0', '0', '-1', '0', '0', '&v@&()C|0#ux<01O=7exd=9n=]h2|;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10362', '2', '', '0', 'KFRQ', '4b20c4e5eac3e5185d43558ab73e6fcf', '2015-01-01', 'odddesperado582@mail.bg', '0', '', 'http://www.ta3arof.net/author/artorrez/', '', '', '', '2', '0', 'Junior Member', '0', '1420084714', '0', '1420084714', '1420085592', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-22-1980', '1980-03-22', '-1', '-1', '209.161.102.99', '0', '1', '', '0', '0', '-1', '0', '0', 'YVDt0_AOy7Tm+,36<2N[p0d$\"ZySM,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10363', '2', '', '0', 'VOverlock', '8e95122e45ffd473664478d38ab581d8', '2015-01-01', 'tawdrysmoke5388@mail.bg', '0', '', 'http://portal.redmexicana.com/foros/basic-advice-for-impressive-interior-decorating', '', '', '', '2', '0', 'Junior Member', '0', '1420084897', '0', '1420084897', '1420085757', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-27-1971', '1971-03-27', '-1', '-1', '209.161.102.99', '0', '1', '', '0', '0', '-1', '0', '0', 'BgR(O\"|^^[\\I\\zt>gJn]Kz{YMRpEw^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10364', '2', '', '0', 'MTui', '4a93405617e7f726a22be145708cfade', '2015-01-01', 'lowlyrecluse1082@mail.bg', '0', '', 'http://www.macollinsdesign.com/RE/groups/tips-on-how-to-get-your-dream-wedding/', '', '', '', '2', '0', 'Junior Member', '0', '1420085015', '0', '1420085015', '1420085879', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-04-1972', '1972-07-04', '-1', '-1', '209.161.102.99', '0', '1', '', '0', '0', '-1', '0', '0', '@v:JrK|LXFCM9*~VjMNyN8NH_w\\Ol5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10365', '2', '', '0', 'hood720925', '5dd1ea80a63b58e1093128f6c8ae9dcc', '2015-01-01', 'hood720925@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420085851', '0', '1420085851', '1420087641', '0', '0', '10', '5', '8', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '1.34.25.82', '0', '1', '', '0', '0', '-1', '0', '0', 'DQH^@!BhCk\"3Y[kz8vg\\1\"xKH>*\\FNnMm.|tnQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10368', '2', '', '0', 'R8801', '0ce968beefdc8a52908636fe0f044035', '2015-01-01', 'chubbypatchwork95@mail.bg', '0', '', 'http://metaloffcut.com/author/rolefkowit/', '', '', '', '2', '0', 'Junior Member', '0', '1420087881', '0', '1420087881', '1420088755', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1980', '1980-09-19', '-1', '-1', '104.128.16.218', '0', '1', '', '0', '0', '-1', '0', '0', 'p;kVN1wKK7\"Rvo)8ogpyEV$\"e/Q\"[`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10369', '2', '', '0', 'PH17', '3e573acb4c43854aa9739a2c52e767de', '2015-01-01', 'squarewinter572@mail.bg', '0', '', 'http://www.itagshop.com/for-sale/computers-printers-ipad/sound-tips-for-a-truly-great-wedding_i24088', '', '', '', '2', '0', 'Junior Member', '0', '1420087996', '0', '1420087996', '1420088872', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-24-1981', '1981-10-24', '-1', '-1', '104.128.16.218', '0', '1', '', '0', '0', '-1', '0', '0', 'UzzgG(clp<;/{$2M.y]=v(bQxuHsf/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10370', '2', '', '0', 'AULJ', '5f16cc2e6a1f74e080908107fa080291', '2015-01-01', 'obsoletecage293@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420088582', '0', '1420088582', '1420088582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.16.218', '0', '1', '', '0', '0', '-1', '0', '0', 'lV^gLrxCY#+ID`\"V3}@g|oKNAi`^Tm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10371', '2', '', '0', 'FRMC', '5d332506e81bbec7ad28df5bf063e24f', '2015-01-01', 'puffyidea2676@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420090294', '0', '1420090294', '1420090294', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.19.215', '0', '1', '', '0', '0', '-1', '0', '0', 'e?]+\\s+_g>?svoWaQ/vTO,G{`Co?7)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10377', '3', '', '0', 'VerlaWolfo', 'b71d3b3c14529f911637f403ffea921b', '2015-01-01', 'verla-wolford27@carolinecardus.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420106192', '0', '1420106192', '1420106192', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '74.117.238.134', '0', '1', '', '0', '0', '-1', '0', '0', 'eFW?i53D74qV-(:a.up1x^HCOJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10372', '2', '', '0', 'DorisTyrre', '7dd13e7953f4486d329be93a7a823328', '2015-01-01', 'doristyrrell@net.zonerig.com', '0', '', 'http://www.Neko.com.tr/Default.aspx?tabid=42&userId=23293', '', '', '', '2', '0', 'Junior Member', '0', '1420095696', '0', '1420095696', '1420103732', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-02-1971', '1971-03-02', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'l@s=(K(Z0Fce)\"nCYoW5n^g+n~I_w\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10373', '2', '', '0', 'NealBarraz', 'e3b54e8f5064d82cd404e3cd9d9567b1', '2015-01-01', 'nealbarraza80@net.zonerig.com', '0', '', 'http://globizco.us.com/ActivityFeed/MyProfile/tabid/60/userId/145295/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420095712', '0', '1420095712', '1420260005', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-13-1971', '1971-03-13', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '$u*^&OCkXDZz|KR3:2yE!ym_rJ6XG_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10374', '2', '', '0', 'DanielHold', '449fc08c6c7434f612da0e5ecdea7b7a', '2015-01-01', 'alyson@hrun.co.uk', '0', '', 'https://www.youtube.com/watch?v=DoJxb2zXTOw', '', '', '', '2', '0', 'Junior Member', '0', '1420097299', '0', '1420097299', '1420097391', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-03-1971', '1971-05-03', '-1', '-1', '198.50.136.225', '0', '1', '', '0', '0', '-1', '0', '0', 'SA~3|utaAu0d5jD|)?r/5&OzH#QtSy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10375', '2', '', '0', 'ChristaEVG', '41ad3d1e263c832784cce4e14eaaff78', '2015-01-01', 'christaminaya69@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420099186', '0', '1420099186', '1420106379', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '_\\cey])jc84kp\\WCPB!o$1R&e!3,TY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10376', '2', '', '0', 'SaulWessel', '901d41cc800097f1edeb844145090c21', '2015-01-01', 'saulwessel10@net.zonerig.com', '0', '', 'http://genericuk016.powerdnn.com/UserProfile/tabid/42/userId/19525/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420104148', '0', '1420104148', '1420267569', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-03-1976', '1976-01-03', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'BCIA_7V87>3DX;BGDEsT>`&jo^B;\\Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10378', '3', '', '0', 'JesusMGFne', '0a6dad7c532ddd5cffa0ad11ef868d77', '2015-01-01', 'jesus.fosbrook20@my-ears-ringing.com', '0', '', 'http://rubyegerowfia.blog.fc2.com/blog-entry-3.html', '', '', '', '2', '0', 'Junior Member', '0', '1420112445', '0', '1420112445', '1420162557', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-03-1976', '1976-02-03', '-1', '-1', '204.44.112.136', '0', '1', '', '0', '0', '-1', '0', '0', '9=Gi`kk0+iI!PPsoZ5Ae\'n^(5(B\\*p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10380', '3', '', '0', 'ShellaGabb', '1806a5dac6e06a761ad9105d1b31c59d', '2015-01-01', 'margartsupple3481@brennendesreich.de', '0', '', 'http://www.youtube.com/watch?v=GgekIFVe-DQ', '', '', '', '2', '0', 'Junior Member', '0', '1420119567', '0', '1420119567', '1420122609', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-02-1974', '1974-11-02', '-1', '-1', '23.250.115.226', '0', '1', '', '0', '0', '-1', '0', '0', '{UZ^s@~%/V3\'-lQol]1?>gUk(ue\\r^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10392', '3', '', '0', 'DustyKCCA', '603f9ac485a451de66519cf091eb64d9', '2015-01-01', 'waltervega@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420153525', '0', '1420153525', '1420153525', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.207.73.30', '0', '1', '', '0', '0', '-1', '0', '0', '@~-C6n\\A}$v#X/jedrX.QuK%!o=~`nv=;BS~gm)d$_NpjD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10384', '2', '', '0', 'FlorencBon', 'afabb5bda1e935e147cd3f3fbb8b43f7', '2015-01-01', 'florenciabon69@net.zonerig.com', '0', '', 'http://www.pension-gutshof-mihla.de/index.php?mod=users&action=view&id=314435', '', '', '', '2', '0', 'Junior Member', '0', '1420124134', '0', '1420212868', '1420304621', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-22-1979', '1979-05-22', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '#;6d3h\"!\"l-DcWrl8#|:(c{z8&AULr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '147', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10385', '2', '', '0', 'WaylonBeal', 'c5ee63508b6cecb2421d0b6becb7e8e5', '2015-01-01', 'waylonbeale71@net.zonerig.com', '0', '', 'http://mmsort.bwlog.com/UserProfile/tabid/57/userId/29041/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420124148', '0', '1420124148', '1420212871', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-25-1982', '1982-09-25', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'h@1C8zjN0*`>WU7=|V>&FxT}V2-xJ{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10386', '2', '', '0', 'DomeniAQVK', '3c0015fafef575878c3bdfb0c565ad46', '2015-01-01', 'domenicwekey80@net.zonerig.com', '0', '', 'http://debtpros21.com/ActivityFeed/MyProfile/tabid/61/userId/6398/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420124162', '0', '1420124162', '1420212880', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-18-1972', '1972-07-18', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'lON+AQq={lVghK`B`rc0uz\\?Vm,:$S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10387', '2', '', '0', 'MarleneGar', '2111307943ed826adf5752d7d5b92a58', '2015-01-01', 'marlenegard1@net.zonerig.com', '0', '', 'http://www.nurcac.org/UserProfile/tabid/43/userId/185318/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420124608', '0', '1420124608', '1420272607', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1972', '1972-06-25', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'zDfmac[9KDc-fE!KUvF26{!A6$t}sw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('12843', '3', '', '0', 'eveatopay6533', 'a26d952f78c59b7158a10b9c1a91db02', '2015-08-18', 'eveatopay@e-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1439860487', '0', '1439860487', '1439860487', '0', '0', '10', '5', '-6', '1', '0', '0', '0', '45108503', '', '0000-00-00', '-1', '-1', '223.72.199.44', '0', '1', '', '0', '0', '-1', '0', '0', 'cGwC|+@QAmRw^^i:LoYN!r2a}m4`Ay', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10388', '3', '', '0', 'OdetteMatn', '223a8775e3fccf39e76c3b7544ff386c', '2015-01-01', 'remona@e.captchaeu.info', '0', '', 'https://Www.rebelmouse.com/melodyhinton/the-downside-risk-of-n-33-reviews-that-no-one-is-talking-abo', '', '', '', '2', '0', 'Junior Member', '0', '1420135081', '0', '1435622358', '1435899135', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-08-1985', '1985-03-08', '-1', '-1', '107.168.11.240', '0', '1', '', '0', '0', '-1', '0', '0', 'H-5}qL6/*e|sxM>A9Zf^f61Q49EfB1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '429', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10389', '2', '', '0', 'thelma5615', '4bcd34457edcdf9b697930c8aa4ce534', '2015-01-01', 'mar143@makewomenwantyoureview.info', '0', '', 'http://themakewomenwantyoureview.blogspot.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420143062', '0', '1420143062', '1420143603', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-24-1972', '1972-05-24', '-1', '-1', '104.168.75.132', '0', '1', '', '0', '0', '-1', '0', '0', '|SGrKv[%-8CyOJgb)%w7Zz>H!#\"#\'.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10390', '3', '', '0', 'CKTMargari', '4c9e2eba7f7d97fa7c11244747541a64', '2015-01-01', 'mistysweetapple6919@trash-mail.com', '0', '', 'http://kredytsenor.goob.pl', '', '', '', '2', '0', 'Junior Member', '0', '1420144464', '0', '1420144464', '1420146657', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1973', '1973-09-22', '-1', '-1', '37.203.210.194', '0', '1', '', '0', '0', '-1', '0', '0', '*tb.eYXkL-}w%|3}VF[+1Uzj\'(TS3_)8(@Lz|r*6{5X_M[D<]xBC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10394', '3', '', '0', 'EuniceRGNK', 'd1332e2a9be92ddb3e888abed3e8fa79', '2015-01-02', 'brandybungaree@mailcatch.com', '0', '', 'http://Www.ilsa.org/about-ilsa/honorary-council', '', '', '', '2', '0', 'Junior Member', '0', '1420165134', '0', '1420165134', '1420173240', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1977', '1977-06-07', '-1', '-1', '192.230.61.82', '0', '1', '', '0', '0', '-1', '0', '0', '-L&yzj*>V(cp&_@iaWF+3_$I=;J7xg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10396', '2', '', '0', 'TroyCamara', '9d0486ae7603d94d732fa9cdc601af2f', '2015-01-02', 'crediblegash21s3z@freemail.hu', '0', '', 'http://www.mytorylane.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420183571', '0', '1420183571', '1420184393', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-14-1980', '1980-05-14', '-1', '-1', '98.143.159.21', '0', '1', '', '0', '0', '-1', '0', '0', '`(j>0Ze$UVM\"s=f~yg/8*c6WI;?jf~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10397', '2', '', '0', 'agenciarz', '13f89b7130083eb0aa41822fa9573daa', '2015-01-02', 'agenciarz@o2.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420188735', '0', '1420188735', '1420189895', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108567', '', '0000-00-00', '-1', '-1', '89.73.138.118', '0', '1', '', '0', '0', '-1', '0', '0', 'lM|}kibJ434:]2r|kP3ZU*|*3v2;\"$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10398', '3', '', '0', 'WilsonMarc', '8218560a1300dc40dbce5aa36eaf19a4', '2015-01-02', 'ellisstocker890987@discardmail.com', '0', '', 'http://cnfzcm.com', '', '', '', '2', '0', 'Junior Member', '0', '1420194548', '0', '1420194548', '1420196961', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-09-1984', '1984-01-09', '-1', '-1', '93.118.68.66', '0', '1', '', '0', '0', '-1', '0', '0', 'Qf:U:/7ZsC)~vUW]`lMm#l0UHh2eX:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10399', '2', '', '0', 'dai', '4dfd38c86048bb86e298d180a592f462', '2015-01-02', 'pembcraft@aol.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420195163', '0', '1420297752', '1420297752', '1420212463', '1', '10', '5', '0', '1', '0', '0', '0', '45108551', '', '0000-00-00', '-1', '-1', '86.170.192.112', '0', '1', '', '0', '0', '-1', '0', '0', ';^vuR;}R3T+o5v>$y+4PS{a9T{N^|}', '', '0', '82907', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10400', '3', '', '0', 'JaxonLeaso', '68c5941aa88c3b98d66322e685efefc0', '2015-01-02', 'jaxonleason@groups.parlaban.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420209173', '0', '1420209173', '1420209173', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.23.152.200', '0', '1', '', '0', '0', '-1', '0', '0', 'OQof*$~oKBPGf2//L7cNK-Phhqf8nu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10525', '3', '', '0', 'Neva96Oebo', '7ee46444b4a36a81044b302828561c73', '2015-01-05', 'tritehacienda26hk53y@laposte.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420502168', '0', '1420502168', '1420502168', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.247.139.194', '0', '1', '', '0', '0', '-1', '0', '0', 'X+9$mA.dfl.?F-gQ-!@fD,nSknLD\"5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10529', '2', '', '0', 'LHanlon', '6d8f6fb04ccd93de35d619c4f7a1f787', '2015-01-06', 'trashyspan7091@mail.bg', '0', '', 'http://ctslife.com/groups/for-perfection-hire-yuba-city-mold-removal/', '', '', '', '2', '0', 'Junior Member', '0', '1420508028', '0', '1420508028', '1420508895', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-29-1971', '1971-10-29', '-1', '-1', '209.161.103.68', '0', '1', '', '0', '0', '-1', '0', '0', 'UVOKvR,sLGpf|N2\"pshx6c\"-}epqiP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10402', '3', '', '0', 'FPVA', '1589f21af773f0807b7f642a41abcc4a', '2015-01-02', 'likeablewarlock76@mail.bg', '0', '', 'http://bid.enterbank.lv/item.php?id=554291&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1420235368', '0', '1420235368', '1420237237', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-08-1982', '1982-12-08', '-1', '-1', '104.128.27.21', '0', '1', '', '0', '0', '-1', '0', '0', '&{h0qfUu4dM7Q&{2L`Ui5$Jl&\"+i2X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10401', '3', '', '0', 'GoatyyyG', '0a9bb7c080c9f281b3100ec03b27e82f', '2015-01-02', 'Millyigoat@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420228443', '0', '1420228443', '1420228586', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '86.191.38.132', '0', '1', '', '0', '0', '-1', '0', '0', 'PB@PfwwztoUVLT0jsRzk+X{%pOUg%U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10403', '3', '', '0', 'LHCMH', '9b51eba9d23114d10468a721f6657144', '2015-01-03', 'pricklyyokel3440@mail.bg', '0', '', 'http://iredstudio.com/groups/business-lessons-from-plastering-holes-punched-in-the-ceiling/', '', '', '', '2', '0', 'Junior Member', '0', '1420255422', '0', '1420255422', '1420257442', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1985', '1985-10-01', '-1', '-1', '104.128.16.103', '0', '1', '', '0', '0', '-1', '0', '0', 'Lk=;o6qMq(^gRZU3$R\'ln+P6kJ)yg9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11005', '2', '', '0', 'HNesmith', '770bf3207d65701742f1e63588e4f673', '2015-01-17', 'damagedtwilight17@mail.bg', '0', '', 'http://education-a-must.biz/bathroom-installation-inside-your-home.html/', '', '', '', '2', '0', 'Junior Member', '0', '1421453585', '0', '1421453585', '1421454459', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-16-1975', '1975-05-16', '-1', '-1', '209.161.108.189', '0', '1', '', '0', '0', '-1', '0', '0', '1Y35p\"O=PZX+++;y@t.\\rKxZ;bq3z%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10404', '3', '', '0', 'RosettBlax', '4fd01a1ef7400ae4e24c824a3129e680', '2015-01-03', 'rosettablaxcell@best.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420260276', '0', '1420260276', '1420260276', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.113.45', '0', '1', '', '0', '0', '-1', '0', '0', 'zJL}e)5^W`M(S{LCh4Y_K3O{z_P3x<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10405', '3', '', '0', 'DP20', '6a2bcb2059e7fc4b0f9bda41ee7601ba', '2015-01-03', 'literatehamper393@mail.bg', '0', '', 'http://forexcafe.com/cafe/groups/tips-to-help-you-do-your-own-plumbing/', '', '', '', '2', '0', 'Junior Member', '0', '1420262541', '0', '1420262541', '1420264905', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-24-1979', '1979-11-24', '-1', '-1', '23.232.176.239', '0', '1', '', '0', '0', '-1', '0', '0', 'tVT76iHTULso\"?~h_\\]x(W4IPlR#P!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10406', '3', '', '0', 'FLittler', '88f6005fe8e72cb3e1cf28bf4f11a2dc', '2015-01-03', 'ancientdisease385@mail.bg', '0', '', 'http://www.ctrlaltyouth.org/groups/great-plumbing-advice-if-youve-got-issues/', '', '', '', '2', '0', 'Junior Member', '0', '1420263565', '0', '1420263565', '1420265448', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-14-1984', '1984-06-14', '-1', '-1', '104.128.19.107', '0', '1', '', '0', '0', '-1', '0', '0', 'O_~{p~.g:[XI_,sDO4m^Sv~CPqgy?V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10407', '3', '', '0', 'IHensley', '43a1880c8b14e04583f355723b81309b', '2015-01-03', 'hypnoticspray1514@mail.bg', '0', '', 'http://dialysispirit.com/community/groups/can-vehicle-wraps-be-removed/', '', '', '', '2', '0', 'Junior Member', '0', '1420265112', '0', '1420265112', '1420267149', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-12-1970', '1970-09-12', '-1', '-1', '23.232.235.154', '0', '1', '', '0', '0', '-1', '0', '0', ']v.uAb#m|3V9YLE&HV5l?\'D!}Z_,+c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10408', '2', '', '0', 'youngster436', 'cdfd9907d64a6e92835def21df850c07', '2015-01-03', 'eleanorappel@maps.parlaban.com', '0', '', 'http://tinyurl.com/lcr9csp', '', '', '', '2', '0', 'Junior Member', '0', '1420265783', '0', '1420282993', '1420287950', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-08-1978', '1978-08-08', '-1', '-1', '162.244.14.104', '0', '1', '', '0', '0', '-1', '0', '0', '@9N\'Ku,_2?L9j\'(r6AOOxk+7msw2n*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10431', '2', '', '0', 'DarlaWatki', 'c027d4df3987cbcd0ac9786f39d67194', '2015-01-03', 'darlawatkins@net.zonerig.com', '0', '', 'http://xp5.net/profile/alfkristal', '', '', '', '2', '0', 'Junior Member', '0', '1420283270', '0', '1420283270', '1420429247', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1973', '1973-01-04', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'zb|w$S-zd!6?=2*+*ypZUdB7*\\P-*0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10409', '2', '', '0', 'WMIJennife', '2171775e0d5b58005705e68c4923a05b', '2015-01-03', 'jenniferhuntsman@net.zonerig.com', '0', '', 'http://Pcresourcesllc.com/UserProfile/tabid/61/userId/550728/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420266769', '0', '1422163686', '1422348547', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1979', '1979-02-20', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '=\"CRvHisJ>Xn~fg13akyy|8Q\\>vA2.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10410', '2', '', '0', 'DulcieAlde', 'dbbfc5da4b726e10161779b70d85fd4b', '2015-01-03', 'dulciealderman62@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420266828', '0', '1420266828', '1420307157', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '\'Rly|+Sl*:T;M6\'G0%_a`}Y\"0fh_vq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10411', '3', '', '0', 'KarryTimme', '4baf78b8ec3b265cdf56ac77bd6a19a3', '2015-01-03', 'mayroldan8507@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420267287', '0', '1420267287', '1420267287', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.175.229.73', '0', '1', '', '0', '0', '-1', '0', '0', 'BYL/cec}4x%[*);ki9EkI-T*$Gk!k;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10412', '2', '', '0', 'KitMueller', '041f3cf63302089c91d984db6222e491', '2015-01-03', 'kitmueller@net.zonerig.com', '0', '', 'http://www.eruditos.net/mediawiki/index.php?title=Are_Nursing_Assistant_Lessons_Offered_In_The_Eveni', '', '', '', '2', '0', 'Junior Member', '0', '1420267409', '0', '1421785883', '1422160202', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1974', '1974-04-11', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '\'G2{/HO1$;x$Rf>v[Ya,S8Q$#!,<%A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10413', '3', '', '0', 'JMedders', 'b7b32949972e79d8f156a6da70590aab', '2015-01-03', 'patheticorphan432@mail.bg', '0', '', 'http://www.acorch.cl/grupos/things-you-should-consider-before-doing-any-plumbing/', '', '', '', '2', '0', 'Junior Member', '0', '1420267465', '0', '1420267465', '1420269505', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-12-1975', '1975-02-12', '-1', '-1', '192.255.101.159', '0', '1', '', '0', '0', '-1', '0', '0', 'W+\"U?yZy%c5oMN59wAl#D5mE\")>0|b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10414', '3', '', '0', 'MCowlisha', 'd5c1ed30f0a69ce99d574277ae4d6a08', '2015-01-03', 'wastefulhairsty77@mail.bg', '0', '', 'http://www.gclab.ir/?q=node/47092', '', '', '', '2', '0', 'Junior Member', '0', '1420268605', '0', '1420268605', '1420271243', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-01-1984', '1984-11-01', '-1', '-1', '209.161.102.213', '0', '1', '', '0', '0', '-1', '0', '0', 'c(9~0|X$~lH,piCJ7FrAj}TOt,KCGa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10415', '2', '', '0', 'EmmaCurran', '16496e12372175ec7980dcb8330590d7', '2015-01-03', 'emmacurran64@net.zonerig.com', '0', '', 'http://www.templebethsholomfl.org/UserProfile/tabid/43/userId/84432/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420268792', '0', '1420418296', '1420797678', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1981', '1981-12-15', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '\'NULa9dpDg`dS8x0BtiDf3gBxD54la', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10416', '2', '', '0', 'MelvaCorni', 'c720e7ef607daeecd5bfb3579dfc99a6', '2015-01-03', 'melvacornish@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420269316', '0', '1420269316', '1420418302', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '=\"uEWmz};+KOxijiGS{Vcdj4H`_jny', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10417', '3', '', '0', 'C64O', 'de250ab4de773d2174d622a6892ed11e', '2015-01-03', 'profusepocket3440@mail.bg', '0', '', 'http://bid.enterbank.lv/item.php?id=106187&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1420271987', '0', '1420271987', '1420274390', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-12-1977', '1977-02-12', '-1', '-1', '104.128.19.80', '0', '1', '', '0', '0', '-1', '0', '0', 'eM\'cW~Sej6XkSR/{A9Eg#!;~E&97\'\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10418', '3', '', '0', 'KXYZ', 'e54d20bf8602999e3cc3c7d006da1d8c', '2015-01-03', 'hypnoticlounge79@mail.bg', '0', '', 'http://meatbabies.com/some-tips-to-help-you-make-your-car-engine-hummng/', '', '', '', '2', '0', 'Junior Member', '0', '1420272102', '0', '1420272102', '1420274208', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-20-1972', '1972-05-20', '-1', '-1', '104.128.19.80', '0', '1', '', '0', '0', '-1', '0', '0', ',&l|z\'H]sEO]cYlif{,sPR;1FBmDK/||!fE?oTAr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10422', '3', '', '0', 'LT64', 'fc21cc87a58d06558fbadcfe44d1f0fa', '2015-01-03', 'abandonedebb4777@mail.bg', '0', '', 'http://mascotacupido.com/groups/discover-some-outstanding-advice-about-buying-hvac-devices/', '', '', '', '2', '0', 'Junior Member', '0', '1420274148', '0', '1420274148', '1420276155', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-24-1978', '1978-02-24', '-1', '-1', '23.247.182.60', '0', '1', '', '0', '0', '-1', '0', '0', ']@E;$ORp\"qvj#=uH0$HaN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10426', '2', '', '0', 'ElvinVaugh', 'b5585c7cff74e752a880de2020514833', '2015-01-03', 'elvinvaughan@net.zonerig.com', '0', '', 'http://ithistoria.se/node/1566', '', '', '', '2', '0', 'Junior Member', '0', '1420278861', '0', '1420278861', '1420373292', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-07-1982', '1982-05-07', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', ',?E)Iy[ovZz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10427', '2', '', '0', 'Augustu26O', '977132b03349fb51249b6bad5998b952', '2015-01-03', 'augustusmaxfield@net.zonerig.com', '0', '', 'http://www.tecnologiasimaginadas.com/ActivityFeed/MyProfile/tabid/56/userId/29053/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420278953', '0', '1420278953', '1420373306', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-23-1985', '1985-02-23', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'lYzKNp3&Yx%lmD,xcQ#-L]{C8wW/`Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10428', '2', '', '0', 'YvetteBaru', '50a81ffb601fbd534fa6fe80c9bcbca7', '2015-01-03', 'yvettebarunga@net.zonerig.com', '0', '', 'http://Www.Tecnologiasimaginadas.com/ActivityFeed/MyProfile/tabid/57/UserId/18960/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420278974', '0', '1420278974', '1420373301', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-02-1984', '1984-08-02', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '$b(Sw(y|M]L-g@79M?h>`.\'x\"Cw~t~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10429', '2', '', '0', 'FerdinaHac', '216812865330938a70425f751d111575', '2015-01-03', 'ferdinandhacking@net.zonerig.com', '0', '', 'http://clanphx.altervista.org/index.php?mod=users&action=view&id=29041', '', '', '', '2', '0', 'Junior Member', '0', '1420281198', '0', '1420281198', '1420373265', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1984', '1984-01-21', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '$_<6v*=A.1_zs\"|&BX{ZDhLzADOX/%QL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10432', '2', '', '0', 'BrandiJaim', 'ee1d68ee56a1239f24c3d9000a443b2d', '2015-01-03', 'brandijaime@net.zonerig.com', '0', '', 'http://wiki.depechemode.ru/index.php/%D0%9E%D0%B1%D1%81%D1%83%D0%B6%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5_%D', '', '', '', '2', '0', 'Junior Member', '0', '1420283573', '0', '1420283573', '1420429269', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1970', '1970-05-13', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'OW^\"F.TD4-FcK-(5EnkJ8=@t5KivB.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10433', '2', '', '0', 'MarioRober', 'b170692dcbbe822a8e2ae556799795cb', '2015-01-03', 'mariorobertson@net.zonerig.com', '0', '', 'http://chrizz0513.space4free.net/index.php?mod=users&action=view&id=131287', '', '', '', '2', '0', 'Junior Member', '0', '1420283722', '0', '1420965043', '1421585305', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-11-1978', '1978-02-11', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'O/\'kAC!ht}QMsB\'w!`b(9a2V<]1HCY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10434', '3', '', '0', 'TodWilfred', '084f40beaba68c19d9cf000e61c94b49', '2015-01-03', 'tod.wilfred99@diefailwhale.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420284733', '0', '1420284733', '1420284733', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.98.96', '0', '1', '', '0', '0', '-1', '0', '0', 'cw),GP`>[_@osgqtZ-3l=dJ7.J?|<,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10435', '2', '', '0', 'GretaELWai', '009c9c527bc79c3ba2615eb251fd9da8', '2015-01-03', 'gretastamper57@net.zonerig.com', '0', '', 'http://vrlab.cau.ac.kr/xe/?document_srl=42531', '', '', '', '2', '0', 'Junior Member', '0', '1420285281', '0', '1420293703', '1421145755', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1980', '1980-12-27', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '#4f@>nze)`8L@[KTck!ui{6p)\\{\'(&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10436', '3', '', '0', 'RO21', 'f7f321b01e8286ba07f773d4913b67ce', '2015-01-03', 'chivalrousshiel48@mail.bg', '0', '', 'http://fcofix.org/?q=node/246', '', '', '', '2', '0', 'Junior Member', '0', '1420285359', '0', '1420285359', '1420287467', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-22-1972', '1972-08-22', '-1', '-1', '209.161.103.70', '0', '1', '', '0', '0', '-1', '0', '0', 'Oz^&W<[\\}=)`|*-UN;X#T\\z<*l/xIn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10438', '3', '', '0', 'YJ45', 'f9683c6d01012a2b75c1cec2e62c0625', '2015-01-03', 'sneakydancer9277@mail.bg', '0', '', 'http://www.alimacau.com/groups/get-these-auto-restoration-tips-under-consideration/', '', '', '', '2', '0', 'Junior Member', '0', '1420288542', '0', '1420288542', '1420291180', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-31-1980', '1980-05-31', '-1', '-1', '23.247.182.60', '0', '1', '', '0', '0', '-1', '0', '0', 'x7TU<5i5F]D\\|MrtId\'l}EmGKsN^h2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10439', '3', '', '0', 'GCannon', '587ebcdb328e5b841da99f50e8d47f90', '2015-01-03', 'roomybedding9771@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420293072', '0', '1420293072', '1420293072', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.103.70', '0', '1', '', '0', '0', '-1', '0', '0', '6:G-uoQx]O*F.l4C%u#KCojq^|o[w;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10440', '2', '', '0', 'DanielAZAS', '2e0978632f085518742a76e0488c0442', '2015-01-03', 'daniellabarrientos6@net.zonerig.com', '0', '', 'http://genericuk016.powerdnn.com/UserProfile/tabid/42/userId/38458/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420293769', '0', '1420293769', '1420315504', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-17-1982', '1982-03-17', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '\'@0zdhl/ljkM6I$iFh2XVPj\'Xvnqb5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10441', '3', '', '0', 'WilhelmX90', '33530681bfd7d500b53567c6833ea8af', '2015-01-03', 'wilhelminamoench8@net.zonerig.com', '0', '', 'http://www.mad-Factory.de/index.php?mod=users&action=view&id=214545', '', '', '', '2', '0', 'Junior Member', '0', '1420293846', '0', '1421149302', '1421583507', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1984', '1984-09-22', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'fVnk`\'//(420`!F!&a3B7UC}IG8nH^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10442', '3', '', '0', 'HelainBrun', 'b6b3be729aaeaa9a8cfd09de550be09d', '2015-01-03', 'helainebruni18@net.zonerig.com', '0', '', 'http://www.ainsga.com/xe/?document_srl=396138', '', '', '', '2', '0', 'Junior Member', '0', '1420293958', '0', '1420406876', '1420961823', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1981', '1981-04-21', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'a{u|<5<,#~3^e\"W]ys+9fuIzCA*e]#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10443', '2', '', '0', 'CarriStans', '5211c46eb57be5b64e49dc750e0d817e', '2015-01-03', 'carristansbury64@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420294413', '0', '1420294413', '1420419742', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '@k8!GA}JdL\\{&%8du1EjKo6g@{@/DK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10444', '2', '', '0', 'AlexanOFer', 'b70ffc07ed3240d41fa94522a609c078', '2015-01-03', 'alexandrao\'ferrall31@net.zonerig.com', '0', '', 'http://www.zocken-in-gesellschaft.de/index.php?mod=users&action=view&id=262869', '', '', '', '2', '0', 'Junior Member', '0', '1420295436', '0', '1420355178', '1420685788', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-28-1980', '1980-01-28', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'vBZLpqDykq@l%:llG$J)cO%/;b$-qC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10445', '3', '', '0', 'DeonKinsel', '4b043c9ede3ee81f0341b924a8a3121e', '2015-01-03', 'deonkinsela70@net.zonerig.com', '0', '', 'http://Www.Sceltic.at/index.php?mod=users&action=view&id=271360', '', '', '', '2', '0', 'Junior Member', '0', '1420295781', '0', '1420406939', '1420554546', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1978', '1978-11-20', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '7W,ZQwLpdP,R>RUg[:8_HRBK^4n>}T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10446', '3', '', '0', 'WPIKimberl', '34bf86f0c7a506c297b30e831d8695a3', '2015-01-03', 'merribustamante8327@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420296070', '0', '1420296070', '1420296070', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.218.55', '0', '1', '', '0', '0', '-1', '0', '0', 'W\"}vMwK=/9VN-;-mib--E{9i0dbu\"]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10447', '2', '', '0', 'WileyRomer', '777e628749b84d6bf4682e784290cd6a', '2015-01-03', 'wileyromero27@net.zonerig.com', '0', '', 'http://e-Jokes.gr/games/profile/539504/AmyHarrison.html', '', '', '', '2', '0', 'Junior Member', '0', '1420300488', '0', '1421385925', '1421584027', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-22-1985', '1985-06-22', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'weYLQiijFM-NCctK_@Q-U\\L,`t1e;>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10448', '2', '', '0', 'RodricAnde', '7a85d62b4226e10909265f9fcb495a74', '2015-01-03', 'rodrickanderson69@net.zonerig.com', '0', '', 'http://kagromd.com/xe/index.php?mid=Home&act=dispmembersignupform&document_srl=491992', '', '', '', '2', '0', 'Junior Member', '0', '1420300521', '0', '1420420130', '1421584017', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1972', '1972-02-22', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'UYHA~uMN:1Depd7|:rIET?V:YsOkx?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '62', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10449', '2', '', '0', 'NormanAlic', 'a10e87cccd48789aeac5b0839ae52702', '2015-01-03', 'normanalicea@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420300570', '0', '1420300570', '1420420103', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'H-MYB*.q|lRVif6v}?i~,WM_9p,i|g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10450', '2', '', '0', 'FlorG92ufl', '89b4f2faff55c1bcafbe13fdb6921a3d', '2015-01-03', 'florochoa98@net.zonerig.com', '0', '', 'http://games.waizon.com/profile/766149/quyenkernvf/', '', '', '', '2', '0', 'Junior Member', '0', '1420301729', '0', '1420301729', '1420420128', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-10-1984', '1984-11-10', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'Q\'uXFJy@X@`xP`Kb^/5]+rwrskuOoU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10451', '2', '', '0', 'JoieMRCKpq', '98bc4132eae57dc41a2dc62e6e159043', '2015-01-03', 'joieemert99@net.zonerig.com', '0', '', 'http://www.light4america.com/profile.php?u=WPUMinniexk', '', '', '', '2', '0', 'Junior Member', '0', '1420301879', '0', '1420301879', '1420429054', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1982', '1982-02-22', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'G{M-B<|%E$]HH~hEdu.3t+;^{6-IT2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10452', '2', '', '0', 'GraigWIFrq', '1d326ed619ddc50c7642d1bd76a9e690', '2015-01-03', 'graigwunderly7@net.zonerig.com', '0', '', 'http://www.eglendir.com/mobil/profile.php?u=WillyNAIprj', '', '', '', '2', '0', 'Junior Member', '0', '1420302317', '0', '1420302317', '1420429059', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-05-1972', '1972-07-05', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', ')P}\'TD+3kR3UwwK\',A1F!-[.V1?l-M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10453', '2', '', '0', 'JulianGove', 'db0c8b328672aad7b2917304158353d6', '2015-01-03', 'julianagovett@net.zonerig.com', '0', '', 'http://montauban.bayardserviceweb.com/author/Valenc78I', '', '', '', '2', '0', 'Junior Member', '0', '1420302404', '0', '1420316247', '1420465012', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-26-1974', '1974-09-26', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'QqFd]xv4qn^wy~*@!7{.l-LY:x*OuX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10454', '2', '', '0', 'SherrieVek', '623b34680b8e00d1ff788587b8f96a97', '2015-01-03', 'sherriemoffit92@net.zonerig.com', '0', '', 'http://www.pmr.idknet.com/wiki/index.php/Blocking_Protein_Could_Cause_Brand-New_Oral_Cancer_Treatmen', '', '', '', '2', '0', 'Junior Member', '0', '1420304589', '0', '1420428899', '1421786168', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-02-1972', '1972-01-02', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'fl&;eQB8CxA\"sb-HXOg3gKwG[7s)LN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10455', '2', '', '0', 'Kirby41Pey', 'e5b57755a86b754df9b114c6d9a28a93', '2015-01-03', 'kirbyherrington44@net.zonerig.com', '0', '', 'http://index.angigosipun.org/guestbook/396093', '', '', '', '2', '0', 'Junior Member', '0', '1420304709', '0', '1421146196', '1421412606', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-18-1981', '1981-02-18', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '}p9AiZB]=O&t}m(e:!.u8#}dPEwkqG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10456', '2', '', '0', 'RogeliYUZ', 'b325bb40f7906281c46787ab79cde1f5', '2015-01-03', 'rogeliomclean26@net.zonerig.com', '0', '', 'http://www.icecreamgames.org/profile/870250/AbbeyRenner.html', '', '', '', '2', '0', 'Junior Member', '0', '1420305238', '0', '1420305238', '1420468986', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-25-1982', '1982-12-25', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', ':;5Oh+}OT_(w-[,V2&CMM@I\\SgHe5&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10457', '2', '', '0', 'MickiPonti', 'ca5bbba0987fac2ebd599a343ab7bec2', '2015-01-03', 'mickipontiff6@net.zonerig.com', '0', '', 'http://www.cologames.com/profile/964793/DomingaAlic.html', '', '', '', '2', '0', 'Junior Member', '0', '1420306103', '0', '1420306103', '1420467639', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-05-1970', '1970-10-05', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '-U@IRoE}gZ,00E_31M_|q~7$j=b^)\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10458', '3', '', '0', 'ArielPNTi', 'd6f2d461e7c858c80cca2a101e26970f', '2015-01-03', 'jarrodcarvosso744@mailcatch.com', '0', '', 'http://www.reddit.com/r/cheatsmania/related/2r7ez4/enoochow_to_hack_game_of_war_fire_age_just_visit/', '', '', '', '2', '0', 'Junior Member', '0', '1420312333', '0', '1420312333', '1420320148', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-09-1977', '1977-02-09', '-1', '-1', '192.3.162.186', '0', '1', '', '0', '0', '-1', '0', '0', 'yA9O&#a,P-:`X-Dkf#&MYBuJr!*Xan', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10459', '3', '', '0', 'WRUDarrel', '634c56e2f6cc4cf34aba1e4b4d9ef99b', '2015-01-03', 'darrelsear@street.hammerwin.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420316097', '0', '1420316097', '1420316097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '68.65.253.62', '0', '1', '', '0', '0', '-1', '0', '0', 'F\"T}6eYwPVzZx/siwT`bS0N`GVsH[m', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10460', '2', '', '0', 'MartaHutto', '46760a3fbd6503618b9a195acdb84fea', '2015-01-03', 'marta-hutto77@cjet.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420317156', '0', '1420317156', '1420317156', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.112.216', '0', '1', '', '0', '0', '-1', '0', '0', '\"];8=@EyX((?/pX~v)ZZZX/>ajQk67', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10461', '3', '', '0', 'Max17Kcrdf', '40835cbf9f269ca72ddc5a4e81ecc8fe', '2015-01-04', 'cleozelman@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=po5EKzAOuFI', '', '', '', '2', '0', 'Junior Member', '0', '1420331350', '0', '1420331350', '1420334156', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-14-1978', '1978-01-14', '-1', '-1', '198.52.229.228', '0', '1', '', '0', '0', '-1', '0', '0', 'I1`yX{p&H[UnF*FQH\';Lmw,C5?69;9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10462', '3', '', '0', 'DulcieGras', '7a890db093ad32b32d879e655e292bba', '2015-01-04', 'dulcie.grasby59@18cutes.com', '0', '', 'http://www.blackebonycams.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420342608', '0', '1420342608', '1420349840', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-19-1979', '1979-10-19', '-1', '-1', '5.153.237.240', '0', '1', '', '0', '0', '-1', '0', '0', 'zH)cPh?Y5&\"|<}EhEb`{Lsl5A[J+3B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10463', '3', '', '0', 'WhitneyBir', '2e0bf47f07d76458e2ffdb9f31e9107f', '2015-01-04', 'prakeric.har.d@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420346133', '0', '1420346133', '1420346133', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.187.76.59', '0', '1', '', '0', '0', '-1', '0', '0', 'v\"cQu:eYSd<.e/Y[J.\\-yg|en$EC;)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10464', '3', '', '0', 'DeidreJarv', '113c9d7288f3c9c530a7d7fc13395bd5', '2015-01-04', 'lucyabdul6552@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420351009', '0', '1420351009', '1420351009', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '112.18.181.111', '0', '1', '', '0', '0', '-1', '0', '0', 'p[TX6NrzPc.Q.s:$R_cDs9A`oHnx^@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10465', '3', '', '0', 'GHQMeiflut', '99765b432c53fa904e85033e962a04d6', '2015-01-04', 'mei.gall78@localworkerscompensation.com', '0', '', 'https://twitter.com/Thicker_Penis', '', '', '', '2', '0', 'Junior Member', '0', '1420351055', '0', '1420351055', '1420354415', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-18-1976', '1976-03-18', '-1', '-1', '192.3.166.2', '0', '1', '', '0', '0', '-1', '0', '0', '3J{/z_7XOyH5YoO-7myM9,~w6dyr-)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '366', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10467', '2', '', '0', 'Ramon9395y', 'dd819bf2f488f6c40f6c62d173ad3373', '2015-01-04', 'an.g.e.l.a.n.ge.l.j.os.e.jos.e2@gmail.com', '0', '', 'https://www.facebook.com/pages/Google-Play-Gift-Card-Code-Generator-Download/341258306021598', '', '', '', '2', '0', 'Junior Member', '0', '1420352468', '0', '1420352468', '1420352496', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-09-1976', '1976-11-09', '-1', '-1', '192.3.60.236', '0', '1', '', '0', '0', '-1', '0', '0', 'kE+l5[EH{EEgg\"SBR{I@-6/JX#Os0OZPsk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10469', '3', '', '0', 'Krystal95L', '424580d2332d36ad3c437b2409f96aed', '2015-01-04', 'krystalbevan32@net.zonerig.com', '0', '', 'http://ithistoria.se/node/3190', '', '', '', '2', '0', 'Junior Member', '0', '1420353807', '0', '1420378380', '1421385485', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-28-1985', '1985-05-28', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'X((ld[\\bat)#cbF]:?vCaVcK+K\'9n7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10470', '3', '', '0', 'Chi37Jpsf', '237aa6fa2430139c3e61ae570f23874d', '2015-01-04', 'chi.knowles15@andrew-blog.info', '0', '', 'https://twitter.com/Thicker_Penis/status/551219979274567681', '', '', '', '2', '0', 'Junior Member', '0', '1420354486', '0', '1420354486', '1420357265', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-27-1980', '1980-09-27', '-1', '-1', '107.182.116.143', '0', '1', '', '0', '0', '-1', '0', '0', '11$yXfk&G|E|{pWfAI$nF|DQ3C=f$Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10471', '3', '', '0', 'SiennaRanc', '44096b0237b12c7df1678a92c3d57b00', '2015-01-04', 'sienna-rancourt@localfinancialplanningadvisors.com', '0', '', 'https://twitter.com/Bigger_Penis_/status/551153891497500672', '', '', '', '2', '0', 'Junior Member', '0', '1420359513', '0', '1420359513', '1420362203', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-16-1970', '1970-10-16', '-1', '-1', '198.12.91.187', '0', '1', '', '0', '0', '-1', '0', '0', 'i`Y\"Fq$uEyby\\rp-$(:c^XpFus7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10473', '3', '', '0', 'KarmaMace', '02990e92907dfe5a7737fa3150b7edbf', '2015-01-04', 'lucietorrence8416@mailcatch.com', '0', '', 'http://www.pre-hackedgames.net/psn-code-generator-free-psn-codes/', '', '', '', '2', '0', 'Junior Member', '0', '1420360915', '0', '1420360915', '1420476676', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-25-1985', '1985-01-25', '-1', '-1', '192.240.198.78', '0', '1', '', '0', '0', '-1', '0', '0', 'a~NV0\'P,=4cg2_-g\"acvB^[sg\\?&V\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10474', '2', '', '0', 'ElliotAEQR', '30da48850186618020427fa23561bbf6', '2015-01-04', 'elliottvanburen8@net.zonerig.com', '0', '', 'http://www.moarcade.com/profile/hermanwithn', '', '', '', '2', '0', 'Junior Member', '0', '1420364883', '0', '1421584172', '1422160000', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-22-1971', '1971-11-22', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '?[t:$6iw1?Qi@#\\Dt1Q\\!%K7ahog~h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10475', '3', '', '0', 'GordonFoll', '516113eeae99e47aeba1fe39bc6883d6', '2015-01-04', 'prakeric.h.a.rd@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420365174', '0', '1420365174', '1420365174', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.187.76.59', '0', '1', '', '0', '0', '-1', '0', '0', '?E-F:z@{u{!ge3kn8[LS1RgIsn+p>C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10476', '3', '', '0', 'JorjaLindo', '3434b64ff7c98c1d2130a079fd583071', '2015-01-04', 'christopercharlton4572@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420365997', '0', '1420365997', '1420365997', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.187.76.91', '0', '1', '', '0', '0', '-1', '0', '0', '=y3EA2BCgp]^z@|C+vnc0*!Z\'ogKfn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10477', '2', '', '0', 'ViolaPolk', 'dc169a619d2c888c8393ba045dbc0df9', '2015-01-04', 'prakerichar.d@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420366594', '0', '1420366594', '1420366594', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.187.76.59', '0', '1', '', '0', '0', '-1', '0', '0', 'KMA,4V`pl1K;-B~F$U>{rEPGfzSX~&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10478', '3', '', '0', 'RainaNeuma', 'c28d2d605cac37ee703db8e54abb195e', '2015-01-04', 'rainaneuman@best.zonerig.com', '0', '', 'http://V.gd/4OqhbO', '', '', '', '2', '0', 'Junior Member', '0', '1420369358', '0', '1420369358', '1420377529', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1980', '1980-10-01', '-1', '-1', '23.232.151.3', '0', '1', '', '0', '0', '-1', '0', '0', ':hYXI=ysZ^si@K81otj5x`p84!bw$#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10479', '2', '', '0', 'AveryEwenq', '57764686f33f48d31b16c4b427a3c1c4', '2015-01-04', 'forhad883@bracmen.co.uk', '0', '', 'http://www.reddit.com/r/newreddits/comments/2od3dj/home_office_furniture_nz/', '', '', '', '2', '0', 'Junior Member', '0', '1420376829', '0', '1420376829', '1420377120', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-24-1979', '1979-06-24', '-1', '-1', '167.160.109.174', '0', '1', '', '0', '0', '-1', '0', '0', 'j-mos{vmaA|=x$Ssh]}/wOH%E^9]w_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10480', '3', '', '0', 'SabinaHaro', '8eb04d746992f55c9f47b994ef215c27', '2015-01-04', 'bessiebourne9135@mailcatch.com', '0', '', 'http://www.reddit.com/r/cheatsmania/related/2r7ez4/enoochow_to_hack_game_of_war_fire_age_just_visit/', '', '', '', '2', '0', 'Junior Member', '0', '1420382527', '0', '1420382527', '1420389810', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-04-1972', '1972-12-04', '-1', '-1', '192.3.163.164', '0', '1', '', '0', '0', '-1', '0', '0', '8KL*o^[0l[nn4>{naPH\">j9.aA}gBD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10481', '3', '', '0', 'HayleyHitt', '1b52f832daaa25fb1ad3133018a4e67a', '2015-01-04', 'elissaprevost@mailcatch.com', '0', '', 'http://www.reddit.com/r/cheatsmania/related/2r7ez4/enoochow_to_hack_game_of_war_fire_age_just_visit/', '', '', '', '2', '0', 'Junior Member', '0', '1420384306', '0', '1420384306', '1420391715', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-22-1985', '1985-12-22', '-1', '-1', '192.3.162.186', '0', '1', '', '0', '0', '-1', '0', '0', '4[=ic07:yG!1k1w:~G5],\'Z1Bu?K]R', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10482', '2', '', '0', 'JWJBebegag', '4cdf104d70985f9307a57eeebcc64a25', '2015-01-04', 'bebeprather53@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420384480', '0', '1420384480', '1420384480', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'KCc^j`1PIm{tupU{|d/ck=IVk4)*DT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10483', '2', '', '0', 'ValenciTFX', 'bf2d94ec06441e9f19f2280c43150523', '2015-01-04', 'stingylimbo26df10g@laposte.net', '0', '', 'http://bit.ly/1Bo77FQ', '', '', '', '2', '0', 'Junior Member', '0', '1420387300', '0', '1421253244', '1421549220', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-19-1972', '1972-02-19', '-1', '-1', '37.203.211.36', '0', '1', '', '0', '0', '-1', '0', '0', 'TZp\\0^}2ob9xff%<580e_>!uDB|)xi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '217', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10893', '3', '', '0', 'NannieSams', '75b22b24b2f059cb1d7aa28bb8d7cd88', '2015-01-14', 'estellasotelo@mailcatch.com', '0', '', 'http://the-accounts.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421256459', '0', '1421256459', '1421259339', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-19-1985', '1985-05-19', '-1', '-1', '196.196.20.70', '0', '1', '', '0', '0', '-1', '0', '0', '\"[As}pi2=n.q\"ANchrY*y`%U)=V;xs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10484', '3', '', '0', 'Mollie64Ol', '2f1130d3086bc51b921403ef14596729', '2015-01-04', 'mollie-wanliss@18cutes.com', '0', '', 'http://www.blackebonycams.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420387894', '0', '1420387894', '1420395238', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-20-1983', '1983-07-20', '-1', '-1', '46.22.215.230', '0', '1', '', '0', '0', '-1', '0', '0', '2\'42SAAYQN-37(S,olv)n-%Pb{P&kA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10485', '3', '', '0', 'EJCBrodie', '526d8b89601f6781148435f5e0154589', '2015-01-04', 'jessehanks3750@mailcatch.com', '0', '', 'http://www.reddit.com/r/cheatsmania/related/2r7ez4/enoochow_to_hack_game_of_war_fire_age_just_visit/', '', '', '', '2', '0', 'Junior Member', '0', '1420389914', '0', '1420389914', '1420397178', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-07-1972', '1972-12-07', '-1', '-1', '192.227.165.108', '0', '1', '', '0', '0', '-1', '0', '0', 'OnWswnpWJM3!J<1I\\>x?s9W}=>AE_4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10486', '3', '', '0', 'LiamJENHw', '3e2a6df909b4ea9d5ecc99ae35e5c4cc', '2015-01-04', 'perrydicks@mailcatch.com', '0', '', 'http://Www.Sanfranciscochinatown.com/history/1882exclusionact.htm', '', '', '', '2', '0', 'Junior Member', '0', '1420391044', '0', '1420391044', '1420478899', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-05-1971', '1971-10-05', '-1', '-1', '192.230.61.82', '0', '1', '', '0', '0', '-1', '0', '0', 'qgE~/223hl,L!j>}NI7Ie2R[,4jZu^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10487', '3', '', '0', 'LucretiVar', '50b7cb7f2f489ca5aa3699bbbef0d8d2', '2015-01-04', 'danibellew@mailcatch.com', '0', '', 'http://Www.Sanfranciscochinatown.com/history/1882exclusionact.htm', '', '', '', '2', '0', 'Junior Member', '0', '1420391839', '0', '1420391839', '1420478909', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-07-1977', '1977-01-07', '-1', '-1', '155.94.132.191', '0', '1', '', '0', '0', '-1', '0', '0', 'ZCAf1Pc3#J`hZ4bO^;#eM@b+-s)2y>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10488', '3', '', '0', 'FinlayHarr', '30d7a058f883981cd522f92f5bf56a5f', '2015-01-04', 'lottiemcculloch@mailcatch.com', '0', '', 'http://www.socioline.ru/pages/diskussiya-o-sotsiologii-na-sajte-ros', '', '', '', '2', '0', 'Junior Member', '0', '1420392032', '0', '1420392032', '1420478872', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-11-1972', '1972-08-11', '-1', '-1', '192.240.198.28', '0', '1', '', '0', '0', '-1', '0', '0', 'x3/nW=B4.+P8DFT0u\'A*$gJRg!i~h`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10489', '3', '', '0', 'DaniStines', '3caaf347cc15290da1c3334dd49171a1', '2015-01-04', 'samualfreud2743@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420393216', '0', '1420393216', '1420393216', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.61.82', '0', '1', '', '0', '0', '-1', '0', '0', '0F5\'5EggfD1vOk~%r;6r(VK!Z$rzb{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10490', '3', '', '0', 'KerstiDunl', 'bb8e65b86b4f6ea669267d52e0d689c7', '2015-01-04', 'kristenchick4833@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420393725', '0', '1420393725', '1420393725', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.181.78.99', '0', '1', '', '0', '0', '-1', '0', '0', 'uc1yg[Kiy}C.62TCY8+x*^O&a6F2{V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10491', '3', '', '0', 'ErickMolli', 'ec07e76bff9b354d9652be8c0f3c3a3d', '2015-01-04', 'erick.moll@localworkerscompensation.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420394050', '0', '1420394050', '1420394050', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.91.180', '0', '1', '', '0', '0', '-1', '0', '0', '?p0\"q*r&|cqg#3\"Pz#|xlx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10492', '3', '', '0', 'IlanaOShan', 'c896c7443e5512ac1e00f8617f07474d', '2015-01-04', 'cortezoshaughnessy9387@mailcatch.com', '0', '', 'http://hortusbotanicus.ru/?id=29', '', '', '', '2', '0', 'Junior Member', '0', '1420394507', '0', '1420394507', '1420475764', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-26-1976', '1976-08-26', '-1', '-1', '192.230.61.233', '0', '1', '', '0', '0', '-1', '0', '0', 'M@c~vA5y\\wpl$*E/-#(Q^yJ/dxN%~x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10493', '3', '', '0', 'EmoryPenne', '373f8ad43a5006ab1cbbf785a7780371', '2015-01-04', 'emory-penney25@localfinancialplanningadvisors.com', '0', '', 'http://www.academia.edu/8620034/How_To_Get_And_Make_Your_Penis_Longer_Bigger_Thicker_And_Wider_To_In', '', '', '', '2', '0', 'Junior Member', '0', '1420395113', '0', '1420395113', '1420397901', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-23-1976', '1976-01-23', '-1', '-1', '198.167.136.161', '0', '1', '', '0', '0', '-1', '0', '0', 'dz2@}tD-k&\\:O.F`^.cr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10497', '3', '', '0', 'ShaunZoxnr', '683f73af1624175774be0fd1a29e670f', '2015-01-04', 'prakerich.a.r.d@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420404271', '0', '1420404271', '1420404271', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '31.187.76.59', '0', '1', '', '0', '0', '-1', '0', '0', '.8L{(`?quXEGt9a$QTZB[]2z|n\\Udz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10498', '3', '', '0', 'MerissaKSK', 'f52b76bd5a5b747a4a0f64efc2414bbd', '2015-01-04', 'jamalluciano@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420407950', '0', '1420407950', '1420407950', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.162.186', '0', '1', '', '0', '0', '-1', '0', '0', 'TE\'\'A5%#olL#S:7GXXEPs(>6=dDn}X1xyWGy', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '201', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10504', '3', '', '0', 'MuhammMcQu', 'b6f8364f1202bea396bfaf0e09cba6d6', '2015-01-05', 'muhammad_mcquade18@andrew-blog.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420435130', '0', '1420435130', '1420435130', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.254.173', '0', '1', '', '0', '0', '-1', '0', '0', '$#91<9;R1Uev,C}%/uY5:Gb0cT>{A9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10505', '3', '', '0', 'KayEarnhar', '72d10fbed75d06c510c56d6f06740c23', '2015-01-05', 'kay-earnhardt45@andrew-blog.info', '0', '', 'https://twitter.com/Thicker_Penis/status/551870464839393281', '', '', '', '2', '0', 'Junior Member', '0', '1420435502', '0', '1420435502', '1420437874', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1985', '1985-08-05', '-1', '-1', '5.226.174.37', '0', '1', '', '0', '0', '-1', '0', '0', 'kII3@&_|CO&Zgb+.Z{c{y|:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '137', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('12446', '2', '', '0', 'MarianWand', 'a13abdedace46215111b224775c3cb48', '2015-02-20', 'vip_gizmokar1971@mail.ua', '0', '', 'http://mattfeshbach.com/matt-feshbach-reuters-interview/', '', '', '', '2', '0', 'Junior Member', '0', '1424436058', '0', '1424436058', '1424436525', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-27-1979', '1979-01-27', '-1', '-1', '167.160.107.87', '0', '1', '', '0', '0', '-1', '0', '0', 'Fp=qWL6>y`L}Puw=d,cPX|#i\'V\'Ii5oe&#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10512', '2', '', '0', 'KatjaWegen', 'b52737a95cf2d5fd4bbf4040b9229669', '2015-01-05', 'a.a.ro.nd.i.v.a.sdew@twitteold.info', '0', '', 'http://youtube.com/watch?v=MIRbm2-owRc', '', '', '', '2', '0', 'Junior Member', '0', '1420477201', '0', '1420477201', '1420477562', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-15-1981', '1981-09-15', '-1', '-1', '104.128.23.149', '0', '1', '', '0', '0', '-1', '0', '0', 'eh{\\HG>8-8.n#E_h5|`EHf@\',P7[qg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10513', '2', '', '0', 'LorenzaStu', 'ac30cbae184150cebc85e762168a184e', '2015-01-05', 'bashfulcategoryd2h@ovi.com', '0', '', 'https://www.youtube.com/watch?v=-ud2fO0pTyQ', '', '', '', '2', '0', 'Junior Member', '0', '1420477659', '0', '1420477659', '1420478535', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1975', '1975-12-27', '-1', '-1', '107.161.83.146', '0', '1', '', '0', '0', '-1', '0', '0', 'kN80RA!1\'kBWY8G,04,s!zCngRMi>^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10514', '3', '', '0', 'DennisVerd', '7864b46c2ea83d4438416314c9d22583', '2015-01-05', 'jumbledcoward388ed64@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420478919', '0', '1421847200', '1421848499', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-05-1983', '1983-12-05', '-1', '-1', '23.232.255.183', '0', '1', '', '0', '0', '-1', '0', '0', '_0XLO8Gt8%9#CjzJEW)k&GC_OL,!e-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '212', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10515', '3', '', '0', 'FawnSodema', '22daa3c8e9cf931cf8f82f0e1909b027', '2015-01-05', 'duaneranford405@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420487399', '0', '1420487399', '1420487399', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.218.197.198', '0', '1', '', '0', '0', '-1', '0', '0', 'JbW/\"NR#1vley=mdaQ+9wsb\"K++{5s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10516', '3', '', '0', 'KalaQualls', '24633ae3a75c411de6ea7b5ffc7f4f79', '2015-01-05', 'alfonzoperkins@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420488343', '0', '1420488343', '1420488343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.255.78.222', '0', '1', '', '0', '0', '-1', '0', '0', 'wT!>&rIal\'dv71->Lwl5peDm7N\\nSE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10517', '2', '', '0', 'DByerly', '1c7da76d1ffa3992a45596188d67ebba', '2015-01-05', 'incandescentglo55@mail.bg', '0', '', 'http://ctslife.com/groups/a-numerous-options-to-select-from-when-choose-the-mold-removal-product/', '', '', '', '2', '0', 'Junior Member', '0', '1420488854', '0', '1420488854', '1420489753', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-21-1980', '1980-05-21', '-1', '-1', '209.161.104.49', '0', '1', '', '0', '0', '-1', '0', '0', 'tQQP9ixg|]$u%pxdVo)=2V/P9rA[0:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10518', '3', '', '0', 'MadieCable', '5cc0390066bdc1b90ceefa6ed1574f1e', '2015-01-05', 'sloppyvoodoo83vo23o@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420492178', '0', '1421844992', '1421846557', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-13-1976', '1976-09-13', '-1', '-1', '23.232.197.253', '0', '1', '', '0', '0', '-1', '0', '0', '$9\"ZK7*3H7\'Z\'d;[}l&fGK^G5VPXq0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10519', '3', '', '0', 'SilviaMire', 'dfee06fab5cbbeeaf0afd846d65f5fe0', '2015-01-05', 'silviamireles88@net.zonerig.com', '0', '', 'http://www.templebethsholomfl.org/UserProfile/tabid/43/userId/72735/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420494096', '0', '1420494096', '1420786229', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-13-1981', '1981-11-13', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '1M$!{;(&JIF(;A1=4\"WMI:jGmpOh}d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '306', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10520', '3', '', '0', 'Laurel33Sf', 'ca5d2783c010eadf5525b63b6aa6de1b', '2015-01-05', 'tristanolney@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420494469', '0', '1420494469', '1420494469', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.182.116.177', '0', '1', '', '0', '0', '-1', '0', '0', 'pga{!tx.rcHTp]j{teu\'C@f_z#!Q/$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10521', '3', '', '0', 'UweO33rzn', '782018aacb44158bd59b302886cc05e4', '2015-01-05', 'stephaniekaler2265@mailcatch.com', '0', '', 'http://sudada.co.kr/bbs/?document_srl=528270', '', '', '', '2', '0', 'Junior Member', '0', '1420494608', '0', '1420494608', '1420496849', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-06-1980', '1980-07-06', '-1', '-1', '223.85.104.112', '0', '1', '', '0', '0', '-1', '0', '0', 'f>^f4>x1+!e?Fci6!+3l`em5#IsLy1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '821', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10522', '2', '', '0', 'TTesterma', '88192cc197061d82753533d5957aa813', '2015-01-05', 'womanlypulp7834@mail.bg', '0', '', 'http://chefslist.me/author/lebyron/', '', '', '', '2', '0', 'Junior Member', '0', '1420494884', '0', '1420494884', '1420495759', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-02-1973', '1973-05-02', '-1', '-1', '23.247.182.10', '0', '1', '', '0', '0', '-1', '0', '0', 'c:AtEA[cg?M|@X1-:uzNwDBE>Sc~$_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10523', '3', '', '0', 'SkyeRandal', 'd2c24cad9465be29341c80a6a4d91678', '2015-01-05', 'tanmold555045@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420497278', '0', '1421846667', '1421849782', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1972', '1972-09-28', '-1', '-1', '23.232.255.183', '0', '1', '', '0', '0', '-1', '0', '0', '=P$$iNM)\"\\!eF85R-8R5\\Q^rTkeqM0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '219', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10524', '2', '', '0', 'SHardesty', '36a7daab1ca7b92cf7dc3741db23b6bd', '2015-01-05', 'tastefulgoverno85@mail.bg', '0', '', 'http://www.zannunci.com/compravendi/baratto/mold-removal-why-its-critical-now_21153', '', '', '', '2', '0', 'Junior Member', '0', '1420498880', '0', '1420498880', '1420499772', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-08-1978', '1978-09-08', '-1', '-1', '104.128.27.21', '0', '1', '', '0', '0', '-1', '0', '0', 'o@2H=Fa>ocXiT4$zR)&\\|0>X(#6-A8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10526', '2', '', '0', 'KEADV', 'b7cfc26093040835a8641b1564cc96d2', '2015-01-06', 'nostalgiccore4740@mail.bg', '0', '', 'http://ofwakomagazine.com/classifieds/for-sale/everything-else/how-get-rid-of-mold-growth-from-speci', '', '', '', '2', '0', 'Junior Member', '0', '1420504539', '0', '1420504539', '1420505412', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-11-1979', '1979-01-11', '-1', '-1', '209.161.96.217', '0', '1', '', '0', '0', '-1', '0', '0', '!A_DmP1[LG:vRjEpWG%OC##Fs7GQRN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10527', '3', '', '0', 'LamontEvuy', 'a6e702e6a9af4bb6035d00b3633afe4b', '2015-01-06', 'lamontspeight55@best.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420505658', '0', '1420505658', '1420505658', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.53.215', '0', '1', '', '0', '0', '-1', '0', '0', '*Pv[`|Ago=OsAqW0_Ho~)Q4ib~\'|a{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10538', '2', '', '0', 'L10Y', 'f06b0b3b3fb6b3823a8cfddca540ba4c', '2015-01-06', 'aromaticshell987@mail.bg', '0', '', 'http://mackenzie5725.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420516339', '0', '1420516339', '1420517229', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-26-1981', '1981-02-26', '-1', '-1', '209.161.96.217', '0', '1', '', '0', '0', '-1', '0', '0', '$htx[Jvb$qh-GJY.mGm-mQ@b9Yv7k}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10528', '2', '', '0', 'VRUC', '69527af9094aa918547005ab7ba9e931', '2015-01-06', 'deeplydisaster562@mail.bg', '0', '', 'http://ctslife.com/groups/a-few-tips-on-safe-home-mold-removal-203386766/', '', '', '', '2', '0', 'Junior Member', '0', '1420507378', '0', '1420507378', '1420508229', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-02-1982', '1982-08-02', '-1', '-1', '209.161.103.68', '0', '1', '', '0', '0', '-1', '0', '0', '?T\'+<.S)hQLnKaS&3y.#qvysz>#}lh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10530', '2', '', '0', 'GTGS', '734bb94eaf890593587f733656b588b3', '2015-01-06', 'halfnationality25@mail.bg', '0', '', 'http://www.thc.wiki/groups/car-shopping-assistance-you-have-to-have/', '', '', '', '2', '0', 'Junior Member', '0', '1420508117', '0', '1420508117', '1420509030', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1972', '1972-12-11', '-1', '-1', '209.161.103.68', '0', '1', '', '0', '0', '-1', '0', '0', '2J3L378vKVD#1t_[aPdbtEBMu`RtK2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10531', '2', '', '0', 'KSalamanc', '4651536ba152578ae45a222ebd42cd17', '2015-01-06', 'heavenlyflaw5498@mail.bg', '0', '', 'http://nextgentrip.com/pg/profile/Lindsay48', '', '', '', '2', '0', 'Junior Member', '0', '1420509397', '0', '1420509397', '1420510271', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-27-1978', '1978-01-27', '-1', '-1', '209.161.103.68', '0', '1', '', '0', '0', '-1', '0', '0', 'nIPaanF`+YqH\\vNY18XX!=pZkY}YJ\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10532', '3', '', '0', 'France16O', '5b0e768dd9c79da18d007905e7ed6099', '2015-01-06', 'victoriousclust6x101@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420509454', '0', '1421841662', '1421843972', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-13-1976', '1976-08-13', '-1', '-1', '23.247.139.194', '0', '1', '', '0', '0', '-1', '0', '0', 'WAe$v+\')!ecb6IF,mgXdI,Ys=gQx(Z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10533', '2', '', '0', 'S49G', '748ac748300cfb5a743d68716f6d5ff0', '2015-01-06', 'vigorousphiloso36@mail.bg', '0', '', 'http://marketads.eu/classifieds/jobs/arts-entertainment-publishing/how-to-hire-a-mold-remediation-co', '', '', '', '2', '0', 'Junior Member', '0', '1420509903', '0', '1420509903', '1420510888', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1971', '1971-06-25', '-1', '-1', '209.161.103.68', '0', '1', '', '0', '0', '-1', '0', '0', ',:Ug>bSOka${|z+=N-@gWe;L.hitJs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10534', '2', '', '0', 'BSandes', 'aba0072c9c03af2ca57dfb64e75192b1', '2015-01-06', 'neighborlypants62@mail.bg', '0', '', 'http://www.waviz.com/edunetcafe/classes/tutoring-private-lessons/how-to-eliminate-black-mold-from-co', '', '', '', '2', '0', 'Junior Member', '0', '1420511245', '0', '1420511245', '1420512127', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1972', '1972-09-19', '-1', '-1', '23.232.235.141', '0', '1', '', '0', '0', '-1', '0', '0', '6:dsfPx]FZQaHaaw}xW\'BU1d_f}%VK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10535', '3', '', '0', 'FrancinRob', '4378ec945a10232cc180d6c6f3303838', '2015-01-06', 'henrypipkin@trash-mail.com', '0', '', 'http://www.ustream.tv/channel/watch-taken-3-online-full-movie-streaming', '', '', '', '2', '0', 'Junior Member', '0', '1420512439', '0', '1420512439', '1420519749', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1972', '1972-08-05', '-1', '-1', '198.52.255.226', '0', '1', '', '0', '0', '-1', '0', '0', 'lxU7.2DjP2@lxM0#1cqS~^zpv2Ntzl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10536', '2', '', '0', 'E54M', '20d79206a0c47c6a0b0c703356d84098', '2015-01-06', 'organichangover95@mail.bg', '0', '', 'http://www.fridayad.in/for-sale/barter/how-remove-black-mold_i37078', '', '', '', '2', '0', 'Junior Member', '0', '1420512841', '0', '1420512841', '1420513693', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1984', '1984-08-18', '-1', '-1', '23.232.235.28', '0', '1', '', '0', '0', '-1', '0', '0', 's(C^WU~ENLUQ\\:C09#,*x>Xn9F/\"-%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10537', '3', '', '0', 'ChelseIngh', 'ddf9a65eaf894e67bf11c86b80c84edc', '2015-01-06', 'chelsey_ingham@beautywellnessfestival.com', '0', '', 'http://www.koreanerberlin.com/www/xe/index.php?mid=sub_4_5&listStyle=webzine&document_srl=35', '', '', '', '2', '0', 'Junior Member', '0', '1420513693', '0', '1420513693', '1420516772', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-18-1974', '1974-04-18', '-1', '-1', '196.203.228.246', '0', '1', '', '0', '0', '-1', '0', '0', 'cx_*G-^xhxEqrs;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10541', '2', '', '0', 'VLuciano', '17aa5c705f96418b399645ea38c5ed11', '2015-01-06', 'inconclusiveoff16@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420517484', '0', '1420517484', '1420517484', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.96.217', '0', '1', '', '0', '0', '-1', '0', '0', 'AqWoP&\\k_U({/lB?Tf8Coy=m\\8N,Q/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10542', '3', '', '0', 'Patric8269', 'facb7dd48eb60d417d301d483476b3d5', '2015-01-06', 'patricesalaam@best.zonerig.com', '0', '', 'http://www.makersofmusic.com/profile/significance-employing-proxy-websites', '', '', '', '2', '0', 'Junior Member', '0', '1420520594', '0', '1420520594', '1420960701', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-04-1980', '1980-07-04', '-1', '-1', '204.44.112.74', '0', '1', '', '0', '0', '-1', '0', '0', ',@bL~zp+(c5c9?_<{d^7vZ^_VQrI_[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10549', '3', '', '0', 'ChiquiPerr', '2850426d80da71a28eac40a832f45d38', '2015-01-06', 'tabooleader35gf48l@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420549240', '0', '1421844846', '1421846682', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-02-1972', '1972-04-02', '-1', '-1', '204.44.113.140', '0', '1', '', '0', '0', '-1', '0', '0', '{N\\Z6*L*w=\\sYOnQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10546', '3', '', '0', 'MyrtisMans', '824a7b76284342621b420e0f8ebb9f1b', '2015-01-06', 'myrtis-manson75@beautywellnessfestival.com', '0', '', 'http://www.ucdeal.com/blogs/45367/112249/the-philosophy-of-viagra-skutki', '', '', '', '2', '0', 'Junior Member', '0', '1420538276', '0', '1420538276', '1420541234', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-26-1972', '1972-12-26', '-1', '-1', '89.96.105.58', '0', '1', '', '0', '0', '-1', '0', '0', 'HQ_UT?bF.t,u&-jF\"YAp.Wm]vdsd=]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10547', '3', '', '0', 'GroverPerr', '9bfeaafd2cbec3f9259417f614a78edc', '2015-01-06', 'groverperrin12@net.zonerig.com', '0', '', 'http://www.templebethsholomfl.org/UserProfile/tabid/43/userId/18592/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420541086', '0', '1420541086', '1420678635', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-27-1983', '1983-05-27', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '$qsWUKyiv(WI}:g:_II:3R~#@f%dh1Sk}n-#-D[Rh]Qlzml5c\'BIv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '235', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10892', '3', '', '0', 'TanyaMatte', '7fe154fb28411c4cd1484084560a44dc', '2015-01-14', 'adalbertogether8935@mailcatch.com', '0', '', 'https://vimeo.com/116755023', '', '', '', '2', '0', 'Junior Member', '0', '1421252446', '0', '1421252446', '1421254972', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-06-1972', '1972-01-06', '-1', '-1', '117.139.39.4', '0', '1', '', '0', '0', '-1', '0', '0', 'G2g6vV8b77H|~~\'jBORdMrzE6v_.qo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10558', '2', '', '0', 'JeanniMehl', 'b1c1d34b337c7fcd6b8d6828e603c67a', '2015-01-06', 'zah.o.pok@gmail.com', '0', '', 'http://clearskinmaxfrance.fr/', '', '', '', '2', '0', 'Junior Member', '0', '1420578258', '0', '1420578258', '1420588282', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-12-1970', '1970-01-12', '-1', '-1', '213.184.127.43', '0', '1', '', '0', '0', '-1', '0', '0', 'iRrscJ9`s4GUzz89c/eVwJ$AXi;K6_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10554', '3', '', '0', 'NSprague', '5ce8e68656f46d13d736a1938c54fdb6', '2015-01-06', 'denesecerda4576@spambog.com', '0', '', 'http://www.ustream.tv/channel/people-s-choice-awards-2015-live-stream-online', '', '', '', '2', '0', 'Junior Member', '0', '1420573046', '0', '1420573046', '1420580256', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-14-1984', '1984-12-14', '-1', '-1', '172.245.226.219', '0', '1', '', '0', '0', '-1', '0', '0', '6j]}RxH;IgY/l+Pd]NMXQf$s7&Fw*#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10553', '3', '', '0', 'Cleta1334w', '075cc928cb7e8d872bf24e0f0a3d5a34', '2015-01-06', 'cletaacker52@scholar.pixymix.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420569765', '0', '1420569765', '1420569765', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.92.169', '0', '1', '', '0', '0', '-1', '0', '0', 'ayqlYZ**!raE*$+nkCE_SJpy?Gix1s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10555', '2', '', '0', 'PatLemieux', 'f304c15348846700800d6ff1f8481a87', '2015-01-06', 'zahopok@gmail.com', '0', '', 'http://clearskinmaxfrance.fr/', '', '', '', '2', '0', 'Junior Member', '0', '1420575894', '0', '1420575894', '1420583121', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-03-1976', '1976-12-03', '-1', '-1', '213.184.127.43', '0', '1', '', '0', '0', '-1', '0', '0', 'lpmLXP*Pr[I8\\!+cMWg,MP!dyuQ3mQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10556', '3', '', '0', 'ThanhGrafb', 'ab6506cf5d14c1ecec4f83bffc6206b3', '2015-01-06', 'christimclerie@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420575962', '0', '1420575962', '1420575962', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.220.232.114', '0', '1', '', '0', '0', '-1', '0', '0', 'P6?I5uo.U/Wy6b,?x5wvR7GKbGE#f5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10557', '2', '', '0', 'RobertBach', '6e99b44235e2c62f3cdc1f1e76748bfb', '2015-01-06', 'z.a.h.o.p.o.k@gmail.com', '0', '', 'http://clearskinmaxfrance.fr/', '', '', '', '2', '0', 'Junior Member', '0', '1420576247', '0', '1420576247', '1420583443', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-06-1977', '1977-01-06', '-1', '-1', '213.184.127.43', '0', '1', '', '0', '0', '-1', '0', '0', '`)Rm]`EXu(c6\"x.wLE?v(f=*NQ{e|/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10559', '3', '', '0', 'BernarRaff', '24a19b6a7ed3157ea7dfc8f289ecf5bf', '2015-01-06', 'ashlyfreese9189@spambog.com', '0', '', 'http://www.youtube.com/watch?v=N-XSE2JzH8E', '', '', '', '2', '0', 'Junior Member', '0', '1420582164', '0', '1420582164', '1420584729', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1980', '1980-01-04', '-1', '-1', '162.244.14.104', '0', '1', '', '0', '0', '-1', '0', '0', 'D^e:Ip&c}SGtHh\"`+J;@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10576', '2', '', '0', 'MPesina', '049afe3c7943d06e3ac86fe9cda15e2e', '2015-01-07', 'boundlessattorn45@mail.bg', '0', '', 'http://www.haakhong.com/author/mophg/', '', '', '', '2', '0', 'Junior Member', '0', '1420621012', '0', '1420621012', '1420621871', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-12-1977', '1977-12-12', '-1', '-1', '209.161.96.79', '0', '1', '', '0', '0', '-1', '0', '0', '~BMJ!sFW2-qfUZo4Icv.?s6mX[Up\\@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10560', '2', '', '0', 'DaniHollin', '427135baa09d745e888dbd23a07df06d', '2015-01-07', 'akash83@goolen.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420590551', '0', '1420590551', '1420590551', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.113.107', '0', '1', '', '0', '0', '-1', '0', '0', '_0D=>aRP~!MjCrGL%sVXW_}y299$AOzU-{JPqC`s%S=5O~7S3Nb', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10562', '3', '', '0', 'CDZNellie', 'd026a60637e7b0fc466853b0c3932a46', '2015-01-07', 'illustriousdire2@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420592679', '0', '1420592679', '1420592679', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.210.82.197', '0', '1', '', '0', '0', '-1', '0', '0', '*\'BUI\'_,jYFU(K<75u0soffK+f,VrE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10564', '2', '', '0', 'MEcv', 'ee9d03f70836cfd7f179e9854efaf014', '2015-01-07', 'smalldogma8580@mail.bg', '0', '', 'http://www.familysurvivalgroup.com/may-handle-entire-heating-air-conditioning-problems-easily-help-i', '', '', '', '2', '0', 'Junior Member', '0', '1420604030', '0', '1420604030', '1420604897', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-30-1983', '1983-04-30', '-1', '-1', '104.128.29.158', '0', '1', '', '0', '0', '-1', '0', '0', 'JNMW}9;uQw:ta9On}^-@0z?5V&/c4u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10565', '3', '', '0', 'CharityEjq', 'e896dfb83e11fa56ccaec22ea31eb282', '2015-01-07', 'annettevassallo3348@mailcatch.com', '0', '', 'http://www.tvzza.com/go/?url=http://iogenmod.com/angry-birds-transformers-hack/', '', '', '', '2', '0', 'Junior Member', '0', '1420604208', '0', '1420604208', '1420608227', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-28-1983', '1983-10-28', '-1', '-1', '223.86.217.198', '0', '1', '', '0', '0', '-1', '0', '0', ',k]tFRm:b)W\\s>86r\"Pb.}\"X}!K>Xx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10566', '2', '', '0', 'GPenningt', '8a0dda892b66a1f299872db28ba83dda', '2015-01-07', 'sassydinner2289@mail.bg', '0', '', 'http://www.freeeddieconway.com/heating-repair-greer-sc-improves-efficiency/', '', '', '', '2', '0', 'Junior Member', '0', '1420605122', '0', '1420605122', '1420606000', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-30-1979', '1979-10-30', '-1', '-1', '209.161.110.208', '0', '1', '', '0', '0', '-1', '0', '0', '|bG&gM.:7A`oQXBO3v0,sz{B%~j4YI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10593', '3', '', '0', 'MereditStu', '82985d12c84805f9d7cb6a808a4739ee', '2015-01-07', 'dillonbellinger@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420656450', '0', '1420656450', '1420656450', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '97.68.217.2', '0', '1', '', '0', '0', '-1', '0', '0', '7Az\'xkv]4W26lt3;p+S&+u`e24\'/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10570', '2', '', '0', 'SHZSY', '66e23ad7ff32228dd1ae5075f503b4c4', '2015-01-07', 'steadfastquanti37@mail.bg', '0', '', 'http://bakjuno.com/2012/elgg/pg/profile/VPendleto', '', '', '', '2', '0', 'Junior Member', '0', '1420612012', '0', '1420612012', '1420612870', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-27-1983', '1983-01-27', '-1', '-1', '209.161.110.127', '0', '1', '', '0', '0', '-1', '0', '0', '+\'Je,/5!-D#(B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1537', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10595', '3', '', '0', 'TiaraWooll', '8ba4e767f542e5ec0b8ea251233efc1f', '2015-01-07', 'thinkabletheme4h6c90@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420660762', '0', '1421841644', '1421849848', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-07-1984', '1984-11-07', '-1', '-1', '23.232.255.182', '0', '1', '', '0', '0', '-1', '0', '0', '$oh0&Ltk<&D08{0}pld0A[Za6le>uP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '166', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10574', '3', '', '0', 'ZEKMoseswm', '77e1680e6ce14074b8c0f36fecb26862', '2015-01-07', 'delorisweatherburn@mailcatch.com', '0', '', 'http://Www.cci.zp.ua/index.php?lang=ru', '', '', '', '2', '0', 'Junior Member', '0', '1420615978', '0', '1420615978', '1420683544', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-09-1983', '1983-02-09', '-1', '-1', '155.94.132.191', '0', '1', '', '0', '0', '-1', '0', '0', '[ZbN_uu0y@#j>3&*sgGi;3YSF?$vZ>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10575', '2', '', '0', 'JacelynGum', 'd66c791f9801d192a8480b374fb7634a', '2015-01-07', 'jacelyngumm@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420617960', '0', '1420617960', '1420617960', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'q|(\\~-p?ufhQpDQ}u=_lNe;[io(eb8yT^FIT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10582', '3', '', '0', 'RochellWeh', '77df2610b481e6032efacc6fd8b2c442', '2015-01-07', 'aaronhamilton@ams007.com', '0', '', 'https://bitly.com/bundles/renovationloan/1', '', '', '', '2', '0', 'Junior Member', '0', '1420622863', '0', '1420733060', '1420736426', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-25-1978', '1978-08-25', '-1', '-1', '23.247.207.200', '0', '1', '', '0', '0', '-1', '0', '0', 'Vb|yW&#gLEBV.HoBP`eh1:eS0Tz#nx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '520', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10583', '8', '', '0', 'Noah7354rm', '1b3945f3fcd4715500dbf8460eb49178', '2015-01-07', 'terricurry@ams007.com', '0', '', 'https://bitly.com/bundles/renovationloan/1', '', '', '', '2', '0', 'Banned', '0', '1420623064', '0', '1422507126', '1434834132', '1420661355', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-19-1976', '1976-08-19', '-1', '-1', '23.247.207.200', '0', '1', '', '0', '0', '-1', '0', '0', 'X02U6yrroYA)oP\'op@VdgpS3y=5Iaj', '', '0', '82913', '0', '0', '0', '0', '', '0', '0', '', '1496', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10588', '3', '', '0', 'LakeshaTFH', '15545f9843a83818b8277b777e9472f9', '2015-01-07', 'kattiebales@mailcatch.com', '0', '', 'https://vimeo.com/115721654', '', '', '', '2', '0', 'Junior Member', '0', '1420640957', '0', '1420640957', '1420643109', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1970', '1970-03-19', '-1', '-1', '117.162.130.153', '0', '1', '', '0', '0', '-1', '0', '0', 'Hjj?e|*GAh1?nfG{S0gK[Xyg=3v-ii', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10584', '3', '', '0', 'RaymonU66', 'acc8460d95cedde2c32175cd0db757cb', '2015-01-07', 'toothsomemovie3hc311@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420636935', '0', '1421847370', '1421848294', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-21-1984', '1984-05-21', '-1', '-1', '23.232.197.253', '0', '1', '', '0', '0', '-1', '0', '0', '^\\>0JG,d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '142', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10587', '3', '', '0', 'VidaGaytan', '4702ce0a19e5e1c0fbe894f48432c3e9', '2015-01-07', 'quincyhoff@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=po5EKzAOuFI', '', '', '', '2', '0', 'Junior Member', '0', '1420639611', '0', '1420639611', '1420642201', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-20-1974', '1974-08-20', '-1', '-1', '198.52.229.241', '0', '1', '', '0', '0', '-1', '0', '0', '-m.s|{(71tTp^6th?/$KFEtIsGnIMQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10589', '3', '', '0', 'EnriqueU10', '4b4fc705bac92fc08f3efa2cf01e5981', '2015-01-07', 'rochellvalerio@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420641729', '0', '1420641729', '1420641729', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.198.89', '0', '1', '', '0', '0', '-1', '0', '0', 'CrE!D@Bl4ZZ?Vln|[+\'F#zZBwMovIz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10590', '3', '', '0', 'LeonoreBen', '85d8ed0c84083b1a969f694d6f062826', '2015-01-07', 'trickyflaw35cmj73@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420642440', '0', '1421847005', '1421848776', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-07-1983', '1983-11-07', '-1', '-1', '23.232.255.183', '0', '1', '', '0', '0', '-1', '0', '0', 'P^GY|jA.o7aXZG?lF&a=+S$1@{m1S/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '177', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10592', '3', '', '0', 'AidanBluet', '713b2f08e3489c46302dccf4b570c9da', '2015-01-07', 'volatileauger87hys66@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420649526', '0', '1421842784', '1421847420', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-15-1985', '1985-04-15', '-1', '-1', '23.232.197.191', '0', '1', '', '0', '0', '-1', '0', '0', 'HbU;yP\'G{^m}n5@~2x$4FSr/4*s%H&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '129', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10591', '3', '', '0', 'Hannel03L', 'b6b16b929da6c2f812fd000b6ac59957', '2015-01-07', 'thinkabletheme48in28@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420648950', '0', '1421834592', '1421847508', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-24-1972', '1972-06-24', '-1', '-1', '23.232.255.161', '0', '1', '', '0', '0', '-1', '0', '0', '{1(LI*PfgTUTju%Vx1_vUccGj]G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10601', '2', '', '0', 'D9848', 'c574b0dd65b8c2acaf7a58cc3688db95', '2015-01-07', 'woodenbarrel6034@mail.bg', '0', '', 'http://www.lodging-specials.com/residential-plumbing-and-sewer-lines-can-be-tricky/', '', '', '', '2', '0', 'Junior Member', '0', '1420674714', '0', '1420674714', '1420675564', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-26-1978', '1978-05-26', '-1', '-1', '23.232.235.60', '0', '1', '', '0', '0', '-1', '0', '0', ',Ln:sKqdeb4Lda\'vuGk#TZvI+v6w(+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10602', '3', '', '0', 'IngeKovach', 'ae3315a3d29e0b2150022c6abfcd2129', '2015-01-07', 'jacelynmacintyre@trash-mail.com', '0', '', 'https://dragonsworldcheatshack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1420674940', '0', '1420674940', '1420682143', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1977', '1977-11-20', '-1', '-1', '89.47.25.116', '0', '1', '', '0', '0', '-1', '0', '0', '@v2%yV6a\\N?Y.iYBnP~}>q&5oq?E3u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10603', '2', '', '0', 'C69G', 'e34c1f0a5aac4c23916ac8a1556c2890', '2015-01-07', 'hurriednymph584@mail.bg', '0', '', 'http://www.directorymanila.net/technology/2014/06/small-bulldozers-for-sale/', '', '', '', '2', '0', 'Junior Member', '0', '1420675003', '0', '1420675003', '1420675895', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-29-1977', '1977-06-29', '-1', '-1', '104.128.19.250', '0', '1', '', '0', '0', '-1', '0', '0', 'h0lJk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10605', '2', '', '0', 'CLauer', 'cf5ce4f993ce3c832720a565d53f7286', '2015-01-08', 'weakfuel6941@mail.bg', '0', '', 'http://theyouthvillage.org/groups-2/learn-how-to-handle-any-plumbing-problem/', '', '', '', '2', '0', 'Junior Member', '0', '1420676520', '0', '1420676520', '1420677498', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-24-1981', '1981-12-24', '-1', '-1', '104.128.27.58', '0', '1', '', '0', '0', '-1', '0', '0', '>9g}c=;R1!kxUG*BnQx\"HHe/2NRz(A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10606', '2', '', '0', 'EHDL', 'c97d15d8fbfd61096e251b7bca3a3183', '2015-01-08', 'chivalrousverdi22@mail.bg', '0', '', 'http://thegamificationworld.com/?p=126941', '', '', '', '2', '0', 'Junior Member', '0', '1420680907', '0', '1420680907', '1420681812', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-13-1970', '1970-06-13', '-1', '-1', '209.161.110.205', '0', '1', '', '0', '0', '-1', '0', '0', 'AjwywI%$~gJh|\'#uUBqEk\\zE=S:M?5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10607', '2', '', '0', 'MTkr', 'c402dd57b0b8056941b7ad30f59c3037', '2015-01-08', 'wearyarbiter439@mail.bg', '0', '', 'http://metaloffcut.com/author/dikennemer/', '', '', '', '2', '0', 'Junior Member', '0', '1420680951', '0', '1420680951', '1420681818', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-17-1973', '1973-04-17', '-1', '-1', '209.161.110.205', '0', '1', '', '0', '0', '-1', '0', '0', 'w^`z]HFFFLH<#j.GVjB{)u6U6KrvK)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10608', '3', '', '0', 'JacqueHorn', '8ab9e1fec6fe580142bee29df186ad20', '2015-01-08', 'jacquelinehorner@net.zonerig.com', '0', '', 'http://xmldataport.com/UserProfile/tabid/268/userId/235747/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420682004', '0', '1420786233', '1420964947', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-01-1978', '1978-04-01', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '$0s\\iECiv`&,_[YwWR;g\\OB[-K/@D1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10609', '3', '', '0', 'FinlayDent', '7bde19c1aaf81ba418d6275770f06e6e', '2015-01-08', 'finlaydenton85@net.zonerig.com', '0', '', 'http://www.tecnologiasimaginadas.com/ActivityFeed/MyProfile/tabid/57/UserId/51861/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420682340', '0', '1420682340', '1420786217', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-09-1978', '1978-03-09', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'lK,MQ)N\'lHVJRqGP6.~wOp$Zz)]>r(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10610', '2', '', '0', 'BWbo', '684b72c3e9ca8d30bfc4caf6335945a3', '2015-01-08', 'optimalcurator533@mail.bg', '0', '', 'http://dylan5978.wordpress.com/2014/06/03/yvette/', '', '', '', '2', '0', 'Junior Member', '0', '1420683897', '0', '1420683897', '1420684761', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-04-1980', '1980-07-04', '-1', '-1', '23.247.182.10', '0', '1', '', '0', '0', '-1', '0', '0', '+_@^PSJIZ$meZ/B`(d3jN+Zug5-\\S%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10611', '2', '', '0', 'B99E', '591737e8d1b5615725c5522405cea165', '2015-01-08', 'measlyunderdog373@mail.bg', '0', '', 'http://www.univisuals.co.uk/lead-in-drinking-water-just-how-can-lead-affect-your-your-well-being/', '', '', '', '2', '0', 'Junior Member', '0', '1420684188', '0', '1420684188', '1420685068', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-17-1983', '1983-04-17', '-1', '-1', '23.247.182.10', '0', '1', '', '0', '0', '-1', '0', '0', '$kVaTB.$ggsnIK*vON~J[t8**`#x&E9f9>;|Ea%YN\"*1YA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10613', '3', '', '0', 'AngelinPhi', '586a32d33a518d14a7d8542ab18142a6', '2015-01-08', 'angeline-philips@bloggingpremierleague.com', '0', '', 'http://www.link2connect.com/profile-1435484/info/', '', '', '', '2', '0', 'Junior Member', '0', '1420684301', '0', '1420684301', '1420689323', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-16-1973', '1973-12-16', '-1', '-1', '204.152.203.164', '0', '1', '', '0', '0', '-1', '0', '0', '~si*|J-vOR17jORhs5lNbmWrHxW|[V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10614', '3', '', '0', 'ChanaSelwy', '872a6d8c61e1392e93fb85dd86fabd52', '2015-01-08', 'pearlenebass@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420685144', '0', '1420685144', '1420685144', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.255.96.44', '0', '1', '', '0', '0', '-1', '0', '0', ':=:~%S,{R`F$)WDu^\\6$\\d}df-XnNK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10615', '3', '', '0', 'FlorriKxj', 'bb679e21bb4320e628d34c684584464f', '2015-01-08', 'annettecoombe@mailcatch.com', '0', '', 'https://vimeo.com/116213847', '', '', '', '2', '0', 'Junior Member', '0', '1420686421', '0', '1420686421', '1420688657', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-12-1977', '1977-07-12', '-1', '-1', '183.221.184.202', '0', '1', '', '0', '0', '-1', '0', '0', 'L>MrgHH$f\"c,[Ml83R:A4-1Z;o*29K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10616', '2', '', '0', 'RWREI', 'f654989f86d86b44c96037e65dc35b6f', '2015-01-08', 'protectiveshell17@mail.bg', '0', '', 'http://www.dev.adaptationlearning.net/scam-and-scheme-free-advertising-your-business-web-site', '', '', '', '2', '0', 'Junior Member', '0', '1420686424', '0', '1420686424', '1420687274', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-07-1983', '1983-12-07', '-1', '-1', '23.247.182.31', '0', '1', '', '0', '0', '-1', '0', '0', '&y^JrtneEIZh@QzCa5ZVSO.>cdpk(u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10965', '3', '', '0', 'MalcolmAsp', '75dc5ba03a218c30d8ebfdd14c6b0cb6', '2015-01-16', 'rosalindaeager@nonspammer.de', '0', '', 'http://atlantishacks.com/free-rp-codes-riot-points-rp-generator/', '', '', '', '2', '0', 'Junior Member', '0', '1421367162', '0', '1421367162', '1421369643', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-25-1975', '1975-02-25', '-1', '-1', '196.196.28.222', '0', '1', '', '0', '0', '-1', '0', '0', 'LTvB9a53Z]V9e4c7Ml', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10617', '2', '', '0', 'IVJC', '4c5bce2b80f1b190a7c6e1720b2623bd', '2015-01-08', 'melodicpreview780@mail.bg', '0', '', 'http://www.noleggioautoautista.com/?p=85', '', '', '', '2', '0', 'Junior Member', '0', '1420688332', '0', '1420688332', '1420689209', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-05-1974', '1974-06-05', '-1', '-1', '209.161.108.139', '0', '1', '', '0', '0', '-1', '0', '0', '$L#&}giz9z.AOPhbm[xBgcbHhIx@<{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10618', '3', '', '0', 'AlyceJRBg', 'fca06259220b5ac1e4df4535a22fb861', '2015-01-08', 'jadebeane@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420690892', '0', '1420690892', '1420690892', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.255.78.222', '0', '1', '', '0', '0', '-1', '0', '0', 'fRDx+,IS`/.ko\\t4Jt[pg.2wppkU}f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10619', '3', '', '0', 'JoniCqkvfq', 'd53aae84f8bb70c4e062d732c4e21ab7', '2015-01-08', 'miguelwarren9018@trash-mail.com', '0', '', 'https://dragonsworldcheatshack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1420690898', '0', '1420690898', '1420693163', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1973', '1973-05-06', '-1', '-1', '89.47.23.200', '0', '1', '', '0', '0', '-1', '0', '0', 'OgIidrB]=ZdI1U9/pFwG4Hb}sRUCYA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10620', '3', '', '0', 'ReginaHyme', '6a8bdd9e7024d4dfccf030833a8b7df8', '2015-01-08', 'roseannedickerson8320@mailcatch.com', '0', '', 'http://www.Rvb.ru/philologica/', '', '', '', '2', '0', 'Junior Member', '0', '1420691016', '0', '1420691016', '1422405148', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-19-1979', '1979-03-19', '-1', '-1', '155.94.132.191', '0', '1', '', '0', '0', '-1', '0', '0', '16KMp1u#f01XU)!hQbfF5=hn]\\xfyl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10621', '3', '', '0', 'JuanSwader', 'd7d4a407bb2b1264cd847d7a8d04e1f1', '2015-01-08', 'volatileauger872rh36@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420695403', '0', '1421843929', '1421849362', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-12-1980', '1980-01-12', '-1', '-1', '204.44.113.134', '0', '1', '', '0', '0', '-1', '0', '0', '`jQIgh{/1~Wt%;cuI&`b5dJ\\q$`v6{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10622', '3', '', '0', 'EstebanMac', '7adec68abff2a9ed2ca528d56978c0c8', '2015-01-08', 'hungryhail493460@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420695682', '0', '1421845473', '1421848225', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-14-1976', '1976-07-14', '-1', '-1', '23.247.139.212', '0', '1', '', '0', '0', '-1', '0', '0', 'O,<]<<52@Pu7yzv\\0\\(lN+MFAI871[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10623', '2', '', '0', 'OMoses', '6e956eab8161b898d87d337c1cd50d31', '2015-01-08', 'brashaffection365@mail.bg', '0', '', 'http://forexcafe.com/cafe/groups/tips-and-tricks-to-make-your-plumbing-job-run-smoother/', '', '', '', '2', '0', 'Junior Member', '0', '1420696084', '0', '1420696084', '1420696941', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-30-1980', '1980-08-30', '-1', '-1', '23.232.235.141', '0', '1', '', '0', '0', '-1', '0', '0', '@P{\\.hdf\"9$-%dHMK@\\%woX>~]yw~,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10624', '3', '', '0', 'GiusepMade', 'ca3c38fcdb93c3000532f4d7ede5b6aa', '2015-01-08', 'cortezmallard@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420696091', '0', '1420696091', '1420696091', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.24.105', '0', '1', '', '0', '0', '-1', '0', '0', '2Eu{,n9]%HYZPS?e(/wz-!zA1r!G;N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10625', '3', '', '0', 'LillianNew', 'b09b823a8c57df0c066eabd8e453ca28', '2015-01-08', 'lilliananewcomer@new.hammerwin.com', '0', '', 'http://www.bdpublicinfo.com/index.php?do=/profile-51617/info/', '', '', '', '2', '0', 'Junior Member', '0', '1420696374', '0', '1420696374', '1420699867', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-22-1981', '1981-07-22', '-1', '-1', '167.160.109.53', '0', '1', '', '0', '0', '-1', '0', '0', 'b\"j6x4bpuQ6;#aI/(w3DE+Qp\"UZSR^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10626', '3', '', '0', 'EvieM36doq', '6348b4348d9e0ee5caa789d5a1d379cd', '2015-01-08', 'otisshaw@ams007.com', '0', '', 'https://bitly.com/bundles/renovationloan/1', '', '', '', '2', '0', 'Junior Member', '0', '1420698775', '0', '1422504541', '1422511315', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1972', '1972-06-25', '-1', '-1', '23.247.207.132', '0', '1', '', '0', '0', '-1', '0', '0', 'c~f7ttVW&DeSlIoT2kHlegsgWhD/9B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '2524', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10627', '2', '', '0', 'YEichhorn', '294ff0421b5eedc36070e1bcafdda437', '2015-01-08', 'rabidretort1410@mail.bg', '0', '', 'http://www.highlife.biz/blogs/post/21453', '', '', '', '2', '0', 'Junior Member', '0', '1420702320', '0', '1420702320', '1420703174', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-06-1983', '1983-09-06', '-1', '-1', '209.161.103.29', '0', '1', '', '0', '0', '-1', '0', '0', 'DJSBRzBgz&}#:lApTt2_XjR&Nm!KJ-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10628', '2', '', '0', 'KCXG', 'c18e47945bad723318806f0b5851ac2f', '2015-01-08', 'judiciousfixati19@mail.bg', '0', '', 'http://rechtsanwaltmosbach.de/what-you-have-to-know-when-the-purchase-of-a-water-heater', '', '', '', '2', '0', 'Junior Member', '0', '1420702376', '0', '1420702376', '1420703236', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-23-1981', '1981-05-23', '-1', '-1', '209.161.103.29', '0', '1', '', '0', '0', '-1', '0', '0', '~V1`=mjI2Q{WDWYVH,~t\'#odb7e|@v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10629', '2', '', '0', 'QRTL', 'e064cdb8be03d1944a80f73c35acb72b', '2015-01-08', 'yummylawn3877@mail.bg', '0', '', 'http://karaoke.hatcavn.com/simple-strategies-of-the-performed-yourselfer-home-improvement/', '', '', '', '2', '0', 'Junior Member', '0', '1420703375', '0', '1420703375', '1420704255', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-13-1979', '1979-10-13', '-1', '-1', '23.232.176.225', '0', '1', '', '0', '0', '-1', '0', '0', 'U13g8zNkKYO+FcK$B6JPy8n;B6,6kc', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10630', '2', '', '0', 'JOsm', 'e7661682076e053e3fa9304baa1d6bd8', '2015-01-08', 'absorbingmagic892@mail.bg', '0', '', 'http://sso.calebsoft.us/groups/preparing-your-for-fall/', '', '', '', '2', '0', 'Junior Member', '0', '1420703466', '0', '1420703466', '1420704315', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-03-1971', '1971-11-03', '-1', '-1', '23.232.176.225', '0', '1', '', '0', '0', '-1', '0', '0', '-TXw!3H,X-V\\Ol\'!g?n#`&/vpq=4gt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10631', '2', '', '0', 'JRamer', '4ebf2c307bbe0835a21bc2daacfef160', '2015-01-08', 'spuriousquota5592@mail.bg', '0', '', 'http://berrybrigade.com/groups/handle-your-plumbing-problems-with-these-tips/', '', '', '', '2', '0', 'Junior Member', '0', '1420704101', '0', '1420704101', '1420704976', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-24-1976', '1976-09-24', '-1', '-1', '23.232.145.25', '0', '1', '', '0', '0', '-1', '0', '0', 'XKII5SXpW.@?IQi,J),y-f8]q`Qx-U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10632', '2', '', '0', 'ACuming', '0daf5c1a67181561ae5ca41d8af9063b', '2015-01-08', 'minorbreast5960@mail.bg', '0', '', 'http://miamiwebsitedesigners.org/groups/plumbing-newbie-tips-and-tricks-that-you-should-know-1381472', '', '', '', '2', '0', 'Junior Member', '0', '1420704392', '0', '1420704392', '1420705279', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-18-1980', '1980-10-18', '-1', '-1', '23.232.145.25', '0', '1', '', '0', '0', '-1', '0', '0', 'XbT@~?1bwo+,0N$1Ac`fomSJA0_L5[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10633', '2', '', '0', 'DDominque', '3f15565a2ab9356f50348536e65afa09', '2015-01-08', 'alertportrait7385@mail.bg', '0', '', 'http://www.univisuals.co.uk/how-choose-on-a-respectable-emergency-plumber/', '', '', '', '2', '0', 'Junior Member', '0', '1420705129', '0', '1420705129', '1420705996', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-20-1971', '1971-08-20', '-1', '-1', '104.128.24.122', '0', '1', '', '0', '0', '-1', '0', '0', '>C?\";0-F@ZJP{.2b|~7H@F(l[c55', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10635', '3', '', '0', 'Selma1203', 'dc3591e9ddfef2b4433ec5c50b432b34', '2015-01-08', 'tangyvisitor546ih63@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420707005', '0', '1421845604', '1421847560', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1983', '1983-04-11', '-1', '-1', '23.247.139.180', '0', '1', '', '0', '0', '-1', '0', '0', 'c,M&/Q]ld^]N~e9+hp3M$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10636', '3', '', '0', 'WilhemiPar', '16759e64b7041aa49b040335bce68221', '2015-01-08', 'jumbledcoward38tqh77@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420707014', '0', '1421845777', '1421848701', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-14-1971', '1971-08-14', '-1', '-1', '23.232.197.245', '0', '1', '', '0', '0', '-1', '0', '0', '0pAdyz>fq,zhQJw[#o\\)$^f)c=O[3M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10638', '3', '', '0', 'TwilaBonne', '84a7e6a137075760dc6331b7c168f140', '2015-01-08', 'gidgetbooker@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420708527', '0', '1420708527', '1420708527', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.198.28', '0', '1', '', '0', '0', '-1', '0', '0', '!d@)ac7u:Nn;UdBy7MVN?~;(\'az2V>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10639', '8', '', '0', 'AhmadBaile', '408bb03c6eabf29b238d514072d0e3f8', '2015-01-08', 'jamiegregory@ams007.com', '0', '', 'https://bitly.com/bundles/renovationloan/1', '', '', '', '2', '0', 'Banned', '0', '1420709101', '0', '1422504978', '1422511455', '1420733987', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-12-1977', '1977-07-12', '-1', '-1', '172.245.229.162', '0', '1', '', '0', '0', '-1', '0', '0', '&_V`0|+zx;*o`e>U`jdc?Vb&}~||@G', '', '0', '82915', '0', '0', '0', '0', '', '0', '0', '', '1057', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10640', '3', '', '0', 'HeleneBall', '6b6c357a75a27321bfed5d88a269dc45', '2015-01-08', 'staceygoodman@ams007.com', '0', '', 'https://bitly.com/bundles/renovationloan/1', '', '', '', '2', '0', 'Junior Member', '0', '1420709501', '0', '1422504686', '1422511307', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-28-1971', '1971-08-28', '-1', '-1', '172.245.229.162', '0', '1', '', '0', '0', '-1', '0', '0', 'yozeNx!a*L79/Rvly1SAIcRt8cL.CSrQl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10646', '3', '', '0', 'HeikeBeard', '0bae5f44fec19b4f2cc83f4fea0ce38d', '2015-01-08', 'toothsomemovie3h3250@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420719322', '0', '1421840635', '1421848246', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-28-1970', '1970-11-28', '-1', '-1', '23.232.255.200', '0', '1', '', '0', '0', '-1', '0', '0', '\"$2QN1{aQdGM#*,OD`o?`_g\'leri9K', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '157', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10647', '3', '', '0', 'IvyAmayaxl', '2826d39e6419164f850aef8f0cdd5c1a', '2015-01-08', 'verdantdate3808u98@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420720084', '0', '1421845052', '1421847032', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-13-1975', '1975-08-13', '-1', '-1', '198.52.242.179', '0', '1', '', '0', '0', '-1', '0', '0', '9N[xk@>g7>uJ}8f!2W1nFupGcaWn~;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10648', '3', '', '0', 'JolieGonin', 'b2c444d1df2041a02cac67ced3e30ad5', '2015-01-08', 'shellylaporte@mailcatch.com', '0', '', 'https://delicious.com/knowntableware161', '', '', '', '2', '0', 'Junior Member', '0', '1420726783', '0', '1421271112', '1422404251', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1983', '1983-09-17', '-1', '-1', '79.110.206.50', '0', '1', '', '0', '0', '-1', '0', '0', '902^+:U200PZ],&|B|#$ZeDJWI{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10660', '3', '', '0', 'ATICharli', 'd934c2ab74bd1224c582e555d82ce8cd', '2015-01-09', 'defectivedepict2000@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420767453', '0', '1421842043', '1421848395', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-26-1970', '1970-12-26', '-1', '-1', '198.52.251.123', '0', '1', '', '0', '0', '-1', '0', '0', 'ET`Qo29nXCl9jw+Y<\\v/_`~z2T6TFz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '118', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10661', '2', '', '0', 'VHirst', 'ad4e111e7130971d6ba58da96c72dbd2', '2015-01-09', 'lyingyouth6797@mail.bg', '0', '', 'http://rechtsanwaltmosbach.de/hard-time-on-your-house-improvement-project-try-these-ideas', '', '', '', '2', '0', 'Junior Member', '0', '1420767860', '0', '1420767860', '1420768753', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-05-1971', '1971-11-05', '-1', '-1', '23.247.182.10', '0', '1', '', '0', '0', '-1', '0', '0', '!3K:@(QNj!T6A0NnZ>Pctg8b}&gNRC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10662', '2', '', '0', 'JVYT', 'f3e712fc0883356c52b053039f4a6d6e', '2015-01-09', 'incompetentcity7@mail.bg', '0', '', 'http://designermyapwintphyu.com/hiring-turmoil-chicago-il-plumber-firms-for-easy-plumbing-jobs/', '', '', '', '2', '0', 'Junior Member', '0', '1420774125', '0', '1420774125', '1420775042', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-20-1982', '1982-03-20', '-1', '-1', '209.161.98.187', '0', '1', '', '0', '0', '-1', '0', '0', '$EZay^8r1ALJ]f}^#4pT3JTQCum=Zz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10663', '2', '', '0', 'R5878', '10981130e160b5abc2fc5de9f0eb58d7', '2015-01-09', 'massivebabe8415@mail.bg', '0', '', 'http://laju-boetzingen.de/gruppen/seeking-good-advice-about-plumbing-check-out-these-helpful-solutio', '', '', '', '2', '0', 'Junior Member', '0', '1420775123', '0', '1420775123', '1420776014', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-22-1983', '1983-08-22', '-1', '-1', '23.247.182.60', '0', '1', '', '0', '0', '-1', '0', '0', 'IYdSP@`>\'V=;;)eB55FlNF~F;H-n#g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10664', '2', '', '0', 'QQMMY', 'ae55131631cfd959229e705106c05957', '2015-01-09', 'pricklyprison2753@mail.bg', '0', '', 'http://iredstudio.com/groups/effective-tricks-to-choose-a-quality-and-professional-plumber/', '', '', '', '2', '0', 'Junior Member', '0', '1420781544', '0', '1420781544', '1420782434', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-08-1970', '1970-08-08', '-1', '-1', '23.247.182.19', '0', '1', '', '0', '0', '-1', '0', '0', '2ypM5\\V]m~N23(4L<\\z~MVwC$Q)0\"6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10665', '3', '', '0', 'RosellaHel', '803508418bd76e6ec693319a78622d2c', '2015-01-09', 'rosella-helton86@peformales.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420783001', '0', '1420783001', '1420783001', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.255.45', '0', '1', '', '0', '0', '-1', '0', '0', 'yYwu!6yY^[k#%SIOe-B1;m%;[CAk\":', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10666', '3', '', '0', 'Kara95Skid', 'ccb57a08ce2c1203a44cbd0178b4d896', '2015-01-09', 'chubbydogma322kr86@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420783898', '0', '1421842194', '1421844547', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-10-1980', '1980-03-10', '-1', '-1', '204.44.113.135', '0', '1', '', '0', '0', '-1', '0', '0', '\\0-O}Hn$t64:|k+>S;ZlzQIq2Fu\\/L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '131', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10667', '2', '', '0', 'J1191', '2b5f5d2e80b6495475b79eb1ea188bd7', '2015-01-09', 'truculentwriter73@mail.bg', '0', '', 'http://play.gitsumm.com/groups/simple-steps-on-how-to-do-plumbing-right/', '', '', '', '2', '0', 'Junior Member', '0', '1420787871', '0', '1420787871', '1420788735', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-15-1981', '1981-09-15', '-1', '-1', '104.128.19.80', '0', '1', '', '0', '0', '-1', '0', '0', '$hlSpePe!cnN3Kr[L+0$b7B|#f?\\S;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10668', '2', '', '0', 'QZIF', '429e32959cf99fa2b5a42b32cc0b0afe', '2015-01-09', 'tightfisteddefo73@mail.bg', '0', '', 'http://www.bidjunks.com/item.php?id=64866&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1420788841', '0', '1420788841', '1420789694', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-30-1981', '1981-12-30', '-1', '-1', '104.128.27.58', '0', '1', '', '0', '0', '-1', '0', '0', 'e:@f^wE$R}i`ftJOIA=WUMu_0||-@/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10669', '2', '', '0', 'EORT', '268267fe8165c24ee19fa96978ab9be5', '2015-01-09', 'ugliestoutfit9954@mail.bg', '0', '', 'http://www.univisuals.co.uk/how-change-a-toilet-uncomplicated-way/', '', '', '', '2', '0', 'Junior Member', '0', '1420789891', '0', '1420789891', '1420790775', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-06-1970', '1970-02-06', '-1', '-1', '209.161.110.208', '0', '1', '', '0', '0', '-1', '0', '0', '~3,Q1t2wj\\H5|elS3b3C`1O!@5\'h;r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10670', '2', '', '0', 'CShippee', '2a2999b98d0fc0502e45af2315b4033e', '2015-01-09', 'goofyschedule1844@mail.bg', '0', '', 'http://theyouthvillage.org/groups-2/learn-how-to-handle-any-plumbing-problem/', '', '', '', '2', '0', 'Junior Member', '0', '1420791109', '0', '1420791109', '1420791976', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1977', '1977-04-21', '-1', '-1', '104.128.19.108', '0', '1', '', '0', '0', '-1', '0', '0', 'O%DkDf9S^}D,3}V9c<-3De:46\\D~d6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10671', '2', '', '0', 'BGoodin', 'd4b8287a5043de6a1dd986b8641c4d5f', '2015-01-09', 'brieffondness7620@mail.bg', '0', '', 'http://www.mitpune.org/mit/mold-inspection-fort-lauderdale-check-with-your-home/', '', '', '', '2', '0', 'Junior Member', '0', '1420792002', '0', '1420792002', '1420792878', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-26-1974', '1974-04-26', '-1', '-1', '209.161.96.96', '0', '1', '', '0', '0', '-1', '0', '0', 'fLL&}S3UOLs=K~jEiNqs^E\".:=w.zV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10672', '3', '', '0', 'VaniaBenes', '79eeb831c9d6e618480b1847ef10d1ea', '2015-01-09', 'chivalrousverse8kj97@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420792298', '0', '1421832711', '1421840612', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-03-1972', '1972-05-03', '-1', '-1', '23.232.255.161', '0', '1', '', '0', '0', '-1', '0', '0', 'm^;]s1y]+z`En1D;E~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10675', '3', '', '0', 'WilburnMue', '42ba86c85c8519601a8367602b9ca417', '2015-01-09', 'kylebaehr4579@trash-mail.com', '0', '', 'http://weather.com', '', '', '', '2', '0', 'Junior Member', '0', '1420794138', '0', '1420794138', '1420796337', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-23-1985', '1985-05-23', '-1', '-1', '172.245.226.162', '0', '1', '', '0', '0', '-1', '0', '0', ',q0I+xrOD(SbT*:A|iCiaNdNXG/??J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10676', '2', '', '0', 'TJDN', '9a3f2e9a7bb3b51a8ef8e86054117fa9', '2015-01-09', 'courageouscharl38@mail.bg', '0', '', 'http://www.ebuymarketing.lk/author/bu89c/', '', '', '', '2', '0', 'Junior Member', '0', '1420794396', '0', '1420794396', '1420795284', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-06-1970', '1970-10-06', '-1', '-1', '104.128.19.49', '0', '1', '', '0', '0', '-1', '0', '0', '/Em+DIjl*rdj2aoGZmtO-$J?bx=!\"P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10677', '2', '', '0', 'F88Z', 'e8530e150f7f9a23bf50135decb6d747', '2015-01-09', 'tightnominee4943@mail.bg', '0', '', 'http://sso.calebsoft.us/groups/what-to-look-at-when-doing-a-plumbing-check-up/', '', '', '', '2', '0', 'Junior Member', '0', '1420794485', '0', '1420794485', '1420795347', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-26-1980', '1980-04-26', '-1', '-1', '104.128.19.49', '0', '1', '', '0', '0', '-1', '0', '0', 'vY`3#2J366B.;$iE4ah.D|%l[%G*4b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10678', '2', '', '0', 'SP04', '7ab9fdfc18b6a5dae2715996865f0903', '2015-01-09', 'giddyfireworks563@mail.bg', '0', '', 'http://www.beautyfairever.com/discussion-forum/topic/clear-those-pipes-with-these-plumbing-tips/', '', '', '', '2', '0', 'Junior Member', '0', '1420795391', '0', '1420795391', '1420796306', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-26-1982', '1982-08-26', '-1', '-1', '104.128.27.58', '0', '1', '', '0', '0', '-1', '0', '0', '!s00FpDK]Mv#WmL\"pp*#6>JhV\"d.)1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10679', '2', '', '0', 'BKpe', '9ef466e8ff6dbfda90b6ce064db0e6f0', '2015-01-09', 'decisivehuman8616@mail.bg', '0', '', 'http://www.clearerpartners.net/tips-on-how-to-manage-in-case-of-mold-removal-fort-lauderdale/', '', '', '', '2', '0', 'Junior Member', '0', '1420801158', '0', '1420801158', '1420802055', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1981', '1981-09-28', '-1', '-1', '23.247.140.3', '0', '1', '', '0', '0', '-1', '0', '0', 'yZ@}H,d}>#sx&r#o$Yra>mDjNK', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10684', '3', '', '0', 'DarinLBUj', 'd86f1e1a1621115a6a21289479e56995', '2015-01-09', 'darin-blackett@40sl733g.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420822443', '0', '1420822443', '1420822443', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.182.120.176', '0', '1', '', '0', '0', '-1', '0', '0', 'R~|D?/`DR_;&_F8P354UTvKn3\\0Gkj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10685', '3', '', '0', 'AugustaMad', '6f9820dd20d8222bf9e48b1c40a2b2d2', '2015-01-09', 'garnetbess@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420823582', '0', '1420823582', '1420823582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '123.240.42.228', '0', '1', '', '0', '0', '-1', '0', '0', 'CD#TlSZaShEtGn~sB+`![eTd_,BgPY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10686', '3', '', '0', 'AdeleACUn', 'dc046e83f0566f976a62144fa5f3f27a', '2015-01-09', 'adele.giblin63@ue40d5700.de', '0', '', 'http://tkm.co.id/tkmhome/halkomentar-220-pengiriman-tiang-untuk-17708.html', '', '', '', '2', '0', 'Junior Member', '0', '1420823630', '0', '1420826814', '1421103937', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-13-1980', '1980-02-13', '-1', '-1', '192.3.183.29', '0', '1', '', '0', '0', '-1', '0', '0', 'i^#L3jq(3`(\'$2f$lLXR,css5M{)J(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10687', '3', '', '0', 'CleoKramer', 'c1301f83feaa234b21b442c7ae661943', '2015-01-09', 'cleo_kramer@40sl733g.de', '0', '', 'http://kaaotx.com/xe/?document_srl=1951524', '', '', '', '2', '0', 'Junior Member', '0', '1420823809', '0', '1420823809', '1420826781', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-19-1974', '1974-05-19', '-1', '-1', '192.3.183.29', '0', '1', '', '0', '0', '-1', '0', '0', '(kP@AOCci[ug}Z?xb\"-#*Be\'L@7!#w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1047', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10688', '3', '', '0', 'TabithaFra', '70d8321d6f3d5a1ee6d2e9ab5b1d61ef', '2015-01-09', 'tabitha-franki64@ue40d6500vsxzg.de', '0', '', 'http://kec-banjarbaruselatan.info/guntungpaikat/halkomentar-142-realisasi-penerimaan-semester-4022.h', '', '', '', '2', '0', 'Junior Member', '0', '1420826371', '0', '1420826371', '1420829508', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-08-1983', '1983-04-08', '-1', '-1', '155.94.220.10', '0', '1', '', '0', '0', '-1', '0', '0', '=&t8J2yO\'bM\"uv47)iV^r/P/]`EWIA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10689', '3', '', '0', 'RacheleBet', 'e2bb6f6f66febd93f44ca933e0a32434', '2015-01-09', 'rachele_bettis50@40sl733g.de', '0', '', 'http://www.bdm-indonesia.com/halkomentar-124-welcome-20082.html', '', '', '', '2', '0', 'Junior Member', '0', '1420826656', '0', '1420826656', '1420829569', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-14-1976', '1976-07-14', '-1', '-1', '155.94.220.10', '0', '1', '', '0', '0', '-1', '0', '0', 'PD.f9Cr4aua\\udhC]cTRg7Z+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10693', '2', '', '0', 'MalcolBonn', '044985919d361f344ca496ce23bcf792', '2015-01-09', 'erik2@south-park-slot.se', '0', '', 'http://is.gd/bingo21781', '', '', '', '2', '0', 'Junior Member', '0', '1420832267', '0', '1420832267', '1420832923', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-06-1970', '1970-05-06', '-1', '-1', '151.237.186.61', '0', '1', '', '0', '0', '-1', '0', '0', '}P^r\'[pWS8B.E%\'%dDd2%3KJ]1{r,/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10695', '3', '', '0', 'AvisCaball', '7742c4241ec83957e7c79317a4ad61da', '2015-01-09', 'rosalineword@trash-mail.com', '0', '', 'http://costaricaradios.com/costaricaradios/costarica.php?w=dragonsworldcheatshack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1420835318', '0', '1420835318', '1420839023', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-05-1971', '1971-08-05', '-1', '-1', '89.47.25.116', '0', '1', '', '0', '0', '-1', '0', '0', '?37sZbx-yIl0cm67?+JCt;wXAa5F=9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10696', '3', '', '0', 'Maricru279', 'cbfab2b59c4eaa64e4fb20b95641193d', '2015-01-09', 'lionelsifford8459@discardmail.com', '0', '', 'http://musclefitnessbeauty.blogspot.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420836714', '0', '1420836714', '1420838760', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-28-1973', '1973-05-28', '-1', '-1', '89.190.9.215', '0', '1', '', '0', '0', '-1', '0', '0', 'im=RZ\"&\\fAN^\\fiwG:\\uoS(mJ[h90s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10708', '2', '', '0', 'TSchmella', 'd5ad9598993045395f2d1fddfce3c6b4', '2015-01-10', 'abjectlattice7733@mail.bg', '0', '', 'http://www.perthurbanist.com/groups/secrets-the-automobile-salesman-doesnt-want-you-to-know/', '', '', '', '2', '0', 'Junior Member', '0', '1420853308', '0', '1420853308', '1420854200', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-12-1976', '1976-07-12', '-1', '-1', '104.128.27.58', '0', '1', '', '0', '0', '-1', '0', '0', '|hLqa50\\QEMSJ=.8Xd\"q_RO/dOD,0%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10698', '3', '', '0', 'Elizab0695', '7a8de5a4204fa6c0bdb9a49652bfa1c0', '2015-01-09', 'rickiefaulkner3165@mailcatch.com', '0', '', 'http://penisbible.webs.com', '', '', '', '2', '0', 'Junior Member', '0', '1420845061', '0', '1420845061', '1420875436', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1980', '1980-12-06', '-1', '-1', '80.117.37.47', '0', '1', '', '0', '0', '-1', '0', '0', '3?ART1jAYHo#>-Qb4;PDl5ero<.ft~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10697', '3', '', '0', 'KalaMcCart', '04ff84d7f92e64f58d83593c63cc0f64', '2015-01-09', 'kalamccarthy@desktop.emific.com', '0', '', 'http://www.raminsight.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420842324', '0', '1420842324', '1421834837', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1974', '1974-02-16', '-1', '-1', '151.236.25.39', '0', '1', '', '0', '0', '-1', '0', '0', '!S1ef?j`+UG!#:cAze}B`I!tg77WZ+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10699', '2', '', '0', 'GPohlman', 'e03d97e3e12c5b11c0df18764b11cbb8', '2015-01-09', 'hungryqueue860@mail.bg', '0', '', 'http://javly.com/?p=76041', '', '', '', '2', '0', 'Junior Member', '0', '1420845708', '0', '1420845708', '1420846650', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-25-1972', '1972-04-25', '-1', '-1', '209.161.98.187', '0', '1', '', '0', '0', '-1', '0', '0', 'rgF5Bm%E-2voF2@i~TPrEk!-`!Bh?y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10700', '3', '', '0', 'RosettMcEv', '6c9ab109959e0734187a9c28ca22d241', '2015-01-09', 'a.n.ne.tt.eguzman5412@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420845917', '0', '1420845917', '1420845917', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.26.248.62', '0', '1', '', '0', '0', '-1', '0', '0', ':g8]KH,FqX!|T9KTcR\"&zL_fbmsxq:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10701', '2', '', '0', 'LJCM', '4a70050f88e9d354c2506844eb573891', '2015-01-09', 'protectiverhyth24@mail.bg', '0', '', 'http://torcidadofuracao.com.br/blogs/572969/1125114/ready-to-start-off-your-property', '', '', '', '2', '0', 'Junior Member', '0', '1420846654', '0', '1420846654', '1420847534', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1974', '1974-02-20', '-1', '-1', '209.161.96.234', '0', '1', '', '0', '0', '-1', '0', '0', '[T&D-tAeG:JeQV7>;7mSUl:w&v\'J{L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10702', '3', '', '0', 'Kaley9004t', '03416402d8963457ddcb667e3d3d4e0c', '2015-01-09', 'nicolasmccallister@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420847646', '0', '1420847646', '1420847646', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.163.174.169', '0', '1', '', '0', '0', '-1', '0', '0', 'g]J;q\\k,ira9cGZO*cvRil!j9T?5/P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10707', '3', '', '0', 'CharliQEV', 'e2cee0f5578dbdbeeeb816ca89372dc5', '2015-01-10', 'cindabracewell@mailcatch.com', '0', '', 'http://www.whitepages.com/business/details?uid=AkZXw5De', '', '', '', '2', '0', 'Junior Member', '0', '1420852185', '0', '1420852185', '1420863261', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-13-1984', '1984-11-13', '-1', '-1', '147.255.56.55', '0', '1', '', '0', '0', '-1', '0', '0', 'W#t!EE#dk%$)axuf.A)TMr+YjyTB8*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10703', '2', '', '0', 'EmelyJowet', '7b755701f9eb6db7fea8ebae4aa5ae11', '2015-01-10', 'mike1@ihotelschelsea.com', '0', '', 'http://is.gd/bingo21781', '', '', '', '2', '0', 'Junior Member', '0', '1420850207', '0', '1420850207', '1420850332', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-27-1977', '1977-04-27', '-1', '-1', '91.108.180.104', '0', '1', '', '0', '0', '-1', '0', '0', '7U/Tl\'ylZ((@#gK*hF!}[X[kf,ss&.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '66', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10704', '2', '', '0', 'MiltonGree', 'd78586c0a222c9da8dfa69870491e1b4', '2015-01-10', 'kevin2@ihotelschelsea.com', '0', '', 'http://is.gd/smsln23909', '', '', '', '2', '0', 'Junior Member', '0', '1420850436', '0', '1420850436', '1420850610', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-05-1977', '1977-01-05', '-1', '-1', '91.108.180.104', '0', '1', '', '0', '0', '-1', '0', '0', '!ZN>i|r\\J?/BJxyI>HFanX@P(2MH$k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '159', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10705', '3', '', '0', 'MoniquThei', '20f58d43340efcdd2f5a78a4f0b6992a', '2015-01-10', 'monique.theiss@ue40d6500vsxzg.de', '0', '', 'http://www.barangfiber.com/halkomentar-105-9006.html', '', '', '', '2', '0', 'Junior Member', '0', '1420850440', '0', '1420850440', '1420853316', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-09-1970', '1970-05-09', '-1', '-1', '155.94.220.123', '0', '1', '', '0', '0', '-1', '0', '0', '[NqWMnr9w9{UOn\'}/%xPT^s2yTLZ^G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10746', '3', '', '0', 'ThanhCeja', '993af1a7962d69d1d14c356aff2abec0', '2015-01-11', 'meihollick4695@trash-mail.com', '0', '', 'https://dragonsworldcheatshack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1420948902', '0', '1420948902', '1420957784', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-07-1985', '1985-03-07', '-1', '-1', '188.208.5.85', '0', '1', '', '0', '0', '-1', '0', '0', '7B-8Lr-RBN5)_#FE[;9vHKsk}{rh}.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10706', '3', '', '0', 'Kristi47Z', '8f69caa6c63f752325437baee69da06a', '2015-01-10', 'an.nettegu.zm.a.n5412@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420850949', '0', '1420850949', '1420850949', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.26.248.62', '0', '1', '', '0', '0', '-1', '0', '0', 'p;7\'*YZ\'?Y|}\"3&o*{8@Dfh:]5z\"d$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10709', '3', '', '0', 'PriscilDos', '0b5c1e7d39c0cf75ca52e86239b88c71', '2015-01-10', 'knowingapocalypbow34@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420853506', '0', '1421840736', '1421844874', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-25-1976', '1976-07-25', '-1', '-1', '23.232.255.218', '0', '1', '', '0', '0', '-1', '0', '0', '[^ov56Z+,AN|l?li:]{vaB!\\d5:I;7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '132', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10710', '3', '', '0', 'GeraldMore', '2be4fa29a99aeaadf231d442329927d7', '2015-01-10', 'shaynamcintire3713@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420854872', '0', '1420854872', '1420862348', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.223.193.53', '0', '1', '', '0', '0', '-1', '0', '0', '#YuvrhC]3\'OXChzB%A~%CrE3J*T:>h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10711', '3', '', '0', 'CatherStah', '1f4acf48ebbc53e42c556789e5830510', '2015-01-10', 'christiemcgovern5311@mailcatch.com', '0', '', 'http://www.officialhydromaxpump.com/?a_aid=53efd53bd1619', '', '', '', '2', '0', 'Junior Member', '0', '1420855662', '0', '1420855662', '1420862952', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1970', '1970-12-01', '-1', '-1', '183.223.209.249', '0', '1', '', '0', '0', '-1', '0', '0', '#6b=[))8`D3;)7Aa\"yz!cq$crO`W6#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10712', '2', '', '0', 'VTisdale', 'e315c41938a7a21ecc8d3daa6ece134f', '2015-01-10', 'stereotypedphil47@mail.bg', '0', '', 'http://www.ibook21.com/profile-557811/info/', '', '', '', '2', '0', 'Junior Member', '0', '1420856628', '0', '1420856628', '1420857496', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1975', '1975-05-13', '-1', '-1', '104.128.19.80', '0', '1', '', '0', '0', '-1', '0', '0', 'AQLzhW|lhX}y,TW)JvjvQUx5k5!>$%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10713', '3', '', '0', 'GeriDMWKfs', '8a457ac4a27bd60356765511788598e6', '2015-01-10', 'aurorapacheco@mailcatch.com', '0', '', 'http://www.officialhydromaxpump.com/?a_aid=53efd53bd1619', '', '', '', '2', '0', 'Junior Member', '0', '1420857033', '0', '1420857033', '1420864237', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1984', '1984-08-16', '-1', '-1', '183.223.196.59', '0', '1', '', '0', '0', '-1', '0', '0', 'bg&ncd}=Q8~BHag%>xw)tA&`.YqX\'h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10714', '3', '', '0', 'BrettDoran', '7820b20fa6095a2b098513f9d16b0bbc', '2015-01-10', 'tommiewagner@mailcatch.com', '0', '', 'http://www.officialhydromaxpump.com/?a_aid=53efd53bd1619', '', '', '', '2', '0', 'Junior Member', '0', '1420858307', '0', '1420858307', '1420865599', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-26-1970', '1970-09-26', '-1', '-1', '186.91.232.246', '0', '1', '', '0', '0', '-1', '0', '0', 'gLsns#8I9x{bD?1Uu{W#b{[Z-H&~]A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10715', '2', '', '0', 'O72W', 'dbcefefdf4f4569110f9fee525b38476', '2015-01-10', 'dampincident8434@mail.bg', '0', '', 'http://dailynewsday.com/blog2/2014/09/26/tips-buying-next-auto/', '', '', '', '2', '0', 'Junior Member', '0', '1420859413', '0', '1420859413', '1420860323', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-07-1972', '1972-03-07', '-1', '-1', '104.128.19.80', '0', '1', '', '0', '0', '-1', '0', '0', '\'!J3X)CBP/$I-,Oxj0^sP^=0<)Qn(68~SOsj^<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10717', '3', '', '0', 'MQTEpifan', '88b6c12319cb8911987422e01f09895a', '2015-01-10', 'chivalrousverse3962@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420862174', '0', '1421833642', '1421843469', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-02-1972', '1972-09-02', '-1', '-1', '23.232.255.161', '0', '1', '', '0', '0', '-1', '0', '0', 'Fs)qyF!r*|M:5aD/su*DFU@s9XZL$]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '134', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10718', '3', '', '0', 'BernarKiq', '3d38a6de50a9e159f86860d5289d9d6e', '2015-01-10', 'lackadaisicalma4825@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420863007', '0', '1421837371', '1421843184', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-10-1973', '1973-02-10', '-1', '-1', '204.44.113.96', '0', '1', '', '0', '0', '-1', '0', '0', 'Lo=?y;l5ONX]BOgfu>\'iW_E$c#E.Tn', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10719', '3', '', '0', 'EllenSchar', '13dbe3cc43f361fe331faf2c8ccfaa86', '2015-01-10', 'charlenehamblin8026@mailcatch.com', '0', '', 'http://Goo.gl/zoUu4b', '', '', '', '2', '0', 'Junior Member', '0', '1420872087', '0', '1420872087', '1420878152', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-05-1981', '1981-07-05', '-1', '-1', '192.230.61.233', '0', '1', '', '0', '0', '-1', '0', '0', 'h$6?To~Oz_E?p]%%)^xQ/],TQ.g7tz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10720', '3', '', '0', 'ShawnaBrei', 'c1cd8e1d21bd29b2a43a3e9d5f08550d', '2015-01-10', 'illegalempathy72fr51@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420872927', '0', '1421838112', '1421843790', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1979', '1979-10-21', '-1', '-1', '198.52.251.121', '0', '1', '', '0', '0', '-1', '0', '0', 'r2}>#!+CKIK[roT/}&*n#i[nHPU&0!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10721', '3', '', '0', 'DaleneNans', '2621dd069d1eb20aedc4a51538f2dc50', '2015-01-10', 'donburdge9329@trash-mail.com', '0', '', 'http://lfgyzl.com', '', '', '', '2', '0', 'Junior Member', '0', '1420874071', '0', '1420874071', '1420881837', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1981', '1981-10-03', '-1', '-1', '183.227.217.88', '0', '1', '', '0', '0', '-1', '0', '0', 'UR2Vsznjf|ShV4a*-ytDWRTk\\7`i%.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10722', '2', '', '0', 'DamonStrin', '9de7f012989ec062d975f711eec1483c', '2015-01-10', 'zlewsky@gmx.com', '0', '', 'http://Www.youtube.com/watch?v=FKwttnG1YVs', '', '', '', '2', '0', 'Junior Member', '0', '1420875918', '0', '1420875918', '1420883244', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-10-1983', '1983-03-10', '-1', '-1', '173.44.58.93', '0', '1', '', '0', '0', '-1', '0', '0', 'v.xJ]_$+$oMz6?xgJZ\\Rhyb\":\\5mu-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10723', '3', '', '0', 'AutumnShum', '42ae79ac1b79950286f58deb8cae2e17', '2015-01-10', 'autumn.shumway@awesomeofferings.com', '0', '', 'http://thisismyelement1974.blog.com/2014/10/07/solutions-of-moving-checklist-in-chicago-around-the-u', '', '', '', '2', '0', 'Junior Member', '0', '1420879644', '0', '1420879644', '1420887163', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-08-1984', '1984-02-08', '-1', '-1', '167.160.115.155', '0', '1', '', '0', '0', '-1', '0', '0', '6%h6o(g0?DXa+R6@XL/-4wIX&0%t\":6YZ$~/qGV-z7/N#3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10725', '3', '', '0', 'VallieMatt', '6fdcbf181e4a6a9a5dc2b5f3c0a3945e', '2015-01-10', 'sfgjsulr.yu.lskt.y@gmail.com', '0', '', 'http://gendaimartialarts.com/layout/newbalance.php', '', '', '', '2', '0', 'Junior Member', '0', '1420882502', '0', '1420882502', '1420885981', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-15-1982', '1982-03-15', '-1', '-1', '59.58.112.251', '0', '1', '', '0', '0', '-1', '0', '0', 'T`[jykjCn^X`Yg-c(eRH{..[q>0^m0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10726', '3', '', '0', 'BrookeKerr', 'f237dcaf037e9dd87865242e5a58771d', '2015-01-10', 'sfgjsulryulskty@gmail.com', '0', '', 'http://penigeki.com', '', '', '', '2', '0', 'Junior Member', '0', '1420882560', '0', '1420882560', '1420885078', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-04-1972', '1972-07-04', '-1', '-1', '59.58.112.251', '0', '1', '', '0', '0', '-1', '0', '0', 'a*\'q`{0-\"YK0)?2bA)acV9Lsk5&gFB>Bv},Kv!rZn_nrT%dWcHu9T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10738', '3', '', '0', 'LetaFerrar', '1732c27a0361f88682a7ba1d214cafc5', '2015-01-10', 'illegalreproduc4qd25@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420915007', '0', '1421842869', '1421847482', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-28-1970', '1970-05-28', '-1', '-1', '23.247.139.187', '0', '1', '', '0', '0', '-1', '0', '0', '=C\'Qp%oE\"\'U4(=x7uZ\\w#fPvEDv*Ee', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10739', '3', '', '0', 'LucasD09vu', '43416be6a013465c7aa61894b8951a5c', '2015-01-10', 'judiciousphilos2yj46@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1420915415', '0', '1421845091', '1421847744', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1985', '1985-07-15', '-1', '-1', '198.52.242.171', '0', '1', '', '0', '0', '-1', '0', '0', '\'OJ!Si8.\\^oWY0~014&Y%7zWz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10742', '3', '', '0', 'CarltoSuns', '84a1e1366ee1b33298f817dbe28c1e12', '2015-01-10', 'penneymakinson6391@mailcatch.com', '0', '', 'http://en.sellaslaser.com/board/?document_srl=2146118', '', '', '', '2', '0', 'Junior Member', '0', '1420932580', '0', '1420932580', '1420939886', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1972', '1972-10-01', '-1', '-1', '117.175.109.49', '0', '1', '', '0', '0', '-1', '0', '0', 'VO_XkeiT\"O;oVcPRo<)\"P-$(.#r_9D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10743', '3', '', '0', 'DianOttuwo', '4b5626d94cd7534717ce70b85111bfbb', '2015-01-10', 'albertopinkerton@mailcatch.com', '0', '', 'http://the-accounts.com/', '', '', '', '2', '0', 'Junior Member', '0', '1420933789', '0', '1420933789', '1420938575', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-17-1972', '1972-01-17', '-1', '-1', '198.52.254.221', '0', '1', '', '0', '0', '-1', '0', '0', 'gs\\qF(p#M:o*KAk$m<@g}+$nkD[n`}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10744', '3', '', '0', 'OscarMayne', '438966d15c6fe714f416a6c84aea6472', '2015-01-11', 'domenickeller4630@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=Ruw5opzCYIg', '', '', '', '2', '0', 'Junior Member', '0', '1420940731', '0', '1421489296', '1421490838', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-15-1980', '1980-09-15', '-1', '-1', '198.50.179.47', '0', '1', '', '0', '0', '-1', '0', '0', '{as-/j^*P@7|V+>J5/j[NU!a^>0T\"%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '413', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10745', '3', '', '0', 'BeverlyEma', '56c48923688ec505bce1ac328e80286c', '2015-01-11', 'jeffwillcock@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=Ruw5opzCYIg', '', '', '', '2', '0', 'Junior Member', '0', '1420941934', '0', '1421483852', '1421487160', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-19-1983', '1983-02-19', '-1', '-1', '198.50.179.47', '0', '1', '', '0', '0', '-1', '0', '0', '&:u|wiEXw0P9\\GlZF\"MPi.>PRz0>N8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '403', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10747', '3', '', '0', 'MayGoldenw', 'a0b8666471e6d8326a5810b3a34ab90b', '2015-01-11', 'norinealston@trash-mail.com', '0', '', 'https://dragonsworldcheatshack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1420950683', '0', '1420950683', '1420959446', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1978', '1978-02-22', '-1', '-1', '89.47.25.116', '0', '1', '', '0', '0', '-1', '0', '0', 's', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10752', '3', '', '0', 'Adrien24K', 'a11cac78c33ede587925ad5e5ea0fb6b', '2015-01-11', 'adriennedigby@net.zonerig.com', '0', '', 'http://www.tuttiatavola.net/ActivityFeed/MyProfile/tabid/60/userId/13401/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420962429', '0', '1420969728', '1421148391', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1984', '1984-10-03', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', '6`Ha+JZ{G##~18`[\'HXtoy{:C\'l}$(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10753', '3', '', '0', 'EmmettReag', 'ddaf7daf7d2c4aae22a23325b4b678cb', '2015-01-11', 'nanniemault9674@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=Ruw5opzCYIg', '', '', '', '2', '0', 'Junior Member', '0', '1420964042', '0', '1421488201', '1421490432', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1975', '1975-10-08', '-1', '-1', '198.50.242.20', '0', '1', '', '0', '0', '-1', '0', '0', '}{]vOabk4#^b+=ZxY}]uDc2j\'F^`6j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1396', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10754', '3', '', '0', 'LewisBecne', '1c74ed6c641533f52b8633f13c3c7920', '2015-01-11', 'nannieblair@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=Ruw5opzCYIg', '', '', '', '2', '0', 'Junior Member', '0', '1420964307', '0', '1421489323', '1421490684', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-28-1975', '1975-06-28', '-1', '-1', '198.50.161.239', '0', '1', '', '0', '0', '-1', '0', '0', '9UbjKmLwVMjyt\\neDQ)c9+Dg3xRcfI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1404', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10755', '2', '', '0', 'MelodyHern', 'ab34186b7e955f1bc3fb2570b96999fd', '2015-01-11', 'melodyhernandez83@net.zonerig.com', '0', '', 'http://www.apng.com/ActivityFeed/MyProfile/tabid/60/userId/436120/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1420964954', '0', '1420964954', '1420972368', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-14-1985', '1985-12-14', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'QR\'t)>8fm=P5+U@tel^~~F;fqd&!U>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10756', '3', '', '0', 'ArlettAffl', '8ca04af6145c683eb986cc319848ef42', '2015-01-11', 'jenniesverjensky8763@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=Ruw5opzCYIg', '', '', '', '2', '0', 'Junior Member', '0', '1420965111', '0', '1421489316', '1421490927', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-06-1980', '1980-10-06', '-1', '-1', '198.50.242.20', '0', '1', '', '0', '0', '-1', '0', '0', 'Cxa\"]oZ9[#Yjz$].Ws(?&Sj{Ils>)U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1346', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10757', '3', '', '0', 'HersheBost', '47622a5166a3e0f5c152799f6fca502a', '2015-01-11', 'arielleboone98@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1420968585', '0', '1420968585', '1420968585', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '221.182.75.15', '0', '1', '', '0', '0', '-1', '0', '0', '8y.i#^hJ]=T37-bzr1C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10763', '3', '', '0', 'SimonGeils', '81a7ab368ffbd5a451f8c35f5a011253', '2015-01-11', 'simongeils@class.reopenetic.com', '0', '', 'https://www.facebook.com/pages/Natural-penis-growth-Guaranteed-to-work/560225690702396', '', '', '', '2', '0', 'Junior Member', '0', '1420984137', '0', '1420984137', '1420987360', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-24-1973', '1973-06-24', '-1', '-1', '23.232.255.45', '0', '1', '', '0', '0', '-1', '0', '0', 'W[Hi`{o!&,U%GO5fpIbT%f(QBRQB:79U$z?r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10772', '3', '', '0', 'RaquelNevi', 'b771cad1fec169076278a054c735ae94', '2015-01-12', 'steveomahony5598@mailcatch.com', '0', '', 'http://www.polihasnur.ac.id/halkomentar-159-napak-tilas-20.html', '', '', '', '2', '0', 'Junior Member', '0', '1421021984', '0', '1421021984', '1421024225', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1976', '1976-06-27', '-1', '-1', '121.31.202.114', '0', '1', '', '0', '0', '-1', '0', '0', 'N@Q|SMdI^KGbx(V)?Z1=|UJ/W5p*)p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10774', '3', '', '0', 'Francis095', 'b88c75abaee2b9e88015a6b405e7b3cc', '2015-01-12', 'bethlemann2086@mailcatch.com', '0', '', 'http://www.yellowbot.com/choice-automotive-group-valdosta-ga-1.html', '', '', '', '2', '0', 'Junior Member', '0', '1421023361', '0', '1421023361', '1421030943', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-25-1974', '1974-05-25', '-1', '-1', '147.255.56.50', '0', '1', '', '0', '0', '-1', '0', '0', 'H!k.Vhk4.T0=z%PH\\d;5K|@:3-!%!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10779', '3', '', '0', 'BeatrisYia', 'f48108bd195380b0516e5b143ac1b86e', '2015-01-12', 'carolehuggins@mailcatch.com', '0', '', 'http://www.yellowbot.com/choice-automotive-group-valdosta-ga-1.html', '', '', '', '2', '0', 'Junior Member', '0', '1421031779', '0', '1421031779', '1421045357', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-02-1972', '1972-12-02', '-1', '-1', '104.160.47.175', '0', '1', '', '0', '0', '-1', '0', '0', 'bIJo.$:>\\ENWR.)Yhas-mU1-%O]5NR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10780', '3', '', '0', 'NobleBTXZ', '00895cce9d22fb11c4285d4137dc19de', '2015-01-12', 'noblechiu@class.reopenetic.com', '0', '', 'https://www.facebook.com/pages/How-To-Grow-Your-Penis-For-Penis-Girth/208356979319020', '', '', '', '2', '0', 'Junior Member', '0', '1421041638', '0', '1421041638', '1421046487', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1976', '1976-09-19', '-1', '-1', '198.52.254.193', '0', '1', '', '0', '0', '-1', '0', '0', 'h^m7?rkanyw7X{2k{R~mME1IV_cS+x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10782', '2', '', '0', 'AlanKmngir', '679e88247570089fd08723250732e31e', '2015-01-12', 'alan-woolls66@jh32.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421050858', '0', '1421050858', '1421050858', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '172.245.136.213', '0', '1', '', '0', '0', '-1', '0', '0', '.eI,5CYXnC93g:=8)%l_}[?%}Y6ay?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10781', '3', '', '0', 'BobbyBeard', '75cb67f7b8f84b06b90df76b7dda62ec', '2015-01-12', 'lakeshacobbett1409@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421047861', '0', '1421047861', '1421047861', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '117.175.240.215', '0', '1', '', '0', '0', '-1', '0', '0', 'zGF]@u`iuf+T0g;4V$JdCc*:J0b^.>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10783', '3', '', '0', 'ElvinBorge', '06190c80f9a9c4cd90213d33f3990828', '2015-01-12', 'tashabuckley@mailcatch.com', '0', '', 'http://gcms.org.in/content/using-your-iphone-4-its-complete-degree', '', '', '', '2', '0', 'Junior Member', '0', '1421051388', '0', '1421051388', '1421054108', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-05-1979', '1979-06-05', '-1', '-1', '202.182.55.10', '0', '1', '', '0', '0', '-1', '0', '0', 'r:.\'&W[n2!Jn3\\s8*[v~z{.t/@\"3r(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10784', '3', '', '0', 'FreddyBosc', 'd3087d0ed5ee06e3a120a0aab1f1ed57', '2015-01-12', 'jasonfinnan989@trash-mail.com', '0', '', 'http://www.reddit.com/r/bravefront/related/2s27ji/brave_frontier_hack_tool_2015/', '', '', '', '2', '0', 'Junior Member', '0', '1421052699', '0', '1421052699', '1421059869', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1981', '1981-10-01', '-1', '-1', '104.151.163.201', '0', '1', '', '0', '0', '-1', '0', '0', 'Vh\'rtt4=\\H3%N~hMjpR3!mr?4j@?#[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10785', '3', '', '0', 'BettyMonro', '78e3924c0d284735898c6349292e8403', '2015-01-12', 'betty_monroy63@jh32.com', '0', '', 'http://0je.org/localasiangermanladiesdating393098', '', '', '', '2', '0', 'Junior Member', '0', '1421054566', '0', '1425965536', '1426084180', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-13-1972', '1972-07-13', '-1', '-1', '172.245.136.181', '0', '1', '', '0', '0', '-1', '0', '0', 'dE[#FH*W9ei`)}M\'TrJj26?3#UdD', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10789', '3', '', '0', 'Vanita6736', 'fa7e0b585e8e1e14d3cd436bb3df7bf5', '2015-01-12', 'bettycarlos@trash-mail.com', '0', '', 'http://www.reddit.com/r/bravefront/related/2s27ji/brave_frontier_hack_tool_2015/', '', '', '', '2', '0', 'Junior Member', '0', '1421061140', '0', '1421061140', '1421068307', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-13-1981', '1981-10-13', '-1', '-1', '192.3.142.75', '0', '1', '', '0', '0', '-1', '0', '0', 'cMiKj`~#>[Qq%/FSSKB?pu$-XT>)ZO', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10790', '3', '', '0', 'JonathoTim', 'd6c1582ba9740416acb8246de8751e8d', '2015-01-12', 'lonnyweld2224@trash-mail.com', '0', '', 'http://www.reddit.com/r/bravefront/related/2rsdi6/brave_frontier_hack_tool/', '', '', '', '2', '0', 'Junior Member', '0', '1421064325', '0', '1421064325', '1421066796', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-15-1983', '1983-02-15', '-1', '-1', '192.3.142.75', '0', '1', '', '0', '0', '-1', '0', '0', 'au&Akbh&rwJ\'~D4PikXa;DQ\\5\\?Kav', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10791', '3', '', '0', 'MargareBec', '987ee97f8e54e9029b9ba5d68e66fb76', '2015-01-12', 'deboramannix@spamavert.com', '0', '', 'http://cred24.lv/', '', '', '', '2', '0', 'Junior Member', '0', '1421065829', '0', '1421132197', '1421280785', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-03-1982', '1982-05-03', '-1', '-1', '46.102.96.18', '0', '1', '', '0', '0', '-1', '0', '0', 'H1cvX+F%cDOebC\'Igx*JJQUTn|h3#>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10792', '3', '', '0', 'PiperSandr', 'a1b436fca54899630168365aebc70b37', '2015-01-12', 'savoycoward63lm577@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1421069159', '0', '1421837581', '1421840721', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-27-1978', '1978-12-27', '-1', '-1', '23.232.197.245', '0', '1', '', '0', '0', '-1', '0', '0', ')S34/F!+.)]GS-ya]mK=#xy8rJvurd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10793', '3', '', '0', 'CherylEht', '8bcf066a229e0d3605ea172c3a6adf59', '2015-01-12', 'carltonparamore4255@trash-mail.com', '0', '', 'http://www.reddit.com/r/bravefront/related/2s27wn/brave_frontier_hack_apk/', '', '', '', '2', '0', 'Junior Member', '0', '1421069535', '0', '1421069535', '1421076919', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-08-1981', '1981-12-08', '-1', '-1', '107.161.83.140', '0', '1', '', '0', '0', '-1', '0', '0', 'bdfH(+u}-1UQwpjgv[Ai.?C*`SKg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10812', '3', '', '0', 'EGXNormai', '94779b7fddd10b113b969b81942fb4ed', '2015-01-12', 'norma-tilly@ekredytbank.pl', '0', '', 'http://www.silverpointeuropebank.eu/__media__/js/netsoltrademark.php?d=kweyk.pl', '', '', '', '2', '0', 'Junior Member', '0', '1421098361', '0', '1421098361', '1421159059', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-05-1977', '1977-07-05', '-1', '-1', '83.9.40.186', '0', '1', '', '0', '0', '-1', '0', '0', '7?$lZvc9:Q3zdv#hM>hjgK5=+Tb:7B', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10813', '3', '', '0', 'TamikaOrla', '96fe7992f577919feb9feb911b6722d1', '2015-01-12', 'maria_opala@tlen.pl', '0', '', 'http://www.7wtcevents.info/__media__/js/netsoltrademark.php?d=tworzeniestronwww24.cba.pl', '', '', '', '2', '0', 'Junior Member', '0', '1421098532', '0', '1421120407', '1421143339', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-09-1976', '1976-04-09', '-1', '-1', '107.153.85.232', '0', '1', '', '0', '0', '-1', '0', '0', '?sc?)YKON[]]i5rdV`^F_DwoaE4pXF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '52', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10814', '3', '', '0', 'SiobhanKir', 'f29028f7043492e25083f9e0e20c8c24', '2015-01-12', 'siobhan_kirsova@ekredytsms.pl', '0', '', 'http://www.vanderburghgov.org/redirect.aspx?url=http://bytomkredyty.pl', '', '', '', '2', '0', 'Junior Member', '0', '1421099129', '0', '1421099129', '1421154423', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-19-1977', '1977-09-19', '-1', '-1', '83.9.40.186', '0', '1', '', '0', '0', '-1', '0', '0', 'Eh69Pi4jYq[_p6.^)mWfFt;Jo\"&\'1G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10815', '3', '', '0', 'LavadaMcfa', '0efe45469c4456c0e1163da75f642e2c', '2015-01-12', 'hurtelection374m372@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1421100788', '0', '1421842753', '1421845656', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1985', '1985-10-03', '-1', '-1', '23.247.139.21', '0', '1', '', '0', '0', '-1', '0', '0', 'PUs5^{S+{X4+G`\\/^/m\\Il0VB!\"u#T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10816', '3', '', '0', 'SaraQVAkzx', 'c9d3201dcb1d2f66e0df01d219983160', '2015-01-12', 'handsomemovie64dt46g@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1421100967', '0', '1421834507', '1421840798', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-28-1983', '1983-04-28', '-1', '-1', '204.44.113.140', '0', '1', '', '0', '0', '-1', '0', '0', 'h^7+-i4n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '138', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10817', '3', '', '0', 'AlanaStrou', '0f37c35865da0fe833afe9942d3571ed', '2015-01-12', 'kindhardware67sd696@laposte.net', '0', '', 'http://pity.ovh', '', '', '', '2', '0', 'Junior Member', '0', '1421101529', '0', '1421843904', '1421845584', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-03-1970', '1970-10-03', '-1', '-1', '23.247.139.187', '0', '1', '', '0', '0', '-1', '0', '0', 'YroWT%!]k`jPG-hTbW!OOX\'\\!0eu(a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10818', '2', '', '0', 'ElvisHiggi', '1aeeaf7fd18a35e97f57b36e9508ba83', '2015-01-12', 'luther.fitzer59@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421105366', '0', '1421105366', '1421105366', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.12.118.140', '0', '1', '', '0', '0', '-1', '0', '0', '(\"L\\k!F9<{HNv;\"`J&6xI1f<~M]NLC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10819', '3', '', '0', 'SaraDrury', '6e77768090d93448335517e01a87f7f7', '2015-01-13', 'bernardopendleton6814@mailcatch.com', '0', '', 'http://ezsitecreation.com/ats/index.php?a=stats&u=soilaniven', '', '', '', '2', '0', 'Junior Member', '0', '1421107217', '0', '1421107217', '1421114763', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-21-1983', '1983-11-21', '-1', '-1', '117.163.158.169', '0', '1', '', '0', '0', '-1', '0', '0', 'W}XD-d*+:HFSDz:Z`I2R@jVH:i)N@8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10820', '3', '', '0', 'A9497', '9e00ddf3ca5d82d38929a624031b099d', '2015-01-13', 'minorfoyer9641@mail.bg', '0', '', 'http://mktcycles.com/basement-mold-cleaning-tactics-and-how-to-look-for-black-mold.html/', '', '', '', '2', '0', 'Junior Member', '0', '1421107695', '0', '1421107695', '1421109899', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-18-1979', '1979-12-18', '-1', '-1', '104.128.19.49', '0', '1', '', '0', '0', '-1', '0', '0', '&GQnGJi,ug*\\jrBW@+p%~[$v|DdW_=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10821', '3', '', '0', 'CoralCathe', '30b0211e70b51324acab89eed2ccc58e', '2015-01-13', 'indirarunion133@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421107793', '0', '1421107793', '1421107793', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.190.172.234', '0', '1', '', '0', '0', '-1', '0', '0', 'kH0;ftrRn7(ffH;q[OgJen1TLqy6%R\\|z!I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10824', '3', '', '0', 'AdolfoBaum', '5e79e12d9bc7655309ad9a47409a0bfd', '2015-01-13', 'valcastello1547@mailcatch.com', '0', '', 'http://toddlekiddle.com/groups/no-longer-battle-to-lose-weight-any-further/', '', '', '', '2', '0', 'Junior Member', '0', '1421117186', '0', '1421117186', '1421125135', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-17-1979', '1979-02-17', '-1', '-1', '183.227.218.246', '0', '1', '', '0', '0', '-1', '0', '0', 'Z-iA/ro]wf1616~A5<)v2EbKS6_h@\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10825', '3', '', '0', 'AnastasMad', '22ad6dc9c0dad8cdeac89dd9d929cc26', '2015-01-13', 'felixconrad@mailcatch.com', '0', '', 'https://www.facebook.com/itunesgiftcardgeneratorfree', '', '', '', '2', '0', 'Junior Member', '0', '1421119344', '0', '1421119344', '1421124809', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-24-1978', '1978-03-24', '-1', '-1', '196.196.28.230', '0', '1', '', '0', '0', '-1', '0', '0', 'Q\\tv+r.v_K@3HUM)&KU5:zEEZ3VKme', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10826', '3', '', '0', 'E11C', '85ec91deb56ef567dad15fd4f6ea385f', '2015-01-13', 'shortoutfit8474@mail.bg', '0', '', 'http://portal.redmexicana.com/foros/start-using-these-home-improvement-suggestions-for-your-upcoming', '', '', '', '2', '0', 'Junior Member', '0', '1421119365', '0', '1421119365', '1421121422', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1971', '1971-06-07', '-1', '-1', '209.161.102.99', '0', '1', '', '0', '0', '-1', '0', '0', 'N4DEsnd\'8;TA@!uU:qy_L.6wzzC;?b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10827', '3', '', '0', 'KimberVECG', 'fc54887e82fdfaae6a332b3ba0adff8e', '2015-01-13', 'wendiwiedermann5313@mailcatch.com', '0', '', 'http://www.dailymotion.com/video/x268ntx_learn-photo-editing-review-learn-photo-editing-net-learn-ph', '', '', '', '2', '0', 'Junior Member', '0', '1421122371', '0', '1421122371', '1421130631', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1975', '1975-12-06', '-1', '-1', '117.173.20.95', '0', '1', '', '0', '0', '-1', '0', '0', 'qQM^PP3SrWp(-hsw/V+>WQE2s4~u(&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10828', '3', '', '0', 'SanoraProc', '8dc0414ce14e3df65e3f409f6155541b', '2015-01-13', 'r.l.dok.ggf13as@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421122377', '0', '1421122377', '1421122377', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '222.77.218.123', '0', '1', '', '0', '0', '-1', '0', '0', '{UcJI9jWJ-.v}#F>IXeqK=WA{Gu!>\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10829', '3', '', '0', 'YVVJ', 'da9f1a0c1282356cfec71456bf7108d0', '2015-01-13', 'clumsyhitch9246@mail.bg', '0', '', 'http://berrybrigade.com/groups/handle-your-plumbing-problems-with-these-tips/', '', '', '', '2', '0', 'Junior Member', '0', '1421124183', '0', '1421124183', '1421126199', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1984', '1984-09-07', '-1', '-1', '209.161.98.187', '0', '1', '', '0', '0', '-1', '0', '0', '_`:7F\'Ub*a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10840', '3', '', '0', 'ENDN', '23368acde4cf5122d6eb3497cde8d699', '2015-01-13', 'vernellshears4955@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421130514', '0', '1421130514', '1421132603', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '175.42.19.201', '0', '1', '', '0', '0', '-1', '0', '0', 'F@O*M#:BD~M4OUc\\F.]m@[H$y*O\'f<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10841', '3', '', '0', 'MDBM', '1fce384f3551095f9e1b4b7d78cc2a22', '2015-01-13', 'truculentsite9782@mail.bg', '0', '', 'http://linkmy.biz/groups-2/be-your-own-professional-with-these-redesigning-ideas/', '', '', '', '2', '0', 'Junior Member', '0', '1421131137', '0', '1421131137', '1421133289', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-25-1982', '1982-05-25', '-1', '-1', '209.161.98.187', '0', '1', '', '0', '0', '-1', '0', '0', '*7PLZOxn~NR[t`:b!u,$o5Svzn[)Jo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10842', '3', '', '0', 'JVOY', '383ade100cd5511553100f30dedcbee6', '2015-01-13', 'likeabletwiligh11@mail.bg', '0', '', 'http://firthiranface.com/index.php?do=/blog/20464/suggestions-to-assistance-with-redecorating/', '', '', '', '2', '0', 'Junior Member', '0', '1421131697', '0', '1421131697', '1421134162', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1972', '1972-04-11', '-1', '-1', '104.128.19.107', '0', '1', '', '0', '0', '-1', '0', '0', '5#rxbsq}(n]~:<\">GRy[!#``W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10848', '3', '', '0', 'DEot', '0c681f07cb8635bff39e2776bbb55a69', '2015-01-13', 'lavishicon6632@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421140914', '0', '1421140914', '1421140914', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.102.99', '0', '1', '', '0', '0', '-1', '0', '0', 'b-5i.?9yu=|Zo!IB.H%tD-|og]ZqS]sVyv_eVmk%6v]z#Nv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '165', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10851', '3', '', '0', 'KraigSumme', 'aa9d1dd5d5ad0cbed520417b252fb0ae', '2015-01-13', 'leadeeds@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421141922', '0', '1421141922', '1421141922', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '190.121.148.200', '0', '1', '', '0', '0', '-1', '0', '0', '1n}-1`.l1;%51~hpi@]YGn>}oQD@p,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10852', '3', '', '0', 'NicholCzw', '25471844a3a69ad9498da98d50f2d670', '2015-01-13', 'daniellepurser353@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421142409', '0', '1421142409', '1421142409', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '111.10.88.240', '0', '1', '', '0', '0', '-1', '0', '0', 'u^l_!p->@GXKY>wV^?lJWo9DgO!yjR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10876', '3', '', '0', 'VinceCamba', 'aeca32f9e1a9464c948a849771a0f8d7', '2015-01-13', 'vince_cambage@ekredytbank.pl', '0', '', 'http://serverminecraft.pl', '', '', '', '2', '0', 'Junior Member', '0', '1421179724', '0', '1421179724', '1421263355', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1985', '1985-11-20', '-1', '-1', '83.31.102.48', '0', '1', '', '0', '0', '-1', '0', '0', 'Hvm`cA4|4hph;EaOF/\'o&Rk\"IW3W?g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10853', '3', '', '0', 'GretaNowak', 'fab90b367320869242e27cbbbc5c4627', '2015-01-13', 'gretanowakowski60@best.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421143510', '0', '1421143510', '1421143510', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.252.41', '0', '1', '', '0', '0', '-1', '0', '0', 'Gw88!S>trc#MNY2wC}q$p4P3JI]@H+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10854', '3', '', '0', 'LouvenHart', 'c9a39d0098b4e23f99841141ff8eb94f', '2015-01-13', 'kristinmcmann356@mailcatch.com', '0', '', 'http://maninfo.polsri.ac.id/halkomentar-158-13821.html', '', '', '', '2', '0', 'Junior Member', '0', '1421144601', '0', '1421144601', '1421147453', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-23-1972', '1972-04-23', '-1', '-1', '183.223.204.107', '0', '1', '', '0', '0', '-1', '0', '0', '-cr4!0n]{CZ+qhon:V`k]pK*/:3b;h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '143', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10855', '3', '', '0', 'LucasDyson', 'c4c0eab486dc63cead027c03d6449ecd', '2015-01-13', 'elanajustice7344@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421145027', '0', '1421145027', '1421145027', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '182.253.122.55', '0', '1', '', '0', '0', '-1', '0', '0', '8bh-0VHNqe:]S2-`AzRfJRX?fSZq;!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10856', '3', '', '0', 'Ilana23Gtw', '61d8e6377ae3a2fb3f6b3586fb5c72db', '2015-01-13', 'michaelaknudson@mailcatch.com', '0', '', 'http://ti98.rv.ua/blog/?paged=2', '', '', '', '2', '0', 'Junior Member', '0', '1421147072', '0', '1421147072', '1421156033', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-27-1973', '1973-04-27', '-1', '-1', '107.190.172.187', '0', '1', '', '0', '0', '-1', '0', '0', 'r&a]Qk\\U&Lx1~%FL;*!Q_lPhRpc&D$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10857', '2', '', '0', 'BennySprki', 'a35d25dccecfca3bc8232afe4ebdbd2a', '2015-01-13', 'medipost233@medisl.com', '0', '', 'http://www.fastsync.de/3dgc/userinfo.php?uid=452591', '', '', '', '2', '0', 'Junior Member', '0', '1421147676', '0', '1421147676', '1421148258', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-06-1971', '1971-04-06', '-1', '-1', '88.80.20.193', '0', '1', '', '0', '0', '-1', '0', '0', 'H9`nd|C8@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10858', '3', '', '0', 'JoeannDenh', '5626eb37497048175211e50a8408584e', '2015-01-13', 'joeanndenham@general.harboxed.com', '0', '', 'http://myzpec.com/index.php?do=/profile-34354/info/', '', '', '', '2', '0', 'Junior Member', '0', '1421152065', '0', '1421152065', '1421154765', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1983', '1983-09-07', '-1', '-1', '91.108.180.75', '0', '1', '', '0', '0', '-1', '0', '0', 'L)A)_+=jV&af?eX\\(3Vu7d8mMgpN4~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10859', '3', '', '0', 'HaiQwsbyea', '2b4f002ce0b59dc631c1c3ed48969b38', '2015-01-13', 'marianagraber2998@mailcatch.com', '0', '', 'http://the-accounts.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421156104', '0', '1421156104', '1421160736', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-01-1985', '1985-02-01', '-1', '-1', '192.77.245.141', '0', '1', '', '0', '0', '-1', '0', '0', '@pqysm0V^aL~GxPD$8/0D+[70Z^\",`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10860', '3', '', '0', 'IsmaelTiet', '3fc2613ccb5dd7cc2bbb6b99093084ad', '2015-01-13', 'louannestickler626@monumentmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421157681', '0', '1421157681', '1421157681', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.119.227.141', '0', '1', '', '0', '0', '-1', '0', '0', 'MG0jI\\Z8b9Qia\'Os_J]e*%yW._1\\o4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10862', '3', '', '0', 'JonahMcCle', '06361a8184a8852f9104420457731a0d', '2015-01-13', 'hamishchance5204@mailcatch.com', '0', '', 'http://www.stream-sexe.com/users/ACattanac', '', '', '', '2', '0', 'Junior Member', '0', '1421163601', '0', '1421163601', '1421172752', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-13-1977', '1977-08-13', '-1', '-1', '107.190.172.234', '0', '1', '', '0', '0', '-1', '0', '0', 'lO&~P:P:/SmQ.r][aka)t_dtk`E0[#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10863', '3', '', '0', 'LucretiShe', '49e3b2b49583ee8453532453d73da157', '2015-01-13', 'kandertreiharris@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421164613', '0', '1421164613', '1421164613', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.73.136.221', '0', '1', '', '0', '0', '-1', '0', '0', 'q7NazgU:>5l3T*,C]?=*ESsS{Zov>/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10864', '3', '', '0', 'ChetMCNUos', '960853d9ccb0957a0db2e2284419a37c', '2015-01-13', 'chethitt@maps.parlaban.com', '0', '', 'http://woebegoneroad3585.mybizziblog.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421166675', '0', '1421166675', '1421175277', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1982', '1982-02-16', '-1', '-1', '199.188.102.5', '0', '1', '', '0', '0', '-1', '0', '0', 'QvX&CFo\\A%M/$4$2TA9g2NDo$91%TY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10865', '3', '', '0', 'WillaReyna', '018df16a3a3468b238b62e638e9efc9d', '2015-01-13', 'willa_reyna@ekredytbank.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421168174', '0', '1421168174', '1421168174', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.31.102.48', '0', '1', '', '0', '0', '-1', '0', '0', 'IM{cLi]9lch|lLl3LZ*P#WC7G5<(iTs!9Eo73qv|2S5', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10879', '3', '', '0', 'Brittn04S', '70fff2479f030efbb160921a6628b14b', '2015-01-13', 'brittneysanor26@low.zonerig.com', '0', '', 'http://78.193.151.69/Site/blog/view/16025/the-internet-no-deposit-casino-bonuses', '', '', '', '2', '0', 'Junior Member', '0', '1421193121', '0', '1421193121', '1421195953', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-03-1985', '1985-04-03', '-1', '-1', '173.44.61.142', '0', '1', '', '0', '0', '-1', '0', '0', 'bB*^x]4|v`cdR}a+.\'m~dH1%bP#L@g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10880', '3', '', '0', 'AlfonzMarr', 'fe300b4cfba57612f823e19e4991f4b4', '2015-01-14', 'alfonzomarriott@space.reopenetic.com', '0', '', 'http://www.sinkardd.com/go.php?url=http://livingwithgynecomastia.com', '', '', '', '2', '0', 'Junior Member', '0', '1421194413', '0', '1421194413', '1421197499', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-06-1974', '1974-11-06', '-1', '-1', '151.227.30.106', '0', '1', '', '0', '0', '-1', '0', '0', 'nCof2#4r!Ve7z6%LY.U:VPH}$HB126', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10881', '3', '', '0', 'Verona88Ja', '72e3f37fe085ca58db5114b86b662eac', '2015-01-14', 'jennieeveringham4146@mailcatch.com', '0', '', 'https://vimeo.com/116672264', '', '', '', '2', '0', 'Junior Member', '0', '1421200535', '0', '1421200535', '1421202744', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1983', '1983-09-07', '-1', '-1', '223.64.100.226', '0', '1', '', '0', '0', '-1', '0', '0', 'YekfFiqA)|B\'S?x0.U6p*UOuQ]1[qi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '94', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10883', '3', '', '0', 'CyrilCarde', '556575ef63005d73893bb7361868316d', '2015-01-14', 'oliviacarden@mailcatch.com', '0', '', 'http://www.plurk.com/mushycap9796', '', '', '', '2', '0', 'Junior Member', '0', '1421204076', '0', '1421245539', '1421275915', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-01-1975', '1975-08-01', '-1', '-1', '62.99.69.42', '0', '1', '', '0', '0', '-1', '0', '0', '((4EV{sVd:Tj|Kf7+1{pn}voAJ);\'k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10884', '2', '', '0', 'SteveN18uf', '3728ed0bb171512b6f9224bc118e1473', '2015-01-14', 'a.ar.o.n.di.vas.dew@twitteold.info', '0', '', 'http://www.ustream.tv/channel/les-pingouins-de-madagascar-streaming', '', '', '', '2', '0', 'Junior Member', '0', '1421207100', '0', '1421207100', '1421214659', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-24-1983', '1983-07-24', '-1', '-1', '155.94.131.195', '0', '1', '', '0', '0', '-1', '0', '0', '%,_GNqY6\"\',&Te4`&w_V!E{E}0Bc.E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10885', '2', '', '0', 'TWithrow', '90345ac034df3ec51ebc9bc73bce769d', '2015-01-14', 'gorgeouszit9775@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421208477', '0', '1421208477', '1421208477', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.96.217', '0', '1', '', '0', '0', '-1', '0', '0', '{/@%E3aWBD}FH\\NpPX,\"ucAo)I%QxH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10889', '3', '', '0', 'Nelson51U', '6becfa10b5aa286cadd2aac9949ce097', '2015-01-14', 'nelsonvansickle67@class.reopenetic.com', '0', '', 'https://www.facebook.com/pages/Bigger-penis-How-to-get-larger-fast/287372014738894', '', '', '', '2', '0', 'Junior Member', '0', '1421220248', '0', '1421220248', '1421224021', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1974', '1974-08-18', '-1', '-1', '192.208.188.9', '0', '1', '', '0', '0', '-1', '0', '0', 'ak=C\\Brbm^;ez-hW4:c~K($6}Jeor2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10886', '3', '', '0', 'KitGuayvho', '20e30bc72b9acd8009cbf2d5ce6e7324', '2015-01-14', 'ajamatthias@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421212355', '0', '1421212355', '1421212355', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.228.65.22', '0', '1', '', '0', '0', '-1', '0', '0', 'Z@VP?-#CF[6y1;NXx2L4u|t(ZOsz$,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10887', '3', '', '0', 'JerrelWink', '322e145da4cc65a808836a15ea11c3fc', '2015-01-14', 'jerrell.wink9918@evasionteam.com', '0', '', 'http://clashofclanshack2015.wikia.com/wiki/Clash_of_Clans_Hack_2015_Wiki', '', '', '', '2', '0', 'Junior Member', '0', '1421215987', '0', '1421215987', '1421847002', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-15-1975', '1975-05-15', '-1', '-1', '167.160.107.153', '0', '1', '', '0', '0', '-1', '0', '0', ')SkSxW-G`:y9w6)@%5.+69Zs1N3W|)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10918', '2', '', '0', 'M12F', 'eee54068216e019b0070b72a279b63da', '2015-01-15', 'luxuriantmadhou70@mail.bg', '0', '', 'http://www.perthurbanist.com/groups/preparing-everything-in-the-guidelines-on-how-to-vacation-withou', '', '', '', '2', '0', 'Junior Member', '0', '1421290196', '0', '1421290196', '1421291065', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-19-1973', '1973-10-19', '-1', '-1', '209.161.103.29', '0', '1', '', '0', '0', '-1', '0', '0', '6c\\?]fy?b|-1c(o\\|Txx$}rx(2^/F4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10888', '2', '', '0', 'Carlton093', '831a72ac83d84952df19b267133f5dca', '2015-01-14', 'a.a.r.o.n.di.vas.dew@twitteold.info', '0', '', 'http://www.ustream.tv/channel/les-pingouins-de-madagascar-streaming', '', '', '', '2', '0', 'Junior Member', '0', '1421218589', '0', '1421218589', '1421225800', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-15-1976', '1976-11-15', '-1', '-1', '155.94.131.203', '0', '1', '', '0', '0', '-1', '0', '0', 'xU_za.yI:X|fo13~xMBsVdwXL)B?ib', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10901', '3', '', '0', 'WaldoEntic', '7be6e9689386abe30a69cc53525f657c', '2015-01-14', 'waldo_enticknap59@pheed.pl', '0', '', 'http://kebabway.pl', '', '', '', '2', '0', 'Junior Member', '0', '1421271584', '0', '1421271584', '1421280808', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-16-1972', '1972-11-16', '-1', '-1', '83.9.48.26', '0', '1', '', '0', '0', '-1', '0', '0', '-^e2{{AuGJ/0[mz[:yTZ0(xfXT+s/~M:gqyi?GWJsP^N:Ht3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10891', '3', '', '0', 'PhilliBoan', '091d6dfaa6c19697c5bb575eab1c32f9', '2015-01-14', 'phillipboan@net.zonerig.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421247848', '0', '1421247848', '1421247848', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '62.210.203.158', '0', '1', '', '0', '0', '-1', '0', '0', 'gTj11j9DE_2sn-V|0_W<>lb8Y6u@PQ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10894', '2', '', '0', 'Karlos', '853f394bd25c0f2a701ab2866bbd75f2', '2015-01-14', 'karlcournoyer@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421256795', '0', '1421256838', '1421256891', '0', '0', '10', '5', '-5', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.226.192.123', '0', '1', '', '0', '0', '-1', '0', '0', '\'^D_?t(.9Q=,_6pG8Qn?f@bR-~3z7C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10895', '3', '', '0', 'BennieX25m', 'de3c202d3e2008fcaa9bbcc699eebf22', '2015-01-14', 'miquelrettig1998@mailcatch.com', '0', '', 'http://room-matehotels.com/site-31.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421261752', '0', '1423465735', '1423479640', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-09-1977', '1977-11-09', '-1', '-1', '37.212.151.224', '0', '1', '', '0', '0', '-1', '0', '0', 'kKt5?[rk7s7\\71&tHGPf/yvd%1PH99', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '258', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10898', '3', '', '0', 'JeanniEwd', 'c3952355ecaff9452ada8257c948d45d', '2015-01-14', 'ashleighblaxland@mailcatch.com', '0', '', 'http://room-matehotels.com/doc_10.html', '', '', '', '2', '0', 'Junior Member', '0', '1421269336', '0', '1421269336', '1421271223', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1977', '1977-05-01', '-1', '-1', '24.63.130.143', '0', '1', '', '0', '0', '-1', '0', '0', ':8R,CEP^X1vQtQ!>M14d6x[qoNu-#r', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10896', '3', '', '0', 'CharolRay', 'a61fab61fb4d2f19d9b6f64a836f3ff9', '2015-01-14', 'karilehmann@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=2tnd_mJID6s', '', '', '', '2', '0', 'Junior Member', '0', '1421266090', '0', '1421266090', '1421322912', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-02-1981', '1981-07-02', '-1', '-1', '204.44.91.134', '0', '1', '', '0', '0', '-1', '0', '0', 'DI5l6,=\\^>$mq@K^HdlpIxr@a|!He[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10897', '8', '', '0', 'PasquaHvi', '7d46adbcd03556f931a4338ad1981a91', '2015-01-14', 'neomi@f.most-wanted-stuff.com', '0', '', 'http://Allinpokerseries.com/All-In-Poker-Series-Forum/userinfo.php?uid=627947', '', '', '', '2', '0', 'Banned', '0', '1421266407', '0', '1422641054', '1422896826', '1422419992', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-21-1973', '1973-06-21', '-1', '-1', '107.168.64.178', '0', '1', '', '0', '0', '-1', '0', '0', 'Fuv36rZi/;xie,oHYqGk3x2ht75Mw6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10899', '3', '', '0', 'JBlocker', '0f7e269d0515502d0a145a14259efff2', '2015-01-14', 'rattysermon9941@mail.bg', '0', '', 'http://eyeonfitness.com/groups/planning-your-big-day-tips-for-a-wedding-to-remember/', '', '', '', '2', '0', 'Junior Member', '0', '1421270691', '0', '1421270691', '1421272664', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-25-1972', '1972-07-25', '-1', '-1', '23.247.182.60', '0', '1', '', '0', '0', '-1', '0', '0', 'GOX%lFb):}#]?qDQ9Y5:q\"/6]M$M^v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10900', '3', '', '0', 'DRKSN', 'fe3e77df7387a18f5f1803f748d99876', '2015-01-14', 'hungrynurse1257@mail.bg', '0', '', 'http://www.vereinkunstgenuss.at/groups/discover-the-nuances-of-planning-for-a-wedding-ceremony/', '', '', '', '2', '0', 'Junior Member', '0', '1421271198', '0', '1421271198', '1421273470', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-02-1983', '1983-04-02', '-1', '-1', '104.128.16.218', '0', '1', '', '0', '0', '-1', '0', '0', 'sUEE:!RU%t,P9Slb?M8HOZtQv}s,M~7mEz`&eNJ?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10903', '3', '', '0', 'StellaWCF', 'c1fcf09315a881404a9716f9ca4fd080', '2015-01-14', 'fletchermockridge@mailcatch.com', '0', '', 'http://room-matehotels.com/costco-pharmacy-hours-in-year-2015.php', '', '', '', '2', '0', 'Junior Member', '0', '1421273336', '0', '1421273336', '1421275234', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-16-1974', '1974-10-16', '-1', '-1', '93.138.45.141', '0', '1', '', '0', '0', '-1', '0', '0', 'C%l\'1;8=%4\\s|0#y^%RWy90#5SdAtS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10904', '3', '', '0', 'MWRColumbu', '90692f7c2fbc6e54b22043f6271b28a6', '2015-01-14', 'columbus-sperry30@getinpointy.pl', '0', '', 'http://wwwkredyt.pl', '', '', '', '2', '0', 'Junior Member', '0', '1421273479', '0', '1421273479', '1421281402', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-13-1972', '1972-03-13', '-1', '-1', '83.9.48.26', '0', '1', '', '0', '0', '-1', '0', '0', 'JzUSWwb%UAt;/xI|,b5K7b/`QEhM9v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '375', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10905', '3', '', '0', 'JinaDicken', '23bcb47c36a8d148f64f92f43bbb735b', '2015-01-14', 'jina.dickens58@pheed.pl', '0', '', 'http://kebabway.pl', '', '', '', '2', '0', 'Junior Member', '0', '1421274420', '0', '1421274420', '1421281689', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-07-1981', '1981-04-07', '-1', '-1', '83.9.48.26', '0', '1', '', '0', '0', '-1', '0', '0', 'r3]\\\"Q.^&nksSA>?v3[no*@i0WAI*W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10906', '2', '', '0', 'CLzh', '7a88ae0ea779699437258c3da979860b', '2015-01-14', 'damagedomen711@mail.bg', '0', '', 'http://www.emovewaves.com/?p=125', '', '', '', '2', '0', 'Junior Member', '0', '1421274439', '0', '1421274439', '1421275298', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-15-1976', '1976-03-15', '-1', '-1', '104.128.19.221', '0', '1', '', '0', '0', '-1', '0', '0', '-j}lMW12Y[4=*)Q\"MVPl?$l{JnNO+g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10907', '3', '', '0', 'RexScarfeh', 'cc936db655a13b3d79ae7d41600f2a0e', '2015-01-14', 'rex-scarfe42@pheed.pl', '0', '', 'http://youclip.pl', '', '', '', '2', '0', 'Junior Member', '0', '1421274731', '0', '1421274731', '1421321001', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-09-1983', '1983-05-09', '-1', '-1', '83.9.48.26', '0', '1', '', '0', '0', '-1', '0', '0', 'nkb\'oj[8$NuZ+ke@>AnR2\'rVd\"3GXk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10908', '3', '', '0', 'KristieA03', 'cf8968df5f9a8160bfd0e7502eb6dc44', '2015-01-14', 'kristie-webb@ekredytsms.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421275934', '0', '1421275934', '1421275934', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.9.48.26', '0', '1', '', '0', '0', '-1', '0', '0', 'U1A2VAP\"m;D9-U%2P\'!\"Y{z%P6hYKT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10909', '3', '', '0', 'ViolaQQQV', '79b7c3b823af88b0f43449593072e7e3', '2015-01-14', 'deloresdiederich@mailcatch.com', '0', '', 'http://www.kizi11.com', '', '', '', '2', '0', 'Junior Member', '0', '1421277394', '0', '1421277394', '1421281163', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-05-1980', '1980-10-05', '-1', '-1', '112.72.76.22', '0', '1', '', '0', '0', '-1', '0', '0', '%ClAz6h0&6tZuw_K0p2<|E0#\\2`$g%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10910', '2', '', '0', 'DPell', '5e9ec91cba6bfb67abb7afdbfdf6e5c8', '2015-01-14', 'deadpananother436@mail.bg', '0', '', 'http://www.andrew-weiss-gallery.com/use-the-internet-to-search-for-used-bobcat-mowers/', '', '', '', '2', '0', 'Junior Member', '0', '1421277967', '0', '1421277967', '1421278833', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-01-1981', '1981-03-01', '-1', '-1', '209.161.96.96', '0', '1', '', '0', '0', '-1', '0', '0', 'D.O#dOpU?\\_Hw#i?3L4*7(5Z>{`]s,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10911', '2', '', '0', 'JS52', '96e3ee9914b45acb91df0ac378d23eef', '2015-01-14', 'quixoticempathy40@mail.bg', '0', '', 'http://mlmfriends.in/mlm-concepts/thrifty-travel-tips-for-the-budget-concious_i9362', '', '', '', '2', '0', 'Junior Member', '0', '1421278862', '0', '1421278862', '1421279732', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-30-1978', '1978-08-30', '-1', '-1', '104.128.31.87', '0', '1', '', '0', '0', '-1', '0', '0', 'T?TGmLXtr9Fyc?(*`w\\-P$g%-xV&$A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10912', '3', '', '0', 'JuliXnghab', 'f153d47c326ef2f53423cc8acbf87263', '2015-01-14', 'julihemphill87@desktop.emific.com', '0', '', 'http://www.katalog-schneiderei.de/cheap-sewing-machines-find-the-most-important-features-to-look-for', '', '', '', '2', '0', 'Junior Member', '0', '1421279973', '0', '1421279973', '1421839505', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-16-1977', '1977-09-16', '-1', '-1', '204.44.91.140', '0', '1', '', '0', '0', '-1', '0', '0', 'HWDZtXRm3B2G?fJgk5E4cu6[Ato[A\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10913', '2', '', '0', 'LAJOI', 'f5c842447104ababd989f515449f5441', '2015-01-15', 'eviltalent2453@mail.bg', '0', '', 'http://www.duelingkitchens.com.au/portfolio/straightforward-strategies-for-your-wedding-day/', '', '', '', '2', '0', 'Junior Member', '0', '1421283265', '0', '1421283265', '1421284188', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-25-1974', '1974-05-25', '-1', '-1', '23.232.235.28', '0', '1', '', '0', '0', '-1', '0', '0', '3\\0EgC:pVzY4:`,,)R?N+/3pT%#KaI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10914', '3', '', '0', 'CarrolChav', 'c41d3d42ffb309edb0edc13eb0112f69', '2015-01-15', 'carroll.chavarria69@pheed.pl', '0', '', 'http://bankkredyt.pl', '', '', '', '2', '0', 'Junior Member', '0', '1421283601', '0', '1421283601', '1421321809', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-07-1970', '1970-12-07', '-1', '-1', '83.9.48.26', '0', '1', '', '0', '0', '-1', '0', '0', '2`M?zq0C\",;S/?Kz~\"H=c.IYF%]&0W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10915', '2', '', '0', 'RCuller', '5432aa4fc563027d3b05104710a5ed8f', '2015-01-15', 'roasteddungeon723@mail.bg', '0', '', 'http://theyoungprofessional.net/index.php?do=/blog/89283/tips-to-make-your-wedding-the-best-day-of-y', '', '', '', '2', '0', 'Junior Member', '0', '1421283889', '0', '1421283889', '1421284767', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-04-1980', '1980-10-04', '-1', '-1', '104.128.31.155', '0', '1', '', '0', '0', '-1', '0', '0', 'M,\"?a4@Z4p!U\'lS1$P$~dZOQwO:pH#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10916', '3', '', '0', 'NildaCommo', '4e272dfe1ca7dad0927e8f7182bd9792', '2015-01-15', 'nilda_commons@teesfire.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421285285', '0', '1421285285', '1421285285', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '213.184.125.205', '0', '1', '', '0', '0', '-1', '0', '0', 'B0tf8q&\\2ShY]v`g^;7pw[\\FQ]v=}b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10921', '2', '', '0', 'HChang', 'f79a43ca9899ddf5732a310248429456', '2015-01-15', 'enthusiasticcom43@mail.bg', '0', '', 'http://www.vlees.us/2014/12/common-problems-for-which-an-emergency-plumber-chicago/', '', '', '', '2', '0', 'Junior Member', '0', '1421294230', '0', '1421294230', '1421295089', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-06-1975', '1975-08-06', '-1', '-1', '209.161.96.217', '0', '1', '', '0', '0', '-1', '0', '0', 'jO]5~]PXS]|tpq{g&fL^88Y$zL0/}W', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10922', '2', '', '0', 'KZVDJ', '606de87b7c901e76e4d13c3be5be227d', '2015-01-15', 'wryhamper7810@mail.bg', '0', '', 'http://www.fridayad.in/for-sale/computers-hardware/you-can-have-a-beautiful-wedding-regardless-of-yo', '', '', '', '2', '0', 'Junior Member', '0', '1421295523', '0', '1421295523', '1421296409', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-09-1981', '1981-01-09', '-1', '-1', '104.128.31.87', '0', '1', '', '0', '0', '-1', '0', '0', '=U,7j|D`?9SzPy!AKmnKQln5~#P)[3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10923', '3', '', '0', 'Hildred20H', '503c0db774f3870356f2ba0eaa66659f', '2015-01-15', 'hildredtimbery@bronze.harboxed.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421296006', '0', '1421296006', '1421296006', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.94.128.59', '0', '1', '', '0', '0', '-1', '0', '0', 'gO1$PZH^Y&,x&3i-\\JjY`cQ4Da-Ya+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10924', '3', '', '0', 'ElizbetTel', '8a0e6f70a9acd8e88781d40becf25f7d', '2015-01-15', 'elizbeth-tellez@teesfire.com', '0', '', 'http://v2media.tripod.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421297568', '0', '1421297568', '1421299908', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-07-1977', '1977-04-07', '-1', '-1', '192.255.96.68', '0', '1', '', '0', '0', '-1', '0', '0', 'i#ey<)cfQa=M>01*dwEwY.G4/3sJ_N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10925', '3', '', '0', 'CallumDarc', '7161f43a2c6b090e3f27e81391175669', '2015-01-15', 'callum.darcy@teesfire.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421299457', '0', '1421299457', '1421299457', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.218.63', '0', '1', '', '0', '0', '-1', '0', '0', '`\")39a5]i\'-L|%C/4:>,>vB^S1tOp+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10926', '3', '', '0', 'KimberlWhe', '762c4ca41139370c076458364e60e86e', '2015-01-15', 'mckenziewoolnough@mailcatch.com', '0', '', 'http://room-matehotels.com/kmart-pharmacy-in-year-2015.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421300769', '0', '1421300769', '1421302775', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-24-1983', '1983-08-24', '-1', '-1', '37.215.153.16', '0', '1', '', '0', '0', '-1', '0', '0', ':5@E{K]T#\\AQv7dK-Q>>?QCMq1yHo7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10927', '3', '', '0', 'JakeStrutt', 'a5fd2ad8de4b4f3f9c471cfd3e9c61c2', '2015-01-15', 'a.a.ro.n.div.as.dew@twitteold.info', '0', '', 'http://Awardstm.pw/', '', '', '', '2', '0', 'Junior Member', '0', '1421300787', '0', '1421300787', '1421308133', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-26-1976', '1976-11-26', '-1', '-1', '155.94.131.203', '0', '1', '', '0', '0', '-1', '0', '0', 'Hq-|sh>E`U+-b\\J!zzDImUC7EZ=N\'b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10928', '3', '', '0', 'DomingQuin', '6974482a01470dd6820325eeef302395', '2015-01-15', 'johnsongrinder125@mailcatch.com', '0', '', 'http://atlantishacks.com/free-rp-codes-riot-points-rp-generator/', '', '', '', '2', '0', 'Junior Member', '0', '1421301645', '0', '1421301645', '1421303831', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-18-1976', '1976-12-18', '-1', '-1', '196.196.28.230', '0', '1', '', '0', '0', '-1', '0', '0', 'P9/po0~o<.{.?uIl;%D}{iC[*1*p+3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10929', '3', '', '0', 'AWaterwor', '8ff02b245819ddadf19818d536d3a8e0', '2015-01-15', 'naivenurse1687@mail.bg', '0', '', 'http://marcozuniga.com/3-jobs-you-definitely-need-a-plumber-for/', '', '', '', '2', '0', 'Junior Member', '0', '1421302011', '0', '1421302011', '1421303928', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-10-1976', '1976-08-10', '-1', '-1', '23.232.176.29', '0', '1', '', '0', '0', '-1', '0', '0', 'elb7F\\5I~4)qmA\\>\'M@_1+C%vhq$k2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10930', '3', '', '0', 'SC97', '01d10de657c12a5723528945b2641ace', '2015-01-15', 'tanhijacker5387@mail.bg', '0', '', 'http://businessqld.com/trenchless-sewer-repair-chicago-is-big-business/', '', '', '', '2', '0', 'Junior Member', '0', '1421302202', '0', '1421302202', '1421304056', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-23-1973', '1973-01-23', '-1', '-1', '23.232.176.29', '0', '1', '', '0', '0', '-1', '0', '0', 'z5x|RB(~T7#=}oYmNtzH%>^s`t4@Mm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10931', '3', '', '0', 'W70O', '2d607fb19e91583b75e8bdd7f04cf7c3', '2015-01-15', 'forgetfultelegr38@mail.bg', '0', '', 'http://ofwakomagazine.com/classifieds/real-estate/land-residential/make-it-a-great-day-with-these-we', '', '', '', '2', '0', 'Junior Member', '0', '1421302206', '0', '1421302206', '1421304285', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-27-1978', '1978-05-27', '-1', '-1', '23.232.176.29', '0', '1', '', '0', '0', '-1', '0', '0', 'D^L7]Y`fi\\vDTz{k+w{ad-C@mdrJ13', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10932', '3', '', '0', 'HNIH', 'e21d504ebd3416aff50b06a989945bfa', '2015-01-15', 'crediblelawsuit29@mail.bg', '0', '', 'http://www.zzinimedia.info/groups/the-best-travel-tips-that-any-traveler-should-learn/', '', '', '', '2', '0', 'Junior Member', '0', '1421303898', '0', '1421303898', '1421305782', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-11-1975', '1975-06-11', '-1', '-1', '209.161.96.79', '0', '1', '', '0', '0', '-1', '0', '0', '*bmq`>B-P`)o$Kd?r_i<%CW]:h(0d8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10933', '3', '', '0', 'GRamey', '8a4bdcd83fd7d6e3f6f15be7fc4c0a33', '2015-01-15', 'alcoholicgem8240@mail.bg', '0', '', 'http://univerzix.com/groups/picking-out-what-kind-of-wedding-invitations-to-use/', '', '', '', '2', '0', 'Junior Member', '0', '1421304031', '0', '1421304031', '1421306186', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1978', '1978-12-11', '-1', '-1', '209.161.96.79', '0', '1', '', '0', '0', '-1', '0', '0', 'j2!/ttp5fbPgF`b\\L!xM{Bs0PlmMpq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10934', '2', '', '0', 'TrudiFores', '08c4d9dfc0b890232dffe87bac5af745', '2015-01-15', 'a.a.r.o.n.div.as.dew@twitteold.info', '0', '', 'http://framarootapk.awardstm.pw', '', '', '', '2', '0', 'Junior Member', '0', '1421305267', '0', '1421305267', '1421312762', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1985', '1985-05-13', '-1', '-1', '104.128.23.149', '0', '1', '', '0', '0', '-1', '0', '0', '[_$g1do\"hiDU))N+>,.TCpNxD&Z,Zfm\'%@8$`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10946', '3', '', '0', 'LoydBaldri', '54afa540cb68794ddb8f9560aad8880f', '2015-01-15', 'johniemagallon4867@brennendesreich.de', '0', '', 'https://moph.academia.edu/gameonline/Posts', '', '', '', '2', '0', 'Junior Member', '0', '1421323717', '0', '1421323717', '1421325851', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-21-1982', '1982-05-21', '-1', '-1', '117.175.109.82', '0', '1', '', '0', '0', '-1', '0', '0', '\\@K\'!\\A#+&_PlQ:`xpqK-rx(.=\"$2f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10947', '3', '', '0', 'DomingaJoh', '4e15c73b8487b07fd04aa966cea894af', '2015-01-15', 'dominga_johnston@teesfire.com', '0', '', 'http://weloveprinting.wordpress.com/2014/12/07/', '', '', '', '2', '0', 'Junior Member', '0', '1421325024', '0', '1421325024', '1421327420', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-23-1973', '1973-10-23', '-1', '-1', '192.240.218.69', '0', '1', '', '0', '0', '-1', '0', '0', 'pLzEx]VkTZF<29FtzO]&;Sx|NznC2?w~', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10949', '3', '', '0', 'AnnieHall', '314a485df43afade5814658824b26798', '2015-01-15', 'annie_hall66@teesfire.com', '0', '', 'https://Community.Elgg.org/showcase/view/1985092/v2-media-advertising', '', '', '', '2', '0', 'Junior Member', '0', '1421328120', '0', '1421328120', '1421332570', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-09-1974', '1974-07-09', '-1', '-1', '192.240.218.142', '0', '1', '', '0', '0', '-1', '0', '0', '|yBh+S-*P3=g\'x_k{gT)dNjF@k{oCz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10950', '3', '', '0', 'Cristin25A', '12e6d2e08ea0205de4572b6673bda7ea', '2015-01-15', 'eugenemichel@mailcatch.com', '0', '', 'http://room-matehotels.com/page_11.html', '', '', '', '2', '0', 'Junior Member', '0', '1421329032', '0', '1422783481', '1423464627', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-21-1979', '1979-06-21', '-1', '-1', '117.6.221.64', '0', '1', '', '0', '0', '-1', '0', '0', 'O4CCXEO3ePp)ur7tY?c)6PJwr])Qr`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '276', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10951', '2', '', '0', 'XHCZarayxu', '70fda08a79f4ad21411ac27d2e6bef37', '2015-01-15', 'a.ar.o.n.div.as.dew@twitteold.info', '0', '', 'http://framarootapk.Awardstm.pw/', '', '', '', '2', '0', 'Junior Member', '0', '1421334544', '0', '1421334544', '1421341756', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-27-1985', '1985-02-27', '-1', '-1', '104.128.23.149', '0', '1', '', '0', '0', '-1', '0', '0', 'bq04xu\\tX>1_dIP\\Mr}L}MR\\.u{4O#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10952', '3', '', '0', 'WilburKuli', '6994e2d9c2bf7ecbfa563a021ce60ecf', '2015-01-15', 'hildegardyamamoto@discardmail.com', '0', '', 'http://www.plastyczne-operacje.net', '', '', '', '2', '0', 'Junior Member', '0', '1421335094', '0', '1421335094', '1421337012', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1972', '1972-12-06', '-1', '-1', '196.196.0.242', '0', '1', '', '0', '0', '-1', '0', '0', 'ltip6kZC:(w>L\'k=/C5,EZzD93d.df', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10953', '2', '', '0', 'MonikaAuw', '2c76adf2c74ec9b505207513c2aeada7', '2015-01-15', 'aar.o.n.div.as.dew@twitteold.info', '0', '', 'http://framarootapk.awardstm.pw/', '', '', '', '2', '0', 'Junior Member', '0', '1421335882', '0', '1421335882', '1421343075', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-10-1980', '1980-06-10', '-1', '-1', '155.94.131.195', '0', '1', '', '0', '0', '-1', '0', '0', '}5$?$@64?#JY|T6UGgBgj(}f!fM~)\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10954', '3', '', '0', 'Cathlee968', '9a3ba6bb87792ef93ddd386f6c27bc71', '2015-01-15', 'm.e.r.li.t.a.is.ay@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421339159', '0', '1421339159', '1421339159', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.255.226', '0', '1', '', '0', '0', '-1', '0', '0', '\'2QzwDNjH@H\'W)W79NJE`azG\'d6yJ$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10955', '2', '', '0', 'MalindaBru', '0f6536bdd84df4e0c533b67a8b69f83a', '2015-01-15', 'a.arond.iv.as.dew@twitteold.info', '0', '', 'http://framarootapk.awardstm.pw/', '', '', '', '2', '0', 'Junior Member', '0', '1421339958', '0', '1421339958', '1421347163', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-28-1975', '1975-04-28', '-1', '-1', '107.158.7.115', '0', '1', '', '0', '0', '-1', '0', '0', 'wkT65U=FEU@_U>1s/e(aOmGCpWSlD6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10956', '3', '', '0', 'CelestXlb', '7a6e93a515903f7e5e54cb9b4b8561fa', '2015-01-15', 'celestaclubbe@class.reopenetic.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421341556', '0', '1421341556', '1421341556', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.255.96.181', '0', '1', '', '0', '0', '-1', '0', '0', 'Xp@W^U^Y]6dLy/S)S5D#_)+%Dw;T(>=_M92', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10958', '2', '', '0', 'EdwinSawer', 'ada36ecf978d1b41f89e995836f2f654', '2015-01-15', 'jone8e7@hrun.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421342336', '0', '1421342336', '1421342336', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '173.0.62.226', '0', '1', '', '0', '0', '-1', '0', '0', '6M-C-xzj~zlaiVK/CKMDiLnH>mu7{\"', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10959', '3', '', '0', 'BillyKelso', 'd8a999ada9c7490967ade3dfa35098a7', '2015-01-15', 'billykelso@class.reopenetic.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421344114', '0', '1421344114', '1421344114', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.169.7.244', '0', '1', '', '0', '0', '-1', '0', '0', 'h|_p&;YX:ZG05q>2Tt2B\"v)$R\\nqpj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10960', '3', '', '0', 'HungZimmer', 'a35f46e70c58eee52326f4a3c0bd2721', '2015-01-15', 'candelariabeeton@mailcatch.com', '0', '', 'http://6rizard.wordpress.com/2014/12/13/trading-plan/', '', '', '', '2', '0', 'Junior Member', '0', '1421350706', '0', '1421350706', '1421352675', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-27-1985', '1985-06-27', '-1', '-1', '172.245.134.131', '0', '1', '', '0', '0', '-1', '0', '0', 'aAt8?I3I:-_m4@1\"\\ElY\"m$&aWW(*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '214', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10977', '3', '', '0', 'Valeria59G', '1fb29f7d5313d137f211aa86ebb8fdbc', '2015-01-16', 'valeria.babcock8@40sl733g.de', '0', '', 'http://epoc32.de/', '', '', '', '2', '0', 'Junior Member', '0', '1421402035', '0', '1421402035', '1421412448', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-02-1980', '1980-06-02', '-1', '-1', '155.94.220.128', '0', '1', '', '0', '0', '-1', '0', '0', '[J:8P]v#.(_|(,bSZX#~F\"nE8W3sT(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10968', '3', '', '0', 'NormanWRDS', '8784863ab10ad37885f7dba932b8ed76', '2015-01-16', 'normandbergeron@music.reopenetic.com', '0', '', 'http://www.bankrz.de/index.php?title=Was_It_Good_to_Build_The_Avengers_All_in_A_Single_Movie', '', '', '', '2', '0', 'Junior Member', '0', '1421377111', '0', '1421377111', '1421381061', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1982', '1982-01-04', '-1', '-1', '104.168.74.32', '0', '1', '', '0', '0', '-1', '0', '0', 'e8STl\\DSO4BQ{o^7GLC\"2+>=|JVdoo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10969', '3', '', '0', 'Tristan843', '13aef008f3ed0f1b5e8a6273e67ac61a', '2015-01-16', 'tristan_franki@computer-service-sinsheim.de', '0', '', 'http://computer-service-sinsheim.de', '', '', '', '2', '0', 'Junior Member', '0', '1421379463', '0', '1421379463', '1421382086', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-12-1975', '1975-04-12', '-1', '-1', '208.124.117.246', '0', '1', '', '0', '0', '-1', '0', '0', ']Q%F\\?=A$glThY4\\3viP#;VUd~\'/{bl[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10974', '2', '', '0', 'HesterBrin', 'b829aa393e67eea53ccf2b604a9c35aa', '2015-01-16', 'flappyclown@jchurt.com', '0', '', 'http://Lawyers.Law.Cornell.edu/lawyer/gary-dewitt-1499952', '', '', '', '2', '0', 'Junior Member', '0', '1421395767', '0', '1421395767', '1421395842', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1980', '1980-09-22', '-1', '-1', '198.50.26.220', '0', '1', '', '0', '0', '-1', '0', '0', 'mAMeyd\'2~_JC:fCtn]g^-?b7r0Hy$(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '246', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10975', '2', '', '0', 'AdelaiRoth', '43b676ee06d9c52c93a113631bc3f661', '2015-01-16', 'percywilliams@jchurt.com', '0', '', 'http://dewittlawar.blogspot.com/2014/09/benefits-of-estate-planning.html', '', '', '', '2', '0', 'Junior Member', '0', '1421397328', '0', '1421397328', '1421397795', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-08-1978', '1978-09-08', '-1', '-1', '198.23.216.19', '0', '1', '', '0', '0', '-1', '0', '0', 'pI\'mbBpNLATJ~y4%7RcwRLZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '565', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10982', '3', '', '0', 'BPTIonacct', '8e9e3221379b709da39d68de9b226a90', '2015-01-16', 'ionakay@music.reopenetic.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421409439', '0', '1421409439', '1421409439', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.176.253', '0', '1', '', '0', '0', '-1', '0', '0', '>geB~{YD]`7V\\OXria4p}Ss7Lj_~C*N?AQGa5$*c', '', '0', '82918', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10987', '3', '', '0', 'CameronNew', 'd7dd5e113c4314f9bcd22bbbc72fe412', '2015-01-16', 'cameronnewport49@music.reopenetic.com', '0', '', 'http://www.thfoxs.com/wiki/User_talk:Geoffre4496', '', '', '', '2', '0', 'Junior Member', '0', '1421427420', '0', '1421427420', '1421447083', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-14-1976', '1976-08-14', '-1', '-1', '50.2.187.218', '0', '1', '', '0', '0', '-1', '0', '0', 'mR<=Zme\\c^j*PjTMNFatjeb&T~)3W{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10988', '8', '', '0', 'MackenzCor', '57466a1d82412154a1b4d777155614a9', '2015-01-16', 'mackenziecorlette11@music.reopenetic.com', '0', '', 'http://www.ruthl.com/requests/never-too-old-celebrate-birthday-gift-baskets', '', '', '', '2', '0', 'Banned', '0', '1421427898', '0', '1421427898', '1421431972', '1421431969', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-15-1985', '1985-01-15', '-1', '-1', '107.172.13.193', '0', '1', '', '0', '0', '-1', '0', '0', 'P_0nQ*}?%p\\7Y[luB\\nYg\"sy?u\":Rw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10989', '2', '', '0', 'KrystyHolt', 'c78863f59902bc895ea5fa01baf00864', '2015-01-16', 'krystynaholtzmann48@music.reopenetic.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421428625', '0', '1421428625', '1421428625', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '50.2.187.252', '0', '1', '', '0', '0', '-1', '0', '0', '`K3F&-pE)Y-fq8:++Bo;E^L,Zm{Uvi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10990', '3', '', '0', 'ClaySpradl', '0768e4e049fabe5db1116627d370dc17', '2015-01-16', 'clay-spradlin99@damien.ue40d5000.de', '0', '', 'http://kec-tomoni.luwutimurkab.go.id/halkomentar-174-senam-pocopoco-masal-di-lapangan-wahana-bina-pr', '', '', '', '2', '0', 'Junior Member', '0', '1421428748', '0', '1421428748', '1421431032', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-22-1982', '1982-12-22', '-1', '-1', '155.94.220.122', '0', '1', '', '0', '0', '-1', '0', '0', '>w#},Lk&fp:.!oCKj9Bph\'tnbb^wfL', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10993', '3', '', '0', 'NewtonEly', '88bd19c5f1f7a15df4862fa4edd5ccf1', '2015-01-16', 'newton.ely99@ekredytsms.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421435702', '0', '1421435702', '1421435702', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.31.103.23', '0', '1', '', '0', '0', '-1', '0', '0', 'A8~J`ZXGY>b]A%1Z1,_Z<&xf}EI@[h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10991', '2', '', '0', 'KaroliHype', 'ca43d73d729c8317eec675d241659ddc', '2015-01-16', 'karolinhypes38@music.reopenetic.com', '0', '', 'http://www.lukerussell.com/index.php?title=User_talk:TrishaMcNamara', '', '', '', '2', '0', 'Junior Member', '0', '1421432343', '0', '1421432343', '1421436210', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-02-1985', '1985-02-02', '-1', '-1', '104.168.74.165', '0', '1', '', '0', '0', '-1', '0', '0', '`b~0G:`JTOI,IiN.h', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10995', '2', '', '0', 'VetaSchoen', 'e7e714ee38e5b689eaf18af18d381c44', '2015-01-16', 'luciajweber@yahoo.de', '0', '', 'https://de.answers.yahoo.com/question/index?qid=20141104044308AAORTMl', '', '', '', '2', '0', 'Junior Member', '0', '1421437549', '0', '1421437549', '1421438163', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-22-1973', '1973-03-22', '-1', '-1', '95.90.198.173', '0', '1', '', '0', '0', '-1', '0', '0', 'enDWok!o4Ic;OI,[%4v!%ne]}aNT3Q', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10996', '2', '', '0', 'MarlysFrew', '2f25863089767f23f0d68b0494267d81', '2015-01-16', 'gary@jchurt.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421440796', '0', '1421440796', '1421440796', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.222.168.41', '0', '1', '', '0', '0', '-1', '0', '0', 'T>+@+Mr(55.nt_!W,Oj1Z^`_mqKiNa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10997', '2', '', '0', 'RaymonManj', '154e6012297c5e4fa1e0e8bf990ab102', '2015-01-16', 'davidjackson@jchurt.com', '0', '', 'http://www.magicbakery.com/__media__/js/netsoltrademark.php?d=davidsonlinegallery.com', '', '', '', '2', '0', 'Junior Member', '0', '1421442052', '0', '1421449727', '1421960379', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-13-1977', '1977-08-13', '-1', '-1', '192.240.201.113', '0', '1', '', '0', '0', '-1', '0', '0', '$_h1A|UfwU$\"/H;/5u.Yb*|6.\'?8h>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '241', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10998', '3', '', '0', 'BonnieQ80', '660d9a9b6ab616c85de8bc9066d185dc', '2015-01-16', 'bonnie.lush96@ekredytsms.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421442867', '0', '1421442867', '1421442867', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.31.103.23', '0', '1', '', '0', '0', '-1', '0', '0', '6\'dIk`NzkKOw)+$(e:1N[7FKkvaV(s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('10999', '3', '', '0', 'AlisiaBeam', '76f29c6749b3c39db87c2a99e8d92ad7', '2015-01-16', 'summerwhish@trash-mail.com', '0', '', 'http://www.xn----ymcbhg3bmb9cye4ay6b.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421444190', '0', '1421444190', '1421446483', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-24-1983', '1983-05-24', '-1', '-1', '198.167.136.59', '0', '1', '', '0', '0', '-1', '0', '0', 'E&cECYvQ)M{D)H/|}T)q}wk$a}-vZk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11000', '2', '', '0', 'OdetteIjo', 'aa6ef86c4c20453fd6e51f709be18d2d', '2015-01-16', 'lombard@typo3.co.pl', '0', '', 'http://www.ekspresowe-pozyczki24.pl/oferta', '', '', '', '2', '0', 'Junior Member', '0', '1421445159', '0', '1421445159', '1421445305', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-04-1980', '1980-04-04', '-1', '-1', '183.221.189.241', '0', '1', '', '0', '0', '-1', '0', '0', 'u1X3S)q/pFFM:);f16iBwhR8\'Y;lee', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11006', '3', '', '0', 'Jenny03Aop', '1971548d97501f09c7800767a9444f2c', '2015-01-17', 'jonellecardoza3346@mailcatch.com', '0', '', 'http://room-matehotels.com/doc_32.php', '', '', '', '2', '0', 'Junior Member', '0', '1421457915', '0', '1421457915', '1421460040', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-16-1976', '1976-03-16', '-1', '-1', '5.29.237.104', '0', '1', '', '0', '0', '-1', '0', '0', 'jN;=>dh;Eiu>.R$IT!:e}NeE]VHQ@A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11001', '3', '', '0', 'ModestEuse', 'beddeb0bb38f776e37f06155ac380810', '2015-01-16', 'modesto.eusebio57@ltonline.ch', '0', '', 'http://www.Business-Podium.com/boards/members/jedi.html', '', '', '', '2', '0', 'Junior Member', '0', '1421446695', '0', '1421446695', '1421450365', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1976', '1976-06-16', '-1', '-1', '81.171.85.165', '0', '1', '', '0', '0', '-1', '0', '0', '&RMa(;*f0U(YB[b+4l(y;[)NwQPiaF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11002', '3', '', '0', 'MereditJai', '6ccbebd0eab5e7828ba414a342af2373', '2015-01-16', 'prakericha.r.d@gmail.com', '0', '', 'http://boombeach.cheatlife.net/', '', '', '', '2', '0', 'Junior Member', '0', '1421446907', '0', '1421446907', '1421454291', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1973', '1973-12-11', '-1', '-1', '31.187.76.59', '0', '1', '', '0', '0', '-1', '0', '0', 'LTl.`uzQ<4\\PaBq[/\"b@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11009', '2', '', '0', 'TWaring', '787e9c5292453ee5f76771acae90106d', '2015-01-17', 'petitehorse7957@mail.bg', '0', '', 'http://www.perthurbanist.com/groups/all-of-the-aid-you-should-get-an-amazing-vehicle-within-your-bud', '', '', '', '2', '0', 'Junior Member', '0', '1421463644', '0', '1421463644', '1421464536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-19-1985', '1985-07-19', '-1', '-1', '104.128.29.158', '0', '1', '', '0', '0', '-1', '0', '0', '?\\~L_Sbr1,|8`\\}AF,{.^tIx,e~\\xI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11011', '3', '', '0', 'DonnellRWK', 'f3f6b305cad63cfebfcd0be04988f83e', '2015-01-17', 'donnellpridgen@class.reopenetic.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421469084', '0', '1421469084', '1421469084', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.143.16.83', '0', '1', '', '0', '0', '-1', '0', '0', 'jh]XG.VoVf[k0p})(HN4@/;NB\"\'[-V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11010', '3', '', '0', 'Cornell77N', '21a4e95fecd9488a7ff3a615a4c97c62', '2015-01-17', 'kathaleenbanuelos1161@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421466449', '0', '1421466449', '1421466449', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.230.61.233', '0', '1', '', '0', '0', '-1', '0', '0', 'P%P#-ZV&n-gi]S?]2Nh@Upv](n:Bsa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11012', '3', '', '0', 'BernadiSwi', 'e715d4fd943b2051e205fa22969daa58', '2015-01-17', 'bernadineswinford@class.reopenetic.com', '0', '', 'https://www.facebook.com/pages/How-to-make-my-dick-bigger-What-works/636624536356148', '', '', '', '2', '0', 'Junior Member', '0', '1421471466', '0', '1421471466', '1421474683', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-19-1970', '1970-04-19', '-1', '-1', '107.169.7.63', '0', '1', '', '0', '0', '-1', '0', '0', 's`\\}Ufz2Yyl,5^yU7<9BRWdalpkO.M', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11013', '2', '', '0', 'BSaylors', '70149c6a1808f5de703854bfba8b0899', '2015-01-17', 'acousticorienta87@mail.bg', '0', '', 'http://mgobb.ru/content/valuable-suggestions-brand-new-car-shoppers', '', '', '', '2', '0', 'Junior Member', '0', '1421473259', '0', '1421473259', '1421474144', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-28-1975', '1975-03-28', '-1', '-1', '104.128.31.155', '0', '1', '', '0', '0', '-1', '0', '0', 'Ms4C=R`k,VrH_0RO`n8.=kz\\_W#B?u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11014', '3', '', '0', 'DarcyJarre', 'aae3386f299d376fe25d014eba6827ff', '2015-01-17', 'darcy-jarrett16@40sl733g.de', '0', '', 'http://epoc32.de/', '', '', '', '2', '0', 'Junior Member', '0', '1421475978', '0', '1421737015', '1421738050', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-09-1972', '1972-04-09', '-1', '-1', '192.3.182.5', '0', '1', '', '0', '0', '-1', '0', '0', 'x-Is1zBs+Lu1a9@dL.Bj:!{=\"UV\"nk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '295', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11024', '2', '', '0', 'SHeinz', '768de30e9c20e537f9ee99ee546ce6f2', '2015-01-17', 'knottyhorse1842@mail.bg', '0', '', 'http://sso.calebsoft.us/groups/preparing-your-for-fall/', '', '', '', '2', '0', 'Junior Member', '0', '1421488613', '0', '1421488613', '1421489512', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-22-1977', '1977-07-22', '-1', '-1', '209.161.98.89', '0', '1', '', '0', '0', '-1', '0', '0', 'Yk%`^loeGnl,C^;.TCef-VXen#6PPX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11015', '3', '', '0', 'JuliannYHX', 'd83246a67282881645b34d94f958c8de', '2015-01-17', 'antoniettajenkins697@mailcatch.com', '0', '', 'https://www.facebook.com/SummonersWarHackCheats', '', '', '', '2', '0', 'Junior Member', '0', '1421477056', '0', '1421477056', '1421488974', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-08-1984', '1984-02-08', '-1', '-1', '23.247.173.214', '0', '1', '', '0', '0', '-1', '0', '0', '[ZHODITsiseWD<4^\\/6;?>@>/Dz3^9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11016', '2', '', '0', 'DSlade', '8f2fb580478fc212f4b674abd175aa12', '2015-01-17', 'uptightlibrary522@mail.bg', '0', '', 'http://mywellness.by/node/134832', '', '', '', '2', '0', 'Junior Member', '0', '1421477372', '0', '1421477372', '1421478275', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-01-1974', '1974-06-01', '-1', '-1', '209.161.102.99', '0', '1', '', '0', '0', '-1', '0', '0', '8I?,33pjW.~6i.L&MiFjwje,J~bdra', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '58', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `skype`, `adminoptions`, `lastpostid`, `sigpicrevision`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `threads`, `favcache`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `importuserid`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `mediafaves`, `dbtech_infopanels_blocks`, `dbtech_infopanels_settings`, `arcade_ban`, `times_played`, `is_arcade_mod`, `fav_games`, `user_sort`, `user_order`, `user_g_pp`, `user_s_pp`, `def_g_cat`, `game_skin`, `arcade_mod_privs`, `arcade_pmactive`, `games_played`, `time_played`, `arcade_points`, `arcade_spent`, `arcade_won`, `arcade_high`, `create_tourney`, `arcade_sess_gid`, `arcade_sess_start`, `arcade_gtype`, `arcade_session`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `creditspermissions`, `xperience_ppd7`, `xperience_ppd30`, `xperience_achievements`, `xperience_lastupdate`, `xperience_awardcount`, `xperience_promotioncount`, `xperience_achievementcount`, `dbtech_status_status`, `dbtech_status_mood`, `dbtech_vbactivity_achievementcount`, `dbtech_vbactivity_points`, `dbtech_vbactivity_pointscache`, `dbtech_vbactivity_pointscache_day`, `dbtech_vbactivity_pointscache_week`, `dbtech_vbactivity_pointscache_month`, `dbtech_vbactivity_rewardscache`, `dbtech_vbactivity_trophycount`, `dbtech_vbactivity_medalcount`, `dbtech_vbactivity_settings`, `dbtech_vbactivity_autocollapse_stats`, `dbtech_vbactivity_autocollapse_bar`, `dbtech_vbactivity_excluded`, `dbtech_vbactivity_medalmoderatecount`, `ezircvb4_username`) VALUES ('11017', '3', '', '0', 'TinaLGVkck', '91fbd0e099b8ac9426d12277376cf568', '2015-01-17', 'tinacalabrese@best.zonerig.com', '0', '', 'http://www.ruthl.com/requests/finding-out-precisely-what-are-perfect-vitamins-anxiety', '', '', '', '2', '0', 'Junior Member', '0', '1421477793', '0', '1421477793', '1421481421', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-12-1975', '1975-01-12', '-1', '-1', '104.218.197.54', '0', '1', '', '0', '0', '-1', '0', '0', '&_>LMYrApS^,\"l+7sRpGL%l_!}w=5z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11018', '3', '', '0', 'TorriElsey', 'ee5cd0d3f5eeda87e16e5349e89d397b', '2015-01-17', 'torrielsey@best.zonerig.com', '0', '', 'http://change-university.com/groups/vitamins-for-anxiety-that-every-person-should-know/', '', '', '', '2', '0', 'Junior Member', '0', '1421480197', '0', '1421480197', '1421483658', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1979', '1979-07-03', '-1', '-1', '142.4.222.106', '0', '1', '', '0', '0', '-1', '0', '0', 'P[1$as$\\/kU]StfI(C0U?7uu1S:]}4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11019', '2', '', '0', 'DarnellVen', '2a3de147520311619b3fbbb4d16eb15d', '2015-01-17', 'vitae.nibh@garagevalbreggia.it', '0', '', 'http://garagevalbreggia.it', '', '', '', '2', '0', 'Junior Member', '0', '1421480493', '0', '1421480493', '1421492584', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-11-1977', '1977-07-11', '-1', '-1', '5.141.217.53', '0', '1', '', '0', '0', '-1', '0', '0', 'Ar7OJX4^MmYlOv;eT\"s(vTsK5tBCdm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11020', '2', '', '0', 'TGQEG', '5897f9e4f6f190cfc0625fb3e3c524a9', '2015-01-17', 'helpfulgimmick691@mail.bg', '0', '', 'http://sandiegobeerfinder.com/groups/find-a-plumber-that-will-do-the-job-right/', '', '', '', '2', '0', 'Junior Member', '0', '1421481141', '0', '1421481141', '1421482200', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-08-1975', '1975-01-08', '-1', '-1', '209.161.102.99', '0', '1', '', '0', '0', '-1', '0', '0', '{y\'?zqZ9_;UG`(tY7M*(:-ypq7~wYo-', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11023', '2', '', '0', 'CVki', '7f74d3b8d626150612b7551367fa444d', '2015-01-17', 'skinnyroad8918@mail.bg', '0', '', 'http://javly.com/?p=76092', '', '', '', '2', '0', 'Junior Member', '0', '1421488531', '0', '1421488531', '1421489432', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-17-1978', '1978-11-17', '-1', '-1', '209.161.98.89', '0', '1', '', '0', '0', '-1', '0', '0', ',SNDo27B8adhbi`s6\\a\"@8cCu`ABWJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11025', '2', '', '0', 'KPlumlee', 'afb89d346b1364ed5d188c2628d6b7b0', '2015-01-17', 'aspiringtransla4@mail.bg', '0', '', 'http://iredstudio.com/groups/solid-advice-when-it-comes-to-plumbing/', '', '', '', '2', '0', 'Junior Member', '0', '1421489864', '0', '1421489864', '1421490750', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-06-1975', '1975-07-06', '-1', '-1', '23.232.235.141', '0', '1', '', '0', '0', '-1', '0', '0', 't+)+!aAg|pH?{\"0bI(LE1S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11026', '2', '', '0', 'NicolaKilp', '3cc7d6d6cbfe40790cad0ff1b946fc24', '2015-01-17', 'urna.nullam@garagevalbreggia.it', '0', '', 'http://Garagevalbreggia.it/', '', '', '', '2', '0', 'Junior Member', '0', '1421493786', '0', '1421493786', '1421505890', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-03-1971', '1971-05-03', '-1', '-1', '109.161.243.229', '0', '1', '', '0', '0', '-1', '0', '0', 'U\"w@5lns-c>c,{:9*dW;hcTtms@D!V', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11027', '2', '', '0', 'MableAlsto', 'e8ea0da8c3806ca42ab0190cf132c8ad', '2015-01-17', 'magna.phasellus@garagevalbreggia.it', '0', '', 'http://garagevalbreggia.it', '', '', '', '2', '0', 'Junior Member', '0', '1421494089', '0', '1421494089', '1421506317', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1979', '1979-07-26', '-1', '-1', '50.77.232.81', '0', '1', '', '0', '0', '-1', '0', '0', 'Zo@T{zi,BvBvP$>/6ANlH(W@V\'^+>/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11028', '2', '', '0', 'ChristDang', 'c7637bd520085df2619e153f1f791ceb', '2015-01-17', 'selectivedecoy8s1pb@ovi.com', '0', '', 'http://www.google.com/mileycyrus100', '', '', '', '2', '0', 'Junior Member', '0', '1421495728', '0', '1421495728', '1421496082', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-09-1974', '1974-10-09', '-1', '-1', '188.165.34.92', '0', '1', '', '0', '0', '-1', '0', '0', '&}2#N\"GTTpF2|1R]kPQ.%-Us6<\\VF@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11029', '2', '', '0', 'Minda5923', 'ff7831c39daf21c8f12d4874e225afaf', '2015-01-17', 'cursus.luctus@garagevalbreggia.it', '0', '', 'http://garagevalbreggia.it', '', '', '', '2', '0', 'Junior Member', '0', '1421496062', '0', '1421496062', '1421508119', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-11-1977', '1977-10-11', '-1', '-1', '50.58.217.163', '0', '1', '', '0', '0', '-1', '0', '0', 'R<=zNou9@f.58XvHNQ*o4\\z0\\gc,M!G|GCx#b!].~[`{}Tc9/O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '254', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11042', '3', '', '0', 'AZvj', 'ae4a62c76de3b3f34f29bea9e11edee2', '2015-01-17', 'minorordinance898@mail.bg', '0', '', 'http://meatbabies.com/some-guidelines-to-help-you-keep-the-vehicle-generator-hummng/', '', '', '', '2', '0', 'Junior Member', '0', '1421511149', '0', '1421511149', '1421514429', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-21-1982', '1982-04-21', '-1', '-1', '209.161.103.68', '0', '1', '', '0', '0', '-1', '0', '0', '<+1\".3bJ:-XGyuzhm=/RJw;o-S8VCl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11034', '3', '', '0', 'Star62Rggu', '28b07700a8329fd0b1397d4423040ac2', '2015-01-17', 'kathiaguiar@discardmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421506328', '0', '1421506328', '1421506328', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.181.78.204', '0', '1', '', '0', '0', '-1', '0', '0', '+qwc}m\'=}k|NCV/R(M5.rXqnEtbIn+', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11035', '3', '', '0', 'IsabellHut', 'da95a86dbf470446ac1cc41ad910ca58', '2015-01-17', 'isabell_hutson99@teesfire.com', '0', '', 'http://alraqeemtrademark.blogspot.ae/2014/11/international-trademark-registration.html', '', '', '', '2', '0', 'Junior Member', '0', '1421506417', '0', '1421506417', '1421508770', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-08-1981', '1981-10-08', '-1', '-1', '192.240.218.63', '0', '1', '', '0', '0', '-1', '0', '0', ']E>.Ko/GCP0hh{X@arAc0Yv6\"-Q>-G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11036', '3', '', '0', 'JaimeMcCor', 'dba1082d639cecf583160e0421a0936e', '2015-01-17', 'jaime.mccorkindale8@my-ears-ringing.com', '0', '', 'http://treatment-for-tinnitus.my-ears-ringing.com', '', '', '', '2', '0', 'Junior Member', '0', '1421506440', '0', '1421506440', '1421513619', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1979', '1979-12-09', '-1', '-1', '107.190.172.94', '0', '1', '', '0', '0', '-1', '0', '0', 'GCy)*@x;>L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '231', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11044', '3', '', '0', 'JarrodJBPb', '9eee365e9a10124ebb783fe157cf8b9c', '2015-01-17', 'markoyabsley7706@mailcatch.com', '0', '', 'http://room-matehotels.com/page_16.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421511816', '0', '1421511816', '1421513853', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-24-1975', '1975-07-24', '-1', '-1', '145.255.173.236', '0', '1', '', '0', '0', '-1', '0', '0', 'K8l0\"5{%3U\"T)z1zW#<\'BCzZL,lipF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11045', '3', '', '0', 'MajorAQOL', '102a9e728c45ac59288c879636860896', '2015-01-17', 'major_rawlins74@teesfire.com', '0', '', 'http://alraqeemtrademarkregistration.wordpress.com/about/', '', '', '', '2', '0', 'Junior Member', '0', '1421511836', '0', '1421511836', '1421514451', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1982', '1982-02-22', '-1', '-1', '107.182.125.236', '0', '1', '', '0', '0', '-1', '0', '0', 'hw&,g\\P?BX)n>3SbgWu$,n]&h}*}PB', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11046', '3', '', '0', 'JeramySnza', '610035987ed79ddfe095c32c1f372c09', '2015-01-17', 'chadwickstine4759@mailcatch.com', '0', '', 'http://realhacks.biz/2014/11/17/61/', '', '', '', '2', '0', 'Junior Member', '0', '1421512236', '0', '1421512236', '1421515763', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-03-1975', '1975-09-03', '-1', '-1', '46.102.96.127', '0', '1', '', '0', '0', '-1', '0', '0', '4Oke+P#;:]\"B${<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11068', '3', '', '0', 'Ali38Qzqyh', '0548f99e6d00d183aef9152743778b69', '2015-01-18', 'jermainekeller@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=HBmZxfZ4l90', '', '', '', '2', '0', 'Junior Member', '0', '1421541877', '0', '1424382738', '1424386198', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-13-1979', '1979-12-13', '-1', '-1', '204.44.82.246', '0', '1', '', '0', '0', '-1', '0', '0', 't^|VAL]}\'iPUa){R\'(=\"?}%urQpd>T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '681', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11047', '3', '', '0', 'MarvinGove', 'a797f20130fe71df6e97c865e1ad14ce', '2015-01-17', 'jorgebrentnall@mailcatch.com', '0', '', 'http://room-matehotels.com/doc_26.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421513030', '0', '1421513030', '1421515335', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-27-1974', '1974-05-27', '-1', '-1', '109.254.49.135', '0', '1', '', '0', '0', '-1', '0', '0', 'y5}0_>!ke[<1GiMufA4#N?N<$M}P`3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11229', '3', '', '0', 'RonHutson', 'acf4165586807c1413885ad1502bf81f', '2015-01-20', 'dontelemmone@trash-mail.com', '0', '', 'http://mze.me/moviestarplanethack674814', '', '', '', '2', '0', 'Junior Member', '0', '1421768519', '0', '1421768519', '1421773513', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-05-1978', '1978-09-05', '-1', '-1', '104.151.163.201', '0', '1', '', '0', '0', '-1', '0', '0', '.dR_%\\YAVw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11050', '3', '', '0', 'BessieLess', 'e9b11fc84ca4ad9f0a01400ccbb241cf', '2015-01-17', 'estetykaciala@interia.pl', '0', '', 'http://www.estetykaciala.com/depilacja-laserowa/', '', '', '', '2', '0', 'Junior Member', '0', '1421513736', '0', '1421513736', '1421516009', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-01-1981', '1981-10-01', '-1', '-1', '107.172.14.166', '0', '1', '', '0', '0', '-1', '0', '0', 'bek`|sD\'=CYTQR`l|F@O4iu&*g*9Q\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11051', '3', '', '0', 'BMNLorenz', '63c7438929292d5a193b7348e599ab69', '2015-01-17', 'staceyfischer5527@mailcatch.com', '0', '', 'http://room-matehotels.com/site-39.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421514471', '0', '1421514471', '1421516468', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-03-1979', '1979-07-03', '-1', '-1', '188.25.134.76', '0', '1', '', '0', '0', '-1', '0', '0', '-\"eF[fZ_UP,:d)/Z$*NjH-5d6o_yZv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11052', '3', '', '0', 'MTTXV', '026a991d47e1c8ed6c87709fd2a1e0f1', '2015-01-17', 'diligentroad8630@mail.bg', '0', '', 'http://www.jugi-zollikon.ch/?portfolio=what-you-need-to-know-about-plumbing-3', '', '', '', '2', '0', 'Junior Member', '0', '1421515436', '0', '1421515436', '1421517802', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-14-1981', '1981-06-14', '-1', '-1', '209.161.110.205', '0', '1', '', '0', '0', '-1', '0', '0', 'yd7Ln0Ew)-7Kr_\\Am%&P~x.GZC)zw0', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11053', '3', '', '0', 'KellieVSS', '35c38e3251404a1357cac32708d5bcdb', '2015-01-17', 'angelitafaith@mailcatch.com', '0', '', 'http://room-matehotels.com/site-14.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421515666', '0', '1421515666', '1421518019', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-19-1977', '1977-02-19', '-1', '-1', '37.44.124.220', '0', '1', '', '0', '0', '-1', '0', '0', 'oT@:m`}l*pGVlNm1b::.U#RLb@,;;v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11054', '3', '', '0', 'Elmer96Usj', 'fe8383bbd86d5365a7c690b0b6008260', '2015-01-17', 'dffdg33resg@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421516809', '0', '1421516809', '1421516809', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '186.94.52.198', '0', '1', '', '0', '0', '-1', '0', '0', '%T\"T\\#RR44a_$G0EYA\'vl#,`*lKq+o\'tl+5/(3T,<2r*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11063', '2', '', '0', 'EJackson', 'e9d2a166329e41b784b1f5479a0ddb22', '2015-01-17', 'ovallid5922@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421532993', '0', '1421532993', '1421532993', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '209.161.102.213', '0', '1', '', '0', '0', '-1', '0', '0', '?Ys#oAf~p`@iaXWh),JEBVB+zlJiA/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11064', '2', '', '0', 'F3769', '3cdffc14cf63360c52e217981bb997ce', '2015-01-17', 'derangedexclusi30@mail.bg', '0', '', 'http://viridiun.com/discussing-the-best-deal-when-vehicle-purchasing/', '', '', '', '2', '0', 'Junior Member', '0', '1421533160', '0', '1421533160', '1421534041', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-26-1972', '1972-08-26', '-1', '-1', '209.161.102.213', '0', '1', '', '0', '0', '-1', '0', '0', ';>LF7&3f7gASg@2>azoo0-?S1N_p@E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '266', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11065', '3', '', '0', 'ElbertO58m', 'e608cc80a2590a6b89940906c6e14bc1', '2015-01-17', 'elbert.farnham@40sl733g.de', '0', '', 'http://epoc32.de/', '', '', '', '2', '0', 'Junior Member', '0', '1421534917', '0', '1421735099', '1421737316', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-02-1975', '1975-07-02', '-1', '-1', '192.99.115.21', '0', '1', '', '0', '0', '-1', '0', '0', 'i*3^Mq9^~F/8!l]kZ1/)8{&MnK7:9!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '208', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11066', '3', '', '0', 'LavernDey', '1576415250926bdbbc7c4cfdf8981ecc', '2015-01-17', 'lavern_dey9@18cutes.com', '0', '', 'https://www.facebook.com/notes/adam-stanly/microsoft-office-crack-and-keygen-for-all-versions/154823', '', '', '', '2', '0', 'Junior Member', '0', '1421535848', '0', '1421535848', '1421543691', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1976', '1976-09-22', '-1', '-1', '5.226.172.61', '0', '1', '', '0', '0', '-1', '0', '0', 'M$uLx`h~Ma!]eG54NMkkf^kV>]I{|$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11067', '3', '', '0', 'ElvisSever', '24f38bd89d6e2e28352c5a625e747e08', '2015-01-17', 'elvis-severson80@my-ears-ringing.com', '0', '', 'http://treatment-for-tinnitus.my-ears-Ringing.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421536692', '0', '1421536692', '1421544183', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-28-1980', '1980-06-28', '-1', '-1', '170.130.179.254', '0', '1', '', '0', '0', '-1', '0', '0', '.S2ntPejHiQk>/cfu1P1p5o@oQykL).fRm)D#Ft@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '59', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11070', '3', '', '0', 'PasqualCon', '4ecbb289444edf6cecd700b89a7b08e1', '2015-01-18', 'pasquale_conlan@espresso.ue40d5000.de', '0', '', 'http://epoc32.de/', '', '', '', '2', '0', 'Junior Member', '0', '1421543876', '0', '1421734947', '1421737536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-20-1984', '1984-02-20', '-1', '-1', '192.3.182.61', '0', '1', '', '0', '0', '-1', '0', '0', 'oTSd;K0^1q)8u>|@G:2=j}FS,iFN?D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11071', '3', '', '0', 'HayleyB36', '2bcf1517abc2b65e893e0b8e111b4050', '2015-01-18', 'hayley_tarver50@espresso.ue40d5000.de', '0', '', 'http://epoc32.de/', '', '', '', '2', '0', 'Junior Member', '0', '1421546244', '0', '1421546244', '1421552259', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-27-1985', '1985-11-27', '-1', '-1', '23.232.143.72', '0', '1', '', '0', '0', '-1', '0', '0', '!lrc>c.z5l7^P({]`5uZ?cjXLFB@CF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11072', '3', '', '0', 'TracieErns', '257d7f50a85a4c24e5504d1db863ff0e', '2015-01-18', 'admin@googleportal.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421547866', '0', '1421547866', '1421547866', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.208.35.217', '0', '1', '', '0', '0', '-1', '0', '0', '7MF;#bG2&|!*.Gd|o;Yr7tqL<%OlP4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11073', '3', '', '0', 'BrandyGarv', 'ab627ee3d4156b46bca7810a7cc35f95', '2015-01-18', 'brandy-garvan@ue40d6500vsxzg.de', '0', '', 'http://epoc32.de/', '', '', '', '2', '0', 'Junior Member', '0', '1421548927', '0', '1421733283', '1421738783', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-23-1982', '1982-12-23', '-1', '-1', '107.182.120.171', '0', '1', '', '0', '0', '-1', '0', '0', 'z{(H=d$4Lr@YE=j`,V&\\vN?\'.LN}0a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '232', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11074', '3', '', '0', 'Erik35Jwfa', 'cfad517cd289d5f886b279f37575eda8', '2015-01-18', 'terrencehoskins8560@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421550582', '0', '1421550582', '1421550582', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '183.220.228.209', '0', '1', '', '0', '0', '-1', '0', '0', '2kI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11110', '3', '', '0', 'TKYElmavv', '553aa7454d226cd1809c1b7f3a1c1ae5', '2015-01-18', 'elmashipley@spot.zonerig.com', '0', '', 'https://www.youtube.com/watch?v=wYASfoRwNc0', '', '', '', '2', '0', 'Junior Member', '0', '1421611028', '0', '1421611028', '1421613835', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-10-1975', '1975-07-10', '-1', '-1', '192.126.186.210', '0', '1', '', '0', '0', '-1', '0', '0', '7TStJnS}#UCj2+oaX&*C!jVnb^OY\'(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11088', '3', '', '0', 'DixieStell', '918ec3e73c6ccae171e56c36832250f4', '2015-01-18', 'dixie_stell46@teesfire.com', '0', '', 'https://www.facebook.com/alraqeem.dubai', '', '', '', '2', '0', 'Junior Member', '0', '1421567831', '0', '1421567831', '1421570520', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-26-1974', '1974-01-26', '-1', '-1', '107.182.125.144', '0', '1', '', '0', '0', '-1', '0', '0', '0,;R]$6X[H[6;[?r-$uabJN$Ww84*T', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11082', '3', '', '0', 'ShannoAnst', '9026922a44b7bf02aa2596cdb712870d', '2015-01-18', 'shannon-anstey@18cutes.com', '0', '', 'https://www.facebook.com/notes/adam-stanly/microsoft-office-crack-and-keygen-for-all-versions/154823', '', '', '', '2', '0', 'Junior Member', '0', '1421563056', '0', '1421563056', '1421570273', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-09-1973', '1973-06-09', '-1', '-1', '5.226.172.61', '0', '1', '', '0', '0', '-1', '0', '0', 'dT0aCqLC*=iyE>qUfvT\'oPl~H8&m]\'L*:&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11085', '3', '', '0', 'AsaStreete', 'a62945fa991b40e7e74ccdeeaedae37d', '2015-01-18', 'halinababcock8953@trash-mail.com', '0', '', 'http://www.muzby.net/engine/redirect.php?url=http://jetpackjoyridecheatshack.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421564662', '0', '1421564662', '1421568088', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-24-1970', '1970-04-24', '-1', '-1', '185.45.13.234', '0', '1', '', '0', '0', '-1', '0', '0', ',zw{=\'~;j5n-D/YdH).]y|Y^Ei)$vm', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11086', '3', '', '0', 'DorethYarb', 'a48932c7d1477da81be9d313048b8a68', '2015-01-18', 'alanmichels857@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=ebvDEBr2XGc', '', '', '', '2', '0', 'Junior Member', '0', '1421566987', '0', '1422500849', '1422509312', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-10-1977', '1977-02-10', '-1', '-1', '104.43.8.127', '0', '1', '', '0', '0', '-1', '0', '0', '!44}\\%zt=.DjQII]!fx5Ks]8t+5{cE', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11087', '3', '', '0', 'MikkiMaxey', 'f268188c0679b21157ccf79f84b96f7f', '2015-01-18', 'anthonybrunchinson19@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=sIpZDcQEtYo', '', '', '', '2', '0', 'Junior Member', '0', '1421567188', '0', '1421567188', '1421579134', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-15-1983', '1983-04-15', '-1', '-1', '198.50.26.140', '0', '1', '', '0', '0', '-1', '0', '0', '5y^+8kN#=wKzw3s.]gju]u,ZYP=?*3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11089', '3', '', '0', 'BrunoIngal', '4f64a814a6c1f4b32d2f96edff55f5aa', '2015-01-18', 'bruno_ingalls49@teesfire.com', '0', '', 'https://Facebook.com/alraqeem.dubai', '', '', '', '2', '0', 'Junior Member', '0', '1421569479', '0', '1421569479', '1421572088', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-15-1977', '1977-12-15', '-1', '-1', '23.232.142.249', '0', '1', '', '0', '0', '-1', '0', '0', 'KM)4]\'q4EPsmY4!_o)5hywP8DfagE~9hmiN%y;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11092', '3', '', '0', 'VeroniqMic', 'd38f9364f4a968201fff43cdbd94b8b7', '2015-01-18', 'khalilahgentile@mailcatch.com', '0', '', 'http://shiroganeya.net/userinfo.php?uid=666837', '', '', '', '2', '0', 'Junior Member', '0', '1421574060', '0', '1421574060', '1421578060', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-01-1970', '1970-07-01', '-1', '-1', '70.35.151.194', '0', '1', '', '0', '0', '-1', '0', '0', 'VevQM_AJBDfCg\'-6/Bx,q`CjQVLfLi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11093', '3', '', '0', 'TimEdkins', '26967c80fa27f30431d66ff811147630', '2015-01-18', 'tanyabergmann@mailcatch.com', '0', '', 'http://www.kaizen.com.tr', '', '', '', '2', '0', 'Junior Member', '0', '1421580806', '0', '1421580806', '1421585443', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1976', '1976-07-15', '-1', '-1', '155.94.251.59', '0', '1', '', '0', '0', '-1', '0', '0', '4KJEixzZjyTYAOP.\"(x5\\Pox?\'/j]L', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11094', '3', '', '0', 'TammyXPCft', 'd3fafdfcef8d8efc97102d92eaaf1258', '2015-01-18', 'victorinaschneider90@discardmail.com', '0', '', 'http://www.dailymotion.com/video/x1t4my5_weight-losing-foods-the-most-popular-2015-method_webcam', '', '', '', '2', '0', 'Junior Member', '0', '1421581861', '0', '1421581861', '1421584471', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-10-1984', '1984-02-10', '-1', '-1', '192.240.212.182', '0', '1', '', '0', '0', '-1', '0', '0', '?g8vE^D]bXSRff*?CE+<\"wyJSFK:z[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11095', '3', '', '0', 'Ben77Uaftv', '58b2ba3a86fb7aaaaf73d8a85b8c93da', '2015-01-18', 'hortenseberger@discardmail.com', '0', '', 'http://www.ustream.tv/channel/seahawks-vs-packers-nfc-live-streaming', '', '', '', '2', '0', 'Junior Member', '0', '1421583683', '0', '1421583683', '1421585914', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-05-1984', '1984-10-05', '-1', '-1', '204.44.113.53', '0', '1', '', '0', '0', '-1', '0', '0', 'bn2o\"Lf+H|zTq%/U>T-t0pV&KpC6n$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11096', '3', '', '0', 'DianeBrigs', 'ad43aadcc5ef609ce64821ff1c2e2ec7', '2015-01-18', 'wiserainbow86x@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421585310', '0', '1421585310', '1421585310', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.50.25.194', '0', '1', '', '0', '0', '-1', '0', '0', '1|Ov_JC=h6q|hDQvKFL^{s][', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11100', '2', '', '0', 'VernitaEas', '5537fbbf16438e2e845fcf30d4d6e6a9', '2015-01-18', 'billthecat@jchurt.com', '0', '', 'http://ccucontest.commons.co.kr/?document_srl=554330', '', '', '', '2', '0', 'Junior Member', '0', '1421592614', '0', '1421670406', '1421868584', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-10-1977', '1977-04-10', '-1', '-1', '192.240.201.113', '0', '1', '', '0', '0', '-1', '0', '0', 'pr1X0UR+:Xm)H\\ILf8},lhl!x\"}Oe@N', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11101', '2', '', '0', 'TamelaRane', 'bc423735151f7322b5de8cda6eaa1cd1', '2015-01-18', 'tamela-raney84@my-ears-ringing.com', '0', '', 'http://how-to-stop-ringing-in-ears.treatment-for-tinnitus.com', '', '', '', '2', '0', 'Junior Member', '0', '1421595012', '0', '1421595012', '1421602190', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1973', '1973-05-13', '-1', '-1', '68.65.252.150', '0', '1', '', '0', '0', '-1', '0', '0', 'Y8hF~Jq.=EB$ML=fc}q-2\"p*E#a{RM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11102', '3', '', '0', 'WildaWheat', '0a9c0df95ad2d34f0c4f960189b0a163', '2015-01-18', 'wilda.wheat50@my-ears-ringing.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421595069', '0', '1421595069', '1421595069', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '199.180.130.65', '0', '1', '', '0', '0', '-1', '0', '0', 'd;DqXi5[7`w|DvoP)qB27Es3vB;$\',', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11103', '3', '', '0', 'JulienAgee', '44e8cac331c0a09b32b51ed4a01c5cdd', '2015-01-18', 'julienne-agee52@my-ears-ringing.com', '0', '', 'http://tinnitus-relief.my-ears-ringing.com', '', '', '', '2', '0', 'Junior Member', '0', '1421595455', '0', '1421595455', '1421602674', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-18-1981', '1981-03-18', '-1', '-1', '162.248.102.240', '0', '1', '', '0', '0', '-1', '0', '0', 'W_LI^o,?*\'Hd\\9&F\'M*$iXAlu$K0Ww', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11105', '2', '', '0', 'SolomonJR', 'b0bb06743ed64823959d875712e254ca', '2015-01-18', 'productivecore9j8ex@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421605714', '0', '1421605714', '1421605804', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.168.38.43', '0', '1', '', '0', '0', '-1', '0', '0', 'f8ICdFr!wLY\'d8>,(KnE&OqF%T~sCs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11106', '3', '', '0', 'MaryannHea', 'edd8d727198b831da850a6aba5ba2cfb', '2015-01-18', 'maryann_headley@xgamering.com', '0', '', 'http://thehacksagon.wordpress.com/2014/12/31/psn-code-generator/', '', '', '', '2', '0', 'Junior Member', '0', '1421608577', '0', '1421608577', '1421611898', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-12-1978', '1978-05-12', '-1', '-1', '165.231.27.151', '0', '1', '', '0', '0', '-1', '0', '0', 'aWrC4t;m.M)R/UwF<{e_-=d-I*+DEA', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11107', '3', '', '0', 'AvisSchult', '6d4d883f78b6523223e14139271105d2', '2015-01-18', 'melissabristol@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=q3WkN6SLzzE', '', '', '', '2', '0', 'Junior Member', '0', '1421608735', '0', '1421608735', '1421610854', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1980', '1980-09-17', '-1', '-1', '198.12.72.48', '0', '1', '', '0', '0', '-1', '0', '0', '^8f{42,!\'R:UWm3mhP4/l9OAn\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '205', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11115', '3', '', '0', 'JaymeMoric', '32735dfa64bfac94a71fdfb3197af906', '2015-01-18', 'fredericklim@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421613799', '0', '1421613799', '1421613799', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '155.254.112.94', '0', '1', '', '0', '0', '-1', '0', '0', 'Z!n|#y@9[N#C:N=?lnIO\")cLNJu/%o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11116', '2', '', '0', 'EvePetreu', '094954da123b93e5b532e02a67b195d7', '2015-01-18', 'gerry@jchurt.com', '0', '', 'http://godsadvocate.net/things-to-know-about-chapter-13-bankruptcy/', '', '', '', '2', '0', 'Junior Member', '0', '1421613946', '0', '1421613946', '1421614515', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-11-1980', '1980-04-11', '-1', '-1', '117.175.32.174', '0', '1', '', '0', '0', '-1', '0', '0', 'fWj_v;kcM.lWZ>h+4YPUoQ3U[VZD?*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '209', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11117', '3', '', '0', 'TiffinyNau', '91d40cc77471955ff5d8fde28e70c462', '2015-01-18', 'damiondaughtry@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=ypXSb6EXfc0', '', '', '', '2', '0', 'Junior Member', '0', '1421613950', '0', '1421613950', '1421615905', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-15-1974', '1974-01-15', '-1', '-1', '183.210.10.217', '0', '1', '', '0', '0', '-1', '0', '0', '9FG.pUEV3xZ]=(Wa]5Sa>*TxuvUWzlax)tj!a/>|{!tWwa0a_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11128', '3', '', '0', 'DelorisGre', '63cd1f1aff51ae9cc0ba7fae147adb80', '2015-01-19', 'bernardcabiguna19@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=sIpZDcQEtYo', '', '', '', '2', '0', 'Junior Member', '0', '1421630243', '0', '1421630243', '1421641226', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-17-1972', '1972-08-17', '-1', '-1', '216.107.156.246', '0', '1', '', '0', '0', '-1', '0', '0', '-A{%{\\gP!0Z85ms5Cf+?l8Idg5,K/v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11129', '3', '', '0', 'Ivan76Yho', '1e751d8a9a6747d32af28af53d23d899', '2015-01-19', 'tisha2@f.blog-stuff.com', '0', '', 'https://Rebelmouse.com/jinabrewtonlzxwltv/the-insider-secrets-of-n-33-re-977032487.html', '', '', '', '2', '0', 'Junior Member', '0', '1421632213', '0', '1431386885', '1431742807', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-06-1975', '1975-03-06', '-1', '-1', '23.232.148.56', '0', '1', '', '0', '0', '-1', '0', '0', 'Q-8?}ww{bik6N_\'\\K<1[W4\'7O|ygzu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '299', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11130', '3', '', '0', 'MargerNort', 'b7852442e2630e84dfdf4934f15857d5', '2015-01-19', 'margerynorthfield@class.reopenetic.com', '0', '', 'http://pemaletips.tumblr.com', '', '', '', '2', '0', 'Junior Member', '0', '1421632707', '0', '1421632707', '1421633464', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-12-1977', '1977-12-12', '-1', '-1', '107.169.7.236', '0', '1', '', '0', '0', '-1', '0', '0', 'n?FWYH`CN1ye%KC{ixH-j-Vy596Q4`', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11131', '2', '', '0', 'FletchCama', 'b22df34c33a83f34f8eb406598065894', '2015-01-19', 'jollyeffects2b8i@freemail.hu', '0', '', 'http://www.mylondonkeyes.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421633051', '0', '1421633051', '1421633938', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-11-1972', '1972-02-11', '-1', '-1', '104.218.197.26', '0', '1', '', '0', '0', '-1', '0', '0', 'g(p1Oy!x{f?$%]\\L8V\"VfiNo~~r7gH', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11132', '3', '', '0', 'TajSelwyno', '9422b95d556f36e3c46a9155f50a6175', '2015-01-19', 'taj_selwyn14@baba.ue40d5000.de', '0', '', 'http://www.kazakhy.kz/profile.php?u=TerrancRasc', '', '', '', '2', '0', 'Junior Member', '0', '1421639387', '0', '1421639387', '1421646557', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-09-1972', '1972-04-09', '-1', '-1', '192.3.182.5', '0', '1', '', '0', '0', '-1', '0', '0', 'z*-BI#v@sP%WH&>aX^>x[2D#\\]$/o^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '136', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11133', '3', '', '0', 'LacyMeehan', '4b9d01e1c0b7ca3ad97f2e158541ba1b', '2015-01-19', 'lacy_meehan87@analog.logitech-tastaturen.de', '0', '', 'http://disabled-friendly.com/members/vmujaynexttwao/activity/1657520/', '', '', '', '2', '0', 'Junior Member', '0', '1421640385', '0', '1421640385', '1421647574', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-08-1978', '1978-12-08', '-1', '-1', '192.3.182.124', '0', '1', '', '0', '0', '-1', '0', '0', '9&I4\\xx?Cb1;~!\\[]cRWu!B:9g^RCw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11134', '3', '', '0', 'BillHeilma', '59c40cea4211e86d338a4478bd804974', '2015-01-19', 'bill.heilman@ue40d6500vsxzg.de', '0', '', 'http://www.jcasinoenligne.com/profile/millaharito', '', '', '', '2', '0', 'Junior Member', '0', '1421641052', '0', '1421641052', '1421648224', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-06-1976', '1976-04-06', '-1', '-1', '192.240.207.35', '0', '1', '', '0', '0', '-1', '0', '0', 'J8ys>;,)Hx13XzM|\\4x:9,~Yh]bckp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11135', '3', '', '0', 'MarianoCag', '36c87fd8e655a8bc7a8372f06c8c5607', '2015-01-19', 'mariano_cagle@abba.ue40d5000.de', '0', '', 'http://www.igrice-za-devojcice.info/profile/josh65hxsiu.html', '', '', '', '2', '0', 'Junior Member', '0', '1421641755', '0', '1421641755', '1421649319', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-22-1981', '1981-12-22', '-1', '-1', '192.230.61.161', '0', '1', '', '0', '0', '-1', '0', '0', ')s@mioUNKcMG<8d5Ggz<\"ldEy`y+!U', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11136', '3', '', '0', 'Sofia81Wx', 'ba530d94268453c77df54df45f901b32', '2015-01-19', 'sofia-sanches25@druck.logitech-tastaturen.de', '0', '', 'https://mono-hitachi.jp/?itemid=252', '', '', '', '2', '0', 'Junior Member', '0', '1421644288', '0', '1421644288', '1421651550', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1977', '1977-05-01', '-1', '-1', '23.88.118.170', '0', '1', '', '0', '0', '-1', '0', '0', 'j4]&YBl7<&]V0j`9_U)&^Yd]):#F-@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11137', '3', '', '0', 'ClementZJM', 'd515b1ba290b7e3b03c19cce493aadbc', '2015-01-19', 'clement_gillam58@ue40d6500vsxzg.de', '0', '', 'http://datonesite.com/index.php?a=profile&u=garfielcond', '', '', '', '2', '0', 'Junior Member', '0', '1421645659', '0', '1421645659', '1421652924', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-03-1985', '1985-02-03', '-1', '-1', '199.30.49.51', '0', '1', '', '0', '0', '-1', '0', '0', 'PQ$mZX#e[MJb\"z/pWyqV5ie)XkU:,i', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11138', '3', '', '0', 'DesireAmey', '4f72c7b208ac337468e4f55fa0fbf170', '2015-01-19', 'desiree.amey@energie.logitech-tastaturen.de', '0', '', 'http://diligenthedge.com/UserProfile/tabid/1296/userId/971233/language/en-US/Default.aspx', '', '', '', '2', '0', 'Junior Member', '0', '1421646030', '0', '1421646030', '1421653564', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-11-1970', '1970-05-11', '-1', '-1', '192.230.61.161', '0', '1', '', '0', '0', '-1', '0', '0', '%aQu\'?xZ$)jZXRF{M.t6s\'[9|x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11265', '3', '', '0', 'NigelHolli', '738a841c123127b54aef502ceb83ab06', '2015-01-21', 'er.i.c.ar.d.o.mo.nt.e.vi.e.d.o1969@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421832951', '0', '1421832951', '1421832951', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.113.53', '0', '1', '', '0', '0', '-1', '0', '0', '=Ai}EAjP28Z.z3IF6X1[Zgjvc8,O\\(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11139', '2', '', '0', 'KrystalSch', '4dd52ee3a5249cf6147641f50313961b', '2015-01-19', 'robertmiller@jchurt.com', '0', '', 'http://photohit.pp.ua/engine/redirect.php?url=http://dewittlawar.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421647843', '0', '1421647843', '1421648213', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-25-1972', '1972-04-25', '-1', '-1', '192.240.201.113', '0', '1', '', '0', '0', '-1', '0', '0', 'LQ-6uLL#nF@Yn|VZS(Yv-H$(Zb}dD?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '258', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11144', '3', '', '0', 'KirsteXUWN', 'b988476627e817fcab23ff8b25261470', '2015-01-19', 'warrenmansom@mailcatch.com', '0', '', 'http://swop-tucson.org/doc_2.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421655771', '0', '1422530157', '1422848903', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-09-1972', '1972-08-09', '-1', '-1', '145.255.170.169', '0', '1', '', '0', '0', '-1', '0', '0', '#:4\\\\*&u$\\K{]ZCo(-tXAq|JU:%B,}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11140', '2', '', '0', 'Caryn2609a', '57335dc228348aa3f7a79a4ac7a1b580', '2015-01-19', 'wretchedverse997aswg@aol.com', '0', '', 'http://domyjakzbajki.pl/wanting-get-fit-now-try-advice', '', '', '', '2', '0', 'Junior Member', '0', '1421650086', '0', '1421650086', '1421657330', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1973', '1973-01-01', '-1', '-1', '155.94.135.163', '0', '1', '', '0', '0', '-1', '0', '0', 'T7M0P>1%(Ip2PrAvb<\"EgIfJ,,(\'[{', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11141', '3', '', '0', 'JeanettBru', '2df82946c26929c3e5343f6cf42397f0', '2015-01-19', 'raisaalegria@mailcatch.com', '0', '', 'http://Wees.in/index.php?a=profile&u=juliansanti', '', '', '', '2', '0', 'Junior Member', '0', '1421650887', '0', '1421650887', '1421691440', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-01-1975', '1975-01-01', '-1', '-1', '109.224.45.205', '0', '1', '', '0', '0', '-1', '0', '0', 'Hf(uOqj@y]F\"(eL771D7+JVER=!>zP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11142', '3', '', '0', 'DeloriSpau', '60b49eab186a68bb9bc4eaf020745842', '2015-01-19', 'brittneygoldie@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=oBh6k09PVlU', '', '', '', '2', '0', 'Junior Member', '0', '1421653330', '0', '1421656845', '1421727154', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1977', '1977-02-16', '-1', '-1', '167.160.103.176', '0', '1', '', '0', '0', '-1', '0', '0', '6$5sPB7o}),15]P22?Y&&R{rKA7iV^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11143', '3', '', '0', 'TangelaGSN', 'b4c0648b83ce7ac69495f35269b22c35', '2015-01-19', 'tangela_prendiville24@my-ears-ringing.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421653902', '0', '1421653902', '1421653902', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '170.130.179.221', '0', '1', '', '0', '0', '-1', '0', '0', '#>\',.Ys\\dJbji,.k;QbgWCVTF.WFa=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11145', '3', '', '0', 'RamonitHar', 'aeb9b5012dfee82fb2a2ae89da5d25a4', '2015-01-19', 'robertymoneyfo84cc92fe66@discardmail.com', '0', '', 'http://www.youtube.com/watch?v=J7BGf_lWVs4', '', '', '', '2', '0', 'Junior Member', '0', '1421656674', '0', '1421656674', '1421659557', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-28-1982', '1982-06-28', '-1', '-1', '93.118.70.190', '0', '1', '', '0', '0', '-1', '0', '0', 'n{!,%u@KOhv?`$+zOdf/z^(9Y2A3ut', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11152', '3', '', '0', 'JonathNMB', 'd338c0afccce22923b9de19331ee17b9', '2015-01-19', 'angelinamckeddie6243@mailcatch.com', '0', '', 'http://swop-tucson.org/site-14.php', '', '', '', '2', '0', 'Junior Member', '0', '1421672373', '0', '1422543243', '1423457962', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1971', '1971-08-16', '-1', '-1', '212.253.112.70', '0', '1', '', '0', '0', '-1', '0', '0', '[|rz&OI)H/3A6M21)9:zY60~KF4tFV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11146', '3', '', '0', 'ChaseLaded', '009b667ffc5d23dd5c84ad81c542b0c0', '2015-01-19', 'rogeliohose@mailcatch.com', '0', '', 'http://swop-tucson.org/safeway-pharmacy-hours-in-year-2015.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421659014', '0', '1422551121', '1423435421', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-20-1979', '1979-11-20', '-1', '-1', '176.8.216.133', '0', '1', '', '0', '0', '-1', '0', '0', 'qAhg/;:_7PO;ft!.EYG\"[n:\'Dol4uq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '116', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11147', '2', '', '0', 'SilviaGuin', '814db371a8d5c89bbe031aefe535f6ee', '2015-01-19', 'curlycanopy44o6l@aol.com', '0', '', 'http://www.mgcitygas.com/?document_srl=675619', '', '', '', '2', '0', 'Junior Member', '0', '1421659661', '0', '1421659661', '1421666886', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-12-1979', '1979-01-12', '-1', '-1', '104.143.23.139', '0', '1', '', '0', '0', '-1', '0', '0', 'Gh0s\'1r[g|QSl!EYej\"%CHFg8w;pbU', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11148', '3', '', '0', 'VeraFYVsh', '41f0b8dcda4f4b492054ad6e84b0dade', '2015-01-19', 'vera.cuper7958@evasionteam.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421660820', '0', '1421660820', '1421660820', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '107.153.7.65', '0', '1', '', '0', '0', '-1', '0', '0', ':ACh@~!h/\'xG3Z$<85[/\"l(x;=A:ID$1Ne2cGcu$=@,=PnwHt;2x_@hk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '203', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11157', '3', '', '0', 'AlbertoMor', '77dc7d20606f6567b33b18d0814edeef', '2015-01-19', 'lazarofogg@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421683485', '0', '1421683485', '1421683485', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '94.249.241.64', '0', '1', '', '0', '0', '-1', '0', '0', '5)1Fvl\\9bEa9f[A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '49', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11164', '3', '', '0', 'JanaDunshe', '7f196a5a368bc2c90ad4db1486ab437d', '2015-01-19', 'denishamccaughey@mailcatch.com', '0', '', 'http://swop-tucson.org/cvs-pharmacy-careers-in-year-2015.html', '', '', '', '2', '0', 'Junior Member', '0', '1421692117', '0', '1422530413', '1422537966', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-03-1970', '1970-03-03', '-1', '-1', '95.47.98.140', '0', '1', '', '0', '0', '-1', '0', '0', '2JDe};N2!m\\^Nm9:AwwB\"7XHv30A~1', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11165', '3', '', '0', 'CorinaZcag', '4a12a1d7cec3bfe25bd43d2f1fec7f07', '2015-01-19', 'melvinadill5639@mailcatch.com', '0', '', 'http://swop-tucson.org/doc_38.php', '', '', '', '2', '0', 'Junior Member', '0', '1421692841', '0', '1422518126', '1422529162', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1974', '1974-10-21', '-1', '-1', '46.70.76.55', '0', '1', '', '0', '0', '-1', '0', '0', 'X2PC\\`KJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11168', '3', '', '0', 'BerylMacna', '0357c2fa81b20468df84909edc25fef7', '2015-01-19', 'samheffner4043@mailcatch.com', '0', '', 'http://swop-tucson.org/doc_9.html', '', '', '', '2', '0', 'Junior Member', '0', '1421700654', '0', '1422476204', '1422533668', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-08-1981', '1981-04-08', '-1', '-1', '178.120.74.121', '0', '1', '', '0', '0', '-1', '0', '0', '=sXJ^.bpT*A\'xL|)ZK?waiIZA:AkL&E@=r1C9r+SXzHwv.W5P=,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11178', '3', '', '0', 'JeannetCle', '290ab32b747d665d0c8abc23882568ce', '2015-01-20', 'jimblackwood1053@mailcatch.com', '0', '', 'http://swop-tucson.org/medco-pharmacy-in-year-2015.html', '', '', '', '2', '0', 'Junior Member', '0', '1421724042', '0', '1422523238', '1422534850', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-22-1985', '1985-10-22', '-1', '-1', '88.252.64.129', '0', '1', '', '0', '0', '-1', '0', '0', '.t_}/+kd#AR,N#hLN;l>0F&?P7VZ\\;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11237', '3', '', '0', 'ShantelShu', '562137be36deb043613ec12a975e291e', '2015-01-20', 'idashaw494@trash-mail.com', '0', '', 'https://dragonsworldcheatshack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1421785267', '0', '1421785267', '1421792468', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-08-1972', '1972-08-08', '-1', '-1', '188.208.5.85', '0', '1', '', '0', '0', '-1', '0', '0', 'tZ{yol*UoKp&qtT6)6y)Cp;Y1}V(TY', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11173', '3', '', '0', 'Dana7004bt', '7ad6d9b71f298909531364913572b0d1', '2015-01-19', 'dana-duras42@freexms.com', '0', '', 'http://fr-fr.facebook.com/progamehacks', '', '', '', '2', '0', 'Junior Member', '0', '1421705801', '0', '1421705801', '1421714938', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-02-1971', '1971-11-02', '-1', '-1', '68.97.114.178', '0', '1', '', '0', '0', '-1', '0', '0', '&\'aVAY)PyGVs\\K/OG[+Wvo07&&SmH*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '129', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11174', '3', '', '0', 'EleanoMack', '18a416f51919496753afefc1c07135c1', '2015-01-19', 'eleanor.mack@freexms.com', '0', '', 'http://fr-fr.facebook.com/fifa2015hacktrichecoingeneratortelechargercheat?ref=hl', '', '', '', '2', '0', 'Junior Member', '0', '1421710623', '0', '1421710623', '1421718100', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-19-1973', '1973-01-19', '-1', '-1', '64.233.240.138', '0', '1', '', '0', '0', '-1', '0', '0', 'sxgM4', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '949', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11218', '3', '', '0', 'NewtonLove', '7f5005c1d987544c7290800efe3fe76d', '2015-01-20', 'newton.lovekin23@teesfire.com', '0', '', 'https://www.behance.net/printingpressindubai', '', '', '', '2', '0', 'Junior Member', '0', '1421757801', '0', '1421757801', '1421760315', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-16-1975', '1975-10-16', '-1', '-1', '192.240.218.142', '0', '1', '', '0', '0', '-1', '0', '0', 'wDnnE-t?HidA8>6/gCfl8QT(%u\\ex&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11179', '2', '', '0', 'C8477', 'ca82d12b8faaae85b56a27fe3a9a90b9', '2015-01-20', 'grandioseutensi83@mail.bg', '0', '', 'http://representingchrist.com/groups/try-these-pointers-when-you-have-plumbing-related-problems/', '', '', '', '2', '0', 'Junior Member', '0', '1421724561', '0', '1421724561', '1421725417', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-18-1972', '1972-08-18', '-1', '-1', '209.161.104.148', '0', '1', '', '0', '0', '-1', '0', '0', '2H{.3\\|Zu>nl5uqQ]y=v5@FCd&,{$+Vl{Grv3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '03c6eda5a44047f55008f70854417fd2', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11181', '3', '', '0', 'FrancinAEO', 'cb88671c77635a46301b4cd6bf9a3c00', '2015-01-20', 'fredstump1558@mailcatch.com', '0', '', 'http://swop-tucson.org/page_30.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421725543', '0', '1422507623', '1422532362', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-05-1982', '1982-11-05', '-1', '-1', '203.114.123.121', '0', '1', '', '0', '0', '-1', '0', '0', '^qCevGV`f#Mi\\7FvueQRF`FnyYV{h2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11182', '3', '', '0', 'WendellCar', '191b17e31fd720a5a31f6a95055e45c2', '2015-01-20', 'leifduckett1109@spambog.com', '0', '', 'http://drikung-kagyu.com/5-benefits-of-open-floor-rumah-rumah-idaman-plans', '', '', '', '2', '0', 'Junior Member', '0', '1421725907', '0', '1421725907', '1421728122', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-26-1973', '1973-08-26', '-1', '-1', '173.208.153.60', '0', '1', '', '0', '0', '-1', '0', '0', '_`}t}%YLHLdG4%}rXb9<|7(!|@LQL*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '186', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11183', '3', '', '0', 'VeldaNYKqr', '15f6789abce704f7a36fd4357cfcdbfa', '2015-01-20', 'greedymosaic55qx@freemail.hu', '0', '', 'https://vimeo.com/112517562', '', '', '', '2', '0', 'Junior Member', '0', '1421726129', '0', '1421726129', '1421728314', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-13-1975', '1975-05-13', '-1', '-1', '112.44.31.241', '0', '1', '', '0', '0', '-1', '0', '0', '\"f6=5xNP(e27J/{9Akn(g9+xfA7Hb?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11184', '3', '', '0', 'MNan', '41391c6cc2089413f176bbbd2268bad0', '2015-01-20', 'swelteringyearszha4y@abv.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421726981', '0', '1421726981', '1421726981', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.80.140.85', '0', '1', '', '0', '0', '-1', '0', '0', 'Z9J_4w^FC8E8_;*iV/JKo7,:.o!S/e', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11185', '3', '', '0', 'johanseller', 'ef363bfc389d14d13737b1377826656d', '2015-01-20', 'johanvelandia@spambog.com', '0', '', 'http://793291676.network-make-money.com', '', '', '', '2', '0', 'Junior Member', '0', '1421728502', '0', '1421728502', '1421730601', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-19-1984', '1984-05-19', '-1', '-1', '190.142.226.19', '0', '1', '', '0', '0', '-1', '0', '0', 'bw/D94DT:qj&hn,P3SD]NCl>;z<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11232', '3', '', '0', 'Mahali2022', 'a583f22241798bd5efa230ab80b6f29b', '2015-01-20', 'athenatolmer5131@trash-mail.com', '0', '', 'https://dragonsworldcheatshack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1421776242', '0', '1421776242', '1421783406', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-12-1979', '1979-10-12', '-1', '-1', '31.220.6.143', '0', '1', '', '0', '0', '-1', '0', '0', '6R[3Di+(}-(Gl)l8A[;.bw0JA+iqop', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11189', '3', '', '0', 'EpifaniMoe', '3abed59105e1daf5e07a984d96d53ada', '2015-01-20', 'corneliusapplegate@mailcatch.com', '0', '', 'http://swop-tucson.org/page_30.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421731576', '0', '1422538975', '1423472723', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-19-1970', '1970-01-19', '-1', '-1', '2.134.167.234', '0', '1', '', '0', '0', '-1', '0', '0', '3,4Zb|/HRsG\">=l(C6av@}f8w1c_Hl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11190', '3', '', '0', 'AndreDenny', '14d410a2aeaeeb64a16532334d0e8f6d', '2015-01-20', 'chelseyabdullah@mailcatch.com', '0', '', 'http://swop-tucson.org/safeway-pharmacy-hours-in-year-2015.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421731875', '0', '1422545411', '1423469714', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-15-1978', '1978-05-15', '-1', '-1', '203.162.202.234', '0', '1', '', '0', '0', '-1', '0', '0', 'Vs8Kj&!W3fj]b=,!ch9~kCs\"\'n{B^A', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11191', '3', '', '0', 'SenaidaEYB', '824221d8c5da0794392682a11e5c18c8', '2015-01-20', 'nikilewin4184@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421732764', '0', '1421732764', '1421732764', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.200.24.236', '0', '1', '', '0', '0', '-1', '0', '0', 'Y3>/4`qb;!Jj/^C|MJt1-,C2@w;++a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11192', '3', '', '0', 'DemetriKur', '5b1eef9b8033a2ea1e10a47ea5d3f42e', '2015-01-20', 'karissagranville@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=PTUaofj_CxA', '', '', '', '2', '0', 'Junior Member', '0', '1421737997', '0', '1421737997', '1421740347', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-14-1974', '1974-10-14', '-1', '-1', '200.62.17.250', '0', '1', '', '0', '0', '-1', '0', '0', 'm:3(Bu9w4FZd\',5\\CgKlLZ#|D.Z_+7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11193', '3', '', '0', 'KimberN05v', 'd713d443e5e52f4da810cbf0352a1e3e', '2015-01-20', 'kimber_mcconnan@teesfire.com', '0', '', 'https://v2mediaadvertising.wordpress.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421738404', '0', '1421738404', '1421740703', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-17-1972', '1972-02-17', '-1', '-1', '192.240.218.23', '0', '1', '', '0', '0', '-1', '0', '0', 'eDkp8OhkI/2=X8DH>=pyK+|-x1{!fi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11194', '8', '', '0', 'ShaniWilsm', '477244d36566b4e6ab4269182b0c744a', '2015-01-20', 'kayes89783@hrun.co.uk', '0', '', 'http://copytaste.com/l8837', '', '', '', '2', '0', 'Banned', '0', '1421741250', '0', '1421741250', '1421741788', '1421741783', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-18-1972', '1972-07-18', '-1', '-1', '196.196.0.239', '0', '1', '', '0', '0', '-1', '0', '0', 'c\"3?8@nk7cpCNfoE9)~~r?+jBe.[3&', '', '0', '82924', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11195', '3', '', '0', 'PhillipGXU', 'a9c13f44190819bb9cd6ccfd91b543a0', '2015-01-20', 'randiwinstead@mailcatch.com', '0', '', 'http://www.newportbeachca.gov/redirect.aspx?url=http://www.longboom.net/category/general/', '', '', '', '2', '0', 'Junior Member', '0', '1421742608', '0', '1421742608', '1421749805', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-21-1974', '1974-12-21', '-1', '-1', '192.3.19.211', '0', '1', '', '0', '0', '-1', '0', '0', '$>vaVWV|de_\\uF\"J:u;4e-Bg[2bK!/', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11196', '3', '', '0', 'GenevieSom', 'd017b8b3acb242f78f230fd5c4cfff24', '2015-01-20', 'darwinblaxland553@mailcatch.com', '0', '', 'http://www.presidentclintonlibrary.com/__media__/js/netsoltrademark.php?d=longboom.net', '', '', '', '2', '0', 'Junior Member', '0', '1421743042', '0', '1421743042', '1421750587', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-27-1977', '1977-05-27', '-1', '-1', '46.102.96.3', '0', '1', '', '0', '0', '-1', '0', '0', 'X\'@,)#s)P\\=$yV0i%#o[x$nBoKhb>b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11197', '3', '', '0', 'TommyStamm', '5a3c288040eba644c17c5cc832a57863', '2015-01-20', 'h.knowles2415@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421745235', '0', '1421745235', '1421745235', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.203.211.42', '0', '1', '', '0', '0', '-1', '0', '0', 'j}`]/?F\\sP(H:Yk7KQWMT@LlQ+Zz6f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11198', '3', '', '0', 'EvangePede', '05fdb06522f962a78607e1543a369e0f', '2015-01-20', 'evangeline_pederson25@teesfire.com', '0', '', 'http://www.youtube.com/watch?v=xcoXjqCzGvE', '', '', '', '2', '0', 'Junior Member', '0', '1421747984', '0', '1421747984', '1421755343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-03-1972', '1972-03-03', '-1', '-1', '192.240.218.63', '0', '1', '', '0', '0', '-1', '0', '0', 'e@|QzQweg{&H+?\'8@gW^.szKUZ.2.S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11199', '3', '', '0', 'AlmaKeynes', '697e35c05bdbf861835aa2861a73fa05', '2015-01-20', 'alma.keynes98@teesfire.com', '0', '', 'http://v2media.moonfruit.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421747990', '0', '1421747990', '1421750681', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-07-1983', '1983-11-07', '-1', '-1', '192.255.96.93', '0', '1', '', '0', '0', '-1', '0', '0', '^nURz&SV<|{w\'p$u0J5d?tcX!Mh1*6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11200', '3', '', '0', 'NatashaLJE', '1fc44b05191740407d0e5881276389c3', '2015-01-20', 'margaretteflatt@mailcatch.com', '0', '', 'http://swop-tucson.org/site-23.php', '', '', '', '2', '0', 'Junior Member', '0', '1421751262', '0', '1422542752', '1422550533', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1980', '1980-07-08', '-1', '-1', '182.53.157.213', '0', '1', '', '0', '0', '-1', '0', '0', '-)PcIhpuX`T\"=bu)KlN\'(n[+IEX[eLn7?Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11202', '3', '', '0', 'MauriciKre', '33dfe893a053c1e066bedf89da770e9d', '2015-01-20', 'anniedowdle@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421752220', '0', '1421752220', '1421752220', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.61.206', '0', '1', '', '0', '0', '-1', '0', '0', '[0WRf%>#Dy&}Gn4Pe$(Q<`tW!8UL+P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11203', '2', '', '0', 'Edwardo01B', 'ee7c6363f1eb09146c297153481b9aa1', '2015-01-20', 'ryback@jchurt.com', '0', '', 'http://helperus.com/?document_srl=651571', '', '', '', '2', '0', 'Junior Member', '0', '1421752429', '0', '1421761072', '1421805729', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-22-1981', '1981-12-22', '-1', '-1', '216.107.156.144', '0', '1', '', '0', '0', '-1', '0', '0', 'uHFMu:L76I)[\\{q*9\"-@(ep(RelV\\O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '401', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11204', '3', '', '0', 'MaximiHube', 'dff6ce7d51d55b0e92afe2e2bbdd3a02', '2015-01-20', 'silkebaber@mailcatch.com', '0', '', 'http://swop-tucson.org/doc_39.php', '', '', '', '2', '0', 'Junior Member', '0', '1421752545', '0', '1422524351', '1423469939', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1973', '1973-12-06', '-1', '-1', '212.154.86.50', '0', '1', '', '0', '0', '-1', '0', '0', '\'D+NtYslxM6},eU&v\"V)f^eU7j+Onw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '117', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11205', '3', '', '0', 'RaymundAlm', '82af5963e91d24452274995eabe095f1', '2015-01-20', 'silascoulter6468@mailcatch.com', '0', '', 'http://swop-tucson.org/doc_5.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421752655', '0', '1422510470', '1422533742', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-04-1974', '1974-06-04', '-1', '-1', '37.44.100.183', '0', '1', '', '0', '0', '-1', '0', '0', '14k0\"QDmC?1:2Tg,^tk>87),Pk/_jM', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11206', '3', '', '0', 'AntoniaNor', 'e08c5a294a31fe12356471f352afa5d5', '2015-01-20', 'billmcquillen@mailcatch.com', '0', '', 'http://swop-tucson.org/page-8.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421753236', '0', '1422554982', '1423458893', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-24-1979', '1979-05-24', '-1', '-1', '187.148.173.239', '0', '1', '', '0', '0', '-1', '0', '0', 'u:-^9rdG>#(p@[p-Y7,Tp9q#MW<,hT', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11207', '3', '', '0', 'LenoreFras', 'f62ac83f5fdd00ba54007226af87fcb2', '2015-01-20', 'lenore-frasier88@teesfire.com', '0', '', 'https://forums.oneplus.net/threads/3d-printing.142234/page-2', '', '', '', '2', '0', 'Junior Member', '0', '1421753314', '0', '1421753314', '1421755965', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-17-1978', '1978-04-17', '-1', '-1', '192.240.218.142', '0', '1', '', '0', '0', '-1', '0', '0', 'C;8fPS4RI&:J{w\'-%xFxz@fbG]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '97', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11212', '3', '', '0', 'Thalia8343', '2303b7158527b9d7ccd0c9c3b288f8a9', '2015-01-20', 'glorydixon@mailcatch.com', '0', '', 'http://swop-tucson.org/accredo-pharmacy-in-year-2015.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421756458', '0', '1422781824', '1423414655', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-21-1977', '1977-03-21', '-1', '-1', '217.29.24.36', '0', '1', '', '0', '0', '-1', '0', '0', 'S@KY(.U$A#\':j|!{^,]d$%__=py+/:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11213', '3', '', '0', 'StepheSpow', '7a873e76e784fb943069603ee23892e7', '2015-01-20', 'stephen.spowers99@teesfire.com', '0', '', 'http://printingpressindubai.Productzone.net/v2media-advertising.html', '', '', '', '2', '0', 'Junior Member', '0', '1421756532', '0', '1421756532', '1421758922', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-11-1978', '1978-02-11', '-1', '-1', '23.232.142.249', '0', '1', '', '0', '0', '-1', '0', '0', '<)it=_Ep6#TVs6=*R@w6M1vTzK}jB_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11214', '3', '', '0', 'FallonDuck', '355b250db8e6961dc547f1b4bc57a355', '2015-01-20', 'chiquitayamamoto@mailcatch.com', '0', '', 'http://swop-tucson.org/page_10.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421756549', '0', '1422543614', '1422554674', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-01-1976', '1976-02-01', '-1', '-1', '46.98.96.148', '0', '1', '', '0', '0', '-1', '0', '0', '^0z*8cvH+|2Vg(+3{:fIvy2k{_0Xt\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '102', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11215', '3', '', '0', 'RLql', 'd42c7757c01b51151d1b8ac285cb4984', '2015-01-20', 'erratichobo63@mail.bg', '0', '', 'http://proceduralsound.org/let-plumbing-experts-chicago-handle-the-job/', '', '', '', '2', '0', 'Junior Member', '0', '1421757318', '0', '1421757318', '1421759177', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-20-1978', '1978-10-20', '-1', '-1', '209.161.102.99', '0', '1', '', '0', '0', '-1', '0', '0', ']%Z,D.jv5Z,@n<]nHZ}.MjItD8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11216', '3', '', '0', 'DesmonKeog', 'cc8b57d44bc5f7503a92ef122fd67b5c', '2015-01-20', 'catharinewoodall@mailcatch.com', '0', '', 'http://swop-tucson.org/medco-pharmacy-in-year-2015.html', '', '', '', '2', '0', 'Junior Member', '0', '1421757429', '0', '1422590909', '1422848496', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-13-1975', '1975-12-13', '-1', '-1', '194.12.110.79', '0', '1', '', '0', '0', '-1', '0', '0', '^Je\"-ViVgJOo|X~Wuej|&bc98Y][X>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '112', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11217', '3', '', '0', 'Cathari459', 'c10b688e5fe94de2b6273ed6ad39b552', '2015-01-20', 'bradleydowning5052@mailcatch.com', '0', '', 'http://swop-tucson.org/page_30.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421757534', '0', '1422559677', '1423406468', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-20-1983', '1983-04-20', '-1', '-1', '178.214.187.154', '0', '1', '', '0', '0', '-1', '0', '0', 'x)3za=!DyXEI@21(T\'UIKp\'ddHz[U@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11219', '3', '', '0', 'CNZK', 'bb21db03b238a84d850e26e4de89c4c7', '2015-01-20', 'planthobo9269@mail.bg', '0', '', 'http://www.0551fb.com/archives/130', '', '', '', '2', '0', 'Junior Member', '0', '1421758714', '0', '1421758714', '1421761213', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-14-1983', '1983-03-14', '-1', '-1', '209.161.102.213', '0', '1', '', '0', '0', '-1', '0', '0', 'R80v!SqXTlA*Cl:*\"@%z[ITdW+4XhP', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11220', '3', '', '0', 'JUKMervinl', '09f40ddd401dac4c79d5e48d704b5d79', '2015-01-20', 'dwainsherrod1507@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421759281', '0', '1421759281', '1421759281', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.232.213', '0', '1', '', '0', '0', '-1', '0', '0', '7WvhpV8!q6N<#x\'_\"s>Hlwc5p[p(i;', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11233', '3', '', '0', 'HermanBalf', '826ec37a98109b0ffef9027164fc911a', '2015-01-20', 'antoniavincent5560@mailcatch.com', '0', '', 'http://swop-tucson.org/page-34.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421777378', '0', '1422559052', '1423486176', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-14-1974', '1974-06-14', '-1', '-1', '78.166.133.172', '0', '1', '', '0', '0', '-1', '0', '0', 'vCto^C9G8~4a*,V:OYr:ncddBI5VNl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '92', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11221', '3', '', '0', 'EIWBrittan', '724787f2782992e5a5ae6866e546da3e', '2015-01-20', 'aflumos@gigaload.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421763314', '0', '1421763314', '1421763314', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.128.23.87', '0', '1', '', '0', '0', '-1', '0', '0', '@r8zfZ!9JRe_o;UwV9:;6tGP8*acwf', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11222', '3', '', '0', 'K3051', 'ddacbf2c9d20e54912159d495fb97dbe', '2015-01-20', 'soggyterminolog34@mail.bg', '0', '', 'http://www.globalpassenger.net/frozen-pipes-that-break-are-a-true-plumbing-emergency/', '', '', '', '2', '0', 'Junior Member', '0', '1421764042', '0', '1421764042', '1421765847', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-18-1979', '1979-12-18', '-1', '-1', '209.161.104.49', '0', '1', '', '0', '0', '-1', '0', '0', '3lPla6\'MSG=:Cyy)}fhMHt)]Up%/lz%Zp1+EU{S\"Z}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11231', '3', '', '0', 'JerrySuthe', 'b6460153e7ade3a0c1e4a9e25607ed1c', '2015-01-20', 'jerry_sutherland@teesfire.com', '0', '', 'http://dubaibizdirectory.com/organisations/view/10697/documents+clearing', '', '', '', '2', '0', 'Junior Member', '0', '1421773570', '0', '1421773570', '1421775962', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-03-1979', '1979-05-03', '-1', '-1', '192.240.218.23', '0', '1', '', '0', '0', '-1', '0', '0', ']h#y0>7r+m5XkJK>/}yaF+B6E%6p#C', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11234', '2', '', '0', '1stAD Monk', '67da9cecc15cfc7b0c1e05039711d205', '2015-01-20', 'garymoncur@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421780906', '0', '1421780906', '1421781512', '1421781460', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.34.89.57', '0', '1', '', '0', '0', '-1', '0', '0', '_-&jC_dCkrv~R?Kl\'L|crxf\\|c7IS?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11235', '2', '', '0', 'Victoria3', 'e63745831abfe15cbff81061dc62c428', '2015-01-20', 'daffypoker7b0@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421783382', '0', '1421783382', '1421783977', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.168.42.58', '0', '1', '', '0', '0', '-1', '0', '0', '!~7lS4;;o\"iG<|=,Tw0h}gzML95aKj', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11236', '3', '', '0', 'BeaKeanenl', '148f5ae43de79e3b0deab5b6f7461f82', '2015-01-20', 'gerardomeece1080@trash-mail.com', '0', '', 'https://dragonsworldcheatshack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1421784922', '0', '1421784922', '1421792161', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-28-1983', '1983-08-28', '-1', '-1', '167.114.124.2', '0', '1', '', '0', '0', '-1', '0', '0', '%th(\'(Yau9NMQ^\'sE3s>k]REZz$ntk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11239', '3', '', '0', 'SabinePigu', '7c56059d705f27b90ec0891b0e118218', '2015-01-20', 'vacuousjurist37gpp51@laposte.net', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421785892', '0', '1421785892', '1421785892', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.247.139.218', '0', '1', '', '0', '0', '-1', '0', '0', '`|jZ3SG4v7B7TA1YNv&eVYo1b>aQ0^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11483', '3', '', '0', 'LateshaQ78', 'd81f1499b6aa17992dd383e947adce7f', '2015-01-24', 'lateshacreech@small.remailled.com', '0', '', 'http://fullhd-streaming.com/entre-deux-mondes-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1422070471', '0', '1422070471', '1422093607', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-15-1984', '1984-11-15', '-1', '-1', '183.223.204.148', '0', '1', '', '0', '0', '-1', '0', '0', '6U6f*2BySW&m8aP0a=R4bLc\'WeO\"o&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11240', '3', '', '0', 'RodrickSti', '250faf2c53bd0dd20fb1ba74b3ff1867', '2015-01-20', 'jasonreginina@mailcatch.com', '0', '', 'http://qa.seniortransportation.easterseals.com/Admin/ActivityFeed/MyProfile/tabid/94/userId/3632/Def', '', '', '', '2', '0', 'Junior Member', '0', '1421787174', '0', '1421787174', '1421790484', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-19-1972', '1972-11-19', '-1', '-1', '172.245.133.184', '0', '1', '', '0', '0', '-1', '0', '0', 'm]Gyr&2(}3O<-z??;f{#?/\"f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11242', '3', '', '0', 'FinlayStra', 'f7aa31ef714d1d9cb1bbef16114fb6a5', '2015-01-20', 'suzettecartwright@trash-mail.com', '0', '', 'https://dragonsworldcheatshack.wordpress.com', '', '', '', '2', '0', 'Junior Member', '0', '1421789390', '0', '1421789390', '1421796739', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-23-1972', '1972-04-23', '-1', '-1', '107.172.13.12', '0', '1', '', '0', '0', '-1', '0', '0', '}_$9(\\?bNp&uS7,|m1gqE9p/twe;|\\,+TTjN\"]AA!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11246', '3', '', '0', 'EttaBesswe', 'd22edb3361cf4751b000e712650bb295', '2015-01-20', 'ambersolberg@brennendesreich.de', '0', '', 'http://Officialbravefrontierhacks.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421791336', '0', '1421791336', '1421794208', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-21-1978', '1978-02-21', '-1', '-1', '112.18.61.175', '0', '1', '', '0', '0', '-1', '0', '0', '{f%Qfm-,qC#4NE5Gop$3D%Z:8JGd@k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11247', '3', '', '0', 'DortheaPea', 'a8d1b8e8f072cac9e02d7e1694780e02', '2015-01-20', 'jillianjackson676@mailcatch.com', '0', '', 'http://salemsites.com/Maine/member.php?action=profile&uid=58358', '', '', '', '2', '0', 'Junior Member', '0', '1421792767', '0', '1421792767', '1421795514', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-28-1983', '1983-01-28', '-1', '-1', '216.107.156.24', '0', '1', '', '0', '0', '-1', '0', '0', '=S*:G#@J{seehL*$0RF=IhBpe[NZv)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11248', '3', '', '0', 'JamisonCon', '3f4b626e6fa6bb0dbd56d86a09cca455', '2015-01-21', 'jamison_constance1@18cutes.com', '0', '', 'https://www.facebook.com/notes/adam-stanly/microsoft-office-crack-and-keygen-for-all-versions/154823', '', '', '', '2', '0', 'Junior Member', '0', '1421798459', '0', '1421798459', '1421805985', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-13-1984', '1984-12-13', '-1', '-1', '94.249.241.69', '0', '1', '', '0', '0', '-1', '0', '0', '<(R+=iD(zBQ8yi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11251', '3', '', '0', 'Kala15Ffqb', 'c83eff17028699f8759940ac629331b2', '2015-01-21', 'clementtorode3476@spambog.com', '0', '', 'http://goo.gl/n6EzSy', '', '', '', '2', '0', 'Junior Member', '0', '1421803013', '0', '1421803013', '1421805174', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-24-1980', '1980-09-24', '-1', '-1', '173.208.153.60', '0', '1', '', '0', '0', '-1', '0', '0', ':u`95XMB-8jJNXT)mdj5J-\\EVI(;-I', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11252', '3', '', '0', 'DYDAbbyjo', '07bb1f70b42669be971efb1ae6b3cc79', '2015-01-21', 'k.at.r.i.n.ap.au.l6699@gmail.com', '0', '', 'https://www.facebook.com/vfstreamingfilmcomplet/posts/648786188551118', '', '', '', '2', '0', 'Junior Member', '0', '1421803320', '0', '1421803320', '1421806097', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-08-1985', '1985-03-08', '-1', '-1', '178.32.235.23', '0', '1', '', '0', '0', '-1', '0', '0', '~R@lL5b\"vEy%RnFa?8$zZn<_e\\q,md', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11253', '2', '', '0', 'KHodgson', '5e37f269359115a8ecf39b8ec9b1a90e', '2015-01-21', 'adaptabledealer14@mail.bg', '0', '', 'http://webster-nano.com/hiring-correct-emergency-plumber-lakewood-nj/', '', '', '', '2', '0', 'Junior Member', '0', '1421807450', '0', '1421807450', '1421808306', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-29-1985', '1985-06-29', '-1', '-1', '104.128.19.107', '0', '1', '', '0', '0', '-1', '0', '0', 'cFK/shMF+)T@QdAPEG:|\\lQ-}Y0<\"&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11254', '3', '', '0', 'ClevelAuri', 'b4afa337ad5b685062616f617389054b', '2015-01-21', 'jerrywalters191919@mailcatch.com', '0', '', 'http://www.youtube.com/watch?v=sIpZDcQEtYo', '', '', '', '2', '0', 'Junior Member', '0', '1421807492', '0', '1421807492', '1421818266', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-21-1974', '1974-03-21', '-1', '-1', '198.50.25.188', '0', '1', '', '0', '0', '-1', '0', '0', '`oLi$-f\'Tl`@.IYR*H07jO8\"\'scCjd$%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11257', '2', '', '0', 'ERQET', '62ae0335f82f27b117c95c3b8adedb5c', '2015-01-21', 'roomybedding4196@mail.bg', '0', '', 'http://teamxcellent.com/overcoming-stuck-plumbing-freehold-nj-fixtures/', '', '', '', '2', '0', 'Junior Member', '0', '1421810079', '0', '1421810079', '1421810945', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-02-1975', '1975-01-02', '-1', '-1', '23.232.176.239', '0', '1', '', '0', '0', '-1', '0', '0', 'B`VM@E!Vo;*?x(ttFadj$&]5)e~&N[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11258', '3', '', '0', 'SvenZsxovl', 'f2d171175d48a25bf983ff5ee821bab3', '2015-01-21', 'forrestreinoso8956@mailcatch.com', '0', '', 'http://swop-tucson.org/doc_35.html', '', '', '', '2', '0', 'Junior Member', '0', '1421812348', '0', '1422560931', '1423482423', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-10-1982', '1982-08-10', '-1', '-1', '176.105.199.200', '0', '1', '', '0', '0', '-1', '0', '0', 'DAGFbb*?Y}Uk=.Aw6]<6\\\"\"{fM:wQS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11259', '3', '', '0', 'EdwardONei', '9b904efb55b7852db5fcd60d8902bb89', '2015-01-21', 'edward-o\'neill@3.mailelectronic.com', '0', '', 'http://foosball.com/forum/index.php?topic=1451.0', '', '', '', '2', '0', 'Junior Member', '0', '1421817831', '0', '1421817831', '1421820227', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1977', '1977-05-17', '-1', '-1', '198.52.254.154', '0', '1', '', '0', '0', '-1', '0', '0', '-p`H`wl6if4a:tQ]@d1[wq.(X?Q6Nk', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11260', '3', '', '0', 'Mariss7858', '1fbaafc8df1d8fc1302ff25019864f1e', '2015-01-21', 'soontweddle727@mailcatch.com', '0', '', 'http://www.solche.de/Wiki/index.php5?title=Benutzer:JaimeIreland', '', '', '', '2', '0', 'Junior Member', '0', '1421819590', '0', '1422232586', '1422235183', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-10-1973', '1973-10-10', '-1', '-1', '117.176.191.214', '0', '1', '', '0', '0', '-1', '0', '0', 'jXeZTja1R&u)rB1F:#thu;jhR-##!.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '657', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11261', '3', '', '0', 'WMJJaykoq', '6c9b1d0df804ba18a92ebeaac2b4463a', '2015-01-21', 'karmastein8079@spambog.com', '0', '', 'http://www.nteledyski.pl/profile.php?u=ValorieFloo', '', '', '', '2', '0', 'Junior Member', '0', '1421820084', '0', '1421820084', '1421857478', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-27-1975', '1975-09-27', '-1', '-1', '192.184.85.132', '0', '1', '', '0', '0', '-1', '0', '0', 'g*!m17DN#bykFRTfy\'N\\ML[E%Hi\"t=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11263', '3', '', '0', 'Alexis9602', '1b1228633ef6f6b6afc935435fd167e1', '2015-01-21', 'alexishernsheim33@smart.reopenetic.com', '0', '', 'http://myhephzibah.org/?option=com_k2&view=itemlist&task=user&id=14661', '', '', '', '2', '0', 'Junior Member', '0', '1421830478', '0', '1427582454', '1427717655', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-03-1973', '1973-06-03', '-1', '-1', '155.94.139.103', '0', '1', '', '0', '0', '-1', '0', '0', 'uHV9}piOA==Vo8oJG4bFjnbT|OiNmh', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11264', '3', '', '0', 'LouannWein', '93777b05a59954e36f400420256d329f', '2015-01-21', 'eri.c.a.r.do.m.o.n.t.evi.edo1969@gmail.com', '0', '', 'https://www.zotero.org/missuniverse2015', '', '', '', '2', '0', 'Junior Member', '0', '1421830948', '0', '1421830948', '1421833508', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-12-1973', '1973-06-12', '-1', '-1', '204.44.113.53', '0', '1', '', '0', '0', '-1', '0', '0', '%:.x\'c6\",fTT5.\"4.atHrXd?BZHY-y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11266', '3', '', '0', 'ThereseNas', '980cc39840ea5cdc1d8624670b8ccde8', '2015-01-21', 'therese-nash97@2.mailelectronic.com', '0', '', 'http://forums.tafelvoetbal.nl/viewtopic.php?f=1&t=3199', '', '', '', '2', '0', 'Junior Member', '0', '1421833305', '0', '1421833305', '1421835536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-12-1972', '1972-03-12', '-1', '-1', '198.52.252.108', '0', '1', '', '0', '0', '-1', '0', '0', '4lr0fD\'q>C4pq1}(x#\"y4JXKx1,9aZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11267', '2', '', '0', 'MargeneMed', '01aab356d574d413e707239fb64866f8', '2015-01-21', 'margene.medlin49@homestylehearts.com', '0', '', 'http://sns.cqyzw.com.cn/link.php?url=http://www.abchuagnguan.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421834044', '0', '1421841244', '1421849534', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-21-1976', '1976-11-21', '-1', '-1', '23.108.153.23', '0', '1', '', '0', '0', '-1', '0', '0', 'PRHm6klZDtwu,I<>-[>:~_I[^\'&h>p', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11270', '2', '', '0', 'MeghanMile', '7ae054a09451c4100b7334d9cd07d71d', '2015-01-21', 'meghan_mileham41@homestylehearts.com', '0', '', 'http://gxq.gov.cn/uchome/link.php?url=http://www.abchuagnguan.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421841934', '0', '1421841934', '1421849104', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-21-1972', '1972-08-21', '-1', '-1', '23.108.153.251', '0', '1', '', '0', '0', '-1', '0', '0', '_02FI!N%kJ=imVab}b,k6,K$VEtNu?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11268', '3', '', '0', 'MariceCarp', 'fae97ae4a3d3b1b8214cf9009dc78f12', '2015-01-21', 'bradleypethard@mailcatch.com', '0', '', 'http://asianamericanstudies.binghamton.edu/wiki/What_Warren_Buffett_Can_Teach_You_About_Insurance_Pr', '', '', '', '2', '0', 'Junior Member', '0', '1421835939', '0', '1422232000', '1422235324', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-16-1985', '1985-04-16', '-1', '-1', '183.221.220.194', '0', '1', '', '0', '0', '-1', '0', '0', '\\]{nT#K!VhXt<:Eok@w4g]%V(vByTr', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1257', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11294', '3', '', '0', 'IXDT', '98ca2a7a55da66bd45423b4098c6da6f', '2015-01-21', 'cooperativepast32@mail.bg', '0', '', 'http://businesswomensa.co.za/members/lolahuondeker/activity/1082/', '', '', '', '2', '0', 'Junior Member', '0', '1421882511', '0', '1424111711', '1424128820', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-24-1981', '1981-02-24', '-1', '-1', '37.59.161.235', '0', '1', '', '0', '0', '-1', '0', '0', '?fq;\",kM\';bU`g:zJ4|C^#FcT*W:%!G(HLIsvActi5-YI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11269', '2', '', '0', 'Mickey91B', 'eab861bfcf3f4a9340c770e602406ebe', '2015-01-21', 'farhad873@bracmen.co.uk', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421839083', '0', '1421839083', '1421839083', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.227.242.219', '0', '1', '', '0', '0', '-1', '0', '0', 'E1Q$2\'S\'p\'wv>hl:VzLY[]\\yrO9w8x', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11283', '2', '', '0', 'Stifler', '7484edbc46efd0683b2baff034281e37', '2015-01-21', 'steven.welsh7@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421864944', '0', '1421942033', '1421942033', '1421866692', '1', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.69.46.67', '0', '1', '', '0', '0', '-1', '0', '0', '}6vNp\"a=~e-|:HCGIq4+(7cu,;\"WCi', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3eb2a882685e3ad1b5434b4d9da05024', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11272', '2', '', '0', 'AlisonPlac', 'bc33f2c63d3b38c22ad1c579e068ca78', '2015-01-21', 'alison.place69@homestylehearts.com', '0', '', 'http://www.shjtu.com/home/link.php?url=http://www.abchuagnguan.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421845956', '0', '1421845956', '1421853124', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-09-1975', '1975-06-09', '-1', '-1', '23.108.153.152', '0', '1', '', '0', '0', '-1', '0', '0', 'Fhc}oq*O]T62Q|Cpmz<\\x6[380\\P?v', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11286', '3', '', '0', 'JermaiVial', '8c0e6b3eaa738232596d3875c4db21c3', '2015-01-21', 'jermaine.vial5928@evasionteam.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421868020', '0', '1421868020', '1421868020', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.151.27', '0', '1', '', '0', '0', '-1', '0', '0', '1:Gz6#`t|XbtJ!z._}d#**acPcj/=.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11275', '3', '', '0', 'EdwinCasti', '0b20357785141e7f8d20155ae24b6089', '2015-01-21', 'edwin_castiglione@homestylehearts.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421851089', '0', '1421851089', '1421851089', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.108.153.23', '0', '1', '', '0', '0', '-1', '0', '0', '`|XqvIP8fX&DA@ZMnsVOv~?$)kTy(>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11279', '2', '', '0', 'Anhor', 'abb3f45e1be00f4151f339bb6e8f61b1', '2015-01-21', 'last.division@web.de', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421856195', '0', '1421856195', '1421856932', '1421856851', '2', '10', '5', '1', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '84.148.108.103', '0', '1', '', '0', '0', '-1', '0', '0', '##vk].@u%/z-q6dkR1*6^z4#BQWiUw', '', '0', '82930', '0', '0', '0', '0', '', '0', '0', '', '127', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11297', '3', '', '0', 'SwenTorotu', '51fc1149d1cbeee44fa6ce8c372d9c79', '2015-01-22', 'swen-toro37@sport4me.info', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421889872', '0', '1421889872', '1421889872', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.69.93.230', '0', '1', '', '0', '0', '-1', '0', '0', '!#.J5G!_)>J!Cl$;s58<:;lv2[f!~&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11276', '2', '', '0', 'TonyaHartl', '4ae8bc82d05c51857ae709fbf0df059c', '2015-01-21', 'tonya.hartley@homestylehearts.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421854060', '0', '1421854060', '1421854060', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.108.153.214', '0', '1', '', '0', '0', '-1', '0', '0', '-Y\",GPDsU@us\"l>hq?Sb\\8#NG?7bgu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11288', '3', '', '0', 'MuhammaVUB', 'e398a281aa1d635269bc247be2112046', '2015-01-21', 'renatekinsela921@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421871210', '0', '1421871210', '1421871210', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.52.223.182', '0', '1', '', '0', '0', '-1', '0', '0', '|]#d2otPfgtGX~{WT`QU#\"b`cs6g~O', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11277', '2', '', '0', 'DWheare', 'aa99573e49b0fd06ac2cd6f5d86f7509', '2015-01-21', 'patheticposteri35@mail.bg', '0', '', 'https://www.youtube.com/watch?v=O57P9-_QCJQ', '', '', '', '2', '0', 'Junior Member', '0', '1421854674', '0', '1421854674', '1421855621', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1976', '1976-01-04', '-1', '-1', '37.59.84.0', '0', '1', '', '0', '0', '-1', '0', '0', '+L;[3KtprB&lL48(_\"m~f&iLXkx\\,8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11278', '2', '', '0', 'Felica9613', '834d7b9783137f88eaf3221732c4fa49', '2015-01-21', 'aa.r.o.ndiva.s.dew@twitteold.info', '0', '', 'http://filmstreaming.awardstm.pw', '', '', '', '2', '0', 'Junior Member', '0', '1421855349', '0', '1421855349', '1421862535', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-17-1971', '1971-11-17', '-1', '-1', '107.158.7.115', '0', '1', '', '0', '0', '-1', '0', '0', '7=f/LhBv\"fLv$|O/M28P5Kl:43k$*w', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '36', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11280', '3', '', '0', 'WilhelmLan', '179cdedf3e99e59c767455ab7c23bb57', '2015-01-21', 'brandiseabrook@nonspam.eu', '0', '', 'http://www.labasilicacafe.it/public/donna.asp', '', '', '', '2', '0', 'Junior Member', '0', '1421857444', '0', '1421857444', '1421860140', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-28-1974', '1974-08-28', '-1', '-1', '115.52.222.206', '0', '1', '', '0', '0', '-1', '0', '0', 'jnwm3;_t%M_!hI.Y&!{6!lxh_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11289', '3', '', '0', 'ZGLT', '59636f7ea9a1475f02205c1f5c39eaf3', '2015-01-21', 'cloisteredbatch95@mail.bg', '0', '', 'http://paysonazads.com/author/pa79u/', '', '', '', '2', '0', 'Junior Member', '0', '1421871968', '0', '1424274085', '1424298456', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1981', '1981-06-07', '-1', '-1', '31.220.6.126', '0', '1', '', '0', '0', '-1', '0', '0', '|\\;4^Anm{gj}psfZ(+_JISHtGV:/)2', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '180', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11290', '3', '', '0', 'Jeffry5490', 'a1879189683d1efd8ff1f404db539151', '2015-01-21', 'jeffry-rolph2316@evasionteam.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421875598', '0', '1421875598', '1421875598', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.160.107.153', '0', '1', '', '0', '0', '-1', '0', '0', '`8K_+.cp*e<\\5G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11293', '3', '', '0', 'MargoSkill', '9f3add6e7ae7cfc4ac5c59eace2e5276', '2015-01-21', 'deonfrier4433@mailcatch.com', '0', '', 'http://ldesa.org/?page_id=201', '', '', '', '2', '0', 'Junior Member', '0', '1421879407', '0', '1421879407', '1421900235', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-13-1973', '1973-08-13', '-1', '-1', '64.79.110.204', '0', '1', '', '0', '0', '-1', '0', '0', '6h9[gX{v,|~t6-3e):kE\"cTL?/UAdW', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11295', '3', '', '0', 'JNOA', '7b2a38f3316ed0f0c9957d7f8e70929f', '2015-01-21', 'gamyrecord4142@mail.bg', '0', '', 'http://www.puzzlejet.com/profile/224212/myuek', '', '', '', '2', '0', 'Junior Member', '0', '1421883099', '0', '1424080312', '1424117767', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1972', '1972-01-21', '-1', '-1', '178.32.254.71', '0', '1', '', '0', '0', '-1', '0', '0', '3&>LQzg\\H}&h9jY\\e<]X{Wmmu;0(+(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '143', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11365', '3', '', '0', 'ArethaBlan', '1acdd1c565ca3c4d77a3f7a54d5ebd9a', '2015-01-22', 'kassandraroyston2967@mailcatch.com', '0', '', 'http://fifa15generateur.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421963720', '0', '1421963720', '1421967553', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-09-1982', '1982-06-09', '-1', '-1', '196.196.20.73', '0', '1', '', '0', '0', '-1', '0', '0', 'O{+|$x)9a^xFUiM(LUxf1U2np9eU$\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11296', '3', '', '0', 'Tammie5878', '6e50fd1bc582da56200e5875354a2d8e', '2015-01-22', 'modestoboreham@mailcatch.com', '0', '', 'http://realhacks.biz/2014/11/17/61/', '', '', '', '2', '0', 'Junior Member', '0', '1421887805', '0', '1421887805', '1421890610', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1972', '1972-06-07', '-1', '-1', '196.196.20.70', '0', '1', '', '0', '0', '-1', '0', '0', '#xm{a%4|{~T.7{3eJ)zYB{LlVgz6$Y', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11316', '8', '', '0', 'KDeMaistr', '9045f63fe2ca261afdbc91534b758466', '2015-01-22', 'lovelybeer759@mail.bg', '0', '', 'http://manytraders.com/author/shsleep/', '', '', '', '2', '0', 'Banned', '0', '1421925458', '0', '1424338398', '1424343977', '1423419279', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-20-1978', '1978-12-20', '-1', '-1', '178.32.254.71', '0', '1', '', '0', '0', '-1', '0', '0', 'z1O28Kq\'sgJbw{@)FiA3\'*v6(~4JD@', '', '0', '82972', '0', '0', '0', '0', '', '0', '0', '', '109', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11301', '3', '', '0', 'FJamison', 'e8d3c7cf07f623b59420a0b1f89d609c', '2015-01-22', 'agonizingaccoun43@mail.bg', '0', '', 'http://swebcom.ru/index.php?page=item&id=3011', '', '', '', '2', '0', 'Junior Member', '0', '1421895873', '0', '1424087490', '1424175756', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-01-1978', '1978-12-01', '-1', '-1', '31.220.6.122', '0', '1', '', '0', '0', '-1', '0', '0', 'Q\'PT7&bix@)y~Vv:\'\\E{nHNK`t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11305', '3', '', '0', 'LouellHund', 'a163218f4846b53143d325a3fa8e0659', '2015-01-22', 'arlenchung4702@mailcatch.com', '0', '', 'http://www.danestegi.com/modules.php?name=Your_Account&op=userinfo&username=TangelEdle', '', '', '', '2', '0', 'Junior Member', '0', '1421903949', '0', '1421903949', '1421906253', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-16-1974', '1974-06-16', '-1', '-1', '192.240.218.203', '0', '1', '', '0', '0', '-1', '0', '0', 'yDT\"o)8(>ynuh`0YT74c2B.jlKe)]!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11298', '2', '', '0', 'FRGH', '545689a41ab6d86bf98329437ccd6d4e', '2015-01-22', 'parcheddisease364@mail.bg', '0', '', 'http://tucsonguntrader.com/author/nakingsmil/', '', '', '', '2', '0', 'Junior Member', '0', '1421891989', '0', '1424285769', '1424308606', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-28-1980', '1980-05-28', '-1', '-1', '31.220.30.129', '0', '1', '', '0', '0', '-1', '0', '0', 'GQHKH/N~JLrNB;-ov&R7Sx46uVbGtg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11300', '3', '', '0', 'JannaHPLts', '06a1724de770e0992e6e5be1028ae377', '2015-01-22', 'numerousunderwotua@ovi.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421893757', '0', '1421893757', '1421893757', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '198.50.25.205', '0', '1', '', '0', '0', '-1', '0', '0', '>\'DYBcKqr!$YcP#/(<\"Rsw5s0&k3\'s', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11299', '2', '', '0', 'DaniellOPA', '5fd2eb20d38188dc62e528826a2df1dd', '2015-01-22', 'a.ar.on.diva.s.dew@twitteold.info', '0', '', 'http://streamingfilmfr.awardstm.pw', '', '', '', '2', '0', 'Junior Member', '0', '1421893359', '0', '1421893359', '1422284340', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-24-1985', '1985-04-24', '-1', '-1', '104.128.23.215', '0', '1', '', '0', '0', '-1', '0', '0', 'jdiZHD!F@y110Zt7oQeDu8rl:}*|&f', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11302', '2', '', '0', 'EdithGawle', '58a5de69ddbda0b63e1232e62a8afd37', '2015-01-22', 'aaro.n.diva.s.dew@twitteold.info', '0', '', 'http://filmstreaming.awardstm.pw', '', '', '', '2', '0', 'Junior Member', '0', '1421896052', '0', '1421896052', '1422285910', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1971', '1971-05-17', '-1', '-1', '155.94.131.195', '0', '1', '', '0', '0', '-1', '0', '0', 'Ce%!KtfNWJk7O\'D:)7>4&o]V,#c@&l', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11303', '3', '', '0', 'LillyAndro', '4aa6671d8075e5f080c816c95c473468', '2015-01-22', 'krystynacalloway@mailcatch.com', '0', '', 'http://patch.com/california/agourahills/kim-kardashian-sex-tape-and-r-jay-all-true-here', '', '', '', '2', '0', 'Junior Member', '0', '1421896151', '0', '1421896151', '1421954330', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-20-1978', '1978-10-20', '-1', '-1', '103.225.189.51', '0', '1', '', '0', '0', '-1', '0', '0', 'tXZ=Y8RUGpPe[H#=kg/RsjCYAS1Tm,', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11304', '3', '', '0', 'IngeNimmop', 'eced19c4420acf2e26d8d017ef8500e4', '2015-01-22', 'tamica@c.captchaeu.info', '0', '', 'http://Mindfuckery.com/index.php?a=stats&u=libbyb92voh', '', '', '', '2', '0', 'Junior Member', '0', '1421901315', '0', '1421901315', '1422070364', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-06-1977', '1977-08-06', '-1', '-1', '107.169.7.204', '0', '1', '', '0', '0', '-1', '0', '0', 'g5&IB?6\">\\Fs4a,gcht/G`8\'T$evh$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11306', '2', '', '0', 'JHHDoroth', 'b83e74a10df800bbad4820d2ce1e6a01', '2015-01-22', 'mepykele757@inbox.lv', '0', '', 'http://astragernika.net/wiki/index.php?title=User:marcosnyb', '', '', '', '2', '0', 'Junior Member', '0', '1421904571', '0', '1421904571', '1421904984', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1970', '1970-09-07', '-1', '-1', '107.182.116.27', '0', '1', '', '0', '0', '-1', '0', '0', '>|vfQJuZ&BfE#^tH_X*;RP3Z1B\\H08', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11308', '3', '', '0', 'KathiOGKpe', '5e77676391dae2d76b686d7cf55e78ed', '2015-01-22', 'kathiwhitson35@home.remailled.com', '0', '', 'http://play.gitsumm.com/groups/andra-free-spins-kommer-sa-smaningom-destroy-you/', '', '', '', '2', '0', 'Junior Member', '0', '1421909452', '0', '1421909452', '1421912093', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-15-1981', '1981-06-15', '-1', '-1', '94.23.147.82', '0', '1', '', '0', '0', '-1', '0', '0', '2la,z0C~NLV8wY\"j)jGaip7H[qx8cx', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11309', '8', '', '0', 'F07H', 'a8758699ad206454ae3222c7cef1341e', '2015-01-22', 'muddledtorpor74hyb@freemail.hu', '0', '', 'http://adsdirectory.co.uk/index.php?page=item&id=3567', '', '', '', '2', '0', 'Banned', '0', '1421909521', '0', '1424136996', '1424184361', '1423050257', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-22-1983', '1983-02-22', '-1', '-1', '37.59.84.0', '0', '1', '', '0', '0', '-1', '0', '0', 'Qk]FDS{f;6]}{P>z1RZ:Mr$q^VUb\\[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '103', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11310', '3', '', '0', 'LouellaGoo', 'a800c2a99bcd26a1967d477c80e7bbf9', '2015-01-22', 'louella_goodchild6@teesfire.com', '0', '', 'https://www.facebook.com/v2media.advertising', '', '', '', '2', '0', 'Junior Member', '0', '1421910326', '0', '1421910326', '1421913303', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-04-1975', '1975-06-04', '-1', '-1', '192.240.218.167', '0', '1', '', '0', '0', '-1', '0', '0', 'c..G)AbVgg)?[Xm.Y8B9GqXg2l-:WZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11312', '3', '', '0', 'PorterDana', '6bb1c031970bca79e337de6b89f959bc', '2015-01-22', 'porter.dana8146@evasionteam.com', '0', '', 'https://www.facebook.com/dragoncityhack2015', '', '', '', '2', '0', 'Junior Member', '0', '1421920586', '0', '1422418478', '1422837764', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-22-1980', '1980-09-22', '-1', '-1', '198.12.74.243', '0', '1', '', '0', '0', '-1', '0', '0', 'uQsrrl)qh+)Y#(}S?m]V88,/#jj$}P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11314', '3', '', '0', 'HugoKosseo', '2cc8a904189240b2472e84294ac1bde2', '2015-01-22', 'claudiabey1541@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421922785', '0', '1421922785', '1421922785', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '204.44.113.134', '0', '1', '', '0', '0', '-1', '0', '0', 'ROI~sXai|OVxx8^a/}12.,Y\'.x&vQfXNnUO}:/HR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11323', '3', '', '0', 'JeanniNole', '03770be1a73b34520261b2409678ca15', '2015-01-22', 'mellisahutcherson6410@mailcatch.com', '0', '', 'http://www.x.forocometa.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421931190', '0', '1421931190', '1421938474', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-28-1977', '1977-12-28', '-1', '-1', '192.3.19.211', '0', '1', '', '0', '0', '-1', '0', '0', 'l(W*S/_s9/]).%$o!EEDM&c\"eleONC', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11326', '3', '', '0', 'TZQGJ', '36f1755ff5f566cd54882b881178fa1e', '2015-01-22', 'proudvirtue1121@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421937841', '0', '1421937841', '1421940358', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.91.35', '0', '1', '', '0', '0', '-1', '0', '0', 'g#W0~)s>?4_B`nM?i8u=6Bk&0g@Hf}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11333', '3', '', '0', 'VicenteDru', 'feea337a891a2c347fe606171bc8ef8d', '2015-01-22', 'okra.m.mak.r.o.0.3.4.1@gmail.com', '0', '', 'http://top11hacktool.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421942986', '0', '1421942986', '1421948925', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-07-1977', '1977-10-07', '-1', '-1', '208.98.32.235', '0', '1', '', '0', '0', '-1', '0', '0', '[H5nLxsGtE0R30.x1}qnVhh-!=^TnX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '560', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11324', '8', '', '0', 'F85N', 'c591e2a0b867bb4806ea4a2b52d9e636', '2015-01-22', 'miscreantairporneeg@freemail.hu', '0', '', 'http://sexhappensanovel.com/best-beginner-quadcopter-flight-controller/', '', '', '', '2', '0', 'Banned', '0', '1421932321', '0', '1424155087', '1424170684', '1423067485', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-28-1983', '1983-09-28', '-1', '-1', '31.220.6.138', '0', '1', '', '0', '0', '-1', '0', '0', '/n~$*2LpGFxfbsI]z/QmFE9qvo9cxL', '', '0', '82965', '0', '0', '0', '0', '', '0', '0', '', '113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11340', '3', '', '0', 'YNQKarlaou', '2129dab910a7d1670c6533ebc62b10cf', '2015-01-22', 'karlakennerley43@mars.schackmail.com', '0', '', 'http://g-streaming.com/sin-city-jai-tue-pour-elle-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421950064', '0', '1421950064', '1421972841', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-11-1970', '1970-05-11', '-1', '-1', '112.19.143.14', '0', '1', '', '0', '0', '-1', '0', '0', '(pWc|MV2ClzRlb;sMyZ,\"29eN%F]a:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11325', '3', '', '0', 'EnriquBKTM', '136dc9590550e1ac8c58336b9719a034', '2015-01-22', 'enriquetaveitch81@class.reopenetic.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421935779', '0', '1421935779', '1421935779', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.240.212.191', '0', '1', '', '0', '0', '-1', '0', '0', '{ejOtp2~aB|r)6%z=_,q5#R]*aggBo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11364', '3', '', '0', 'GeorgiTuck', '0c631c922a29c8c7936caabfdc9340b4', '2015-01-22', 'georgianatuckson87@big.remailled.com', '0', '', 'http://g-streaming.com/loranais-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421963689', '0', '1421963689', '1421971047', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-14-1970', '1970-04-14', '-1', '-1', '119.42.85.93', '0', '1', '', '0', '0', '-1', '0', '0', 's&~;K]J*lllMCi`~k!\"q)Mdi[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11328', '3', '', '0', 'DStott', '7f3f933633e0ba260b1417416400cbfc', '2015-01-22', 'abrasiveoutfit186@mail.bg', '0', '', 'http://www.kartalescort.asia/author/sejrx', '', '', '', '2', '0', 'Junior Member', '0', '1421938432', '0', '1424289924', '1424337099', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-17-1985', '1985-02-17', '-1', '-1', '178.32.254.71', '0', '1', '', '0', '0', '-1', '0', '0', 'n+LLuP3h*7\'$a2gX]+>U-K7Mt?(h&g', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '136', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11329', '3', '', '0', 'T83A', '7325dca285ae3f5990d4648bddd55f93', '2015-01-22', 'lavishcushion8369@mail.bg', '0', '', 'http://www.newestrom.com/author/diragan/', '', '', '', '2', '0', 'Junior Member', '0', '1421940134', '0', '1424111383', '1424174727', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-04-1974', '1974-07-04', '-1', '-1', '31.220.30.129', '0', '1', '', '0', '0', '-1', '0', '0', '!kdPXhPRc+E0{VeI`p%}yU$`6><[x3', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '175', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11330', '3', '', '0', 'AugustW13c', '1c41f6c8b0943fe53f895cb394d24497', '2015-01-22', 'tobiasdeegan@mailcatch.com', '0', '', 'http://realhacks.biz/2014/11/17/download-new-survey-bypasser-2014-working/', '', '', '', '2', '0', 'Junior Member', '0', '1421940849', '0', '1421940849', '1421944774', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-15-1975', '1975-01-15', '-1', '-1', '196.196.28.230', '0', '1', '', '0', '0', '-1', '0', '0', '^0y.{(\\&ZJDK>c\\)75RNvF\'BPYHY`k', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11331', '3', '', '0', 'LatricScha', '8f4a6875f41ebe539856f25b79439b95', '2015-01-22', 'enriquetyrrell7164@trash-mail.com', '0', '', 'https://www.facebook.com/SpookyPopHack', '', '', '', '2', '0', 'Junior Member', '0', '1421941539', '0', '1421941539', '1421952786', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-06-1975', '1975-11-06', '-1', '-1', '107.182.116.55', '0', '1', '', '0', '0', '-1', '0', '0', '6-:$Na`QdiaA\':~L&u@m|MPG&rED(u', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11332', '3', '', '0', 'LeonOCIGea', '4f803161d457060908a993f098733761', '2015-01-22', 'leoncarne@bronze.burmails.com', '0', '', 'http://g-streaming.com/les-pingouins-de-madagascar-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421942889', '0', '1421942889', '1421953952', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-12-1976', '1976-09-12', '-1', '-1', '36.72.16.183', '0', '1', '', '0', '0', '-1', '0', '0', '=}HE*N;3%c&yzPg\\m![e!px^XuyV7S', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11334', '3', '', '0', 'JannaHarri', '8c05e01ca0659c13f279ad9b978afc6c', '2015-01-22', 'jannaharriet49@mars.schackmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421943666', '0', '1421943666', '1421943666', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '177.97.56.15', '0', '1', '', '0', '0', '-1', '0', '0', 'EUg|82cqk{}\\nd<616p,9U[p6`JCu^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11335', '3', '', '0', 'EBeane', 'e94f41ce684fa189fb090b37658f6d88', '2015-01-22', 'haltingkudos1726@mail.bg', '0', '', 'http://www.fortunechaser.com/groups/non-stick-cookware-toasters-brand-logos/', '', '', '', '2', '0', 'Junior Member', '0', '1421943914', '0', '1424314253', '1424333612', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-24-1981', '1981-12-24', '-1', '-1', '31.220.6.122', '0', '1', '', '0', '0', '-1', '0', '0', '\']*~YlF-t#$.Sj@=S,{gA~2o/gA?XG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '147', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11336', '3', '', '0', 'SungKaplan', 'f91a819199051b6b0de124ab21bdfc1f', '2015-01-22', 'sungkaplan@mars.schackmail.com', '0', '', 'http://g-streaming.com/john-wick-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421947035', '0', '1421947035', '1421969508', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1977', '1977-01-04', '-1', '-1', '117.166.254.35', '0', '1', '', '0', '0', '-1', '0', '0', 'n)if<]Ld4b6?;HS6)%ZV9L9F;|orN]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '64', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11338', '2', '', '0', 'Bernadi91O', 'e77dd7794d44e5e0d430ea294d4f0a0d', '2015-01-22', 'bernadinekincaid@old.feamail.com', '0', '', 'http://g-streaming.com/victor-frankenstein-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421949144', '0', '1421949144', '1421951060', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-27-1972', '1972-04-27', '-1', '-1', '223.85.97.173', '0', '1', '', '0', '0', '-1', '0', '0', 'bF{BrDtABv#dg%x6:}F.>dJt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11343', '3', '', '0', 'UlysseAbra', '400af66cda7f931ad25a28538148c44b', '2015-01-22', 'ulyssesabrams90@best.schackmail.com', '0', '', 'http://g-streaming.com/fla-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421951795', '0', '1421951795', '1421959536', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-08-1976', '1976-04-08', '-1', '-1', '183.209.105.123', '0', '1', '', '0', '0', '-1', '0', '0', 'r9w!8Bi\"\\/^I#1-hxq', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11344', '3', '', '0', 'AguedaGlaz', '13d04d95b2fa3bb94e0b4d3e3e41b648', '2015-01-22', 'aguedaglaze39@big.remailled.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421951819', '0', '1421951819', '1421953922', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '201.210.195.147', '0', '1', '', '0', '0', '-1', '0', '0', 'BtWDQe#m1A`$EG3o}y/G|?Te9FA\'Qs', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11345', '3', '', '0', 'JasperLoew', '1333d84d9c8c35d2d030f6dfef5fd4fc', '2015-01-22', 'jasperloewe26@big.remailled.com', '0', '', 'http://g-streaming.com/les-souvenirs-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421952026', '0', '1421952026', '1421956023', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-05-1981', '1981-09-05', '-1', '-1', '98.222.18.180', '0', '1', '', '0', '0', '-1', '0', '0', 'I7`CMk&B7\"U&vbF0A2jdn5wV&$#DE[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11346', '3', '', '0', 'PeteEgyvvp', 'f53f8dd0e4e9db119f8528bb2f8da972', '2015-01-22', 'petemaki50@mars.schackmail.com', '0', '', 'http://g-streaming.com/lets-be-cops-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421952156', '0', '1421952156', '1421974932', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-08-1985', '1985-07-08', '-1', '-1', '117.172.222.93', '0', '1', '', '0', '0', '-1', '0', '0', '$j/u(\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11347', '3', '', '0', 'CecilClend', '274b2635d4537afef79367cb91323e8d', '2015-01-22', 'cecilclendinnen26@bronze.burmails.com', '0', '', 'http://g-streaming.com/nos-enfants-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421952304', '0', '1421952304', '1421960115', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-22-1985', '1985-06-22', '-1', '-1', '111.3.93.238', '0', '1', '', '0', '0', '-1', '0', '0', '<2YD,KCy[DVESw5o,%7_xV+\"d.;vQZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11348', '2', '', '0', 'ClintLock', 'f6271cd80ded4dfc7f6725a63fc8c9bd', '2015-01-22', 'clintlock@big.remailled.com', '0', '', 'http://g-streaming.com/kids-stories-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421952383', '0', '1421952383', '1421954093', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-14-1983', '1983-02-14', '-1', '-1', '190.153.112.208', '0', '1', '', '0', '0', '-1', '0', '0', 'T\'0,$efQ#?uKkw>*3\"G/EMtM76&!L6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '167', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11349', '3', '', '0', 'YTGGraigf', '6a3a7d8d5fc89884a5a3860cb9b1dddf', '2015-01-22', 'graigcassell57@local.zonerig.com', '0', '', 'http://fullhd-streaming.com/balade-entre-les-tombes-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421952403', '0', '1421952403', '1421966913', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1973', '1973-10-21', '-1', '-1', '117.175.116.81', '0', '1', '', '0', '0', '-1', '0', '0', 'w(TqcxI)LA>=LBS,<+7=oDXfu4hc~E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11350', '3', '', '0', 'ValentWeat', '1238648cd5783ed09134260bdc6ef005', '2015-01-22', 'valentinaweatherly7@mars.schackmail.com', '0', '', 'http://g-streaming.com/whiplash-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421952474', '0', '1421952474', '1421974657', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-06-1971', '1971-09-06', '-1', '-1', '185.58.92.252', '0', '1', '', '0', '0', '-1', '0', '0', 'Hpp&b?W:u.', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11351', '3', '', '0', 'DianneHyla', 'b6ba31a0f47d19cd836af08109146304', '2015-01-22', 'lestrange@highspeedmail.info', '0', '', 'http://www.Oddsavisen.Com', '', '', '', '2', '0', 'Junior Member', '0', '1421952486', '0', '1421952486', '1421954775', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-08-1980', '1980-05-08', '-1', '-1', '151.80.81.87', '0', '1', '', '0', '0', '-1', '0', '0', 'a:Ez0`N3:gB4U2CCR%O=pX6HKjVQ-5Nhx^I@#t+A@RZg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11352', '2', '', '0', 'LeviEnderb', 'ef5e16c2e66dc637ec87a0dcdb8fe254', '2015-01-22', 'levienderby@desktop.reopenetic.com', '0', '', 'http://g-streaming.com/atlit-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421955140', '0', '1421957093', '1421984645', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-09-1973', '1973-10-09', '-1', '-1', '117.148.60.216', '0', '1', '', '0', '0', '-1', '0', '0', 'P,NY*EI_Gxz;3P[Xj\\c\\n5|Y.J2OVS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '34', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11353', '2', '', '0', 'CandySkullGaming', '107a570055fb7d6010e4ce83212f037e', '2015-01-22', 'jamesreidfa@gmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421955397', '0', '1425385802', '1425733583', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '81.170.74.14', '0', '1', '', '0', '0', '-1', '0', '0', '0r<*Hh={UvjQ(!dsP_3h(jsg>z)', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11354', '3', '', '0', 'KitTimperm', 'c11323d6479376a305850138a5f01ea5', '2015-01-22', 'kit-timperman6118@zynmark.info', '0', '', 'https://www.facebook.com/pages/Watch-American-Sniper-Online-american-sniper-download/419697621529243', '', '', '', '2', '0', 'Junior Member', '0', '1421956164', '0', '1421956164', '1421960994', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-05-1974', '1974-11-05', '-1', '-1', '151.80.83.97', '0', '1', '', '0', '0', '-1', '0', '0', '|l>evrKIn\\.D0&]sOvl/$7A/54r#Bp', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11355', '3', '', '0', 'NestorPark', '0bccf7a7b5ba3399fb882364aa54cfbe', '2015-01-22', 'nestorparker73@mars.schackmail.com', '0', '', 'http://g-streaming.com/queen-and-country-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421956225', '0', '1421956225', '1421959611', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-13-1978', '1978-11-13', '-1', '-1', '185.34.16.125', '0', '1', '', '0', '0', '-1', '0', '0', 'L,\'}.4\"1V.Qz#_X:P/3/tB9d&P|EcK6w?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11361', '3', '', '0', 'RollandP48', 'c7e2749110192a257f58cf37038c6324', '2015-01-22', 'julionuttall384@spamavert.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421960608', '0', '1421960608', '1421960608', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '109.63.56.64', '0', '1', '', '0', '0', '-1', '0', '0', 'Fs2V1otZ&`g>?ZL4e$4,$!(A%1n*lG', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11362', '3', '', '0', 'HassanBeck', '77922e160ab24c341e58120e0891eed3', '2015-01-22', 'virginiadivine@mailcatch.com', '0', '', 'http://realhacks.biz/2014/11/17/61/', '', '', '', '2', '0', 'Junior Member', '0', '1421962199', '0', '1421962199', '1421966212', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-19-1978', '1978-10-19', '-1', '-1', '198.52.254.221', '0', '1', '', '0', '0', '-1', '0', '0', 'A;q_\\i-~a;VM<12~QY[I%k6I.oD[UN', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11363', '3', '', '0', 'EltonMedwo', '15dcfe4dc64eb4fb58e28e5b909cbcb3', '2015-01-22', 'eltonmedworth@bronze.burmails.com', '0', '', 'http://g-streaming.com/joker-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421963109', '0', '1421963109', '1421972792', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1976', '1976-06-25', '-1', '-1', '117.149.205.60', '0', '1', '', '0', '0', '-1', '0', '0', 'h@Q1f]g}OW(3Lj{BURi~s38y9Um(&c', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '79', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11367', '3', '', '0', 'MayaDayelo', '7f0f77f632c28811fce9becb1eeb3b55', '2015-01-22', 'fredricstreeter@mailcatch.com', '0', '', 'http://fifa15generateur.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421965700', '0', '1421965700', '1421968558', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-17-1981', '1981-11-17', '-1', '-1', '155.94.251.59', '0', '1', '', '0', '0', '-1', '0', '0', '1zYSvg{Df%G>1I[86N,[&fAo?`R%v%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11366', '3', '', '0', 'SkyeManess', 'ab84522ea4ef84655ef88315ddb1b455', '2015-01-22', 'skyemanessis@mars.schackmail.com', '0', '', 'http://g-streaming.com/panique-chez-les-jouets-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421965357', '0', '1421965357', '1421976875', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-17-1980', '1980-05-17', '-1', '-1', '82.205.85.59', '0', '1', '', '0', '0', '-1', '0', '0', 'S8t*\\dv4),P-<[,G~+\\kE>6{^]p=Br', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11368', '3', '', '0', 'CandyWhitl', 'baea300380d195483709211edb475b16', '2015-01-22', 'candy-whitlock46@pheed.pl', '0', '', 'http://www.smpalirsyadbwi.sch.id/halkomentar-181-jadwal-dan-nama-guru-pelatihan-487.html', '', '', '', '2', '0', 'Junior Member', '0', '1421966411', '0', '1421966411', '1422026065', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-11-1971', '1971-03-11', '-1', '-1', '83.9.41.96', '0', '1', '', '0', '0', '-1', '0', '0', 'yllxE6~U.WM}0]@#x~9wiYV$\'+QS_7', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11369', '3', '', '0', 'EFEMD', '4abf3f00bc2ab03942327f60983a79f4', '2015-01-22', 'productiveoutdo25@mail.bg', '0', '', 'http://eskortonline.com/author/xasalmon/', '', '', '', '2', '0', 'Junior Member', '0', '1421966432', '0', '1424183085', '1424184509', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-13-1977', '1977-06-13', '-1', '-1', '5.255.91.37', '0', '1', '', '0', '0', '-1', '0', '0', ':BodV?WUT|_\\45_bX.SA*Xw5XAD8>b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '261', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11386', '3', '', '0', 'GPZSoniabc', '6d7734226205c3e2db9bd987e77eb9ae', '2015-01-23', 'myrtleamies2759@mailcatch.com', '0', '', 'http://ciracom.com/site-52.htm', '', '', '', '2', '0', 'Junior Member', '0', '1421979759', '0', '1422840471', '1422891707', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-18-1975', '1975-03-18', '-1', '-1', '87.119.114.38', '0', '1', '', '0', '0', '-1', '0', '0', 'VT+Ejsq)V?uD^-O#r*zg{xB(dC#s/:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11371', '3', '', '0', 'GabrieShac', '771bce2eff00bb99b2309dea1cf91991', '2015-01-22', 'gabrielle.shackelford@ekredytsms.pl', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421967562', '0', '1421967562', '1421967562', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '83.9.41.96', '0', '1', '', '0', '0', '-1', '0', '0', ',R|El>z`l+tbLw;`n', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11372', '3', '', '0', 'AugustaNar', 'a45bf373a5d33657ec964cb2ff3cc1ef', '2015-01-22', 'augustanarelle@small.remailled.com', '0', '', 'http://g-streaming.com/still-the-water-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421968599', '0', '1421968599', '1421974366', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1974', '1974-02-16', '-1', '-1', '113.10.139.66', '0', '1', '', '0', '0', '-1', '0', '0', '4L-J(p9\'n|Yw5P$=7ssR+kg{>JVwN\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11373', '3', '', '0', 'RGACrystle', '944f0e5c8f2e14f6fca6a47c525218a8', '2015-01-22', 'crystleflanagan@big.remailled.com', '0', '', 'http://g-streaming.com/obvious-child-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421969586', '0', '1421969586', '1421975294', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-11-1977', '1977-12-11', '-1', '-1', '111.255.117.125', '0', '1', '', '0', '0', '-1', '0', '0', '{xV+wc3A\"WkqSY{#*4=gj&xl\\3qT.J', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '39', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11374', '3', '', '0', 'NPKC', 'd84e5a91f09cfe43b4b7fa1c2f252f1c', '2015-01-22', '1it@haft-honar.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421970903', '0', '1421970903', '1421971397', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.3.60.245', '0', '1', '', '0', '0', '-1', '0', '0', '5MY7B/:ajGX8b^*_&ch3}3p`U\'!5^#', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11381', '3', '', '0', 'KimberlKhu', '994378697459c2e1412c2d095d9c69ca', '2015-01-23', 'kimberlykhull@best.schackmail.com', '0', '', 'http://g-streaming.com/un-illustre-inconnu-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421973044', '0', '1421973044', '1421989528', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1977', '1977-07-17', '-1', '-1', '117.166.172.207', '0', '1', '', '0', '0', '-1', '0', '0', 'k*.~d-5LiB7nikOj6SP-qF98&zN{Uo', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11375', '2', '', '0', 'IveyHeller', 'cdcf5d55230efd8cf704dfcc32116e81', '2015-01-22', 'iveyheller@big.remailled.com', '0', '', 'http://g-streaming.com/qu-allah-benisse-la-france-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421971058', '0', '1421971058', '1421972963', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-13-1980', '1980-03-13', '-1', '-1', '197.40.103.251', '0', '1', '', '0', '0', '-1', '0', '0', 'ah$}NOd7WA\'us;t[Kte\'cab8UU!GU:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11377', '3', '', '0', 'AngeloWare', 'fc0c765d8bd3be14e28bdcc514e1d9ac', '2015-01-23', 'angeloware@best.schackmail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421972798', '0', '1421972798', '1421972798', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '111.3.75.138', '0', '1', '', '0', '0', '-1', '0', '0', 'k#-&K!\\4d%6?*Dz*@(e*`\'\"Ro\\f)bg', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11378', '3', '', '0', 'ChanaHicks', 'd7beae31c02191f9a65863602f4a8ddd', '2015-01-23', 'louisheinz@spambog.com', '0', '', 'http://www.ustream.tv/channel/wwe-2015-royal-rumble-match-live-stream-online', '', '', '', '2', '0', 'Junior Member', '0', '1421972809', '0', '1421972809', '1421976079', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-19-1973', '1973-02-19', '-1', '-1', '198.52.232.213', '0', '1', '', '0', '0', '-1', '0', '0', '!{-U{=iy2nk%:?Tnk/%K}iBQW:=X9\\l9a', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '24', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11410', '3', '', '0', 'Chong75Ndy', '5b4068baf9a2a7d203c8b89c6e42f3bb', '2015-01-23', 'chong-dunagan28@gtltec.com', '0', '', 'https://www.youtube.com/watch?v=2pnML-3WHz4', '', '', '', '2', '0', 'Junior Member', '0', '1422005563', '0', '1423841583', '1423854669', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-21-1977', '1977-01-21', '-1', '-1', '192.255.77.169', '0', '1', '', '0', '0', '-1', '0', '0', 'a`v(r#[(#dG\'WF./OKxPSlc!?@~cSe', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1096', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11382', '3', '', '0', 'MacBender', '1e331ac267020506b8071b4ea7a0004f', '2015-01-23', 'macbender@best.schackmail.com', '0', '', 'http://g-streaming.com/rec-4-apocalypse-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421975198', '0', '1421975198', '1421992815', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-24-1979', '1979-12-24', '-1', '-1', '81.24.92.46', '0', '1', '', '0', '0', '-1', '0', '0', 'c5#{x^iGz[f!\\q::UU$TVadr{nkuwt', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '157', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11383', '3', '', '0', 'EmilyYfect', 'f72df9f53bc71cb83546e181d4e54c1d', '2015-01-23', 'julissatarleton@mailcatch.com', '0', '', 'http://fifa15generateur.com/', '', '', '', '2', '0', 'Junior Member', '0', '1421975770', '0', '1421975770', '1421979932', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1976', '1976-12-06', '-1', '-1', '46.102.96.127', '0', '1', '', '0', '0', '-1', '0', '0', 'U(jxL5~wit/zO~pwS\\E9$3;ndK2vFw', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11384', '3', '', '0', 'KeriLantzw', '63c1af26fdebf4ea72be4c0b6ddc85ba', '2015-01-23', 'kerilantz@big.remailled.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1421976324', '0', '1421976324', '1421976324', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '61.7.138.102', '0', '1', '', '0', '0', '-1', '0', '0', '{XlRx|ovDJ8@oQz3OIwcmp75G/jW<|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11402', '3', '', '0', 'MeriditIsa', 'c50c2dbe17a1bb4f847ab0b9bb0e4c7a', '2015-01-23', 'alishakeats7574@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=Yatzslxbg0s', '', '', '', '2', '0', 'Junior Member', '0', '1421998980', '0', '1421998980', '1422001518', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1981', '1981-09-07', '-1', '-1', '117.176.107.8', '0', '1', '', '0', '0', '-1', '0', '0', 'dbF?c=jk_=}^2.4IA`)\'Ce\'MGc+(cR', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11385', '3', '', '0', 'ChristoZow', 'a00ab9b20e8035646e144ee4c3e24b2a', '2015-01-23', 'christoperjorgenson@big.remailled.com', '0', '', 'http://g-streaming.com/vie-sauvage-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421978619', '0', '1421988349', '1421989614', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-13-1975', '1975-01-13', '-1', '-1', '39.189.90.100', '0', '1', '', '0', '0', '-1', '0', '0', '6*CZ\\e\\r~F.\'G\\E.k:', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11388', '2', '', '0', 'FranklyEsm', 'c61948fa090a93ad30e08812c97c85dd', '2015-01-23', 'franklynesmond@small.remailled.com', '0', '', 'http://g-streaming.com/rec-4-apocalypse-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421982070', '0', '1421982070', '1421983858', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-02-1974', '1974-02-02', '-1', '-1', '128.199.56.250', '0', '1', '', '0', '0', '-1', '0', '0', '8AG\'m5_~q7AI9(d', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '27', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11390', '3', '', '0', 'JayneRanco', '20b35765c17b826b082c6c8ae04620f3', '2015-01-23', 'jaynerancourt@big.remailled.com', '0', '', 'http://g-streaming.com/the-gambler-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421982812', '0', '1421982812', '1421986585', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-21-1977', '1977-10-21', '-1', '-1', '54.191.92.206', '0', '1', '', '0', '0', '-1', '0', '0', '%{t)\"&-<=5P?]\"d](Lvwl75vk)$wx8', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11391', '3', '', '0', 'AdaPulveri', 'c0b2be04c77148369868b92f6570ac6f', '2015-01-23', 'adapulver31@best.schackmail.com', '0', '', 'http://g-streaming.com/le-petit-monde-de-leo-5-contes-de-lionni-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421984157', '0', '1421984157', '1421988198', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-04-1977', '1977-05-04', '-1', '-1', '111.13.136.58', '0', '1', '', '0', '0', '-1', '0', '0', 'Aetp{v%+p7sS/`6V2i*AoGT52\"y/^t', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11392', '3', '', '0', 'DonnieHasw', 'dcebf2561cd2e69f8e6efd3c3898ec40', '2015-01-23', 'donniehaswell@big.remailled.com', '0', '', 'http://g-streaming.com/annabelle-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421984159', '0', '1421984159', '1421995887', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-04-1979', '1979-01-04', '-1', '-1', '183.228.88.193', '0', '1', '', '0', '0', '-1', '0', '0', '$>yJ;&X7wG.~Dvh\\t.G)&L*?.:Cpf(', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11393', '3', '', '0', 'HarleyP88', 'f9827f0cabd9f2b64638085e58577721', '2015-01-23', 'harleyrumsey@mars.schackmail.com', '0', '', 'http://g-streaming.com/nuits-blanches-sur-la-jetee-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1421984435', '0', '1421984435', '1421988522', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-25-1982', '1982-06-25', '-1', '-1', '39.189.94.250', '0', '1', '', '0', '0', '-1', '0', '0', 'W!tbp-VE;7ZqIEzj5B?ISACb!9t!r|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '50', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11394', '3', '', '0', 'BeatriHalp', '81e70a57712fcf583cce292c71a733f6', '2015-01-23', 'venettashackell5540@mailcatch.com', '0', '', 'http://graffitimurals.co.nz/doc_16.php', '', '', '', '2', '0', 'Junior Member', '0', '1421984816', '0', '1422787057', '1423424815', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-09-1985', '1985-12-09', '-1', '-1', '178.94.110.103', '0', '1', '', '0', '0', '-1', '0', '0', '+ZldjFL4B{nx<7<)+auF^N,m{*[2QZ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '90', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11418', '3', '', '0', 'JAudet', '243ee69a79df9de3a4b9ae6beec5ef16', '2015-01-23', 'testedagnostic233@mail.bg', '0', '', 'http://www.example.highcoastmarketing.com/groups/harvard-deluxe-double-shootout-basketball-evaluatio', '', '', '', '2', '0', 'Junior Member', '0', '1422018087', '0', '1424325427', '1424342233', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-01-1977', '1977-04-01', '-1', '-1', '37.59.161.234', '0', '1', '', '0', '0', '-1', '0', '0', '\'0EIDDu<,[Z#Gg:cw>B5Vsj:WBS', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11404', '3', '', '0', 'CallieX78f', '2ca48f38e2f0a7d7673162619136ef6b', '2015-01-23', 'rain.b.owriches32@gmail.com', '0', '', 'http://Www.Facturacion123.com/ActivityFeed/MyProfile/tabid/60/userId/41110/language/en-US/Default.as', '', '', '', '2', '0', 'Junior Member', '0', '1421999299', '0', '1421999299', '1422001649', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-24-1977', '1977-03-24', '-1', '-1', '23.247.173.197', '0', '1', '', '0', '0', '-1', '0', '0', '<\'ou(i+1Ah]yt<<\"ppYcs0u_[nxUZ36]@Yu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11408', '3', '', '0', 'GabrieZPTP', 'd58acc86037b14ce0d15651a0fde0dfb', '2015-01-23', 'monteburdette54@mailcatch.com', '0', '', 'http://graffitimurals.co.nz/doc_45.html', '', '', '', '2', '0', 'Junior Member', '0', '1422004048', '0', '1423417446', '1423464500', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-12-1976', '1976-08-12', '-1', '-1', '59.97.201.32', '0', '1', '', '0', '0', '-1', '0', '0', 'S):Tye;h9A85&z6TGa=-Cn0#:vTKZ%', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '88', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11409', '3', '', '0', 'JonahDryer', 'b628a00f91d75e3c79d61cda5600d5ef', '2015-01-23', 'lashawntimms644@mailcatch.com', '0', '', 'https://www.youtube.com/watch?v=vXI9NGuky04', '', '', '', '2', '0', 'Junior Member', '0', '1422004696', '0', '1422004696', '1422006622', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-12-1984', '1984-07-12', '-1', '-1', '111.255.118.48', '0', '1', '', '0', '0', '-1', '0', '0', 'LEk?;6cLOoSF8RNvsAtAK<90=|8K\'bv', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '372', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11411', '3', '', '0', 'AidaTippin', 'd49d9524c261c04dd690a320bac9d154', '2015-01-23', 'pasqualevega@discardmail.com', '0', '', 'http://valentinesday2015.gift/', '', '', '', '2', '0', 'Junior Member', '0', '1422008549', '0', '1422008549', '1422010725', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-15-1978', '1978-07-15', '-1', '-1', '58.146.96.22', '0', '1', '', '0', '0', '-1', '0', '0', 'kI/]a|C8aCHHQH*ZI<\\v@hE?^Y7[|b', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11412', '3', '', '0', 'LaurenScur', '92106f00557c54d8d7b4800cb21f27a6', '2015-01-23', 'maj.er.eso.9.20@gmail.com', '0', '', 'https://www.facebook.com/pages/Crossy-Road-Hack-Android-and-iOS/976924505654418', '', '', '', '2', '0', 'Junior Member', '0', '1422008907', '0', '1422474812', '1422476287', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-26-1981', '1981-06-26', '-1', '-1', '5.196.253.193', '0', '1', '', '0', '0', '-1', '0', '0', 'hZB4E7yh.k8;~h,XZtKCN%0M%h.{a6', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1677', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11413', '3', '', '0', 'KellyeBenn', '2c9b2ec1beb1e644fd91bcc0c573bccb', '2015-01-23', 'kellyebenner29@mars.schackmail.com', '0', '', 'http://g-streaming.com/leviathan-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1422008909', '0', '1422008909', '1422011148', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-01-1977', '1977-08-01', '-1', '-1', '223.86.221.170', '0', '1', '', '0', '0', '-1', '0', '0', 'mFi&).NQ^uZ:?vu77_\\U?6lz3O6{[^', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11414', '3', '', '0', 'HildegaBar', '915a229fa20b0072aa225643bd44f0c2', '2015-01-23', 'karinebrookshire@mailcatch.com', '0', '', 'http://ciracom.com/doc_19.htm', '', '', '', '2', '0', 'Junior Member', '0', '1422009133', '0', '1422903223', '1423452222', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-27-1983', '1983-05-27', '-1', '-1', '37.215.143.51', '0', '1', '', '0', '0', '-1', '0', '0', 'u7@fwi@,n%C?T^gcp(dr](I.sy~^Id', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11415', '2', '', '0', 'MeriOCGMyw', '7dbb10c6090991fd82f00321e217cb85', '2015-01-23', 'gsemechev@mail.ua', '0', '', 'http://www.futureeng.co.kr/xe/?document_srl=1040462', '', '', '', '2', '0', 'Junior Member', '0', '1422009980', '0', '1422009980', '1422011989', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-01-1970', '1970-02-01', '-1', '-1', '192.3.60.224', '0', '1', '', '0', '0', '-1', '0', '0', '{33*|7%[KVFtJ|Qge$br~;$6MZ/e8}', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11417', '3', '', '0', 'LachlanHuo', 'fb8b1ad42e7334d37b4c6a0d5f260f10', '2015-01-23', 'mathewlinderman5300@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1422014602', '0', '1422014602', '1422014602', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '192.77.245.141', '0', '1', '', '0', '0', '-1', '0', '0', 'UkdH0\'eHT$>bu=?#d}~2LEDW(X!!PX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11425', '3', '', '0', 'JRXQ', '42193a60f520ab1a43af6e1e6c704946', '2015-01-23', 'ossifiedmalprac93@mail.bg', '0', '', 'http://www.ofclan.de/index.php?mod=users&action=view&id=115726', '', '', '', '2', '0', 'Junior Member', '0', '1422024506', '0', '1424178247', '1424188761', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-06-1974', '1974-12-06', '-1', '-1', '5.255.91.35', '0', '1', '', '0', '0', '-1', '0', '0', '&OJb)6Wrk4V-&i~9^\\^nCAK@f~<_|]', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '213', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11423', '3', '', '0', 'RoryDrenna', '4cd4a0ae37844898ca0041d57b9f742e', '2015-01-23', 'shaynairn5477@trash-mail.com', '0', '', 'http://warez-dw.org/heroes-dragon-age-cheats-hack-generate-unlimited-gems-gold-tested-android-ios/', '', '', '', '2', '0', 'Junior Member', '0', '1422022496', '0', '1422022496', '1422024721', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-24-1973', '1973-04-24', '-1', '-1', '23.247.237.15', '0', '1', '', '0', '0', '-1', '0', '0', 'v>l&\'ki[9;xK12suzfZU/q^e/e=kWV', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11436', '3', '', '0', 'AdamHaynes', 'c79825957d94dec1253ea25420da0b90', '2015-01-23', 'jacksoncorbett2403@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1422038110', '0', '1422038110', '1422038110', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '23.232.148.98', '0', '1', '', '0', '0', '-1', '0', '0', 'f@}n_JG.Po}V$^ETLoY6Vo=O&?PsY>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11419', '3', '', '0', 'KMeador', '2ceab824ba490ef34ba71519e468b72d', '2015-01-23', 'wistfulhamper616@mail.bg', '0', '', 'http://www.sternenkinder-paradies.de/organisatorisches/trauer-trost/stanley-portable-jump-starter-cr', '', '', '', '2', '0', 'Junior Member', '0', '1422018252', '0', '1422018252', '1422021817', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-17-1981', '1981-09-17', '-1', '-1', '37.59.161.234', '0', '1', '', '0', '0', '-1', '0', '0', 'eE?yG1`[d,UgCY|1#HDzw&$}JZ6T[G', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '21', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11422', '3', '', '0', 'JS32', '666c3921e69e907a492ef629e1615fb1', '2015-01-23', 'tackyspeck976@mail.bg', '0', '', 'http://classifyadzone.com/author/naz53/', '', '', '', '2', '0', 'Junior Member', '0', '1422021271', '0', '1424169974', '1424174856', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-10-1971', '1971-07-10', '-1', '-1', '37.59.84.0', '0', '1', '', '0', '0', '-1', '0', '0', 'Ag#xmAlnkS#HYRq+P:kWB`.H(~;#[9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '259', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11420', '2', '', '0', 'AZRE', '99ae715dfddcbfe1372ff5147ea45147', '2015-01-23', 'fantasticzit8fi2z@freemail.hu', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1422018343', '0', '1422018343', '1422018343', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '37.59.161.234', '0', '1', '', '0', '0', '-1', '0', '0', '|Zku2o//ZB`Aj;lmL`Dv4]GDey8yn<', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11421', '3', '', '0', 'JXIOF', '21c498d9d53ed6c36470a06542df20c3', '2015-01-23', 'abashedbedding648@mail.bg', '0', '', 'http://ofwakomagazine.com/classifieds/personals/women-looking-for-men/quadcopter-with-camera-for-sal', '', '', '', '2', '0', 'Junior Member', '0', '1422019364', '0', '1424074179', '1424167998', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-16-1970', '1970-02-16', '-1', '-1', '31.220.6.127', '0', '1', '', '0', '0', '-1', '0', '0', '&Mx%vHX:rRBh(8XW^P^WFn-95kQ:2D', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11424', '8', '', '0', 'RFerrara', '56297bd37084859e937e62938f0f2053', '2015-01-23', 'oceanicincidentk77@freemail.hu', '0', '', 'http://homebiztoolkit.com/groups/belt-sander-to-purchase/', '', '', '', '2', '0', 'Banned', '0', '1422022642', '0', '1424342063', '1424344156', '1423110675', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-07-1977', '1977-09-07', '-1', '-1', '31.220.30.129', '0', '1', '', '0', '0', '-1', '0', '0', '4-+fw<\'~jp>u,?Nn{/SbUNIT//o:lR', '', '0', '82967', '0', '0', '0', '0', '', '0', '0', '', '167', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11426', '3', '', '0', 'BByi', '8416b8c7139e52b79b2a022f98bc9f3d', '2015-01-23', 'luxuriantquarre63@mail.bg', '0', '', 'http://teecommunity.com/entry.php?3570-Best-Quadcopter-With-Camera-For-Beginners', '', '', '', '2', '0', 'Junior Member', '0', '1422024780', '0', '1424132185', '1424159053', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-20-1975', '1975-08-20', '-1', '-1', '5.255.91.35', '0', '1', '', '0', '0', '-1', '0', '0', '|Fk+#rfJ#B]O4soJ@5rhKNqV[YLFZF', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11438', '3', '', '0', 'DelmarHutc', '2711af8db34b09bcf37fd6cc2b670814', '2015-01-23', 'liampownall5428@nonspammer.de', '0', '', 'http://realhacks.biz/2014/11/17/download-new-survey-bypasser-2014-working/', '', '', '', '2', '0', 'Junior Member', '0', '1422039381', '0', '1422039381', '1422041730', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-12-1977', '1977-07-12', '-1', '-1', '196.196.20.73', '0', '1', '', '0', '0', '-1', '0', '0', '#fugq_=\"HT6NC9\\w5H%tl3yh@pPnEI', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11427', '3', '', '0', 'LaurinFave', '170f06bc5b539b2030ac418faf1c9543', '2015-01-23', 'amadosteen1136@spambog.com', '0', '', 'http://www.dailymotion.com/video/x1t4gpq_best-info-for-weight-loss-top-foods-to-lose-weight_aut', '', '', '', '2', '0', 'Junior Member', '0', '1422025813', '0', '1422025813', '1422027835', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-01-1974', '1974-07-01', '-1', '-1', '192.240.212.16', '0', '1', '', '0', '0', '-1', '0', '0', '=eQFO_t97>,0pZDw$_Do:LtVt^|3Sz', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11510', '3', '', '0', 'DoreenKane', '20da25d1fda5beed4eb9f9b6a6f85019', '2015-01-24', 'doreen-kane59@teesfire.com', '0', '', 'http://vk.com/printingpressindubai', '', '', '', '2', '0', 'Junior Member', '0', '1422091619', '0', '1422091619', '1422093882', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-20-1970', '1970-04-20', '-1', '-1', '107.182.125.61', '0', '1', '', '0', '0', '-1', '0', '0', 'C(O)\"meJ=./qc@*R2%@.|bwNXWiL3E', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '55', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11428', '3', '', '0', 'Cathy1311w', 'dfe47b9bd89b61bae3da23e1e6739e9f', '2015-01-23', 'dillonwinkler785@mailcatch.com', '0', '', 'https://www.facebook.com/pages/Clash-of-Clans-Hack-Cheats/1450219951929375', '', '', '', '2', '0', 'Junior Member', '0', '1422027940', '0', '1422027940', '1422030510', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-24-1979', '1979-11-24', '-1', '-1', '107.182.116.55', '0', '1', '', '0', '0', '-1', '0', '0', '^)$~F%E\'nkc}IW=rQ&\"%E.^$Ic-,9*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11429', '3', '', '0', 'NIVN', 'bd6577b03917a0c9a207dc927741caea', '2015-01-23', 'noisyretort2763@mail.bg', '0', '', 'http://www.coderslist.com/canada/index.php?page=item&id=1089', '', '', '', '2', '0', 'Junior Member', '0', '1422028614', '0', '1424187355', '1424190945', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1985', '1985-05-01', '-1', '-1', '5.255.91.35', '0', '1', '', '0', '0', '-1', '0', '0', 'DmYFX-*S^u,/ExcDzeA_-5fi$|:wI>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11430', '3', '', '0', 'MZODoroth', 'eab7568335f26a7aac7b763cbaa0c643', '2015-01-23', 'ernestnewcomb@mailcatch.com', '0', '', 'http://ciracom.com/doc_64.php', '', '', '', '2', '0', 'Junior Member', '0', '1422028801', '0', '1423548977', '1423604379', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-04-1980', '1980-02-04', '-1', '-1', '92.46.10.43', '0', '1', '', '0', '0', '-1', '0', '0', 'f\\\\A$Y?>O302GscEay]|xtMe3bD[52', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11431', '2', '', '0', 'RickyXCFW', '0a5ecfde2036d9f1375b1d9927825019', '2015-01-23', 'fyqamity1991@mail.ua', '0', '', 'https://www.evernote.com/shard/s386/sh/e727f6d3-4696-470c-9945-ba7f323dcee1/a4b067f9fb879eaa5289ca90', '', '', '', '2', '0', 'Junior Member', '0', '1422029802', '0', '1422029802', '1422049962', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-27-1971', '1971-02-27', '-1', '-1', '192.240.212.71', '0', '1', '', '0', '0', '-1', '0', '0', '@|(N-Nm`z#e;cnF$E%UUoqV3\'vMiZl', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11433', '3', '', '0', 'MyraGoodfe', '8a54a5334474ec51711154381c52a578', '2015-01-23', 'jamilastoneman6457@mailcatch.com', '0', '', 'http://graffitimurals.co.nz/doc_13.html', '', '', '', '2', '0', 'Junior Member', '0', '1422030886', '0', '1423461836', '1423480035', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-08-1983', '1983-09-08', '-1', '-1', '188.190.205.204', '0', '1', '', '0', '0', '-1', '0', '0', '[o$T~/!>voRg^:B/^;S$`(S,Cs)EQ*', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11435', '3', '', '0', 'CaitlynMcM', 'e403cd08ca668cf7de93a6309b513569', '2015-01-23', 'mickiedowdy@trash-mail.com', '0', '', 'http://www.brand-center.net', '', '', '', '2', '0', 'Junior Member', '0', '1422035478', '0', '1422035478', '1422037325', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1976', '1976-08-16', '-1', '-1', '41.250.136.128', '0', '1', '', '0', '0', '-1', '0', '0', 'D9ej_*c+azsi^nk)/p9dI7H;wN^IzJ', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '46', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11468', '3', '', '0', 'MadeliILG', 'f0b195f455a5ebfea6085bcbd62e3184', '2015-01-23', 'eloynoonan@mailcatch.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1422056474', '0', '1422056474', '1422056474', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '167.114.124.92', '0', '1', '', '0', '0', '-1', '0', '0', 'hGogI+y_16Psy*NuW(fxbT[fXi0/O[', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '29', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11437', '3', '', '0', 'NildaBarra', '0b422bb878431fc4026d39b69599ed0a', '2015-01-23', 'hayleyraynor@trash-mail.com', '0', '', 'http://warez-dw.org/heroes-dragon-age-cheats-hack-generate-unlimited-gems-gold-tested-android-ios/', '', '', '', '2', '0', 'Junior Member', '0', '1422038881', '0', '1422038881', '1422041062', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-23-1981', '1981-09-23', '-1', '-1', '167.114.124.45', '0', '1', '', '0', '0', '-1', '0', '0', 'q7E<2D$6PH`3WhUr}=tjj.)Trl{I]|', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '22', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11439', '3', '', '0', 'RichellY15', 'a4a41803481f2214aff6ed430d38cb35', '2015-01-23', 'kellyeaponte1314@mailcatch.com', '0', '', 'http://graffitimurals.co.nz/page-5.htm', '', '', '', '2', '0', 'Junior Member', '0', '1422040029', '0', '1422599367', '1422794064', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1985', '1985-07-17', '-1', '-1', '200.108.42.178', '0', '1', '', '0', '0', '-1', '0', '0', 'eG|Abf3My0Ap!QynW}tqQATKy7>`r\'', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11440', '3', '', '0', 'SAZDT', 'b4491745464ddbc38d64b88ed51daa76', '2015-01-23', 'swankyterminolo82@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1422041293', '0', '1422041293', '1422041293', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.91.22', '0', '1', '', '0', '0', '-1', '0', '0', 'l338j3.z:hwCp&FN0_|C69asqkbTAa', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '25', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11441', '3', '', '0', 'SOIMinnars', 'cb785fe4a9461e8db4e19a259d200f56', '2015-01-23', 'minnalongshore83@small.remailled.com', '0', '', 'http://fullhd-streaming.com/au-revoir-lete-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1422041948', '0', '1422041948', '1422049843', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-26-1979', '1979-07-26', '-1', '-1', '200.178.118.139', '0', '1', '', '0', '0', '-1', '0', '0', '[v+^GblR$g6RcknT\'f|Z[_+[QN,2ka', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '26', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11442', '3', '', '0', 'MillaChalm', '4ef595fcac6d99d83da1ea22ca5a8f17', '2015-01-23', 'millachalmers90@small.remailled.com', '0', '', 'http://fullhd-streaming.com/white-god-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1422042360', '0', '1422042360', '1422062862', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-14-1976', '1976-03-14', '-1', '-1', '120.198.57.205', '0', '1', '', '0', '0', '-1', '0', '0', 'QnL@mr$sc#\'ut%%O1MWwKx!,R0bBu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11456', '3', '', '0', 'LeahBoased', '30ae4146e5cae9de5522ad0d267edd0d', '2015-01-23', 'luzaddis@mailcatch.com', '0', '', 'http://graffitimurals.co.nz/page-12.html', '', '', '', '2', '0', 'Junior Member', '0', '1422050967', '0', '1423421396', '1423428922', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-14-1981', '1981-09-14', '-1', '-1', '85.198.152.52', '0', '1', '', '0', '0', '-1', '0', '0', '}`@dep/3.4%]%9:`*ls#ghTIgw,zD$G{IL,Bu', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '89', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11493', '3', '', '0', 'BLFN', '3aa32f8f1edd89d7be3cab129b735867', '2015-01-24', 'sedatestyle8865@mail.bg', '0', '', 'http://todoenel.com/ads/battery-jump-starter-charger-evaluations/', '', '', '', '2', '0', 'Junior Member', '0', '1422081753', '0', '1424310461', '1424344330', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-05-1977', '1977-11-05', '-1', '-1', '31.220.30.129', '0', '1', '', '0', '0', '-1', '0', '0', '}RK6yHfP1Ic4gqZSfI:38#S;:NjWM9', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11449', '3', '', '0', 'EStorkey', '97534cf71043630f53977688306182d1', '2015-01-23', 'syreetaberryhill@mailcatch.com', '0', '', 'http://www.patientsecure.com', '', '', '', '2', '0', 'Junior Member', '0', '1422046730', '0', '1422046730', '1422479490', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-15-1975', '1975-10-15', '-1', '-1', '27.150.243.169', '0', '1', '', '0', '0', '-1', '0', '0', '-fdjO%gzHc\\rBJt:e<>.HQD\"^%XbI$', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '32', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11450', '3', '', '0', 'IssacTSQIc', '251ab79ebecfcff8d973b9ef6cd5ea30', '2015-01-23', 'maribelkahl7738@mailcatch.com', '0', '', 'http://graffitimurals.co.nz/doc_8.php', '', '', '', '2', '0', 'Junior Member', '0', '1422047396', '0', '1422805837', '1423464183', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-07-1982', '1982-06-07', '-1', '-1', '109.200.158.213', '0', '1', '', '0', '0', '-1', '0', '0', '@7f&:i?hk_?\"utdY=H1-[P', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '99', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11451', '3', '', '0', 'RicoArcher', 'de86545fae541eaa6f02b64d3de5f679', '2015-01-23', 'felicawolinski530@mailcatch.com', '0', '', 'http://ciracom.com/diamondback-pharmacy-in-year-2015.html', '', '', '', '2', '0', 'Junior Member', '0', '1422048182', '0', '1423514124', '1423523513', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '02-17-1971', '1971-02-17', '-1', '-1', '5.248.90.201', '0', '1', '', '0', '0', '-1', '0', '0', '3P9Q6Qgop-Th-M\\30Oq:l\'(AkJ8j5z', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '91', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11482', '3', '', '0', 'JaclynPak', 'aa42be1d96e3109b4d0daa51d3ab91cc', '2015-01-24', 'jaclyn_pak@cashnetusainc.com', '0', '', 'http://lovetrue.com.br/index.php?dll=profile&sub=blogview&item_id=1766&item2_id=2368', '', '', '', '2', '0', 'Junior Member', '0', '1422070353', '0', '1422070353', '1422072967', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-11-1979', '1979-03-11', '-1', '-1', '155.94.136.210', '0', '1', '', '0', '0', '-1', '0', '0', '08U3K8:E5<6O\"v|2)*iuVTFbLg)O0j', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11452', '3', '', '0', 'Felipa22Rq', '8df869ac5552e61ea79b85d87df24edf', '2015-01-23', 'silasshea6997@trash-mail.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1422048673', '0', '1422048673', '1422048673', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '104.140.73.224', '0', '1', '', '0', '0', '-1', '0', '0', 't+q~.,>XF%B:2RuI0Zw|}x2?d.,kq&', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11453', '3', '', '0', 'ElaneZ25zj', '772fa9363232cf7f68c83c112ce92718', '2015-01-23', 'jaysonsandoval2858@mailcatch.com', '0', '', 'http://coffeepowered.co.uk/page-9.htm', '', '', '', '2', '0', 'Junior Member', '0', '1422048960', '0', '1423463499', '1423476488', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '11-07-1975', '1975-11-07', '-1', '-1', '188.81.174.21', '0', '1', '', '0', '0', '-1', '0', '0', 'qS^O|lnF9mI>TR_&vyJ0~v\"9;fZ01o', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '130', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11454', '3', '', '0', 'LilaHindsu', '959482615de78c4cd4b5bbb3fe2e727e', '2015-01-23', 'henriettaboland8856@mailcatch.com', '0', '', 'http://graffitimurals.co.nz/doc_26.html', '', '', '', '2', '0', 'Junior Member', '0', '1422049992', '0', '1422800194', '1423470828', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '06-20-1984', '1984-06-20', '-1', '-1', '95.134.63.4', '0', '1', '', '0', '0', '-1', '0', '0', '&^YC-zE5A@x.}h6iW#P01].uXf||f\\', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11455', '8', '', '0', 'IOJG', 'ab345af1058d906e9c8ef8243f0329e6', '2015-01-23', 'guardeddairy30vknu@freemail.hu', '0', '', 'http://anemonia.freehostia.com/index.php?title=Husqvarna_Fs6600d_Price_tag', '', '', '', '2', '0', 'Banned', '0', '1422050716', '0', '1424324141', '1424340023', '1422052838', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '05-01-1983', '1983-05-01', '-1', '-1', '31.220.6.136', '0', '1', '', '0', '0', '-1', '0', '0', 'FPx/p8u!n;`o{3RDHY_', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11461', '3', '', '0', 'TobyWWSIms', '85129cc49aaa08d8039f5aa5dc2a6ef3', '2015-01-23', 'marti.ne.br.a.d.e@gmail.com', '0', '', 'https://www.facebook.com/DyingLightCrack', '', '', '', '2', '0', 'Junior Member', '0', '1422052240', '0', '1422473081', '1422476419', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '07-17-1980', '1980-07-17', '-1', '-1', '31.187.64.252', '0', '1', '', '0', '0', '-1', '0', '0', 'PJ=-Yl3L14zqr\'^J2+l3tU[:|-?45@', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1668', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11462', '3', '', '0', 'BennieRvip', '3f87a0fb6da6eccfaf245adeb15e8504', '2015-01-23', 'benniefollmer44@desktop.reopenetic.com', '0', '', 'http://fullhd-streaming.com/la-prochaine-fois-je-viserai-le-coeur-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1422052880', '0', '1422077596', '1422078997', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '10-18-1980', '1980-10-18', '-1', '-1', '117.167.175.123', '0', '1', '', '0', '0', '-1', '0', '0', 'o^a)Il5;Wi?K-U5&H9yG[$[=*TiJ@X', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '41', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11463', '3', '', '0', 'CarmelaGut', 'c12ff284a4b8aa8f4e51aa39cc04784c', '2015-01-23', 'suzettelabelle@mailcatch.com', '0', '', 'http://graffitimurals.co.nz/page-5.htm', '', '', '', '2', '0', 'Junior Member', '0', '1422053750', '0', '1423421764', '1423470667', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-15-1972', '1972-04-15', '-1', '-1', '46.98.123.187', '0', '1', '', '0', '0', '-1', '0', '0', 'S\">Kc\\^7\"O&0c{/cP11ch]G+^yO5ni', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '72', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11466', '2', '', '0', 'red_ned', '5ce6574c4591007bfa04a853dd0227ab', '2015-01-23', 'ned@cic-clan.com', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1422055938', '0', '1422055938', '1422055938', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '82.45.47.58', '0', '1', '', '0', '0', '-1', '0', '0', '#Kn5I]_]USL!oZX', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '270', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11465', '2', '', '0', 'MoraDunkel', '942266972ba38055538c2a27b67c3255', '2015-01-23', 'kasun@camsclear.18cutes.com', '0', '', 'http://www.Kangsitanding.com/space.php?uid=189554&do=blog&id=518340', '', '', '', '2', '0', 'Junior Member', '0', '1422054427', '0', '1422054427', '1422061824', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '09-05-1972', '1972-09-05', '-1', '-1', '5.226.172.62', '0', '1', '', '0', '0', '-1', '0', '0', '*5K\\o\\3&h_MrtA2?~p{TDIU5$/Y7J>', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '273', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11467', '3', '', '0', 'RosalinKqe', '1b2f208e28dc22f85df9dffc314d990d', '2015-01-23', 'desireekinslow7702@mailcatch.com', '0', '', 'http://ciracom.com/page_18.htm', '', '', '', '2', '0', 'Junior Member', '0', '1422056017', '0', '1423532733', '1423604216', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '04-20-1985', '1985-04-20', '-1', '-1', '37.52.179.54', '0', '1', '', '0', '0', '-1', '0', '0', 'c{\'D;A{2tMGb+hD@RC,ll6isc0leHd', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '68', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11469', '3', '', '0', 'AlbertSawt', '799cb6159521eea3cb7ddcc2efaa5f96', '2015-01-23', 'bensonreyesnes13@mailcatch.com', '0', '', 'http://www.dcl.lviv.ua/index.php/component/k2/item/118-????????-???????????/118-????????-???????????', '', '', '', '2', '0', 'Junior Member', '0', '1422057380', '0', '1422057380', '1422059293', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-03-1984', '1984-03-03', '-1', '-1', '199.119.227.152', '0', '1', '', '0', '0', '-1', '0', '0', 'cK2:L,Q>3kc3P\\;P6p;=ndpNkS>,al', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11470', '3', '', '0', 'LGRON', 'a2de777983a8ac01f3a58ca05e4e0b01', '2015-01-24', 'badsynagogue6989@mail.bg', '0', '', '', '', '', '', '2', '0', 'Junior Member', '0', '1422059608', '0', '1422059608', '1422059608', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '', '0000-00-00', '-1', '-1', '5.255.91.76', '0', '1', '', '0', '0', '-1', '0', '0', 'pB=V13/K3N\"M<3j6]v%DkfM_:_|d/?', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11471', '3', '', '0', 'MargueDIB', 'bb49c8914ae7218fd0d1d4d75bca1b84', '2015-01-24', 'earthaphilp@mailcatch.com', '0', '', 'http://ciracom.com/site-7.html', '', '', '', '2', '0', 'Junior Member', '0', '1422059693', '0', '1422534740', '1422877786', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-02-1971', '1971-03-02', '-1', '-1', '188.163.89.116', '0', '1', '', '0', '0', '-1', '0', '0', '4fogWpLB|\\U^]7/=l$a=jdI.[IOk8+}=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '48', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11473', '3', '', '0', 'MadieW17i', 'e598cf708d920aa94f51ebe2aef4de57', '2015-01-24', 'madieallie43@desktop.reopenetic.com', '0', '', 'http://fullhd-streaming.com/le-labyrinthe-streaming/', '', '', '', '2', '0', 'Junior Member', '0', '1422061042', '0', '1422061042', '1422063168', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '08-16-1970', '1970-08-16', '-1', '-1', '201.242.141.95', '0', '1', '', '0', '0', '-1', '0', '0', 'cO9c[}lDy?{QQM,?B$lgnv7Jiq;_02', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11474', '3', '', '0', 'FrederAsbu', 'a5d7c47f65474aa602bbfee2e528c61f', '2015-01-24', 'marti.neb.r.a.d.e@gmail.com', '0', '', 'https://www.facebook.com/DyingLightCrack', '', '', '', '2', '0', 'Junior Member', '0', '1422061996', '0', '1422482931', '1422484012', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '01-18-1981', '1981-01-18', '-1', '-1', '37.59.238.61', '0', '1', '', '0', '0', '-1', '0', '0', '#/\"PkCR#1!@R\\^50;Z+5|Z=bNqa)e!', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '1605', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11475', '3', '', '0', 'H9446', '2b67bd07eae9d6d22b07ce881444e879', '2015-01-24', 'domineeringfond10@mail.bg', '0', '', 'http://bitsell.co.uk/item.php?id=174303&mode=1', '', '', '', '2', '0', 'Junior Member', '0', '1422062337', '0', '1424038524', '1424179374', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '03-25-1983', '1983-03-25', '-1', '-1', '31.220.6.138', '0', '1', '', '0', '0', '-1', '0', '0', 'Z{uilTGds_4}4;MZu#lmB3nh!\\\'y^H', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '172', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL) ,('11476', '3', '', '0', 'J6551', '2b29492dfdb0625ac1d32614146e4a95', '2015-01-24', 'ludicrousnip8259@mail.bg', '0', '', 'http://playerbanker.net/author/tidann/', '', '', '', '2', '0', 'Junior Member', '0', '1422063638', '0', '1424064615', '1424154078', '0', '0', '10', '5', '0', '1', '0', '0', '0', '45108311', '12-04-1973', '1973-12-04', '-1', '-1', '31.220.6.134', '0', '1', '', '0', '0', '-1', '0', '0', '008`m?ZoJ1/nD>Qaq2lrKjlv&Vg8M=', '', '0', '0', '0', '0', '0', '0', '', '0', '0', '', '219', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '', 'vb', '', '', NULL, '16383', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '', '1', '0', '0', '500', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', NULL, '1', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '-1', '-1', '0', '0', NULL)