-- phpMyAdmin SQL Dump -- version 3.3.9 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Mar 06, 2011 at 09:33 PM -- Server version: 5.0.91 -- PHP Version: 5.2.9 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `gamerzc1_forumz` -- -- -------------------------------------------------------- -- -- Table structure for table `user` -- CREATE TABLE IF NOT EXISTS `user` ( `userid` int(10) unsigned NOT NULL auto_increment, `usergroupid` smallint(5) unsigned NOT NULL default '0', `membergroupids` char(250) collate latin1_general_ci NOT NULL default '', `displaygroupid` smallint(5) unsigned NOT NULL default '0', `username` varchar(100) collate latin1_general_ci NOT NULL default '', `password` char(32) collate latin1_general_ci NOT NULL default '', `passworddate` date NOT NULL default '0000-00-00', `email` char(100) collate latin1_general_ci NOT NULL default '', `styleid` smallint(5) unsigned NOT NULL default '0', `parentemail` char(50) collate latin1_general_ci NOT NULL default '', `homepage` char(100) collate latin1_general_ci NOT NULL default '', `icq` char(20) collate latin1_general_ci NOT NULL default '', `aim` char(20) collate latin1_general_ci NOT NULL default '', `yahoo` char(32) collate latin1_general_ci NOT NULL default '', `msn` char(100) collate latin1_general_ci NOT NULL default '', `skype` char(32) collate latin1_general_ci NOT NULL default '', `showvbcode` smallint(5) unsigned NOT NULL default '0', `showbirthday` smallint(5) unsigned NOT NULL default '2', `usertitle` char(250) collate latin1_general_ci NOT NULL default '', `customtitle` smallint(6) NOT NULL default '0', `joindate` int(10) unsigned NOT NULL default '0', `daysprune` smallint(6) NOT NULL default '0', `lastvisit` int(10) unsigned NOT NULL default '0', `lastactivity` int(10) unsigned NOT NULL default '0', `lastpost` int(10) unsigned NOT NULL default '0', `lastpostid` int(10) unsigned NOT NULL default '0', `posts` int(10) unsigned NOT NULL default '0', `reputation` int(11) NOT NULL default '10', `reputationlevelid` int(10) unsigned NOT NULL default '1', `timezoneoffset` char(4) collate latin1_general_ci NOT NULL default '', `pmpopup` smallint(6) NOT NULL default '0', `avatarid` smallint(6) NOT NULL default '0', `avatarrevision` int(10) unsigned NOT NULL default '0', `profilepicrevision` int(10) unsigned NOT NULL default '0', `sigpicrevision` int(10) unsigned NOT NULL default '0', `options` int(10) unsigned NOT NULL default '33570831', `birthday` char(10) collate latin1_general_ci NOT NULL default '', `birthday_search` date NOT NULL default '0000-00-00', `maxposts` smallint(6) NOT NULL default '-1', `startofweek` smallint(6) NOT NULL default '1', `ipaddress` char(15) collate latin1_general_ci NOT NULL default '', `referrerid` int(10) unsigned NOT NULL default '0', `languageid` smallint(5) unsigned NOT NULL default '0', `emailstamp` int(10) unsigned NOT NULL default '0', `threadedmode` smallint(5) unsigned NOT NULL default '0', `autosubscribe` smallint(6) NOT NULL default '-1', `pmtotal` smallint(5) unsigned NOT NULL default '0', `pmunread` smallint(5) unsigned NOT NULL default '0', `salt` char(30) collate latin1_general_ci NOT NULL default '', `ipoints` int(10) unsigned NOT NULL default '0', `infractions` int(10) unsigned NOT NULL default '0', `warnings` int(10) unsigned NOT NULL default '0', `infractiongroupids` varchar(255) collate latin1_general_ci NOT NULL default '', `infractiongroupid` smallint(5) unsigned NOT NULL default '0', `adminoptions` int(10) unsigned NOT NULL default '0', `profilevisits` int(10) unsigned NOT NULL default '0', `friendcount` int(10) unsigned NOT NULL default '0', `friendreqcount` int(10) unsigned NOT NULL default '0', `vmunreadcount` int(10) unsigned NOT NULL default '0', `vmmoderatedcount` int(10) unsigned NOT NULL default '0', `socgroupinvitecount` int(10) unsigned NOT NULL default '0', `socgroupreqcount` int(10) unsigned NOT NULL default '0', `pcunreadcount` int(10) unsigned NOT NULL default '0', `pcmoderatedcount` int(10) unsigned NOT NULL default '0', `gmmoderatedcount` int(10) unsigned NOT NULL default '0', `assetposthash` varchar(32) collate latin1_general_ci NOT NULL default '', `fbuserid` varchar(255) collate latin1_general_ci NOT NULL default '', `fbjoindate` int(10) unsigned NOT NULL default '0', `fbname` varchar(255) collate latin1_general_ci NOT NULL default '', `logintype` enum('vb','fb') collate latin1_general_ci NOT NULL default 'vb', `fbaccesstoken` varchar(255) collate latin1_general_ci NOT NULL default '', `bloggroupreqcount` int(10) unsigned NOT NULL default '0', `showblogcss` int(11) NOT NULL default '1', `gcbos_effects` bigint(20) unsigned NOT NULL default '0', `txtoptions` mediumtext collate latin1_general_ci, `dbtech_status_status` mediumtext collate latin1_general_ci, `dbtech_status_mood` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`userid`), KEY `usergroupid` (`usergroupid`), KEY `username` (`username`), KEY `birthday` (`birthday`,`showbirthday`), KEY `birthday_search` (`birthday_search`), KEY `referrerid` (`referrerid`), KEY `fbuserid` (`fbuserid`), KEY `lastactivity` (`lastactivity`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=385 ; -- -- Dumping data for table `user` -- INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `msn`, `skype`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `lastpostid`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `sigpicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `adminoptions`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `bloggroupreqcount`, `showblogcss`, `gcbos_effects`, `txtoptions`, `dbtech_status_status`, `dbtech_status_mood`) VALUES (1, 6, '2,5,7,9', 6, 'Unkn0wn', 'a940f1ee47104bb2db2b1ea95e289649', '2011-02-22', 'unkn0wn@gamerzchoice.org', 0, '', '', '', '', '', '', '', 2, 2, 'Project Gear Developer', 1, 1298336400, 0, 1299292242, 1299293283, 1299278404, 440, 119, 10, 1, '0', 0, 0, 0, 0, 0, 11552855, '', '0000-00-00', -1, 1, '', 0, 0, 0, 0, -1, 2, 0, 'Tss;k-a_F(_&`)7)z''3|=Cg2`20*fV', 0, 0, 0, '', 0, 0, 15, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'e111b6c66bcaad8913599470ff00a52f', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (2, 6, '2', 6, 'iLightz', 'e7977f8fd3c503d9e46b3225eb0d519d', '2011-03-05', 'RastaBerry@gamerzchoice.org', 0, '', '', '', '', '', '', '', 1, 0, 'Administrator', 0, 1298336820, 0, 1299292672, 1299292672, 1299284160, 441, 140, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '82.132.211.168', 0, 1, 0, 0, -1, 21, 0, 'uk\\F*9jaSc8C$4^eB#n,/]I_7~-DF*', 0, 0, 0, '', 0, 0, 37, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', '1354403953', 1298524756, '-Josh McKay', 'vb', '193410387350897|2.mWC7bhhlmNY3fd9COETQ2Q__.3600.1299297600-1354403953|OJLzZjmdMfFcZhJVxt9mgR9ECSo', 0, 1, 0, NULL, 'On TeamViewer With Unkn0wn', 0), (3, 2, '', 0, 'Ralinez-Fab', '25e7584f33b747e81063f9bdd41978c6', '2011-02-22', 'Caymen_M@live.co.uk', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298337780, 0, 1298999278, 1299024539, 1298998305, 330, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '86.160.106.40', 0, 1, 0, 0, -1, 3, 0, 'X{Jt,2xY}7oX0nvL;TequI_^.gQ-Hf', 0, 0, 0, '', 0, 0, 11, 1, 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (4, 7, '', 0, 'Obrienray1', '564ca53adc1d93937ed8375f7ec04b9c', '2011-02-22', 'Obrienray200@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Moderator', 0, 1298348280, 0, 1299204102, 1299292073, 1298598904, 225, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '72.148.148.220', 0, 1, 0, 0, -1, 0, 0, 'gJplL83&MpM%|%-A50@qA7w6e|YZg$', 0, 0, 0, '', 0, 0, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (5, 9, '', 0, 'James-123', '8baa76a4fb8111e3eaeec2caf741668c', '2011-02-22', 'james-msn@live.co.uk', 0, '', '', '', '', '', '', '', 1, 0, 'Blue Subscriber', 0, 1298352925, 0, 1299281652, 1299281652, 1299070255, 350, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '86.141.17.174', 3, 1, 1298407737, 0, -1, 10, 0, 'l,NK8(cM({3mtE:kI8fD3ml%RJ''((,', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (6, 2, '', 0, 'guadaman', '98df2da49a0aacaa6085ef6ebd258a50', '2011-02-22', '89115@fsq1.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298361022, 0, 1298361022, 1298361029, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '188.165.22.54', 0, 1, 0, 0, -1, 0, 0, '9`78=)kkHZ6iCv2hl(jkuDnn+0D3@Q', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (7, 2, '', 0, 'maximetou', '5013ab4a05a14cff0a967b82749b0a79', '2011-02-22', '913973@fsq1.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298364379, 0, 1298364379, 1298364386, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '95.143.193.91', 0, 1, 0, 0, -1, 0, 0, 'm3os4e@$&hKpMQw1[02?NNa%R8H[}&', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (8, 2, '', 0, 'laeticiafrank', '54b06076a6533bb0b15ce765c7ae20d0', '2011-02-22', '138218@fsq1.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298366720, 0, 1298366720, 1298366725, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '95.143.193.91', 0, 1, 0, 0, -1, 0, 0, 'hQB_]K*e?!>GQA\\H~I+n8M`|%{t))*', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (9, 2, '', 0, 'yanndecoop', '867dcfabb66a8038620f5bf4201d21c3', '2011-02-22', '145549@fsq1.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298368905, 0, 1298368905, 1298368910, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '95.143.193.91', 0, 1, 0, 0, -1, 0, 0, '*/!V!py$/&4;ZtQMfEtz7fNEC@%B`a', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (10, 2, '', 0, 'Ryan-Wilson', '841a88761e478d594907355abd5f5383', '2011-02-22', 'iMikey2010@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298370516, 0, 1299208551, 1299212314, 1299204822, 393, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '71.183.244.122', 5, 1, 0, 0, -1, 10, 0, 'ku~eEK@DJ#+^tN(a3NHIQ^p''Yj]RTL', 0, 0, 0, '', 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (11, 2, '', 0, 'nikolittlestar', '691adfbaddf75cd9fe3ca4512e348d62', '2011-02-22', '140889@fsq1.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298371375, 0, 1298371375, 1298371379, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '178.73.198.66', 0, 1, 0, 0, -1, 0, 0, 'W1nbk@jKYyJ[j/{DI#ziy?_%@w`:6x', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (12, 2, '', 0, 'Omar', 'cffb47ba73c46645a35493cc12a5c7a9', '2011-02-22', 'elroropirorro@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298373076, 0, 1298764306, 1298846700, 1298753450, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '190.206.94.164', 0, 1, 0, 0, -1, 0, 0, '#9H0xWZxzU.3IWBJe(Y("$GaXM;3ny', 0, 0, 0, '', 0, 0, 11, 1, 0, 1, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (13, 5, '', 0, 'Flame', 'e4ab9b696c1a5c443519b20c5739815d', '2011-02-22', 'adpercival@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Super Moderator', 0, 1298373720, 0, 1299281744, 1299286321, 1299273191, 435, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '92.239.104.168', 0, 1, 0, 0, -1, 2, 0, 'qqW}IEdfx1FEW,/Ob!{GzLl>LrHT/U', 0, 0, 0, '', 0, 0, 17, 4, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (14, 2, '', 0, 'antoon', 'b1764af95c535d436b9429fb9ff7e2e7', '2011-02-22', '630444@fsq1.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298374375, 0, 1298374375, 1298374379, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '178.73.198.66', 0, 1, 0, 0, -1, 0, 0, 'QN+p6~bV>oh|LCCqwt4X34,C?a;FPA', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (15, 2, '', 0, 'LettieAs', '214becce5e0e62be9e07c07a8661c949', '2011-02-22', 'lettieastry@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298375464, 0, 1298375464, 1298375488, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '63.133.253.101', 0, 1, 0, 0, -1, 0, 0, 'O2,l|UpC7WphZP5>489uXX)P(*"$T0', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (16, 2, '', 0, 'nantes', 'f88867ab744f788264780929ed4d7b14', '2011-02-22', '313070@fsq1.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298377164, 0, 1298377164, 1298377173, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '88.191.130.217', 0, 1, 0, 0, -1, 0, 0, ']5tY)+qxU5#M+{Q,bt[H', 0, 0, 0, '', 0, 0, 12, 5, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (22, 2, '', 0, 'Cairnzy', '8ba0809c8ec802f5fbb7dca6257c2a80', '2011-02-22', 'kierancairns@live.co.uk', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298402313, 0, 1298838084, 1299272560, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108247, '', '0000-00-00', -1, -1, '92.41.229.252', 2, 1, 0, 0, -1, 1, 0, 'K{tWFkF*QQ;ss"p8jsqxj:Or-qLd\\;', 30, 1, 0, '', 0, 0, 7, 8, 0, 0, 0, 0, 0, 0, 0, 0, '', '100001672303447', 1298569912, 'Kieran Cairnzy Cairns', 'vb', '193410387350897|2.hVvtk9EEh21Opy_X2blgDQ__.3600.1299276000-100001672303447|l6OUmlVQMw8DAANwzHGxr9JXFDs', 0, 1, 0, NULL, '', 0), (25, 8, '', 0, 'Zach-Wheeler', '5a2b050f269928f584d1a131f62ddd07', '2011-02-22', 'Zacharywheeler10@hotmail.co.uk', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1298407042, 0, 1298407955, 1298407955, 1298407491, 98, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '86.15.55.85', 0, 1, 0, 0, -1, 0, 0, 'zYK&MjzS8{*@KuQn$/i|*B`qfJw6d$', 0, 0, 0, '', 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (36, 2, '', 0, 'beara123', 'b95a4a5b428e3b23ae142ecfc94e335f', '2011-02-24', 'tinkerspin13@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298515809, 0, 1298515809, 1298515994, 0, 0, 0, 10, 5, '-8', 0, 0, 0, 0, 0, 45108359, '', '0000-00-00', -1, -1, '174.59.109.191', 0, 1, 0, 0, -1, 0, 0, 'NeeU%NT0"G#PSm#V)B2/-=b`3G@Ab2', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (24, 2, '', 0, 'lemoussel', '14d2d998954f2e052b76c1f0f07e5e30', '2011-02-22', '903270@fsq1.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298403591, 0, 1298403591, 1298403593, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '213.229.110.97', 0, 1, 0, 0, -1, 0, 0, '<+\\A,h)J9H:+Y@(h;/}U\\QUhI\\T-?n', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (27, 2, '', 0, 'ItzYoshii', '43e5ed217e990efe806af862580218a9', '2011-02-23', 'itzyoshii@live.co.uk', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298420460, 0, 1298461891, 1298477340, 1298477220, 154, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '2.120.27.146', 0, 1, 0, 0, -1, 0, 0, '$C:V?ig^I#W=^+>17nsV>tCT"2D$#p', 0, 0, 0, '', 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (26, 2, '', 0, 'faire part', '05240822c62e2dab7959304e297ce496', '2011-02-22', '118559@fsq1.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298411777, 0, 1298411777, 1298411777, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '193.33.187.10', 0, 1, 0, 0, -1, 0, 0, '5TKxmRPa*Gx[{"aPl;\\;295Cu]1.''~', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (28, 2, '', 0, 'ozxmb654', '94f1369293c5f6e751e41be8a40984ff', '2011-02-23', 'sparkroma@vodcius.info', 0, '', 'http://www.brownmotorsupply.com/stretch-marks-removal-at-home', '503640753', 'asdda@yahoo.com', 'asdda@yahoo.com', 'asdda@yahoo.com', 'skyper8080', 1, 0, 'Junior Member', 0, 1298463415, 0, 1298463415, 1298463417, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108631, '06-13-1975', '1975-06-13', -1, -1, '94.100.17.6', 0, 1, 0, 0, -1, 0, 0, 'h8cPJ;z#7}%MHdwgC+AIs51X2''<#>S', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (29, 2, '', 0, 'Nath', 'd2d0ce65db9ca51996022bba51876109', '2011-02-23', 'nathanthomasx@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298483612, 0, 1298483629, 1298483629, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '86.11.46.219', 0, 1, 0, 0, -1, 0, 0, 'Z.rlCflwb8@5&VqRK*>Uu2[WV%a!]o', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (30, 2, '', 0, 'BryanAll', 'fe6c1f92b6709ffdce22d96186b36a09', '2011-02-23', 'bryanallton@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298486056, 0, 1298486056, 1298486163, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '198.179.137.54', 0, 1, 0, 0, -1, 0, 0, '({tAquk\\.!l,6s;#o8lTJZmtoC\\L<4', 0, 0, 0, '', 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, '', 0), (31, 2, '', 0, 'Analpls', 'bf6a92c009f6829c477a4f278a4c05ed', '2011-02-23', 'anal@pls.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298493089, 0, 1298493089, 1298493155, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '109.152.78.124', 0, 1, 0, 0, -1, 0, 0, 'qsb"YB;CKYDc$tBy]9}?MkHGSrF`ogQ!x^Z9fHc.II9ti;''t!\\AZ+M9g~$N8rl)Ir)a86;z]V7''gbO77`Q4Lp_', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (47, 8, '', 0, 'preattalala', '30ecc183edc74a0350c588227560276c', '2011-02-26', 'southerlannis@gmail.com', 0, '', 'http://andreblog.ru', '273153762', '', '', '', '', 1, 0, 'Banned', 0, 1298691806, 0, 1298992130, 1298996057, 1298992130, 325, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '03-22-1973', '1973-03-22', -1, -1, '188.235.154.90', 0, 1, 0, 0, -1, 0, 0, 'X=eC`IJ!DwI)/VGel>Q:"Q5mTTs*p.', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (48, 2, '', 0, 'NognogyNari', '52af91475ad23d3101ec2e97c5f19db3', '2011-02-26', 'offibspeneins@mail.ru', 0, '', 'http://www-fwojewfefwef.com', '236743414', 'NognogyNari', 'NognogyNari', 'offibspeneins@mail.ru', 'NognogyNari', 1, 0, 'Junior Member', 0, 1298696856, 0, 1298696856, 1298696868, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '03-09-1962', '1962-03-09', -1, -1, '46.20.33.68', 0, 1, 0, 0, -1, 0, 0, '?4FMGa2~.XiJvvoVl67[T2naAQZ&~<', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (49, 2, '', 0, 'ChuGourd', '556f98a7ad33388c9828d966ba3ffb08', '2011-02-26', 'chugourdin@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298696888, 0, 1298696888, 1298696919, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '66.63.164.2', 0, 1, 0, 0, -1, 0, 0, 's$bl&_1K0tX?zTg3%Lx-KH3pZ8NarF', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (50, 2, '', 0, 'Cornengargo', 'acfb329507d99f2b21acd209f7cf1206', '2011-02-26', 'lin.he.nehan@gmail.com', 0, '', 'http://superswamperboggers.org', '225177566', '', '', '', '', 1, 0, 'Junior Member', 0, 1298711008, 0, 1298868062, 1298967438, 0, 0, 0, 10, 5, '7', 0, 0, 0, 0, 0, 45108567, '10-16-1981', '1981-10-16', -1, -1, '88.204.252.69', 0, 1, 0, 0, -1, 0, 0, 'waW2:tPX?OwHF8"{`H]fbmum6C_LE%', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (51, 2, '', 0, 'KeshaBBrass', 'e636b2b9ede2e54fd078c534ad0b70ad', '2011-02-26', 'chulvist@aol.com', 0, '', 'http://www.workoutreview.net/exercise-videos/', '451245789', 'MarielEZabek', 'TheederaDLeiser', 'chulvist@aol.com', 'TaEFlerida', 1, 0, 'Junior Member', 0, 1298715200, 0, 1298715200, 1298715204, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '02-15-1977', '1977-02-15', -1, -1, '68.233.244.221', 0, 1, 0, 0, -1, 0, 0, 'WeQfJ!pi=$"%booExC+D=F5_bY"ocf', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (52, 2, '', 0, 'OtisVik', 'afeb1b11908275f19080a621edd4eaf7', '2011-02-26', 'otisvik@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298715418, 0, 1298715418, 1298715437, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '66.63.164.2', 0, 1, 0, 0, -1, 0, 0, 'Rr!Hdc,#me>PY]-O(_fokAJ]g9iq?Q', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (53, 8, '', 0, 'Plubsitioli', '9d46bce7abb6776b9b0f37959b1dbfe3', '2011-02-26', 'kylescara.n.qi.r@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1298715706, 0, 1298715706, 1298715712, 1298715709, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '188.92.74.40', 0, 1, 0, 0, -1, 0, 0, 'a|D0u/{{6CvT//Z_%L$kKM^U', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (55, 2, '', 0, 'Baildrili', '6f388ecc76d074139705aff2a2b8df61', '2011-02-26', 'letstreartrup@mail.ru', 0, '', 'http://www.youtube.com/watch?v=xgPQy-2VMzk', '286722646', 'Baildrili', 'Baildrili', 'letstreartrup@mail.ru', 'Baildrili', 1, 0, 'Junior Member', 0, 1298722091, 0, 1298722091, 1298722094, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '02-05-1960', '1960-02-05', -1, -1, '188.72.227.101', 0, 1, 0, 0, -1, 0, 0, '(Y+/2)*ogzheD]NYYG}~gTDm2t^>?@', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (56, 2, '', 0, 'BRELESOVE', '6d709955309b219e1aaf36382fb296d6', '2011-02-26', 'cypeances@mail.ru', 0, '', 'http://www.elektro-mat.ch', '221687583', 'BRELESOVE', 'BRELESOVE', 'cypeances@mail.ru', 'BRELESOVE', 1, 0, 'Junior Member', 0, 1298725403, 0, 1298725403, 1298725408, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '09-14-1965', '1965-09-14', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, '?":>wY6#i=+I}(7olm4$NJT[s0Z]8O', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (57, 2, '', 0, 'roxypjy356', '12810ca6bec503f514ee5ee9915cf1c9', '2011-02-26', 'butterflynight@karlani.info', 0, '', 'http://www.radswiki.net/main/index.php?title=Watch_movies_free_online_at_home', '549402455', 'asdda@yahoo.com', 'asdda@yahoo.com', 'asdda@yahoo.com', 'skyper8080', 1, 0, 'Junior Member', 0, 1298727172, 0, 1298727172, 1298727178, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108631, '03-13-1985', '1985-03-13', -1, -1, '188.72.227.121', 0, 1, 0, 0, -1, 0, 0, 'L`sS}lcU:~6ZjE@bAl74JgM+]C@KR>', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (58, 2, '', 0, 'Soulkyhymoula', '910889fba34b3c7aec598ebb0f72ccd7', '2011-02-26', 'bavyawainee@mail.ru', 0, '', 'http://www.angelis-lebensberatung.de', '264723265', 'Soulkyhymoula', 'Soulkyhymoula', 'bavyawainee@mail.ru', 'Soulkyhymoula', 1, 0, 'Junior Member', 0, 1298729681, 0, 1298729681, 1298729683, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '01-03-1968', '1968-01-03', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, '|9SSG!xvK8s6)*3.OM/=*o7[s[ILih', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (59, 2, '', 0, 'SheryBon', 'c416f137280080cc80ef4fbd803c7017', '2011-02-26', 'sherybonne@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298734372, 0, 1298734372, 1298734389, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '66.63.164.2', 0, 1, 0, 0, -1, 0, 0, '2=|"rfjcX<#[>=&a5BejGY@3ZUF).%', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (60, 2, '', 0, 'Dream-RP', 'f96e35c06f327b075c8650eab99662d7', '2011-02-26', 's@s.co.uk', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298736516, 0, 1298736516, 1298736568, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '81.141.11.170', 0, 1, 0, 0, -1, 0, 0, 'ekeo(x[ytnm,-', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (65, 2, '', 0, 'Coonsonekswen', '740f13a91c67431bcfb3fd68bb2cd7e6', '2011-02-26', 'hovebiaffodia@mail.ru', 0, '', 'http://www.atopheke.de', '313354122', 'Coonsonekswen', 'Coonsonekswen', 'hovebiaffodia@mail.ru', 'Coonsonekswen', 1, 0, 'Junior Member', 0, 1298753758, 0, 1298753758, 1298753760, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '06-07-1979', '1979-06-07', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, '0W}E?o@Ab,/6E''B.LpE&Nj4\\:qt>sW', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (63, 2, '', 0, 'Geftspeethy', '22fe18a839af0a108b7a86c5fe55d019', '2011-02-26', 'epapierosyatb12@gawab.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298750589, 0, 1298750589, 1298750591, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '109.230.246.47', 0, 1, 0, 0, -1, 0, 0, 'ZgKB*,il-Oci~ZpI-buQxu;S6=T"IF', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (64, 2, '', 0, 'Zifsshoom', 'd8e9109473f1a7c1044bc7f460e826b4', '2011-02-26', 'garyricardruq@gmail.com', 0, '', 'http://www.box.net/shared/1d7rytpjle', '343526582', '343526582', '', '', '', 1, 0, 'Junior Member', 0, 1298750614, 0, 1298750614, 1299090404, 1299090395, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '04-13-1960', '1960-04-13', -1, -1, '95.25.14.113', 0, 1, 0, 0, -1, 0, 0, '-vCvuC93*{#5~b3*!?vY{n}sfv_Gk>', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (66, 2, '', 0, 'grardecerySat', '188fc0c2edaaa3e13d3e680ea044d138', '2011-02-26', 'filiodole@mail.ru', 0, '', 'http://www.dnifantastyki.pl/2009/index.php?action=profile;u=28933', '182257715', 'grardecerySat', 'grardecerySat', 'filiodole@mail.ru', 'grardecerySat', 1, 0, 'Junior Member', 0, 1298755404, 0, 1298755404, 1298755406, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '06-19-1971', '1971-06-19', -1, -1, '188.72.227.101', 0, 1, 0, 0, -1, 0, 0, '`TY''*r\\=oTiReJO8r9YBNg:eWNbWg\\', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (67, 9, '', 0, 'iJohn', '187de950b24d5d3817590c9e3fc54d9f', '2011-02-26', 'ijohn14@live.com', 0, '', '', '', '', '', '', '', 1, 0, 'Blue Subscriber', 0, 1298759879, 0, 1298759879, 1298760199, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '96.247.70.209', 0, 1, 0, 0, -1, 0, 0, '*+t\\4+2*1$rL-cG1&1*\\C|=()8C0h%', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (68, 2, '', 0, 'Gefembada', '61098c7163aea1389a7bc83e2402e5e8', '2011-02-26', 'markmmr10@aol.com', 0, '', 'http://www.americanwideloans.com/du_refi_plus.php', '338868743', 'Gefembada', 'Gefembada', 'markmmr10@aol.com', 'Gefembada', 1, 0, 'Junior Member', 0, 1298762886, 0, 1298762886, 1298762888, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '01-04-1981', '1981-01-04', -1, -1, '85.17.122.203', 0, 1, 0, 0, -1, 0, 0, 'OsA]{~Qj5?$;pfFn:|($q%fY8=teOk', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (219, 2, '', 0, 'OnernetuT', '38c4b10b83807c233a6ab45ce15fb838', '2011-03-01', 'myncimmopygop@mail.ru', 0, '', 'http://bestkettle.org', '336575452', 'OnernetuT', 'OnernetuT', 'myncimmopygop@mail.ru', 'OnernetuT', 1, 0, 'Junior Member', 0, 1299018844, 0, 1299018844, 1299018845, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '10-02-1961', '1961-10-02', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, '`kWbDN0bo|PC_~2Mc?80cb?+7A>\\xb', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (69, 2, '', 0, 'EneptVatt', '72544bc7f9693fad9f79ec86f5113f94', '2011-02-27', 'foppeeque@mail.ru', 0, '', 'http://www.elektro-mat.ch', '374252476', 'EneptVatt', 'EneptVatt', 'foppeeque@mail.ru', 'EneptVatt', 1, 0, 'Junior Member', 0, 1298771972, 0, 1298771972, 1298771977, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '08-10-1983', '1983-08-10', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, ',L<+]uw,ZwQ/s15eBs6}bb/HpKI$lG', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (70, 2, '', 0, 'lenseZexadese', '7244e06877721ccb2c5ae22c0b468a41', '2011-02-27', 'lectiru@gmail.com', 0, '', 'http://www.ecomval.gov.ph/comvalenyo/blogs/entry/buy-cheap-marlboro-regular-lites-online', '244266635', '', '', '', '', 1, 0, 'Junior Member', 0, 1298774595, 0, 1298774595, 1298774602, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '02-28-1984', '1984-02-28', -1, -1, '194.169.205.166', 0, 1, 0, 0, -1, 0, 0, '%::wO0sXJQa?0)nFGF&n\\p''MDA2z&''s:0m_E\\lP', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (76, 2, '', 0, 'kotrine61', '14a75016dc49ae1134b5a97c82c15fcc', '2011-02-27', 'kotrineo@prokonto.pl', 0, '', 'http://foqa.pl/pozycjonowanie/pozycjonowanie-cennik-cena-pozycjonowania/', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298785896, 0, 1298785896, 1298785899, 0, 0, 0, 10, 5, '9', 0, 0, 0, 0, 0, 45108567, '08-08-1961', '1961-08-08', -1, -1, '188.165.200.113', 0, 1, 0, 0, -1, 0, 0, '24uHV6Y=CS4|z}2(8`0fko2u2+yaZ>', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (77, 2, '', 0, 'Gexextill', 'e255209f726ff55ef2b950beb4cd513e', '2011-02-27', 'abawlalkads@mail.ru', 0, '', 'http://www.divewatches.com/', '268327472', 'Gexextill', 'Gexextill', 'abawlalkads@mail.ru', 'Gexextill', 1, 0, 'Junior Member', 0, 1298789134, 0, 1298789134, 1298789143, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '08-27-1962', '1962-08-27', -1, -1, '61.147.120.123', 0, 1, 0, 0, -1, 0, 0, 'NJK2u{Gr#vD', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (78, 2, '', 0, 'Trepsyelisype', '0feb3d7848711e6e83084ed2d67b44de', '2011-02-27', 'boone.pete3@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298793437, 0, 1298793437, 1298793447, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108503, '', '0000-00-00', -1, -1, '178.73.192.154', 0, 1, 0, 0, -1, 0, 0, '#;rb<5Z(ZH''%!3+_)?Z"u,e<ij&_|[5rG:0Kf(', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (85, 2, '', 0, 'CawGrierbbeni', 'd213edff43b52a5880c0d2a033b9df60', '2011-02-27', 'floorcecreemy@mail.ru', 0, '', 'http://www.siouxfallswebdesigns.com/', '277158884', 'CawGrierbbeni', 'CawGrierbbeni', 'floorcecreemy@mail.ru', 'CawGrierbbeni', 1, 0, 'Junior Member', 0, 1298805861, 0, 1298805861, 1298805862, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '03-09-1965', '1965-03-09', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '*2md!J-%PO~2%h.dVqrLr2JQul=yAJ', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (86, 2, '', 0, 'VEINNAWSSIT', '17a9c57ff5c317d8e837f0c5574298fb', '2011-02-27', 'blulgarcall@mail.ru', 0, '', 'http://www.angelis-lebensberatung.de', '174562123', 'VEINNAWSSIT', 'VEINNAWSSIT', 'blulgarcall@mail.ru', 'VEINNAWSSIT', 1, 0, 'Junior Member', 0, 1298807161, 0, 1298807161, 1298807162, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '03-11-1987', '1987-03-11', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, '{,&I3j$1lNB`!oC7~C3K]ax`TT0JIQ', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (87, 2, '', 0, 'almoryRal', '2bae2e36d245d3cd3e7809fe4faa5b2a', '2011-02-27', 'gadafe@web.de', 0, '', 'http://www.catholiccourier.com', '246552863', 'almoryRal', 'almoryRal', 'gadafe@web.de', 'almoryRal', 1, 0, 'Junior Member', 0, 1298808220, 0, 1298808220, 1298808222, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '01-28-1970', '1970-01-28', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'HvHLS[;1~OwiU#?E9;vjAt5*LR,zAV', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (88, 2, '', 0, 'RopeTrepive', '29d8fca926aa9c14185edcbb48924a7a', '2011-02-27', 'steatrelf@mail.ru', 0, '', 'http://www.e-lunette.fr/s/c/lunette-carrera-lunettes-de-soleil', '378623752', 'RopeTrepive', 'RopeTrepive', 'steatrelf@mail.ru', 'RopeTrepive', 1, 0, 'Junior Member', 0, 1298810534, 0, 1298810534, 1298810541, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '10-20-1978', '1978-10-20', -1, -1, '61.147.120.123', 0, 1, 0, 0, -1, 0, 0, '{+kDrbmQZk4L5q:tJ''o8ae=/vb?T(r', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (89, 2, '', 0, 'Dikemoohott', 'bff40a384e7aebf0bcd4bc3771039420', '2011-02-27', 'exifebimizent@mail.ru', 0, '', 'http://binauralbeatshypnosis.info', '218522524', 'Dikemoohott', 'Dikemoohott', 'exifebimizent@mail.ru', 'Dikemoohott', 1, 0, 'Junior Member', 0, 1298810893, 0, 1298810893, 1298810894, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '03-07-1961', '1961-03-07', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '[9~&iMKLx\\5r-HM3}<^)fC*g7Eagn^', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (90, 2, '', 0, 'Weximmindydek', '724f472984c54d4ed725567e04eb526e', '2011-02-27', 'arormastino@mail.ru', 0, '', 'http://www.pdfbulk.us/', '338765224', 'Weximmindydek', 'Weximmindydek', 'arormastino@mail.ru', 'Weximmindydek', 1, 0, 'Junior Member', 0, 1298810941, 0, 1298810941, 1298810942, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '07-22-1974', '1974-07-22', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'g2cZ~-DCI<*L>3=[v],V57s@(:JxS{', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (91, 2, '', 0, 'DahantErgeret', '522fff1726cedcac254ae6d4c2e71125', '2011-02-27', 'sheaxarerry@mail.ru', 0, '', 'http://goarticles.com/article/Free-satellite-TV-Get-Unlimited-Access-To-Channels-Across-the-Globe/42', '153167776', 'DahantErgeret', 'DahantErgeret', 'sheaxarerry@mail.ru', 'DahantErgeret', 1, 0, 'Junior Member', 0, 1298811320, 0, 1298811320, 1298811321, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '01-27-1962', '1962-01-27', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, ']2ZwrW!w,{`1K;WV[[M[#vAHh4&[aI', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (92, 2, '', 0, 'BeddepImmolve', 'e7d7fb45c61ffd1f10aaf51fa62280fc', '2011-02-27', 'quipspeadiula@mail.ru', 0, '', 'http://www.catholiccourier.com', '342331341', 'BeddepImmolve', 'BeddepImmolve', 'quipspeadiula@mail.ru', 'BeddepImmolve', 1, 0, 'Junior Member', 0, 1298813412, 0, 1298813412, 1298813417, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '09-28-1964', '1964-09-28', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'jN/Q:HzIip(=cZ;8hRp+ZFTh''lv&yy', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (116, 2, '', 0, 'LoriannB', 'df00e19fb7c7dd04eebc69d741f9ccfd', '2011-02-27', 'loriannbuntz@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298838032, 0, 1298838032, 1298838045, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '63.133.253.101', 0, 1, 0, 0, -1, 0, 0, '8>.}x`{JH{%6Jg{uloOL)]"}Y??M|R', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (93, 2, '', 0, 'skaycli80', '40d117680b18b0bd1881d3a43e84c8f9', '2011-02-27', 'skayjoe@go2.pl', 0, '', 'http://www.sky-club.eu/index.php?m=Offer_List&bvSearch[crOrder]=&bvSearch[crDestination]=&am', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298813686, 0, 1298813686, 1298813688, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '10-24-1963', '1963-10-24', -1, -1, '188.165.200.113', 0, 1, 0, 0, -1, 0, 0, 'B?"9%h,Cci5-uYavc:C]AHk@O@Oz[S', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (94, 2, '', 0, 'spiniplaync', 'c9fca065304e084316fc4a166a33ec38', '2011-02-27', 'emirmwrelry@mail.ru', 0, '', 'http://www.toshibacodesnow.com', '386451677', 'spiniplaync', 'spiniplaync', 'emirmwrelry@mail.ru', 'spiniplaync', 1, 0, 'Junior Member', 0, 1298815624, 0, 1298815624, 1298815626, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '06-10-1968', '1968-06-10', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 'MT)o&vhgTmFU@"Xz)iu02@0Yd,TZp,', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (95, 2, '', 0, 'hoCouviaboura', '196e6c128682f679ea9d87823a21410f', '2011-02-27', 'praiplekaggap@mail.ru', 0, '', 'http://www.porn4show.com/', '378124448', 'hoCouviaboura', 'hoCouviaboura', 'praiplekaggap@mail.ru', 'hoCouviaboura', 1, 0, 'Junior Member', 0, 1298815717, 0, 1298815717, 1298815718, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '04-10-1964', '1964-04-10', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'tc~A8[~CKnxw8Ji)hR2K&Xf~Sw/>c;', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (96, 2, '', 0, 'wearlGero', '99e349bfa4e55cc1cb47d4877f9d5f6b', '2011-02-27', 'zittyhizblila@mail.ru', 0, '', 'http://www.inkoasis.com/', '227352281', 'wearlGero', 'wearlGero', 'zittyhizblila@mail.ru', 'wearlGero', 1, 0, 'Junior Member', 0, 1298816098, 0, 1298816098, 1298816103, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '10-09-1963', '1963-10-09', -1, -1, '61.147.120.123', 0, 1, 0, 0, -1, 0, 0, 'PGd\\KG=dA-m`6,H@QTy''[pQNu<|+pp', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (97, 2, '', 0, 'Wanobrini', '86e99cfac9b1133c32118094aa1dbe89', '2011-02-27', 'faiduaphift@mail.ru', 0, '', 'http://www.howtogetasixpackfasttips.org/', '225862583', 'Wanobrini', 'Wanobrini', 'faiduaphift@mail.ru', 'Wanobrini', 1, 0, 'Junior Member', 0, 1298816109, 0, 1298816109, 1298816111, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '09-28-1979', '1979-09-28', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '1%@!MuoSj~9W)2A(K]a(t9mwEhQx;n', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (98, 2, '', 0, 'Iceskcowces', 'ac15414bd5577c36b7a44a7c855fdd4f', '2011-02-27', 'gedakedgirm@mail.ru', 0, '', 'http://www.axa.ie/promotions/free-car-insurance-quote.aspx', '155531624', 'Iceskcowces', 'Iceskcowces', 'gedakedgirm@mail.ru', 'Iceskcowces', 1, 0, 'Junior Member', 0, 1298819727, 0, 1298819727, 1298819742, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '01-26-1982', '1982-01-26', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 'FrOe?h''+16&#z\\3QR@($&9zD.3jPNp', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `msn`, `skype`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `lastpostid`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `sigpicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `adminoptions`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `bloggroupreqcount`, `showblogcss`, `gcbos_effects`, `txtoptions`, `dbtech_status_status`, `dbtech_status_mood`) VALUES (99, 2, '', 0, 'Kappyamit', '2b0d0e88b3dc1f831e41f6f8b8b3e14d', '2011-02-27', 'sivoviews@mail.ru', 0, '', 'http://www.skullbowlingball.info', '165412631', 'Kappyamit', 'Kappyamit', 'sivoviews@mail.ru', 'Kappyamit', 1, 0, 'Junior Member', 0, 1298820610, 0, 1298820610, 1298820611, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '02-05-1960', '1960-02-05', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, '7go8=\\%]#(Dbjz=^@(qFwL_*(pX#5`', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (100, 2, '', 0, 'ronErorybat', 'df543d14a4ecc430629a8ec2a2280632', '2011-02-27', 'assimifef@mail.ru', 0, '', 'http://watchdeathlyhallowsfree.com/', '225286786', 'ronErorybat', 'ronErorybat', 'assimifef@mail.ru', 'ronErorybat', 1, 0, 'Junior Member', 0, 1298821034, 0, 1298821034, 1298821034, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '10-04-1981', '1981-10-04', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'WtU8~.lBe&H#u/f~gQllYjZ-qAzh%4', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (101, 2, '', 0, 'ShuRozek', 'c5bdf2a9d138b717854a5ada33d80108', '2011-02-27', 'shurozek@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298821048, 0, 1298821048, 1298821080, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '63.133.253.101', 0, 1, 0, 0, -1, 0, 0, '$0rg~O,DMX7A}W5yOM]%G#_tum7hx%', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (102, 2, '', 0, 'SheataMut', '2e184801195bba0631a00d0d2228eca8', '2011-02-27', 'mibmadiabeava@mail.ru', 0, '', 'http://www.synchronizeoutlook.com/', '235721262', 'SheataMut', 'SheataMut', 'mibmadiabeava@mail.ru', 'SheataMut', 1, 0, 'Junior Member', 0, 1298821760, 0, 1298821760, 1298821765, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '09-16-1978', '1978-09-16', -1, -1, '61.147.120.123', 0, 1, 0, 0, -1, 0, 0, 'K-qOHQ.MyO!|"cmqeMBf"=OzRW<9E>', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (103, 2, '', 0, 'Inhinfenrem', '3499b80f235af6646e1e561261efcb6e', '2011-02-27', 'povottcrult@mail.ru', 0, '', 'http://www.breastpumps-reviews.com', '237421587', 'Inhinfenrem', 'Inhinfenrem', 'povottcrult@mail.ru', 'Inhinfenrem', 1, 0, 'Junior Member', 0, 1298823927, 0, 1298823927, 1298823929, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '10-25-1970', '1970-10-25', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, '26cR-*R#JogjRiooi]K_syD}B7)2hl', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (104, 2, '', 0, 'Asceteestib', 'dd02058f749feab8a53b03e45a8401b2', '2011-02-27', 'irreneendolve@mail.ru', 0, '', 'http://www.asbestosfloortiles.net', '115233621', 'Asceteestib', 'Asceteestib', 'irreneendolve@mail.ru', 'Asceteestib', 1, 0, 'Junior Member', 0, 1298825545, 0, 1298825545, 1298825546, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '01-02-1986', '1986-01-02', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'Y#~H$,8wB;C,yP%q!1gEL:7p{"y''Y(', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (105, 2, '', 0, 'Hietreaddet', '3befce2010d3db2fd6be10123c422a32', '2011-02-27', 'hoyerlift71525@gawab.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298827514, 0, 1298827514, 1298827515, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '109.230.246.47', 0, 1, 0, 0, -1, 0, 0, 'L#$\\X8W"[6=n``!old=Yo1PWtta)n2_8'',X''(\\d`f^C^@,i%1', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (109, 2, '', 0, 'Byclemole', '7c853f4a324f0d36c3c97f9213cdd9cb', '2011-02-27', 'halpphapype@mail.ru', 0, '', 'http://www.squidoo.com/easter-holiday-gift-idea', '363321844', 'Byclemole', 'Byclemole', 'halpphapype@mail.ru', 'Byclemole', 1, 0, 'Junior Member', 0, 1298832332, 0, 1298832332, 1298832334, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '06-07-1965', '1965-06-07', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, '.z<]Mcvvri?\\ydeMC/~irf&vYvio47', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (110, 8, '', 0, 'IsomsCoibumma', '2f43d452ba86fa58f99641a57d48f61e', '2011-02-27', 'kylescar.anqir@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1298834279, 0, 1298834279, 1298834284, 1298834283, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '188.92.74.40', 0, 1, 0, 0, -1, 0, 0, '{G8E}ujO7D|-nO9eb&\\cS&3+&''wq3a', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (111, 2, '', 0, 'Metaaidessy', 'cbf0b2ae68757d63647b45664f034714', '2011-02-27', 'errownwob@mail.ru', 0, '', 'http://www.cheapcarinsuranceforcollegestudents.net/', '146252412', 'Metaaidessy', 'Metaaidessy', 'errownwob@mail.ru', 'Metaaidessy', 1, 0, 'Junior Member', 0, 1298834654, 0, 1298834654, 1298834655, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '04-28-1962', '1962-04-28', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, '9"m$,~!}4L?@3?0`0_Wt!7C+u4{q{;', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (112, 2, '', 0, 'kemDoodoTum', '826af932de3ab11c8d0d11ffc035f840', '2011-02-27', 'innofeledtoda@mail.ru', 0, '', 'http://buy-booksonline.org/?mn=160', '187165238', 'kemDoodoTum', 'kemDoodoTum', 'innofeledtoda@mail.ru', 'kemDoodoTum', 1, 0, 'Junior Member', 0, 1298835452, 0, 1298835452, 1298835453, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '10-27-1987', '1987-10-27', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'ry.H$xD\\g~3\\w?=wE}', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (114, 2, '', 0, 'kacesesnp', '4901e630850db754eb5bbc4b60d82e76', '2011-02-27', 'kacees@go2.pl', 0, '', 'http://kcs.pl', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298836708, 0, 1298836708, 1298836709, 0, 0, 0, 10, 5, '-7', 0, 0, 0, 0, 0, 45108567, '08-14-1985', '1985-08-14', -1, -1, '188.165.200.113', 0, 1, 0, 0, -1, 0, 0, 'zc7lP)"swGpa04Z[PC&<]@dD%;W,\\h', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (115, 2, '', 0, 'foolboxollunk', '8de8b9130a0817d89e359a1a54fb0554', '2011-02-27', 'navogew@gmail.com', 0, '', 'http://www.ecomval.gov.ph/comvalenyo/blogs/entry/cheap-marlboro-100-s', '242688112', '', '', '', '', 1, 0, 'Junior Member', 0, 1298836710, 0, 1298836710, 1298836711, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '03-01-1985', '1985-03-01', -1, -1, '194.169.205.166', 0, 1, 0, 0, -1, 0, 0, '"M''7ISn$ai>Vr("sYMRF\\%3__(DV', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (118, 2, '', 0, 'IllennaInfild', '468150455b1209552213e7883ae408e4', '2011-02-27', 'incigcise@mail.ru', 0, '', 'http://buy-booksonline.org/?mn=160', '382186825', 'IllennaInfild', 'IllennaInfild', 'incigcise@mail.ru', 'IllennaInfild', 1, 0, 'Junior Member', 0, 1298840377, 0, 1298840377, 1298840378, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '01-02-1986', '1986-01-02', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'JyEXFMddpIf(!Q7Wh=W5HEUx{w:z=C', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (124, 8, '', 0, 'Glydrity', 'cb9c57b1f02519e0c06b009ad91e4f01', '2011-02-27', 'lacdupi@gmail.com', 0, '', 'http://votedyson.com/', '212295660', '', '', '', '', 1, 0, 'Banned', 0, 1298846378, 0, 1298846378, 1299125194, 1299125186, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '08-28-1968', '1968-08-28', -1, -1, '85.238.127.158', 0, 1, 0, 0, -1, 0, 0, 'b_6R#bb''2Q%Dh<''fI#y-v7Sd{c7Z;W', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (119, 2, '', 0, 'Insommasweade', '5e243b2f086772105529043869d66293', '2011-02-27', 'dwegortiore@mail.ru', 0, '', 'http://cattreestore.com/', '313873174', 'Insommasweade', 'Insommasweade', 'dwegortiore@mail.ru', 'Insommasweade', 1, 0, 'Junior Member', 0, 1298842449, 0, 1298842449, 1298842453, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '06-12-1973', '1973-06-12', -1, -1, '61.147.120.123', 0, 1, 0, 0, -1, 0, 0, '"Pyrw>-j[`TG''Jyx|GX!d', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (120, 2, '', 0, 'Suenlyundisse', '70baf37b68f1d98cc0bcef8153be86e6', '2011-02-27', 'excexusamsnem@mail.ru', 0, '', 'http://www.assises-risques.com/forum/profile.php?id=21633', '388173577', 'Suenlyundisse', 'Suenlyundisse', 'excexusamsnem@mail.ru', 'Suenlyundisse', 1, 0, 'Junior Member', 0, 1298843946, 0, 1298843946, 1298843947, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '06-21-1967', '1967-06-21', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '"34C"/Om-d!>HA+sn1Yv1ls=SvfC},', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (121, 2, '', 0, 'Zoonlercerync', '7f039c5c073fa10c3eab6ae1dbf0234f', '2011-02-27', 'hobeagedgebug@mail.ru', 0, '', 'http://www.forexreview.org/best-forex-signals.html', '223575247', 'Zoonlercerync', 'Zoonlercerync', 'hobeagedgebug@mail.ru', 'Zoonlercerync', 1, 0, 'Junior Member', 0, 1298844815, 0, 1298844815, 1298844816, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '03-08-1974', '1974-03-08', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, '"Nz1w3G{v_1"HWB2*g*!B^"\\xV*g?z', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (122, 2, '', 0, 'preomiTeednep', 'b9b28f647af873d3bc1bf59ac1b569fe', '2011-02-27', 'th...ebla..c.ks.eo.gu.y@gmail.com', 0, '', 'http://www.smokefree-innotec.com', '384414874', 'asdda@yahoo.com', 'asdda@yahoo.com', 'asdda@yahoo.com', 'skyper8080', 1, 0, 'Junior Member', 0, 1298845145, 0, 1298845145, 1298845282, 1298845280, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108631, '05-04-1977', '1977-05-04', -1, -1, '204.124.183.196', 0, 1, 0, 0, -1, 0, 0, '~s{;_=&Vb3!0maQp:K}i_*;7~b>bXe', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (123, 2, '', 0, 'arofinaxral', 'a3d39e4535a21a13d37029f6d9d47486', '2011-02-27', 'nofvoniignite@mail.ru', 0, '', 'http://blingingwow.blogspot.com', '238358428', 'arofinaxral', 'arofinaxral', 'nofvoniignite@mail.ru', 'arofinaxral', 1, 0, 'Junior Member', 0, 1298845273, 0, 1298845273, 1298845274, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '05-13-1969', '1969-05-13', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'Y/8LD\\DUYh5-QJe''@xznNT9{|d34Bf', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (125, 2, '', 0, 'acundaAssiday', 'ed450fed5e311dc1f088f53ed78d0b6d', '2011-02-27', 'scoogpakylogy@mail.ru', 0, '', 'http://www.kpmg-tmt.com/forum/profile.php?id=54813', '236618425', 'acundaAssiday', 'acundaAssiday', 'scoogpakylogy@mail.ru', 'acundaAssiday', 1, 0, 'Junior Member', 0, 1298849791, 0, 1298849791, 1298849793, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '06-16-1969', '1969-06-16', -1, -1, '188.72.227.101', 0, 1, 0, 0, -1, 0, 0, '>n0E1lK>Vp*rSPZ_)[3?br;&a\\Xp4R', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (126, 2, '', 0, 'Piemamemi', 'eb21d033c5b0e0bb26a093dcc1828b24', '2011-02-27', 'kattabsoppy@mail.ru', 0, '', 'http://www.skincareresultsnow.com', '262573468', 'Piemamemi', 'Piemamemi', 'kattabsoppy@mail.ru', 'Piemamemi', 1, 0, 'Junior Member', 0, 1298849868, 0, 1298849868, 1298849868, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '09-25-1983', '1983-09-25', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'jIl}s%D3_NT;9r_I&_4evkanszI/''&', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (127, 2, '', 0, 'addimedadiors', '8962a601f84bfba38d08f619898bfb25', '2011-02-27', 'revyleage@mail.ru', 0, '', 'http://eireteethwhitening.com', '184518132', 'addimedadiors', 'addimedadiors', 'revyleage@mail.ru', 'addimedadiors', 1, 0, 'Junior Member', 0, 1298850104, 0, 1298850104, 1298850105, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '05-12-1967', '1967-05-12', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'S{:iPAf&O17!9;RV', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (132, 2, '', 0, 'Kush', '185521a3296292c99c5dfc291a1dce3b', '2011-02-28', 'kushgfx@live.ca', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298855894, 0, 1298933491, 1298933513, 0, 0, 0, 10, 5, '-7', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '68.144.13.7', 0, 1, 0, 0, -1, 0, 0, 'lFn~c+3nZ!S{"9Q?FIYoo1YIa38{Iq', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (133, 2, '', 0, 'IrwinHab', '0cafa2ffa3d11691bed4b38f0f16be20', '2011-02-28', 'irwinhabina@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298859134, 0, 1298859134, 1298859149, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '63.133.253.101', 0, 1, 0, 0, -1, 0, 0, 'Gfp_[bwS>Ml', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (139, 2, '', 0, 'Whecedryday', 'b386ff5a11eb8cdeb2df187dd9242dbe', '2011-02-28', '.adrianserge26@gmail.com', 0, '', 'http://electrictransformers.org', '181651431', '', '', '', '', 1, 0, 'Junior Member', 0, 1298868148, 0, 1298868162, 1298965259, 0, 0, 0, 10, 5, '-4', 0, 0, 0, 0, 0, 45108567, '09-12-1981', '1981-09-12', -1, -1, '195.117.121.186', 0, 1, 0, 0, -1, 0, 0, '8c=9@|H5~~f!o$}|wJPn,(9~p1l?%c', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (140, 2, '', 0, 'aliliorediado', 'f8e7f89dc559f20c45a6fb3f3d041f76', '2011-02-28', 'hityspartiats@mail.ru', 0, '', 'http://perfectlytrimandfit.com', '265652284', 'aliliorediado', 'aliliorediado', 'hityspartiats@mail.ru', 'aliliorediado', 1, 0, 'Junior Member', 0, 1298869903, 0, 1298869903, 1298869914, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '04-10-1971', '1971-04-10', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'vl&hZ@}}0e:D/'')K?L$/d_2o:9AXBF', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (141, 2, '', 0, 'olcesesbn', '921c2ded65dd6a187590240a47337ba7', '2011-02-28', 'aksotrso@tlen.pl', 0, '', 'http://www.aksotronik.com.pl/index.php?mod=shop&tree=013001', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298874713, 0, 1298874713, 1298874726, 0, 0, 0, 10, 5, '10', 0, 0, 0, 0, 0, 45108567, '07-28-1961', '1961-07-28', -1, -1, '188.165.200.113', 0, 1, 0, 0, -1, 0, 0, 'FghjoV@^fGvN"Nh$vL1{#fN?D87mKT', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (142, 2, '', 0, 'ArleanMa', '69ba61cf5cda21cb2c2e1530c19b1de4', '2011-02-28', 'arleanmanney@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298877022, 0, 1298877022, 1298877056, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '63.133.253.101', 0, 1, 0, 0, -1, 0, 0, '_Et75K>QwP2KNp{+7lvJFO?j', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (157, 2, '', 0, 'gisesensops', 'e108863a8ec7a5e4a339f637ab635ce4', '2011-02-28', 'jessica.2005@mail.ru', 0, '', 'http://factsaboutbarackobama.net', '148583166', '', '', '', '', 1, 0, 'Junior Member', 0, 1298913427, 0, 1298913427, 1298913431, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45108567, '04-18-1972', '1972-04-18', -1, -1, '188.165.64.226', 0, 1, 0, 0, -1, 0, 0, 'dZK;Aq1l{s#''cpz!kxM(-XFXjb~*Hs', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (158, 2, '', 0, 'FahExhagE', '0938f0d9f3b1ee84adc4b03598c9b655', '2011-02-28', 'holdcleacycle@mail.ru', 0, '', 'http://polli.emu.ee/goodfruit/memberlist.php?mode=viewprofile&u=1436', '137236448', 'FahExhagE', 'FahExhagE', 'holdcleacycle@mail.ru', 'FahExhagE', 1, 0, 'Junior Member', 0, 1298915353, 0, 1298915353, 1298915356, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '09-13-1981', '1981-09-13', -1, -1, '61.147.120.123', 0, 1, 0, 0, -1, 0, 0, '.6D^;FqVMB!b,"BlVRJUxiu''LOtM(-', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (159, 2, '', 0, 'Jomiatrortpot', 'ba13fb71e018169c8ae8743ea0a5728c', '2011-02-28', 'wrereoryfar@mail.ru', 0, '', 'http://www.photosight.org/forum/memberlist.php?mode=viewprofile&u=129599', '354128187', 'Jomiatrortpot', 'Jomiatrortpot', 'wrereoryfar@mail.ru', 'Jomiatrortpot', 1, 0, 'Junior Member', 0, 1298915798, 0, 1298915798, 1298915800, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '07-20-1973', '1973-07-20', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '`)#R2iV(^_cWWq2\\XzD>="q`=\\L-B!', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (160, 2, '', 0, 'BerFreent', '7be11242bc44cd5cf3fc032869f34589', '2011-02-28', 'buheffisutt@mail.ru', 0, '', 'http://eva.ge/forum/index.php?showuser=198136', '353772768', 'BerFreent', 'BerFreent', 'buheffisutt@mail.ru', 'BerFreent', 1, 0, 'Junior Member', 0, 1298915964, 0, 1298915964, 1298915965, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '04-14-1986', '1986-04-14', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, '(Ruu|PpACYh.~rJ/*Ko`2O5I8P[lPi', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (161, 2, '', 0, 'gypeattably', '0d2c41b3e77bde9d5be9cb917688e9cc', '2011-02-28', 'breekvarusery@mail.ru', 0, '', 'http://omahawebdesigns.net/', '138683813', 'gypeattably', 'gypeattably', 'breekvarusery@mail.ru', 'gypeattably', 1, 0, 'Junior Member', 0, 1298916976, 0, 1298916976, 1298916977, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '10-01-1979', '1979-10-01', -1, -1, '188.72.227.101', 0, 1, 0, 0, -1, 0, 0, '`"pd)''!:cawA=)r4ghdg}:9rKF/+}X', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (162, 2, '', 0, 'crochet12', 'ca67f3997d4f14ed691701b4890e5cd8', '2011-02-28', 'info@habernetten.net', 0, '', 'http://knitting-about.blogspot.com', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298917740, 0, 1298917740, 1298918111, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108311, '04-15-0000', '0000-04-15', -1, -1, '74.53.104.210', 0, 1, 0, 0, -1, 0, 0, 'NO0V"rQ*m3o_qZof$TC3E}.>^UW7wP', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (163, 2, '', 0, 'sblkadoannuarFktp', '32628bb9bae3764f19cf4247f1eab0ef', '2011-02-28', 'weefssaulse@yahoo.com', 0, '', 'http://freshlookcolorcontacts.net/', '1636657', '', '', '', '', 1, 0, 'Junior Member', 0, 1298921223, 0, 1298921223, 1298921227, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '07-19-1979', '1979-07-19', -1, -1, '61.147.110.55', 0, 1, 0, 0, -1, 0, 0, ')4|";Y7yXe+j]9v!q)j)!XN9r''U:Kd', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (164, 2, '', 0, 'Encarochagree', '4df87b23f2efcf11ec69dd3c9f13a0b1', '2011-02-28', 'arreseala@mail.ru', 0, '', 'http://www.siouxfallswebdesigns.com/', '165835577', 'Encarochagree', 'Encarochagree', 'arreseala@mail.ru', 'Encarochagree', 1, 0, 'Junior Member', 0, 1298921871, 0, 1298921871, 1298921872, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '03-09-1963', '1963-03-09', -1, -1, '188.72.227.101', 0, 1, 0, 0, -1, 0, 0, 'X@8ikXV;7EpSJ<-eT)9~ApL!h0k~TE', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (165, 2, '', 0, 'Lypeobene', '1cadf68942cb15706becd5ee1193f598', '2011-02-28', 'woucceeds@mail.ru', 0, '', 'http://svit.ukrinform.ua/phpBB2/profile.php?mode=viewprofile&u=101350', '237281467', 'Lypeobene', 'Lypeobene', 'woucceeds@mail.ru', 'Lypeobene', 1, 0, 'Junior Member', 0, 1298922826, 0, 1298922826, 1298922828, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '04-06-1968', '1968-04-06', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 't:}V$xmc2}u?Z(s&(o)0{{XG95s3"Q', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (166, 2, '', 0, 'knissesip', 'c400baa6a702cd87608a6df72aed0cff', '2011-02-28', 'alazyparamimi@mail.ru', 0, '', 'http://www.iken-lifestyle.com/tw/forum/profile.php?mode=viewprofile&u=45461', '274786286', 'knissesip', 'knissesip', 'alazyparamimi@mail.ru', 'knissesip', 1, 0, 'Junior Member', 0, 1298923106, 0, 1298923106, 1298923107, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '07-19-1972', '1972-07-19', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 't5J+>PIoA|9xFUJzUOWY?3mcs[G+8R', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (167, 2, '', 0, 'AbelAmas', '4caadfb74419efb753c8579f9984ec80', '2011-02-28', 'abelamass@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298926989, 0, 1298926989, 1298927008, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '180.154.192.203', 0, 1, 0, 0, -1, 0, 0, 'S0=~)z7<~M6WcJNox~$q>=BDm}_d61', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (168, 2, '', 0, 'Gupeavattetok', 'e95e9fd85df0ebc6669da69c18f5eb2c', '2011-02-28', 'siplorpolvelt@mail.ru', 0, '', 'http://worldisopen.com/forum/memberlist.php?mode=viewprofile&u=124391', '122451826', 'Gupeavattetok', 'Gupeavattetok', 'siplorpolvelt@mail.ru', 'Gupeavattetok', 1, 0, 'Junior Member', 0, 1298930888, 0, 1298930888, 1298930890, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '01-04-1985', '1985-01-04', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '|3XifaO)u{ySD@:C!uyp3BXJd7Y3tn', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (169, 2, '', 0, 'Beetclore', '19ab23bc27603c709bcb019a20d01944', '2011-02-28', 'sidawsskipt@mail.ru', 0, '', 'http://www.ozpv.ru/forum/profile.php?mode=viewprofile&u=120221', '313813528', 'Beetclore', 'Beetclore', 'sidawsskipt@mail.ru', 'Beetclore', 1, 0, 'Junior Member', 0, 1298931004, 0, 1298931004, 1298931005, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '01-07-1982', '1982-01-07', -1, -1, '188.72.227.101', 0, 1, 0, 0, -1, 0, 0, '=`QU5''fg?XC-E-~7blPC}:<)@KbbY$', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (170, 2, '', 0, 'Jeremy', '50c2d1d9501dbca3d516a69aecfc8c0c', '2011-02-28', 'jeremykorie@yahoo.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298936227, 0, 1298936227, 1298936773, 0, 0, 0, 10, 5, '9.5', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '66.147.235.46', 0, 1, 0, 0, -1, 0, 0, '8dwV-Q+)3@aQcO%4HFUkLZ}kTo.j*[', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (171, 2, '', 0, 'tammyvkg17', '31884cc16fad7b0af852bb8949d0a6c7', '2011-02-28', 'ann2321-college@yahoo.co.uk', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298937074, 0, 1298937074, 1299186456, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '173.208.57.116', 0, 1, 0, 0, -1, 0, 0, 'rG&*e,ivKV,tmN3c+);&J9I._m?P=', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (177, 2, '', 0, 'ASPEDEMEF', '739e5e1edf8cda6b54873bbfb865f124', '2011-03-01', 'preofnitovern@mail.ru', 0, '', 'http://www.fabricempire.com', '148883374', 'ASPEDEMEF', 'ASPEDEMEF', 'preofnitovern@mail.ru', 'ASPEDEMEF', 1, 0, 'Junior Member', 0, 1298956887, 0, 1298956887, 1298956891, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '06-19-1971', '1971-06-19', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '-Hk-|$5C}vv0M8vg|DqP{zffQ=*>36', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (178, 2, '', 0, 'Upsermamare', 'e285a48ab1a26f8481076d3a42d9d851', '2011-03-01', 'impannasmah@mail.ru', 0, '', 'http://www.Ecdyron.de', '153534713', 'Upsermamare', 'Upsermamare', 'impannasmah@mail.ru', 'Upsermamare', 1, 0, 'Junior Member', 0, 1298957250, 0, 1298957250, 1298957256, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '02-13-1969', '1969-02-13', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 'q''ni`)uSmd}S:(Iq9eE4*`qI@/aL(M', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (179, 2, '', 0, 'Ronnaftnacync', '701b51efdbbee0c22bbf515513e047b1', '2011-03-01', 'ziizau44@gmx.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298957356, 0, 1298957356, 1298957357, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '195.95.228.186', 0, 1, 0, 0, -1, 0, 0, 'xnnfLIPS$]vinJx-]t%nf&uU=F[', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (185, 2, '', 0, 'Eleltyundinly', 'bcc3161c93a8553d054d63bba4c43a85', '2011-03-01', 'invathetawn@mail.ru', 0, '', 'http://www.tongue-tied-nw.co.uk', '244547446', 'Eleltyundinly', 'Eleltyundinly', 'invathetawn@mail.ru', 'Eleltyundinly', 1, 0, 'Junior Member', 0, 1298965791, 0, 1298965791, 1298965793, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '07-02-1975', '1975-07-02', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 'C"+p+Sr*[caWnsH"&$oD896\\lYLr%5', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (186, 2, '', 0, 'jequeHusHesee', '0c479b7444733e39839f4cd4f157cf1a', '2011-03-01', 'algogeuttence@mail.ru', 0, '', 'http://www.howtogetasixpackfasttips.org/', '343368784', 'jequeHusHesee', 'jequeHusHesee', 'algogeuttence@mail.ru', 'jequeHusHesee', 1, 0, 'Junior Member', 0, 1298966335, 0, 1298966335, 1298966337, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '07-19-1973', '1973-07-19', -1, -1, '188.72.227.101', 0, 1, 0, 0, -1, 0, 0, 'SMt@@s.B|4AI:qL[2b=Y{e/A{uQ\\0q', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (187, 2, '', 0, 'DypeConypen', '6f8d466c03fc8644fea16d5e26d635a0', '2011-03-01', 'gradagafkam@mail.ru', 0, '', 'http://clickbanksqueezepages.com/yahoomail/yahoomail-com-configure-for-outlook-express/', '167842275', 'DypeConypen', 'DypeConypen', 'gradagafkam@mail.ru', 'DypeConypen', 1, 0, 'Junior Member', 0, 1298967409, 0, 1298967409, 1298967411, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '01-28-1960', '1960-01-28', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, '-[''O@tx>~>ki7awyP''Fa~SfWsb;,x}', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (188, 2, '', 0, 'Bonlimmifindy', '88bde2f71f33dca7abfbfcb3d09c0062', '2011-03-01', 'infilmsilexia@mail.ru', 0, '', 'http://wheretobuyhairextensions.com', '143566226', 'Bonlimmifindy', 'Bonlimmifindy', 'infilmsilexia@mail.ru', 'Bonlimmifindy', 1, 0, 'Junior Member', 0, 1298968534, 0, 1298968534, 1298968538, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '08-22-1976', '1976-08-22', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, '#IO}cj+@DMt=1GF"vlwF!Z`@[G66{}', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (189, 8, '', 0, 'Exhinty', '9600f45fd97feef06f46a11a63e732a2', '2011-03-01', 'foxix@soft-cheap-oem.net', 0, '', 'http://clumpnerclumpne.krovatka.su/', '288558', '', '', '', '', 1, 0, 'Banned', 0, 1298970692, 0, 1299225150, 1299228644, 1299103939, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '06-11-1969', '1969-06-11', -1, -1, '89.248.174.42', 0, 1, 0, 0, -1, 0, 0, 'R)h&5|1>ldEEi1R&Gw3,wr=H>g-d|q', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (190, 2, '', 0, 'Herfarnesmems', 'd17ac9327a39659acdc51b4550ee3b8d', '2011-03-01', 'pneugsinefe@mail.ru', 0, '', 'http://lake-michigan-charter.com/', '131411864', 'Herfarnesmems', 'Herfarnesmems', 'pneugsinefe@mail.ru', 'Herfarnesmems', 1, 0, 'Junior Member', 0, 1298970705, 0, 1298970705, 1298970708, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '03-10-1963', '1963-03-10', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'y\\*Qt5]5d^885`o/NJTFsX~)\\OZoyt', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (191, 2, '', 0, 'hidafieta', 'f807a9829a07589749aab891c5360e8a', '2011-03-01', 'loargepauro@mail.ru', 0, '', 'http://omahawebdesigns.net/', '223745456', 'hidafieta', 'hidafieta', 'loargepauro@mail.ru', 'hidafieta', 1, 0, 'Junior Member', 0, 1298971302, 0, 1298971302, 1298971303, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '08-22-1977', '1977-08-22', -1, -1, '188.72.227.101', 0, 1, 0, 0, -1, 0, 0, 'FfObQH9YQQ5!I1dP!zy$18Gn1)go)1', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `msn`, `skype`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `lastpostid`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `sigpicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `adminoptions`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `bloggroupreqcount`, `showblogcss`, `gcbos_effects`, `txtoptions`, `dbtech_status_status`, `dbtech_status_mood`) VALUES (192, 2, '', 0, 'GOTVUHVOMMA', 'd6cadb3033aaf9d3f356bb94a947b106', '2011-03-01', 'glinnerne@mail.ru', 0, '', 'http://www.tongue-tied-nw.co.uk', '237223246', 'GOTVUHVOMMA', 'GOTVUHVOMMA', 'glinnerne@mail.ru', 'GOTVUHVOMMA', 1, 0, 'Junior Member', 0, 1298973837, 0, 1298973837, 1298973840, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '03-17-1974', '1974-03-17', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 'V,MXleRr}`"!e|tD/:8Dz(zO/u2AG:', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (193, 2, '', 0, 'neeloGeopfeve', '5d1c2d61488bdf40ba67e43db73753a9', '2011-03-01', 'intiseemo@mail.ru', 0, '', 'http://www.photoprinteradvices.com/canon-photo-printer/', '176237627', 'neeloGeopfeve', 'neeloGeopfeve', 'intiseemo@mail.ru', 'neeloGeopfeve', 1, 0, 'Junior Member', 0, 1298975752, 0, 1298975752, 1298975760, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '10-27-1982', '1982-10-27', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'Z"zI''\\|rY[ir#csq1/5i[y2b]SdFqS', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (194, 2, '', 0, 'priedeesk', '04ab74a8f6250a24f88d6917912950d5', '2011-03-01', 'sweaniadeeste@mail.ru', 0, '', 'http://clickbanksqueezepages.com/yahoomail/yahoomail-in-outlook-express-while-avoiding-common-mistak', '282562752', 'priedeesk', 'priedeesk', 'sweaniadeeste@mail.ru', 'priedeesk', 1, 0, 'Junior Member', 0, 1298976060, 0, 1298976060, 1298976061, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '10-13-1971', '1971-10-13', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, '^''hhq6Umd&t<3Y$Kxm&cyv9m5Mr@W:', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (195, 2, '', 0, 'haxanneneWepe', '58c72ff3d7d005a64c0669c50eb9c744', '2011-03-01', 'lyncbellbrede@mail.ru', 0, '', 'http://www.siouxfallswebdesigns.com/', '268711517', 'haxanneneWepe', 'haxanneneWepe', 'lyncbellbrede@mail.ru', 'haxanneneWepe', 1, 0, 'Junior Member', 0, 1298977490, 0, 1298977490, 1298977491, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '05-15-1970', '1970-05-15', -1, -1, '188.72.227.99', 0, 1, 0, 0, -1, 0, 0, 'mVkFG3CIU&5Q+n?gHVa>Z%:2^_^ilq', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (196, 2, '', 0, 'ErikWrigh', 'a69e9048b82d0e7ebd236bbc98791d8c', '2011-03-01', 'erikwrighten@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1298978265, 0, 1298978265, 1298978281, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '63.133.253.101', 0, 1, 0, 0, -1, 0, 0, 'l^stV^.bRF3~Ma,lkl(:6RdRz7x/]h', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (197, 2, '', 0, 'stooloCem', 'e91c1e8c2ccf52e1e472c9668a9481ad', '2011-03-01', 'awaingviage@mail.ru', 0, '', 'http://www.theswiftcarinsurance.com/', '235755328', 'stooloCem', 'stooloCem', 'awaingviage@mail.ru', 'stooloCem', 1, 0, 'Junior Member', 0, 1298980885, 0, 1298980885, 1298980888, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '03-05-1962', '1962-03-05', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '/wJfwgYiL5<1N.0|qp1vo`{ubZ)9[\\', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (261, 2, '', 0, 'Nildslirm', '672a83e048bbf0cda0b88e714153c45e', '2011-03-02', 'hhqqnoo@gmail.com', 0, '', '', '335637128', '', '', '', '', 1, 0, 'Junior Member', 0, 1299083792, 0, 1299083792, 1299083795, 0, 0, 0, 10, 5, '10', 0, 0, 0, 0, 0, 45108567, '09-19-1979', '1979-09-19', -1, -1, '92.225.67.124', 0, 1, 0, 0, -1, 0, 0, ';b]yaiIw=Icw!/D"GBF>hQ0HowFRE]', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (198, 2, '', 0, 'Unodovahorany', '90ffbf2fa8207091bc5365269bd79e3d', '2011-03-01', 'pneumsnum@mail.ru', 0, '', '', '226382233', 'Unodovahorany', 'Unodovahorany', 'pneumsnum@mail.ru', 'Unodovahorany', 1, 0, 'Junior Member', 0, 1298981038, 0, 1298981038, 1298981039, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '01-18-1983', '1983-01-18', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'dN?Wj`uYq,4g,L''N]&&4<)n#f>`4QH', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (205, 2, '', 0, 'breadefah', 'd6808d21876191940f47dd8dfc40b4f4', '2011-03-01', 'tittaceescoms@mail.ru', 0, '', 'http://androidsphones.net', '232781878', 'breadefah', 'breadefah', 'tittaceescoms@mail.ru', 'breadefah', 1, 0, 'Junior Member', 0, 1298991032, 0, 1298991032, 1298991034, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '06-17-1972', '1972-06-17', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '!1hvXfnYJ+\\,mM-nTWfBXkMm"uf+LX', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (206, 2, '', 0, 'MakSinialassy', '3733d147c8b4722acffff98eb45fe4fc', '2011-03-01', 'hapsfoohips@mail.ru', 0, '', 'http://www.youtube.com/watch?v=JL4epsvX0Jo', '286815733', 'MakSinialassy', 'MakSinialassy', 'hapsfoohips@mail.ru', 'MakSinialassy', 1, 0, 'Junior Member', 0, 1298991828, 0, 1298991828, 1298991829, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '03-09-1961', '1961-03-09', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, '|./V3K#V%vg=-#-', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (211, 2, '', 0, 'StolosopMof', '0e1435ab73b4fa37f58e4f787589aee2', '2011-03-01', 'gonborzette@mail.ru', 0, '', 'http://guttagard.com', '342175151', 'StolosopMof', 'StolosopMof', 'gonborzette@mail.ru', 'StolosopMof', 1, 0, 'Junior Member', 0, 1299003325, 0, 1299003325, 1299003329, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '09-28-1979', '1979-09-28', -1, -1, '188.72.227.123', 0, 1, 0, 0, -1, 0, 0, 'sW7((k+f^o*SH60s\\%zOL^S5B{+s:`', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (212, 2, '', 0, 'everserab', '5e1a0e40b8d36411b048f191a9325f03', '2011-03-01', 'peemnbarpoemn@mail.ru', 0, '', 'http://www.swesspharma.com', '233886123', 'everserab', 'everserab', 'peemnbarpoemn@mail.ru', 'everserab', 1, 0, 'Junior Member', 0, 1299003467, 0, 1299003467, 1299003468, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '10-03-1983', '1983-10-03', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '~LRBazOEffDG^Y7-WR4DXRmZ;`%', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (217, 2, '', 0, 'Chotoursosy', 'b71f12f72abe81bf2c6d1cea3a40e920', '2011-03-01', 'accodcato@mail.ru', 0, '', 'http://www.backlink-service.org/hoher-pagerank-backlinks.html', '267465776', 'Chotoursosy', 'Chotoursosy', 'accodcato@mail.ru', 'Chotoursosy', 1, 0, 'Junior Member', 0, 1299011777, 0, 1299011777, 1299011779, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '04-21-1967', '1967-04-21', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 'txqqIn##l@E-1//>4q~id%q(g%tkl]', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (218, 2, '', 0, 'sweehoots', 'eaa2e1ff589befe1aa2643eb172719ad', '2011-03-01', 'lotboadoval@mail.ru', 0, '', 'http://www.mhb-carports.de', '374552876', 'sweehoots', 'sweehoots', 'lotboadoval@mail.ru', 'sweehoots', 1, 0, 'Junior Member', 0, 1299013984, 0, 1299013984, 1299013985, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '05-13-1969', '1969-05-13', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, '/X,:&wU#@n%PL\\rjV{]Sc}x#8@$,6e', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (220, 2, '', 0, 'ArressVuple', 'ad1b07f3f55c95e2136b560320f9f32a', '2011-03-01', 'badcredit12345@aol.com', 0, '', 'http://www.americanwideloans.com/bad_credit_mortgages.php', '335845124', 'ArressVuple', 'ArressVuple', 'badcredit12345@aol.com', 'ArressVuple', 1, 0, 'Junior Member', 0, 1299021021, 0, 1299021021, 1299021022, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '08-11-1988', '1988-08-11', -1, -1, '85.17.122.203', 0, 1, 0, 0, -1, 0, 0, 'B~?ML44-0w*[:0e!V$h!^%iLSznD"b', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (221, 2, '', 0, 'WeelsSmuresom', 'b676e274626192b595da64a1b44776e7', '2011-03-01', 'badcredit123456@aol.com', 0, '', 'http://www.americanwideloans.com/bad_credit_mortgages.php', '246746471', 'WeelsSmuresom', 'WeelsSmuresom', 'badcredit123456@aol.com', 'WeelsSmuresom', 1, 0, 'Junior Member', 0, 1299021502, 0, 1299021502, 1299021503, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '07-28-1976', '1976-07-28', -1, -1, '85.17.122.203', 0, 1, 0, 0, -1, 0, 0, '}q:|qI_6m>OH:~!0+1mct4QthTKr\\H', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (222, 2, '', 0, 'arrasuLtark', '290f8037b1b1c7c2a97d9c63d2334269', '2011-03-01', 'peadopommip@mail.ru', 0, '', 'http://loosecoversforsofas.com', '151147534', 'arrasuLtark', 'arrasuLtark', 'peadopommip@mail.ru', 'arrasuLtark', 1, 0, 'Junior Member', 0, 1299023606, 0, 1299023606, 1299023607, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '06-20-1970', '1970-06-20', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'ru?PZ<2FY^~kxN0.w$kM`T>(hxY97PoR.mm]', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (226, 2, '', 0, 'KrisRodrique', 'f9e69ae8709612daa5b435418a0afa9b', '2011-03-02', 'krisrodrique@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1299031298, 0, 1299031298, 1299031322, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '63.133.253.101', 0, 1, 0, 0, -1, 0, 0, 'fgVE%MS0@=WXumw7YkR3F2hgTU9`x5', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (227, 2, '', 0, 'Mootatict', '4aa222296003d913270868c8a9e76be4', '2011-03-02', 'moonilieste@mail.ru', 0, '', 'http://loveseatcovers.org', '375351112', 'Mootatict', 'Mootatict', 'moonilieste@mail.ru', 'Mootatict', 1, 0, 'Junior Member', 0, 1299033442, 0, 1299033442, 1299033443, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '04-12-1967', '1967-04-12', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'iGlQLMWRR&FsEYy1muI2Bo*J]H&P+?', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (228, 2, '', 0, 'agilsNalsen', 'b02386644523f7e7eaa77a0e68431602', '2011-03-02', 'neenteeimmelt@mail.ru', 0, '', 'http://www.bestthousandoakschiropractor.info', '276577776', 'agilsNalsen', 'agilsNalsen', 'neenteeimmelt@mail.ru', 'agilsNalsen', 1, 0, 'Junior Member', 0, 1299035520, 0, 1299035520, 1299035523, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '03-23-1965', '1965-03-23', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'Nn_C+gLt$HEl?U=`(dEK-9D3hcACkA@H(rZm1&a[', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (230, 2, '', 0, 'narydraiptPap', '3f8bb63345ca14074b47638091279a39', '2011-03-02', 'snjsing@aol.com', 0, '', 'http://www.americanwideloans.com', '126352733', 'narydraiptPap', 'narydraiptPap', 'snjsing@aol.com', 'narydraiptPap', 1, 0, 'Junior Member', 0, 1299040193, 0, 1299040193, 1299040216, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '09-10-1973', '1973-09-10', -1, -1, '85.17.122.203', 0, 1, 0, 0, -1, 0, 0, '3,*=_:?0zv7z4aNrw@HdJ*?Vzf7:W?', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (231, 2, '', 0, 'Embeneseimi', '4f33d39ab7049958357842dc3b71cb66', '2011-03-02', 'omichenic@mail.ru', 0, '', 'http://www.swesspharma.com', '381257873', 'Embeneseimi', 'Embeneseimi', 'omichenic@mail.ru', 'Embeneseimi', 1, 0, 'Junior Member', 0, 1299040952, 0, 1299040952, 1299040954, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '07-22-1978', '1978-07-22', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, '\\AVjAgk5~X;F;Xzm', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (234, 2, '', 0, 'undimbnoums', '8875ad787ff778a9b3469ee1967aa7dc', '2011-03-02', 'utictuldect@mail.ru', 0, '', 'http://goldensportsbettingsystems.com', '378342885', 'undimbnoums', 'undimbnoums', 'utictuldect@mail.ru', 'undimbnoums', 1, 0, 'Junior Member', 0, 1299047816, 0, 1299047816, 1299047820, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '05-21-1985', '1985-05-21', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 'ps0`]P%Us"eAB6jssCloZ.boM+.}s3', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (235, 2, '', 0, 'vownhoopigh', '73feebff36612e7c75bb38ea55e37c85', '2011-03-02', 'aretteshy@mail.ru', 0, '', 'http://buy-booksonline.org/', '257458387', 'vownhoopigh', 'vownhoopigh', 'aretteshy@mail.ru', 'vownhoopigh', 1, 0, 'Junior Member', 0, 1299052086, 0, 1299052086, 1299052090, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '07-20-1974', '1974-07-20', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, '+g<^P"a#9:>AlW~d0c=-\\OQz*RNy]8', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (236, 2, '', 0, 'AffereeSele', '7a55c0ffeb00883ff57b22f89d19955a', '2011-03-02', 'crearlizero@mail.ru', 0, '', 'http://www.4creatus.com/marketing/search-engine-optimization', '153165373', 'AffereeSele', 'AffereeSele', 'crearlizero@mail.ru', 'AffereeSele', 1, 0, 'Junior Member', 0, 1299052454, 0, 1299052454, 1299052458, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '08-05-1966', '1966-08-05', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, '2r48hV?+2w{EMl=$p\\nkG}:N#+m9U~', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (237, 2, '', 0, 'LerSnannyTani', '783b36268d71a731fd92cb946c34a537', '2011-03-02', 'reibassenda@mail.ru', 0, '', 'http://www.enjoy-tvshows.com/watch-kourtney-and-kim-take-new-york-online/', '323247478', 'LerSnannyTani', 'LerSnannyTani', 'reibassenda@mail.ru', 'LerSnannyTani', 1, 0, 'Junior Member', 0, 1299054438, 0, 1299054438, 1299054442, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '08-18-1963', '1963-08-18', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, '#6(IrDH]''w^;;KIHknA2fvOdS/#DAR', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (238, 2, '', 0, 'AnyaChall', 'ad27c948994250b4c99f8257f37a03ea', '2011-03-02', 'anyachallen@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1299054750, 0, 1299054758, 1299068252, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '63.133.253.101', 0, 1, 0, 0, -1, 0, 0, '93''[mlO4mV&q!q-(i{6o#m~Wqu^~a+', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (239, 2, '', 0, 'sedysnippetty', '4d90ead598faaee9a950d45fb301690e', '2011-03-02', 'fladialic@mail.ru', 0, '', 'http://www.rrrtc.com/', '238574258', 'sedysnippetty', 'sedysnippetty', 'fladialic@mail.ru', 'sedysnippetty', 1, 0, 'Junior Member', 0, 1299056870, 0, 1299056870, 1299056877, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '06-14-1961', '1961-06-14', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 'BS~t7b4q41$R3,M<~yK}X6fl~:fKl1', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (240, 2, '', 0, 'scummoryTus', '5e0095a27cf71c2b89081b9f0d040ceb', '2011-03-02', 'nepttwize@mail.ru', 0, '', 'http://buy-booksonline.org/', '221134245', 'scummoryTus', 'scummoryTus', 'nepttwize@mail.ru', 'scummoryTus', 1, 0, 'Junior Member', 0, 1299057055, 0, 1299057055, 1299057056, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '01-02-1986', '1986-01-02', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, '8~6a\\8F{7AgE_!Y+y$BXjSB', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (242, 2, '', 0, 'stawaySet', 'c6bdbb8044e4d148151ddded4e309d2b', '2011-03-02', 'smucklaurak@mail.ru', 0, '', 'http://www.robisonlaw.net/', '283444878', 'stawaySet', 'stawaySet', 'smucklaurak@mail.ru', 'stawaySet', 1, 0, 'Junior Member', 0, 1299061471, 0, 1299061471, 1299061474, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '04-16-1964', '1964-04-16', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 'w1M^[SC^4|NnyB?a[>+mIMChdgkvaM', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (243, 2, '', 0, 'AmouctushFoto', 'da0099c4ab7d4f6da9c3a1e8b4446022', '2011-03-02', 'somchoomi@mail.ru', 0, '', 'http://buy-booksonline.org/', '221462115', 'AmouctushFoto', 'AmouctushFoto', 'somchoomi@mail.ru', 'AmouctushFoto', 1, 0, 'Junior Member', 0, 1299061951, 0, 1299061951, 1299061958, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '06-16-1972', '1972-06-16', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, '+Et!A96Tcu[;{Rh!*s4w/y68kNj4rf', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (244, 2, '', 0, 'intistanync', '7968d6994cd5bd71f45349c6bdbcaeb6', '2011-03-02', 'gergorydribra@mail.ru', 0, '', 'http://www.ledtape.co', '165551334', 'intistanync', 'intistanync', 'gergorydribra@mail.ru', 'intistanync', 1, 0, 'Junior Member', 0, 1299062836, 0, 1299062836, 1299062837, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '07-22-1975', '1975-07-22', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'd.R`-"}0to(|CB;~N>,A:R}ao{.UZq', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (245, 2, '', 0, 'vabeReeda', '5a12dafe91cb25b13e50ada3513bb4fd', '2011-03-02', 'ownedadap@mail.ru', 0, '', 'http://www.adarq.org', '246551464', 'vabeReeda', 'vabeReeda', 'ownedadap@mail.ru', 'vabeReeda', 1, 0, 'Junior Member', 0, 1299064211, 0, 1299064211, 1299064212, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '01-25-1971', '1971-01-25', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'W0v^fT]TTp|9]2$1;fz7,k84(;IBPk', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (246, 8, '', 0, 'paczkdafioricetox1', '9f4425c4510d7e442fca4b1101c41d65', '2011-03-02', 'Utertyoriew@catalystwms.com', 0, '', 'http://www.healthandfoodbyyukishoji.com', '', '', '', '', '', 1, 0, 'Banned', 0, 1299064230, 0, 1299064230, 1299064236, 1299064235, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '02-16-1974', '1974-02-16', -1, -1, '92.241.169.234', 0, 1, 0, 0, -1, 0, 0, '?9T=y*K"H$YAmGAVe1)5kIh&;^csQ$', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (258, 2, '', 0, 'EUROLEHON', '423ca6a613cb702b23343d66a5003e4a', '2011-03-02', 'maniataussy@mail.ru', 0, '', 'http://www.abstractavr.com', '111427672', 'EUROLEHON', 'EUROLEHON', 'maniataussy@mail.ru', 'EUROLEHON', 1, 0, 'Junior Member', 0, 1299081026, 0, 1299081026, 1299081030, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '05-16-1968', '1968-05-16', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, ')/v9A3BF3{!h''9-[0vadlRxn<#/.G.', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (247, 2, '', 0, 'guiguetah', 'c183d90f23bf87af2d109920adfd1020', '2011-03-02', 'sunshinesymy@gmail.com', 0, '', 'http://www.ball-jerseys.com', '317476158', '', '', '', '', 1, 0, 'Junior Member', 0, 1299065909, 0, 1299065909, 1299065918, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '08-28-1980', '1980-08-28', -1, -1, '74.3.163.197', 0, 1, 0, 0, -1, 0, 0, '{j4rI02KWwo>?Zne%o%[i+^b>e7vlE', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (248, 2, '', 0, 'Triabyanawn', 'ffc9c20fb43a4c12466686d8e8483e2e', '2011-03-02', 'dakerefausa@mail.ru', 0, '', 'http://buy-booksonline.org/', '388135753', 'Triabyanawn', 'Triabyanawn', 'dakerefausa@mail.ru', 'Triabyanawn', 1, 0, 'Junior Member', 0, 1299066700, 0, 1299066700, 1299066702, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '02-07-1961', '1961-02-07', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'LO_o|dU+xNoD*R;~.y&]B""w:4WrRZ', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (249, 2, '', 0, 'pekAnnobbyMon', '7aa492fa08a74f8463494f3e58858e38', '2011-03-02', 'fantqueueva@mail.ru', 0, '', 'http://www.wordsofvalue.com/webcopywriter', '234585773', 'pekAnnobbyMon', 'pekAnnobbyMon', 'fantqueueva@mail.ru', 'pekAnnobbyMon', 1, 0, 'Junior Member', 0, 1299069138, 0, 1299069138, 1299069140, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '04-11-1984', '1984-04-11', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'A]!r}i>''1)_B4P,!Bw7ryM?7CxO+VM', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (250, 2, '', 0, 'smidebesjew', '8944e4a56f8f3e5a863120116f40aa12', '2011-03-02', 'scoorihichoro@mail.ru', 0, '', 'http://www.freemoney-seedmoney.com/', '142661738', 'smidebesjew', 'smidebesjew', 'scoorihichoro@mail.ru', 'smidebesjew', 1, 0, 'Junior Member', 0, 1299069432, 0, 1299069432, 1299069434, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '07-06-1970', '1970-07-06', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, '!&IdYYle|,q{6;T>edpa`6cd0q&9TN', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (251, 2, '', 0, 'setAngewsreow', 'ec24f16ed9333c209aa9557895813228', '2011-03-02', 'offindalieree@mail.ru', 0, '', 'http://www.avrlighting.com', '221282884', 'setAngewsreow', 'setAngewsreow', 'offindalieree@mail.ru', 'setAngewsreow', 1, 0, 'Junior Member', 0, 1299071111, 0, 1299071111, 1299071113, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '04-14-1966', '1966-04-14', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '}`RyZXHyzKl!#q&''=^ZYp?:C9{s''?;', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (252, 2, '', 0, 'smampjiquasia', 'f962e83956a0bddc0e9fd6c392fa735d', '2011-03-02', 'glypeessepmug@mail.ru', 0, '', 'http://www.bestburbankchiropractor.info', '218617258', 'smampjiquasia', 'smampjiquasia', 'glypeessepmug@mail.ru', 'smampjiquasia', 1, 0, 'Junior Member', 0, 1299071937, 0, 1299071937, 1299071939, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '01-07-1986', '1986-01-07', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'v.@-h#M6>NT{0', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (253, 2, '', 0, 'Smoodepem', '5641d7a3a297883418c42dd7219df672', '2011-03-02', 'unonnandy@mail.ru', 0, '', 'http://www.wordsofvalue.com/contentwritingservices', '155437431', 'Smoodepem', 'Smoodepem', 'unonnandy@mail.ru', 'Smoodepem', 1, 0, 'Junior Member', 0, 1299074000, 0, 1299074000, 1299074002, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '02-15-1981', '1981-02-15', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, ')izxL~xkr', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (255, 2, '', 0, 'BefInelpadelp', '9abb196bf7806bf4aaf4c341309d56f0', '2011-03-02', 'garyreepe@mail.ru', 0, '', 'http://www.avrlighting.com', '216248176', 'BefInelpadelp', 'BefInelpadelp', 'garyreepe@mail.ru', 'BefInelpadelp', 1, 0, 'Junior Member', 0, 1299076083, 0, 1299076083, 1299076085, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '05-13-1968', '1968-05-13', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'wX-A/WoIDX^I&~heG{"b44N\\hi,xag', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (256, 2, '', 0, 'Wotkedotelt', 'ee42a5cfc4f6796f5baaa4415986e09c', '2011-03-02', 'tonencarlhene@mail.ru', 0, '', 'http://www.bestcostamesachiropractor.info', '314157238', 'Wotkedotelt', 'Wotkedotelt', 'tonencarlhene@mail.ru', 'Wotkedotelt', 1, 0, 'Junior Member', 0, 1299076749, 0, 1299076749, 1299076750, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '07-21-1974', '1974-07-21', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'k<{}SWFK`ZHLiO;8ZwG52HYdMMM.a&', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (257, 2, '', 0, 'OntownKew', 'c7a8488749b62ab339c9a8005dc5377d', '2011-03-02', 'sopsealthatly@mail.ru', 0, '', 'http://clickbanksqueezepages.com/yahoomail/yahoomail-com-configure-for-outlook-express/', '363316325', 'OntownKew', 'OntownKew', 'sopsealthatly@mail.ru', 'OntownKew', 1, 0, 'Junior Member', 0, 1299078687, 0, 1299078687, 1299078690, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '09-18-1986', '1986-09-18', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, 'Hm,9C|L!bU*a+Ugj&IKJe*hN&%C6|=', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (259, 2, '', 0, 'Jattearaflorm', '3483f30191301b5bd89f74652cbe543c', '2011-03-02', 'ceamfiema@mail.ru', 0, '', 'http://www.besthuntingtonbeachchiropractor.info', '275432125', 'Jattearaflorm', 'Jattearaflorm', 'ceamfiema@mail.ru', 'Jattearaflorm', 1, 0, 'Junior Member', 0, 1299081518, 0, 1299081518, 1299081519, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '03-08-1964', '1964-03-08', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'f}4?wd''<:/GuwEH^])\\omW-ww$!}wx', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (260, 2, '', 0, 'KU43163', '75291c7163665830206ffef7324f487c', '2011-03-02', 'aethylswitheb@gmail.com', 0, '', 'http://bondage247.co.uk', '559206363', 'WI95318', 'HY38740', 'aethylswitheb@gmail.com', 'LU87635', 1, 0, 'Junior Member', 0, 1299082757, 0, 1299082757, 1299082759, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '10-03-1966', '1966-10-03', -1, -1, '85.17.123.92', 0, 1, 0, 0, -1, 0, 0, '.''?qNrCOjs*N"=Rj9^dClrAQNsy|<1', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (272, 2, '', 0, 'maxvtf343', 'e0951aaeabe5965a2a83fdb6ea50ac1d', '2011-03-02', 'philipkast@danoboot.info', 0, '', 'http://www.logitgroup.ca/wiki/wikka.php?wakka=ShaniyaLegume', '514767656', 'asdda@yahoo.com', 'asdda@yahoo.com', 'asdda@yahoo.com', 'skyper8080', 1, 0, 'Junior Member', 0, 1299091404, 0, 1299091404, 1299091406, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108631, '06-21-1972', '1972-06-21', -1, -1, '79.142.65.9', 0, 1, 0, 0, -1, 0, 0, 'QnhALI_u9B@W-J/z|SttX5eDBDz|IW', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (262, 2, '', 0, 'abondorgo', 'e8fc33139f8a975084d07a7a0af2092d', '2011-03-02', 'venantess@mail.ru', 0, '', 'http://edipoo.com/', '373287554', 'abondorgo', 'abondorgo', 'venantess@mail.ru', 'abondorgo', 1, 0, 'Junior Member', 0, 1299083953, 0, 1299083953, 1299083954, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '04-28-1968', '1968-04-28', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'v$7''h}^B)oJui@', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (264, 2, '', 0, 'insereepleall', 'e9723a8a374aee975d5ebe3b12ac38a4', '2011-03-02', 'murertod@fmailer.net', 0, '', '', '384861348', '', '', '', '', 1, 0, 'Junior Member', 0, 1299086127, 0, 1299086127, 1299086130, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '04-23-1975', '1975-04-23', -1, -1, '91.201.66.60', 0, 1, 0, 0, -1, 0, 0, 'oP|9EN|z&.l?6{`-''t)]#)\\#Pq;]UK', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (265, 2, '', 0, 'houdiodywhege', '2dbaa230dbb149b97dfec76113a9c328', '2011-03-02', 'sygrouryirl@mail.ru', 0, '', 'http://www.newportbeachchiropractor.info', '311567331', 'houdiodywhege', 'houdiodywhege', 'sygrouryirl@mail.ru', 'houdiodywhege', 1, 0, 'Junior Member', 0, 1299086378, 0, 1299086378, 1299086379, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '10-26-1982', '1982-10-26', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, ']P_UWGJ7quN5??hTS&\\%toI}>psu>"', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (266, 2, '', 0, 'chadgc', '7c018b7a723f470fdffb12b86554ba7f', '2011-03-02', 'randy@bankrupt1.com', 0, '', 'http://www.attorneysbankruptcylaw.com/bankruptcy-information/back-taxes-and-bankruptcy.html', '551034265', '', '', '', '', 1, 0, 'Junior Member', 0, 1299087410, 0, 1299087410, 1299087413, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '06-13-1988', '1988-06-13', -1, -1, '216.80.120.75', 0, 1, 0, 0, -1, 0, 0, 'eD4ldBxZS&AQ0hf*qAx#NsVqc_OH9e', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (267, 2, '', 0, 'VeibraPlela', '0f765c9f88b13ba96aba35b85ab016d5', '2011-03-02', 'framurormatef@mail.ru', 0, '', '', '111571431', 'VeibraPlela', 'VeibraPlela', 'framurormatef@mail.ru', 'VeibraPlela', 1, 0, 'Junior Member', 0, 1299088825, 0, 1299088825, 1299088835, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '03-14-1979', '1979-03-14', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'v=ZG2wrGG.Y+$.Tqx4,OLIlNv(nmyE', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (268, 2, '', 0, 'Innoncivilk', 'f228e04caa53a1e521764f8058d68138', '2011-03-02', 'sdfsdfs@email1234.co.tv', 0, '', 'http://us.startv.com/news/who', '227132844', '', '', '', '', 1, 0, 'Junior Member', 0, 1299089203, 0, 1299089204, 1299254831, 1299254830, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '01-21-1962', '1962-01-21', -1, -1, '178.162.182.149', 0, 1, 0, 0, -1, 0, 0, '6v]hDoo}|Ku(B{4"M4o9-~/DuY&hO8', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (269, 2, '', 0, 'lawOccata', '79b355a8329e5868c7cbaa0bc62c9e52', '2011-03-02', 'immannysemo@mail.ru', 0, '', 'http://holidaygiftbaskets.webs.com', '388187588', 'lawOccata', 'lawOccata', 'immannysemo@mail.ru', 'lawOccata', 1, 0, 'Junior Member', 0, 1299089295, 0, 1299089295, 1299089296, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '09-26-1963', '1963-09-26', -1, -1, '91.201.66.17', 0, 1, 0, 0, -1, 0, 0, '&F1,_m[qv5)mB{E4-y^n"227JUU', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (273, 2, '', 0, 'Sokeloons', '07cb3bccf7cae0ea7ed4071d9224659c', '2011-03-02', 'dafthauch@mail.ru', 0, '', 'http://www.romanticwinds.com', '145688728', 'Sokeloons', 'Sokeloons', 'dafthauch@mail.ru', 'Sokeloons', 1, 0, 'Junior Member', 0, 1299093756, 0, 1299093756, 1299093758, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '01-27-1967', '1967-01-27', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, '9[;a@`}zR/b8joAaIZDE]Hh1Nv^ZV4fiR=gd0!BM+HI}im', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (278, 2, '', 0, 'adamdbbxnvydmgu', 'da4d11c52839b65bf24294d4a2e07fb1', '2011-03-02', 'williamsrichard356+hxn@gmail.com', 0, '', 'http://kursjezykaangielskiego.blogspot.com/', '', 'adamfdphyoixbxx', 'adamvcdmjvekcld', 'williamsrichard356+aho@gmail.com', 'adamylcotpskkik', 1, 0, 'Junior Member', 0, 1299099169, 0, 1299099169, 1299099172, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '09-19-1964', '1964-09-19', -1, -1, '46.17.100.218', 0, 1, 0, 0, -1, 0, 0, 'vMcBIsa\\?(3DWp6&G."`)SQM.QOa7(', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (383, 2, '', 0, 'amossegerpams', 'cba0ee81626245803cf1628e29e1c95b', '2011-03-05', 'abraratheri@mail.ru', 0, '', 'http://fanfiction.mugglenet.com/forum/member.php?u=191952', '227441765', 'amossegerpams', 'amossegerpams', 'abraratheri@mail.ru', 'amossegerpams', 1, 0, 'Newbie', 0, 1299290557, 0, 1299290557, 1299290566, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '08-25-1972', '1972-08-25', -1, -1, '188.72.227.123', 0, 1, 0, 0, -1, 0, 0, 'M}nr@D/osKr9[}vUalT&V09^7ODDpP', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (280, 2, '', 0, 'Hodevoidews', '5800a5693592c19118fba3d230e26eb9', '2011-03-02', 'queeroimmen@mail.ru', 0, '', 'http://www.bambooflooring-pros-and-cons.com/', '144186616', 'Hodevoidews', 'Hodevoidews', 'queeroimmen@mail.ru', 'Hodevoidews', 1, 0, 'Junior Member', 0, 1299103599, 0, 1299103599, 1299103600, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '06-20-1974', '1974-06-20', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'E)%.CU\\WF:L>SZjr!T9\\y87[lZ0HrjesZ?P9o|s', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (288, 2, '', 0, 'Tolfnetetet', '456303c200635080fc15cfd9d5b7ed83', '2011-03-03', 'jatelepay@mail.ru', 0, '', 'http://totallyfreetraffic.com', '357716131', 'Tolfnetetet', 'Tolfnetetet', 'jatelepay@mail.ru', 'Tolfnetetet', 1, 0, 'Junior Member', 0, 1299127111, 0, 1299127111, 1299127116, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '03-24-1980', '1980-03-24', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'Dmh|2BGy/$-rbaB*:=veDC>,t2lQDg', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (289, 2, '', 0, 'Optorgeappery', 'fb09f0a4c303aa783c3e7eeabbb400c5', '2011-03-03', 'avaineweery@mail.ru', 0, '', 'http://www.allsoftwarezz.com', '311231287', 'Optorgeappery', 'Optorgeappery', 'avaineweery@mail.ru', 'Optorgeappery', 1, 0, 'Junior Member', 0, 1299127595, 0, 1299127595, 1299127596, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '06-17-1983', '1983-06-17', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, '#Be~F_o''VH9y;^(`jwAgIsL&[CV9mz', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (290, 2, '', 0, 'p37txboe', 'cc2bd89e806bf51bcd5320d14e15a1f3', '2011-03-03', 'doujiangci6614@gmail.com', 0, '', 'http://www.coach-outlet-outlet.com', '565782220', '', '', '', '', 1, 0, 'Junior Member', 0, 1299128407, 0, 1299128407, 1299128416, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '02-10-1984', '1984-02-10', -1, -1, '61.154.131.130', 0, 1, 0, 0, -1, 0, 0, 'u`lM#*sqQ.*)j0%?JhSlVn^/S(UtSU', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (291, 2, '', 0, 'JoypepoinnY', '748c1e4f081abb72072c9e889188dd91', '2011-03-03', 'gyms123456771@aol.com', 0, '', 'http://www.questfitnessnj.com', '225826161', 'JoypepoinnY', 'JoypepoinnY', 'gyms123456771@aol.com', 'JoypepoinnY', 1, 0, 'Junior Member', 0, 1299129919, 0, 1299129919, 1299129923, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '08-08-1980', '1980-08-08', -1, -1, '85.17.122.203', 0, 1, 0, 0, -1, 0, 0, '~x9vhE>;BPJ[&r~labIK{6J2p1Fy5d', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (292, 2, '', 0, 'Dooppikewek', '5af63591f569927195050975424d2820', '2011-03-03', 'gyms123334@aol.com', 0, '', 'http://www.questfitnessnj.com', '273645831', 'Dooppikewek', 'Dooppikewek', 'gyms123334@aol.com', 'Dooppikewek', 1, 0, 'Junior Member', 0, 1299130040, 0, 1299130040, 1299130041, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '04-16-1972', '1972-04-16', -1, -1, '85.17.122.203', 0, 1, 0, 0, -1, 0, 0, 'V"e7*J4\\DAoOf\\T57Q,}}cDlm@oV/{', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (293, 2, '', 0, 'soojerAnalole', '1289705afc1664922cd35b7c0ee6c148', '2011-03-03', 'telimoire@mail.ru', 0, '', 'http://homes-orlando.com', '388348325', 'soojerAnalole', 'soojerAnalole', 'telimoire@mail.ru', 'soojerAnalole', 1, 0, 'Junior Member', 0, 1299131960, 0, 1299131960, 1299131968, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '02-04-1961', '1961-02-04', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'Bz7#nu1oEQkxd7M|=_J5BVpYl"{Z2h', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (294, 2, '', 0, 'darbuccachecy', '4873af1a9338d2cbb6518a93cb9c5e9c', '2011-03-03', 'goobbyapagept@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1299136933, 0, 1299136933, 1299136933, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, '+?Yt`:Hv9"tKB~QnYzd^wRKsdTnIZM', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (295, 2, '', 0, 'embomodaH', '9c76b4bd75c653231d641b9feed11b0d', '2011-03-03', 'gingoldbasfuq@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1299139612, 0, 1299139612, 1299139620, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '109.230.246.226', 0, 1, 0, 0, -1, 0, 0, 'ae\\rz1OzA(''\\7;8@f,lkm@tUW,]SHV', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (296, 2, '', 0, 'MypeMopspam', '906322d2baabef911c8dd5c239c0360f', '2011-03-03', 'intossyputoum@mail.ru', 0, '', 'http://discoverstarline.com', '117486231', 'MypeMopspam', 'MypeMopspam', 'intossyputoum@mail.ru', 'MypeMopspam', 1, 0, 'Junior Member', 0, 1299141731, 0, 1299141731, 1299141734, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '08-19-1975', '1975-08-19', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'X4Ar%"vW0jP5YY-tMZW2*fDxMnO?2u', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (297, 2, '', 0, 'rolandobur', 'a451eb8c117751167c877acff29965e5', '2011-03-03', 'rolando2burke@aol.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1299142220, 0, 1299142220, 1299142225, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '218.222.199.74', 0, 1, 0, 0, -1, 0, 0, 'U+XD9vw"U$Ic"0z-[huN~+RUo?7X''u', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (298, 2, '', 0, 'appateTen', '2ecd30312b63c0511e285d832b0585fe', '2011-03-03', 'ticethychialt@mail.ru', 0, '', 'http://www.glosgifts4u.com', '364645177', 'appateTen', 'appateTen', 'ticethychialt@mail.ru', 'appateTen', 1, 0, 'Junior Member', 0, 1299146242, 0, 1299146242, 1299146246, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '05-16-1964', '1964-05-16', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'n6Gw5#N1c=O%J($@74ir''L~3"N3w#B', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (299, 2, '', 0, 'Easedunsuts', '9bfd30ca6e39bb74c67c698d05c0a68e', '2011-03-03', 'tieniecepsy@mail.ru', 0, '', 'http://www.facebookofsex.com/go/g36746-pmo.subfvr-pm', '147337521', 'Easedunsuts', 'Easedunsuts', 'tieniecepsy@mail.ru', 'Easedunsuts', 1, 0, 'Junior Member', 0, 1299147606, 0, 1299147606, 1299147607, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '06-16-1971', '1971-06-16', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, 'ip3>55[U#H/xm>2.$YuPv]8&,Ym-\\$', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (300, 2, '', 0, 'Senilalsnal', '3679858dd15e00f0c1691b59b00d0df5', '2011-03-03', 'minkydotfabricgah12@gawab.com', 0, '', '', '388372443', 'Senilalsnal', 'Senilalsnal', 'minkydotfabricgah12@gawab.com', 'Senilalsnal', 1, 0, 'Junior Member', 0, 1299147771, 0, 1299147771, 1299147772, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '01-28-1960', '1960-01-28', -1, -1, '109.230.246.47', 0, 1, 0, 0, -1, 0, 0, 'pR&9FSu%YI2owFq+3n!"Z=Q%/i8V|`', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (301, 2, '', 0, 'boniksok', 'e6624d1d74b662cdba913af1b16b7988', '2011-03-03', 'duduokol@go2.pl', 0, '', 'http://www.e-suplement.com/', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1299150179, 0, 1299150179, 1299150181, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '09-17-1961', '1961-09-17', -1, -1, '188.165.200.113', 0, 1, 0, 0, -1, 0, 0, '#OZ5;r.LEf`}M!<@8h6^"";8\\/0"sT', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (302, 2, '', 0, 'Usepinorrorne', 'cc330bcd9257672d7b85a06543bd47ce', '2011-03-03', 'kammaicky@mail.ru', 0, '', 'http://SinewTherapeutics.com', '248644658', 'Usepinorrorne', 'Usepinorrorne', 'kammaicky@mail.ru', 'Usepinorrorne', 1, 0, 'Junior Member', 0, 1299151635, 0, 1299151635, 1299151644, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '01-27-1961', '1961-01-27', -1, -1, '61.147.120.123', 0, 1, 0, 0, -1, 0, 0, 'e-ScU>_EuB6yy$u(.n{jv,)8|v:<&W', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (303, 2, '', 0, 'weamnattefe', 'cce140fe7254a3dcfd3ead5360d2a67f', '2011-03-03', 'lollextcelm@mail.ru', 0, '', 'http://centrifugeuse.net', '227165444', 'weamnattefe', 'weamnattefe', 'lollextcelm@mail.ru', 'weamnattefe', 1, 0, 'Junior Member', 0, 1299154697, 0, 1299154697, 1299154702, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '03-10-1962', '1962-03-10', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, ']j,MSU`(;kVQbu6C''.tZ!E;+)|', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (304, 2, '', 0, 'umcasinotp', 'ddc799697475f75a39bf49ad417193d6', '2011-03-03', 'zscasinopl@yahoo.co.uk', 0, '', 'http://www.casinoenligne777.com/articles/doit-on-etre-un-specialiste-du-turf-pour-parier/', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1299158830, 0, 1299158830, 1299158831, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '05-17-1988', '1988-05-17', -1, -1, '79.142.64.163', 0, 1, 0, 0, -1, 0, 0, ']qC9|T|*YC@"8b-1_/@7w`!9"j0E*4', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (305, 2, '', 0, 'Fugsunlibug', 'f9510458e3c818b3b5219ab6ccb32c5f', '2011-03-03', 'expollissob@mail.ru', 0, '', 'http://www.elite-n.co.uk/id8.html', '315622767', 'Fugsunlibug', 'Fugsunlibug', 'expollissob@mail.ru', 'Fugsunlibug', 1, 0, 'Junior Member', 0, 1299159486, 0, 1299159486, 1299159487, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '10-02-1982', '1982-10-02', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'MD&Ls$(r(1_S', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (306, 2, '', 0, 'sityLeata', 'd49333a020e543aaa3046c6f71174e89', '2011-03-03', 'kotlykrzaczka123@gawab.com', 0, '', '', '328485187', 'sityLeata', 'sityLeata', 'kotlykrzaczka123@gawab.com', 'sityLeata', 1, 0, 'Junior Member', 0, 1299160936, 0, 1299160936, 1299160946, 1299160945, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '03-25-1974', '1974-03-25', -1, -1, '109.230.246.47', 0, 1, 0, 0, -1, 0, 0, 'WCXa7`S?:xPYI+jJZqaIsH[t9&72[a', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (307, 2, '', 0, 'InaraWarGrife', 'c07358f74aa8448146b28872c1429a34', '2011-03-03', 'shuppysilky@mail.ru', 0, '', '', '331823557', 'InaraWarGrife', 'InaraWarGrife', 'shuppysilky@mail.ru', 'InaraWarGrife', 1, 0, 'Junior Member', 0, 1299164214, 0, 1299164214, 1299164216, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '03-10-1962', '1962-03-10', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '''.gV!g}w53YL*qGs6/Iy5R<^"C^', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (316, 2, '', 0, 'Loaplypraibra', '161bd250d553c9e1c0b0904de7ca32d5', '2011-03-03', 'mekiado@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1299177769, 0, 1299177769, 1299177770, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '79.140.9.93', 0, 1, 0, 0, -1, 0, 0, 'MQTk''db2No&n=AQ5"oj;O', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (318, 2, '', 0, 'Sledmore', '3cabdf5373fcb8ef8232a84980bf216f', '2011-03-03', 'lol@msn.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1299179152, 0, 1299263298, 1299286763, 1299263087, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '92.232.204.249', 0, 1, 0, 0, -1, 0, 0, 'yPc2j0x]v%=oxB^U&?$q{Oir~)]`Zu', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (319, 2, '', 0, 'SamSSamebom', '76b7a3639528d08dfb9e4bb4425a6063', '2011-03-03', 'accemaprobalm@mail.ru', 0, '', 'http://auctionlords.com', '351351577', 'SamSSamebom', 'SamSSamebom', 'accemaprobalm@mail.ru', 'SamSSamebom', 1, 0, 'Junior Member', 0, 1299180552, 0, 1299180552, 1299180553, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '06-08-1987', '1987-06-08', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, ']rX_&bvo1P@r-EH$rwTb}~:,reXDR>3B6#\\@\\D(+[qASB%o`', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (322, 2, '', 0, 'quokegroott', '417201aa89590bd716dc6f3ade9a2a6e', '2011-03-03', 'sleflarosella@mail.ru', 0, '', '', '122477311', 'quokegroott', 'quokegroott', 'sleflarosella@mail.ru', 'quokegroott', 1, 0, 'Junior Member', 0, 1299185542, 0, 1299185542, 1299185542, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '08-24-1975', '1975-08-24', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'ihjW*K{,~G_2&Kv}o>P#x{%gKHxz`r-pC1CGL', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (328, 2, '', 0, 'BoorHartdow', '988c568600ad17e3c57c3ef09ad26d8d', '2011-03-03', 'dyncunesy@mail.ru', 0, '', 'http://thesockssite.com/', '167855461', 'BoorHartdow', 'BoorHartdow', 'dyncunesy@mail.ru', 'BoorHartdow', 1, 0, 'Junior Member', 0, 1299193401, 0, 1299193401, 1299193402, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '09-24-1979', '1979-09-24', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '=ISh"rCwn,FBxmouI8]Ab', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (331, 2, '', 0, 'BiakEmark', '190f43768f576cd09431dd72f3c9d637', '2011-03-04', 'utemecleply@mail.ru', 0, '', 'http://www.egoelectroniccigarette.com/ego-electronic-cigarette/', '144824583', 'BiakEmark', 'BiakEmark', 'utemecleply@mail.ru', 'BiakEmark', 1, 0, 'Junior Member', 0, 1299197657, 0, 1299197657, 1299197660, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '05-17-1962', '1962-05-17', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'e5t~m>Z`|HwKaqoS4w:{-|#]a3b[', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (338, 2, '', 0, 'GeacyhefeJate', '81b75e0e9d2ac9199976ebb45a8ed405', '2011-03-04', 'joronowicz@o2.pl', 0, '', 'http://gamblingslots.9daybody.com/2011/03/03/on-line-gambling-slots-an-overview-from-the-sport/', '324677763', '', '', '', '', 1, 0, 'Junior Member', 0, 1299216449, 0, 1299216449, 1299216454, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '05-19-1975', '1975-05-19', -1, -1, '91.201.66.118', 0, 1, 0, 0, -1, 0, 0, 'Xg+\\.qS0Vl}Y`8[V\\{6q=OV<|.0L\\(', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (339, 2, '', 0, 'Sydriffhoro', '801227e362d3ce7d7e71aed9df55633a', '2011-03-04', 'crastasiock@mail.ru', 0, '', 'http://www.weddingphotographysydney.net.au/', '332463863', 'Sydriffhoro', 'Sydriffhoro', 'crastasiock@mail.ru', 'Sydriffhoro', 1, 0, 'Junior Member', 0, 1299224721, 0, 1299224721, 1299224725, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '06-17-1970', '1970-06-17', -1, -1, '46.20.33.123', 0, 1, 0, 0, -1, 0, 0, ';|x@F[>{po>S9)%*QiK;-i[0LAlD9s', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (340, 8, '', 0, 'makapala', '7c97ace92a76536b765bb546d2ceaea8', '2011-03-04', 'ALBUDDYLOTO@catalystwms.com', 0, '', 'http://www.motionaffairplanner.com', '', '', '', '', '', 1, 0, 'Banned', 0, 1299226517, 0, 1299226517, 1299226527, 1299226525, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '08-17-1976', '1976-08-17', -1, -1, '92.241.169.234', 0, 1, 0, 0, -1, 0, 0, '0tD''_&/:5Q,?.EYulsRK%rEUD8Ja89MUJHEo', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (353, 2, '', 0, 'Noitteest', '33776d83f6bfde215d7e95df45825708', '2011-03-04', 'wemssnapsepsy@mail.ru', 0, '', '', '375161615', 'Noitteest', 'Noitteest', 'wemssnapsepsy@mail.ru', 'Noitteest', 1, 0, 'Junior Member', 0, 1299245414, 0, 1299245414, 1299245415, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '07-24-1973', '1973-07-24', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'iMGh+zUI?x["W4#i[4qq1wT*wCE8IQJp4&J6}', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (372, 2, '', 0, 'Rernemuxums', '8f99dc0b4c6758b8540643f90a0903b5', '2011-03-04', 'richards_benny@mail.ru', 0, '', 'http://www.priceperheadpro.com', '258845582', '', '', '', '', 1, 0, 'Junior Member', 0, 1299272181, 0, 1299272181, 1299272183, 0, 0, 0, 10, 5, '-7', 0, 0, 0, 0, 0, 45108567, '04-17-1977', '1977-04-17', -1, -1, '188.165.64.226', 0, 1, 0, 0, -1, 0, 0, 'NszEZ;I9t*T%IRoEYYWrP,D7k5vXN$', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (361, 2, '', 0, 'EnenSeuntob', '325e61f002aa381698ce1be4b614857c', '2011-03-04', 'inzynieriay162@gawab.com', 0, '', '', '386266273', 'EnenSeuntob', 'EnenSeuntob', 'inzynieriay162@gawab.com', 'EnenSeuntob', 1, 0, 'Junior Member', 0, 1299258904, 0, 1299258904, 1299258908, 1299258907, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '03-25-1973', '1973-03-25', -1, -1, '109.230.246.47', 0, 1, 0, 0, -1, 0, 0, 'CD&L{]`P.3oJ_LL?7''z]:#GRlTg`Ax', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (362, 2, '', 0, 'acticardy', 'de12de70328ac6d695fcc9879776bf30', '2011-03-04', 'new@farmville.ws', 0, '', 'http://www.zumtek.com', '248316526', '', '', '', '', 1, 0, 'Junior Member', 0, 1299259976, 0, 1299259976, 1299259977, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '07-28-1963', '1963-07-28', -1, -1, '67.174.13.186', 0, 1, 0, 0, -1, 0, 0, 'LD=,tYP?eN91''A!kzX*MB''7uE9Qd<2', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (363, 2, '', 0, 'Hedmendapaulp', '5903ea9e4d49f27e96c6bf46b38c77b4', '2011-03-04', 'giceissuehall@mail.ru', 0, '', 'http://www.yelp.com/biz/craigslist-posting-service-tempe', '286466853', 'Hedmendapaulp', 'Hedmendapaulp', 'giceissuehall@mail.ru', 'Hedmendapaulp', 1, 0, 'Junior Member', 0, 1299260182, 0, 1299260182, 1299260183, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '09-02-1960', '1960-09-02', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'dVK\\6+j71lhw2>sT[;bWy6~AQ|o7ik', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (364, 2, '', 0, 'loloTreanna', '19d764ca96ab8d0a9002f5955cd4b8d5', '2011-03-04', 'gottupdagma@mail.ru', 0, '', 'http://limitedhack.blogspot.com', '314677688', 'loloTreanna', 'loloTreanna', 'gottupdagma@mail.ru', 'loloTreanna', 1, 0, 'Junior Member', 0, 1299260801, 0, 1299260801, 1299260807, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '04-15-1988', '1988-04-15', -1, -1, '46.17.96.48', 0, 1, 0, 0, -1, 0, 0, '`>e/"BG,Rxo&b.~7`{,AbKtw9YR-x6', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (365, 2, '', 0, 'ynckadoannuarFcgr', 'e5957c7924f8af73f86a26cfced711cd', '2011-03-04', 'weefssaulse@ymail.com', 0, '', 'http://88eyeshadowpalette.net/', '5514652', '', '', '', '', 1, 0, 'Junior Member', 0, 1299264854, 0, 1299264854, 1299264858, 0, 0, 0, 10, 5, '-1', 0, 0, 0, 0, 0, 45108567, '06-09-1970', '1970-06-09', -1, -1, '61.147.110.55', 0, 1, 0, 0, -1, 0, 0, '"bdnbQ]-Z]gVa@5Ci-#+kE==|n7}v[', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (366, 2, '', 0, 'choiddemaic', 'a62ab61f2b071e3085ef40149b5b708a', '2011-03-04', 'uncofsnen@mail.ru', 0, '', 'http://www.ilanot.org.il', '318428162', 'choiddemaic', 'choiddemaic', 'uncofsnen@mail.ru', 'choiddemaic', 1, 0, 'Junior Member', 0, 1299265835, 0, 1299265835, 1299265836, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '05-12-1968', '1968-05-12', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, '''9U86''RxEw"?L:**v431H8Zu5";&sD', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (367, 2, '', 0, 'Keerwosenry', 'd95ee6854f97068166038c52717e684b', '2011-03-04', 'apapseassulky@mail.ru', 0, '', 'http://www.plentyofhealth.com/2011/03/01/understanding-the-efficacy-and-use-of-the-dental-dam/', '268842313', 'Keerwosenry', 'Keerwosenry', 'apapseassulky@mail.ru', 'Keerwosenry', 1, 0, 'Junior Member', 0, 1299266781, 0, 1299266781, 1299266782, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45108567, '05-15-1968', '1968-05-15', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, '1}(;k]_1/i&|M{L6@_gqZ|\\spL]08^', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (369, 2, '', 0, 'hizeElelf', '0e13a3aa99ed7386a405b5f0afb91d57', '2011-03-04', 'enzydayavelay@mail.ru', 0, '', 'http://www.yamahabike.net', '116325773', 'hizeElelf', 'hizeElelf', 'enzydayavelay@mail.ru', 'hizeElelf', 1, 0, 'Junior Member', 0, 1299271022, 0, 1299271022, 1299271024, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45108567, '09-25-1979', '1979-09-25', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'JSJ>(BI''[8Zf>v;@A.%}^"MkyZ}Nev', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (368, 2, '', 0, 'hedsGeadele', '16590f66fe775761915196d9864a84f4', '2011-03-04', 'furburgivegob@mail.ru', 0, '', 'http://tv-sputnik.com/phpBB3/member10039.html', '338418677', 'hedsGeadele', 'hedsGeadele', 'furburgivegob@mail.ru', 'hedsGeadele', 1, 0, 'Junior Member', 0, 1299268439, 0, 1299268439, 1299268441, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '07-22-1976', '1976-07-22', -1, -1, '188.72.227.123', 0, 1, 0, 0, -1, 0, 0, 'O!F.]!Klp>&o&4acD7ZDYP7#zot@J0', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (370, 2, '', 0, 'chadgk', '8a99c1b57b1882583a359596da7b4d72', '2011-03-04', 'mike@bankrupt1.com', 0, '', 'http://www.attorneyfilingbankruptcy.com', '535499857', '', '', '', '', 1, 0, 'Junior Member', 0, 1299271308, 0, 1299271308, 1299271310, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '04-03-1979', '1979-04-03', -1, -1, '216.80.120.75', 0, 1, 0, 0, -1, 0, 0, '1P=g`ub<|P>vr\\t^J/#A{9kc|{U(x-', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (371, 2, '', 0, 'Domotwetagree', '8a138183dd821f0e4710fba7bd91386f', '2011-03-04', 'indidowinsefe@mail.ru', 0, '', 'http://www.mysign.tv', '278343463', 'Domotwetagree', 'Domotwetagree', 'indidowinsefe@mail.ru', 'Domotwetagree', 1, 0, 'Junior Member', 0, 1299271559, 0, 1299271559, 1299271560, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '04-02-1979', '1979-04-02', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'uFrGAd86$F^6B@h^2?g1ym.F^aelPV', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (373, 2, '', 0, 'Theassuch', '60d069537fba4928c416fe08e9949555', '2011-03-04', 'nimifasttem@mail.ru', 0, '', 'http://serichon.com/board/index.php?action=profile;u=40748', '315135247', 'Theassuch', 'Theassuch', 'nimifasttem@mail.ru', 'Theassuch', 1, 0, 'Junior Member', 0, 1299273285, 0, 1299273285, 1299273286, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '07-22-1974', '1974-07-22', -1, -1, '188.72.227.123', 0, 1, 0, 0, -1, 0, 0, ').[T6A|iGb`n0J,.">4SjG\\kej:/i=', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0); INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `msn`, `skype`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `lastpostid`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `sigpicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `adminoptions`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `bloggroupreqcount`, `showblogcss`, `gcbos_effects`, `txtoptions`, `dbtech_status_status`, `dbtech_status_mood`) VALUES (374, 2, '', 0, 'apalpNubbib', '456312ce03d4689ec894e06b0332e2a5', '2011-03-04', 'zemitendbit@mail.ru', 0, '', 'http://WWW.707FREEONLINEGAMES.CO.CC', '136685664', 'apalpNubbib', 'apalpNubbib', 'zemitendbit@mail.ru', 'apalpNubbib', 1, 0, 'Newbie', 0, 1299275369, 0, 1299275369, 1299275370, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '06-16-1970', '1970-06-16', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, 'S/FF2rD=Ic:~YPv!uR85M"z', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (376, 2, '', 0, 'Escachstestes', '0a29c6b9fda4db19e8c5aeef1160008d', '2011-03-04', 'asceferic@mail.ru', 0, '', 'http://www.grossmanstavern.com/smf/index.php?action=profile;u=106829', '126317564', 'Escachstestes', 'Escachstestes', 'asceferic@mail.ru', 'Escachstestes', 1, 0, 'Newbie', 0, 1299278107, 0, 1299278107, 1299278108, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108567, '08-22-1977', '1977-08-22', -1, -1, '188.72.227.123', 0, 1, 0, 0, -1, 0, 0, 'HI2&t7K.^W$Vi(V(SLc;pZb#$i3n+F', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (377, 2, '', 0, 'Annoppics', 'd285b2af75850a5ab383a11a5c1cc561', '2011-03-04', 'assusaadels@mail.ru', 0, '', 'http://www.waterfiltersreviewslive.com', '342235552', 'Annoppics', 'Annoppics', 'assusaadels@mail.ru', 'Annoppics', 1, 0, 'Newbie', 0, 1299279644, 0, 1299279644, 1299279645, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '10-28-1983', '1983-10-28', -1, -1, '46.20.33.95', 0, 1, 0, 0, -1, 0, 0, ':S0wQ:.Xq$]T3[]NT,@;J_zsAw^r''=', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (378, 2, '', 0, 'Emursetrerfek', '1d8a17e863b8e71785e5e117d5b78672', '2011-03-04', 'bowim.ep@gmail.com', 0, '', 'http://www.fackerleter.com', '233834603', '', '', '', '', 1, 0, 'Newbie', 0, 1299282733, 0, 1299282733, 1299282735, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '06-24-1960', '1960-06-24', -1, -1, '178.73.194.197', 0, 1, 0, 0, -1, 0, 0, '|H4TSFVc$*0~ovss''#xP)p"S"#6]s)', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (379, 2, '', 0, 'talDelfMayolf', '417896e6d6ea4234fb1921f76229d6d7', '2011-03-04', 'incisyday@mail.ru', 0, '', 'http://www.sapphirenyc.com/forum/profile.php?mode=viewprofile&u=44166', '286184418', 'talDelfMayolf', 'talDelfMayolf', 'incisyday@mail.ru', 'talDelfMayolf', 1, 0, 'Newbie', 0, 1299282772, 0, 1299282772, 1299282773, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45108567, '03-09-1960', '1960-03-09', -1, -1, '188.72.227.123', 0, 1, 0, 0, -1, 0, 0, 'UODd+[Xhyy~`3H}19|N9e)\\`2)tX+[', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (380, 2, '', 0, 'WavareroHed', 'c9738bf30245faaca754a9a3b49fde89', '2011-03-05', 'abupleweell@mail.ru', 0, '', '', '221373738', 'WavareroHed', 'WavareroHed', 'abupleweell@mail.ru', 'WavareroHed', 1, 0, 'Newbie', 0, 1299283240, 0, 1299283240, 1299283241, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '07-20-1984', '1984-07-20', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'qh6`luN', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 1, 0, NULL, NULL, 0), (382, 2, '', 0, 'accedaytalf', 'd6357f0c895ad069ee651712538c86cc', '2011-03-05', 'annovaboolapy@mail.ru', 0, '', '', '226652577', 'accedaytalf', 'accedaytalf', 'annovaboolapy@mail.ru', 'accedaytalf', 1, 0, 'Newbie', 0, 1299289187, 0, 1299289187, 1299289188, 0, 0, 0, 10, 5, '-2', 0, 0, 0, 0, 0, 45108567, '08-19-1970', '1970-08-19', -1, -1, '85.17.30.31', 0, 1, 0, 0, -1, 0, 0, 'QA^^R85~d.+oN#Y;/', '', 0, 0, 16777215, 7, 63, 15, 1, 1609520879, 1, 63, 237567, 63, 0, 80, 80, 20000, 100, 100, 65535, 500, 100, 10000, 4, 7, 500, 1000, 0, 191, 255, 600, 600, 100, 0, 262143, 0, 65535, 5, 524286, 24575, 990, 10, 10, 0, 351, 0), (6, 'Administrators', '', 'Administrator', 180, 360, 50, 5, '', '', 0, 0, 16777215, 7, 63, 31, 3, 2147483583, 1, 55, 237567, 63, 0, 80, 80, 20000, 100, 100, 65535, 500, 100, 10000, 0, 7, 0, 0, 0, 191, 255, 600, 600, 100, 0, 262143, 0, 65535, 5, 524286, 24575, 990, 10, 10, 1, 2047, 0), (7, 'Moderators', '', 'Moderator', 0, 0, 50, 5, '', '', 0, 0, 12317183, 7, 63, 15, 0, 1609504463, 1, 62, 237567, 63, 0, 80, 80, 20000, 100, 100, 65535, 500, 100, 10000, 4, 7, 500, 1000, 0, 191, 255, 600, 600, 100, 0, 262143, 0, 65535, 5, 519166, 8191, 974, 5, 5, 0, 351, 0), (8, 'Banned Users', '', 'Banned', 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 80, 20000, 100, 100, 65535, 500, 100, 10000, 4, 7, 500, 1000, 0, 0, 0, 600, 600, 100, 0, 0, 0, 65535, 5, 0, 0, 0, 0, 0, 0, 0, 0), (9, 'Blue Subscriber', 'Paid Subscription', 'Blue Subscriber', 0, 0, 500, 5, '', '', 1, 0, 16776447, 7, 63, 1, 0, 1311373019, 0, 62, 245759, 31, 1000000, 50, 50, 20000, 100, 100, 25000, 20000, 20000, 20000, 0, 7, 20000, 20000, 20, 191, 223, 9000, 9000, 900, 900000, 255871, 0, 0, 200, 261374, 32767, 1998, 0, 0, 0, 15, 0);